/* Hero */

.hero{
background:linear-gradient(rgba(49,60,82,.85),rgba(49,60,82,.85)),
url('https://images.unsplash.com/photo-1554224155-6726b3ff858f?auto=format&fit=crop&w=1600&q=80');
background-size:cover;
background-position:center;
color:#fff;
padding:90px 8%;
display:flex;
align-items:center;
min-height:60vh;
}

.hero-content{
max-width:650px;
}

.hero h1{
font-size:48px;
margin-bottom:20px;
}

.hero p{
font-size:18px;
margin-bottom:30px;
}

.btn{
display:inline-block;
background:#ea3c01;
color:#fff;
padding:14px 30px;
border-radius:40px;
text-decoration:none;
font-weight:600;
}

.btn:hover{
background:#97731d;
}

/* Sections */

section{
padding:70px 8%;
}

.title{
text-align:center;
margin-bottom:50px;
}

.title h2{
font-size:36px;
color:#340e71;
}

.title p{
color:#777;
}

/* Cards */

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.card{
background:#fff;
padding:30px;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,.08);
transition:.3s;
}

.card:hover{
transform:translateY(-8px);
}

.card i{
font-size:45px;
color:#ea3c01;
margin-bottom:20px;
}

.card h3{
margin-bottom:15px;
color:#340e71;
}

/* Steps */

.steps{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:25px;
text-align:center;
}

.step{
background:#340e71;
color:#fff;
padding:30px;
border-radius:12px;
}

.step span{
display:inline-flex;
width:55px;
height:55px;
background:#ea3c01;
border-radius:50%;
align-items:center;
justify-content:center;
font-size:22px;
font-weight:bold;
margin-bottom:20px;
}

/* CTA */

.cta{
    background:
    linear-gradient(rgba(49,60,82,0.85),rgba(49,60,82,0.85)),
    url('https://images.unsplash.com/photo-1556761175-b413da4baf72?auto=format&fit=crop&w=1920&q=80');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    color:#fff;
    text-align:center;
    padding:80px 8%;
}
.cta h2{
font-size:36px;
margin-bottom:15px;
}

footer{
background:#222;
color:#bbb;
text-align:center;
padding:20px;
}

@media(max-width:768px){

.hero{
padding:60px 6%;
text-align:center;
}

.hero h1{
font-size:34px;
}

.title h2{
font-size:28px;
}

}
.sip-intro{
padding:80px 8%;
background:#f8f9fc;
}

.container{
display:flex;
align-items:center;
gap:60px;
max-width:1300px;
margin:auto;
}

.sip-image{
flex:1;
}

.sip-image img{
width:100%;
border-radius:18px;
box-shadow:0 20px 40px rgba(0,0,0,.15);
display:block;
}

.sip-content{
flex:1;
}

.sub-title{
display:inline-block;
background:#ea3c01;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
margin-bottom:20px;
}

.sip-content h2{
font-size:42px;
color:#340e71;
margin-bottom:25px;
line-height:1.3;
}

.sip-content h2 span{
color:#ea3c01;
}

.sip-content p{
font-size:17px;
color:#666;
line-height:1.9;
margin-bottom:18px;
text-align: left;
}

.sip-btn{
display:inline-block;
margin-top:15px;
padding:15px 35px;
background:#340e71;
color:#fff;
text-decoration:none;
border-radius:40px;
font-weight:600;
transition:.3s;
}

.sip-btn:hover{
background:#ea3c01;
}

/* Mobile */

@media(max-width:768px){

.container{
flex-direction:column;
}

.sip-content{
text-align:center;
}

.sip-content h2{
font-size:32px;
}

.sip-content p{
font-size:16px;
}

.sip-btn{
width:100%;
text-align:center;
}

}
.why-sip{
padding:90px 8%;
background:#f7f9fc;
}

.container{
max-width:1300px;
margin:auto;
display:grid;
grid-template-columns:42% 58%;
gap:60px;
align-items:center;
}

.sip-image img{
width:100%;
border-radius:0px;
box-shadow:0 20px 40px rgba(0,0,0,.15);
display:block;
margin-bottom: 60px;
}

.tag{
display:inline-block;
background:#ea3c01;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
margin-bottom:20px;
}

.sip-content h2{
font-size:42px;
color:#340e71;
margin-bottom:15px;
}

.sip-content h2 span{
color:#ea3c01;
}

.intro{
font-size:17px;
line-height:1.8;
color:#666;
margin-bottom:35px;
}

.feature-grid{
display:grid;
gap:20px;
}

.feature-box{
display:flex;
align-items:flex-start;
gap:18px;
padding:22px;
background:#fff;
border-radius:14px;
box-shadow:0 10px 25px rgba(0,0,0,.06);
transition:.35s;
border-left:5px solid transparent;
}

.feature-box:hover{
transform:translateY(-6px);
border-left:5px solid #ea3c01;
}

.icon{
width:65px;
height:65px;
background:#340e71;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
flex-shrink:0;
transition:.3s;
}

.feature-box:hover .icon{
background:#ea3c01;
}

.text h3{
font-size:20px;
color:#340e71;
margin-bottom:8px;
}

.text p{
font-size:15px;
line-height:1.7;
color:#666;
}

@media(max-width:992px){

.container{
grid-template-columns:1fr;
}

.sip-content{
text-align:center;
}

.feature-box{
text-align:left;
}

}

@media(max-width:768px){

.why-sip{
padding:70px 20px;
}

.sip-content h2{
font-size:30px;
}

.feature-box{
flex-direction:column;
align-items:center;
text-align:center;
}

.icon{
margin-bottom:10px;
}

}
.container{
max-width:1200px;
margin:auto;
}

.section-title{
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 100;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 100px;
}

.section-title span{
display:inline-block;
background:#ea3c01;
color:#fff;
padding:8px 20px;
border-radius:30px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
margin-bottom:15px;
}

.section-title h2{
font-size:42px;
color:#340e71;
margin-bottom:15px;
}

.section-title strong{
color:#ea3c01;
}

.section-title p{
color:#666;
max-width:700px;
margin:auto;
line-height:1.8;
}

.benefit-list{
display:flex;
flex-direction:column;
gap:30px;
}

.benefit-card{
display:flex;
align-items:center;
background:#fff;
padding:30px;
border-radius:18px;
box-shadow:0 15px 35px rgba(0,0,0,.08);
transition:.4s;
max-width:850px;
}

.benefit-card:hover{
transform:translateY(-8px);
}

.benefit-card.left{
margin-right:auto;
border-left:6px solid #ea3c01;
}

.benefit-card.right{
margin-left:auto;
border-right:6px solid #340e71;
flex-direction:row-reverse;
text-align:right;
}

.icon{
width:80px;
height:80px;
min-width:80px;
border-radius:50%;
background:#340e71;
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:34px;
margin:0 25px;
transition:.3s;
}

.benefit-card:hover .icon{
background:#ea3c01;
transform:rotate(10deg);
}

.content h3{
font-size:24px;
color:#340e71;
margin-bottom:10px;
}

.content p{
color:#666;
line-height:1.8;
font-size:16px;
}

@media(max-width:768px){

.sip-benefits{
padding:70px 20px;
}

.section-title h2{
font-size:30px;
}

.benefit-card,
.benefit-card.right{
flex-direction:column;
text-align:center;
margin:0;
}

.icon{
margin:0 0 20px;
}

.content h3{
font-size:22px;
}

}
.sip-benefits{
    padding: 20px 8% 90px;
}
.sip-investors{
padding:90px 8%;
background:#ffffff;
}

.container{
max-width:1200px;
margin:auto;
}

.section-title{
text-align:center;
margin-bottom:50px;
}

.section-title span{
display:inline-block;
background:#ea3c01;
color:#fff;
padding:8px 18px;
border-radius:30px;
font-size:13px;
font-weight:600;
letter-spacing:1px;
margin-bottom:15px;
}

.section-title h2{
font-size:40px;
color:#340e71;
margin-bottom:15px;
}

.section-title h2 span{
color:#ea3c01;
}

.section-title p{
max-width:800px;
margin:auto;
color:#666;
line-height:1.8;
}

.investor-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:25px;
}

.investor-card{
background:#f8f9fc;
padding:35px 25px;
text-align:center;
border-radius:18px;
transition:.35s;
border-top:5px solid transparent;
box-shadow:0 12px 30px rgba(0,0,0,.06);
}

.investor-card:hover{
transform:translateY(-8px);
border-top:5px solid #ea3c01;
}

.investor-card i{
width:80px;
height:80px;
background:#340e71;
color:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:32px;
margin:0 auto 20px;
transition:.3s;
}

.investor-card:hover i{
background:#ea3c01;
transform:rotate(10deg);
}

.investor-card h3{
color:#340e71;
margin-bottom:12px;
font-size:22px;
}

.investor-card p{
color:#666;
line-height:1.7;
font-size:15px;
}

.full-width{
grid-column:span 2;
}

@media(max-width:768px){

.sip-investors{
padding:70px 20px;
}

.section-title h2{
font-size:30px;
}

.full-width{
grid-column:span 1;
}

}