html{margin-top:0 !important; background: #2f437a;}
.hero-banner{
background:#2f437a;
color:#fff;
}

.hero-title{
font-size:56px;
font-weight:700;
margin-bottom:20px;
}

.hero-subtitle{
font-size:22px;
opacity:0.9;
margin-bottom:10px;
}

.hero-desc{
opacity:0.8;
margin-bottom:30px;
}

.hero-features{
list-style:none;
padding:0;
margin-bottom:40px;
}

.hero-features li{
display:flex;
gap:12px;
font-size:17px;
text-align:left;
}

.hero-features img{
height:35px;
}

.hero-buttons{
display:flex;
gap:15px;
}

.btn-start{
background:#fff;
color:#000;
padding:12px 30px;
border-radius:6px;
font-weight:600;
text-decoration:none;
}

.btn-expert{
border:1px solid #ffb400;
color:#fff;
padding:12px 30px;
border-radius:6px;
text-decoration:none;
}

.hero-image img{
max-width:100%;
max-height:400px;
}
.btn{height: 55px !important;}
.btn-secondary {
    background-color: transparent !important;
    border: 1.5px solid #FCAF1B !important;
	color:#ffffff !important;
}
.btn-secondary:hover {
    background-color: transparent !important;
}
.grey-bg{background:#f5f7f8;}

.trusted-wrapper{
display:flex;
align-items:center;
justify-content:center;
gap:40px;
flex-wrap:wrap;
}

.trusted-section{
background:#eeeeee;
padding:18px 0;
}

.trusted-item{
display:flex;
align-items:center;
justify-content:center;
gap:10px;
font-size:16px;
color:#333;
}

.trusted-item img{
width:24px;
}

.trusted-item p{
margin:0;
line-height:1.4;
}

.stars{
color:#f5a623;
font-size:18px;
}

.trusted-item strong{
font-weight:700;
}

.divider{
width:1px;
height:40px;
background:#cfcfcf;
}

.features-section{
background:#f5f7f8;
padding:80px 0;
}

.section-heading h2{
font-size:42px;
font-weight:700;
color:#1e293b;
}

.section-heading h3{
font-size:40px;
font-weight:700;
color:#1f9bb6;
margin-top:5px;
}

.feature-card{
background:#ffffff;
padding:35px;
border-radius:16px;
box-shadow:0px 10px 15px -3px #0000001A;
height:100%;
transition:0.3s;
}

.feature-card:hover{
border:2px solid #1f9bb6;
box-shadow:0 10px 25px rgba(31,155,182,0.25);
}

.feature-card h4{
font-size:20px;
font-weight:600;
margin-top:15px;
}

.feature-card p{
font-size:15px;
color:#555;
margin-top:10px;
}

.icon{
width:50px;
height:50px;
border-radius:12px;
display:flex;
align-items:center;
justify-content:center;
}

.icon img{
width:24px;
}

.icon.blue{
background:#2ea4c6;
}

.icon.yellow{
background:#f5a623;
}

.why-section{
background:#ffffff;
padding:90px 0;
}

.why-heading h2{
font-size:42px;
font-weight:700;
color:#1e293b;
}

.why-heading span{
color:#2ea4c6;
}

.why-item{
max-width:320px;
}

.why-icon{
width:55px;
height:55px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
margin-bottom:15px;
box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

.why-icon img{
width:26px;
}

.why-icon.blue{
background:#2ea4c6;
}

.why-icon.yellow{
background:#f5a623;
}

.why-item h4{
font-size:20px;
font-weight:600;
margin-bottom:10px;
color:#111827;
}

.why-item p{
font-size:15px;
color:#4b5563;
line-height:1.6;
}

/* TESTIMONIAL */

.testimonial-box{
background: linear-gradient(135deg, rgba(20, 158, 194, 0.1) 0%, rgba(252, 175, 27, 0.1) 100%);
border-radius:20px;
padding:1rem;
color:#1b1b1b;
}

.rounded-circle {
    border-radius: 50% !important;
    box-shadow: 0px 10px 15px -3px #0000001A;
}

.fit-section{

padding:90px 0;
}

.fit-heading h2{
font-size:40px;
font-weight:700;
color:#1e293b;
}

.fit-heading h3{
font-size:40px;
font-weight:700;
color:#2ea4c6;
margin-top:5px;
}

.fit-heading p{
color:#555;
margin-top:10px;
}

.fit-card{
background:#1f1a1a;
color:#fff;
padding:35px;
border-radius:18px;
height:100%;
box-shadow:0 12px 30px rgba(0,0,0,0.15);
}

.fit-card h4{
font-size:22px;
font-weight:600;
margin-top:15px;
margin-bottom:12px;
}

.fit-card p{
color:#cbd5e1;
font-size:15px;
line-height:1.6;
}

.fit-icon{
width:55px;
height:55px;
border-radius:14px;
display:flex;
align-items:center;
justify-content:center;
}

.fit-icon img{
width:26px;
}

.fit-icon.yellow{
background:#f5a623;
}

.fit-icon.blue{
background:#2ea4c6;
}

.fit-highlight{
background:rgba(255,255,255,0.08);
border-radius:12px;
padding:15px;
margin-bottom:15px;
font-weight:500;
}

.fit-list{
list-style:none;
padding:0;
margin-bottom:15px;
}

.fit-list li{
position:relative;
padding-left:18px;
margin-bottom:8px;
}

.fit-list li:before{
content:"";
width:7px;
height:7px;
background:#f5a623;
border-radius:50%;
position:absolute;
left:0;
top:8px;
}

.faq-section{
background:#ffffff;
}

.faq-title{
font-size:42px;
font-weight:700;
margin-bottom:50px;
color:#1e293b;
}

.faq-list{
max-width:900px;
margin:auto;
}

.faq-item{
border-bottom:1px solid #e5e7eb;
padding:22px 0;
}

.faq-question{
display:flex;
justify-content:space-between;
align-items:center;
font-size:18px;
font-weight:500;
cursor:pointer;
}

.faq-icon{
font-size:22px;
transition:0.3s;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:0.4s ease;
color:#555;
font-size:15px;
margin-top:10px;
}

.faq-item.active .faq-answer{
max-height:200px;
}

.faq-item.active .faq-icon{
transform:rotate(45deg);
}
.pricing-features{display:none;}

.prevBtn {
    transform: rotate(180deg);
}

@media (max-width:992px){
.hero-banner{
text-align:center;
}

.hero-title{
font-size:40px;
}

.hero-buttons{
justify-content:center;
}

.hero-image{
margin-top:40px;
}

}