:root{

--primary:#08274b;

--secondary:#FDB913;

--light:#F7F9FC;

}

*{

margin:0;

padding:0;

box-sizing:border-box;

}

body{

font-family:'Poppins',sans-serif;

background:#fff;

color:#222;

overflow-x:hidden;

}

.landing-header{

background:#fff;

padding:18px 0;

position:sticky;

top:0;

z-index:999;

box-shadow:0 8px 25px rgba(0,0,0,.05);

}

.header-wrap{

display:flex;

justify-content:space-between;

align-items:center;

}

.logo img{

height:60px;

}

.call-btn{

background:var(--primary);

color:#fff;

padding:12px 26px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.3s;

}

.call-btn:hover{

background:var(--secondary);

color:#000;

}

.hero{

padding:90px 0;

background:

linear-gradient(135deg,#ffffff,#f7f9fc);

}

.badge-top{

display:inline-block;

padding:8px 18px;

background:#fff4d7;

color:#b57c00;

border-radius:30px;

font-weight:600;

margin-bottom:20px;

}

.hero h1{

font-size:48px;

font-weight:800;

line-height:1.05;

color:var(--primary);

margin-bottom:15px;

}

.hero h1 span{

display:block;

color:var(--secondary);

}

.hero h2{

font-size:30px;

font-weight:700;

margin-bottom:20px;

}

.hero p{

font-size:18px;

line-height:1.8;

margin-bottom:35px;

color:#555;

}

.hero-points{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:18px;

margin-bottom:35px;

}

.hero-points div{

background:#fff;

padding:16px;

border-radius:14px;

box-shadow:0 12px 35px rgba(0,0,0,.05);

font-weight:600;

}

.hero-points i{

color:#00b050;

margin-right:8px;

}

.hero-buttons{

display:flex;

gap:15px;

flex-wrap:wrap;

}

.btn-primary-custom{

background:var(--secondary);

padding:16px 34px;

border-radius:50px;

font-weight:700;

text-decoration:none;

color:#111;

}

.btn-outline-custom{

background:var(--primary);

padding:16px 34px;

border-radius:50px;

font-weight:700;

text-decoration:none;

color:#fff;

}

.hero-image{

position:relative;

}

.hero-image img{

width:100%;

border-radius:25px;

}

.floating-card{

position:absolute;

bottom:30px;

left:-40px;

background:#fff;

padding:25px;

border-radius:18px;

box-shadow:0 15px 50px rgba(0,0,0,.15);

}

.floating-card div{

padding:8px 0;

font-weight:600;

}

.floating-card i{

color:#FDB913;

margin-right:8px;

}

.eligibility-section{

padding:100px 0;

background:#f8fafc;

}

.section-tag{

display:inline-block;

background:#fff4d8;

padding:8px 20px;

border-radius:40px;

font-weight:600;

color:#d99000;

margin-bottom:20px;

}

.section-title{

font-size:46px;

font-weight:800;

color:#08274b;

margin-bottom:20px;

}

.section-title span{

color:#FDB913;

}

.section-desc{

color:#666;

margin-bottom:40px;

line-height:1.8;

}

.eligibility-card{

display:flex;

align-items:center;

gap:20px;

background:#fff;

padding:20px;

border-radius:20px;

margin-bottom:20px;

box-shadow:0 15px 40px rgba(0,0,0,.05);

transition:.35s;

}

.eligibility-card:hover{

transform:translateY(-5px);

}

.eligibility-card .icon{

width:70px;

height:70px;

background:#08274b;

color:#FDB913;

display:flex;

justify-content:center;

align-items:center;

font-size:30px;

border-radius:18px;

}

.eligibility-card h4{

margin:0;

font-size:16px;

color:#777;

}

.eligibility-card h3{

margin-top:5px;

font-weight:700;

color:#08274b;

}

.lead-form{

background:#fff;

padding:40px;

border-radius:25px;

box-shadow:0 20px 60px rgba(0,0,0,.08);

}

.lead-form h3{

font-size:34px;

font-weight:700;

margin-bottom:10px;

}

.lead-form p{

margin-bottom:30px;

color:#666;

}

.form-control,
.form-select{

height:58px;

border-radius:12px;

}

.btn-submit{

width:100%;

height:60px;

background:#FDB913;

border:none;

border-radius:14px;

font-size:18px;

font-weight:700;

transition:.3s;

}

.btn-submit:hover{

background:#08274b;

color:#fff;

}
.why-section{

padding:110px 0;

background:#ffffff;

}

.section-heading{

max-width:760px;

margin:auto;

}

.section-heading h2{

font-size:48px;

font-weight:800;

color:#08274b;

margin:20px 0;

}

.section-heading h2 span{

color:#FDB913;

}

.section-heading p{

font-size:18px;

color:#666;

}

.feature-card{

background:#fff;

border-radius:22px;

padding:40px 30px;

text-align:center;

height:100%;

border:1px solid #edf1f5;

transition:.35s;

box-shadow:0 15px 40px rgba(0,0,0,.04);

}

.feature-card:hover{

transform:translateY(-10px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.feature-icon{

width:90px;

height:90px;

margin:auto;

background:#08274b;

border-radius:50%;

display:flex;

justify-content:center;

align-items:center;

font-size:38px;

color:#FDB913;

margin-bottom:25px;

}

.feature-card h4{

font-size:24px;

font-weight:700;

margin-bottom:18px;

color:#08274b;

}

.feature-card p{

font-size:16px;

line-height:1.8;

color:#666;

margin:0;

}
.process-section{

padding:110px 0;

background:#f8fafc;

position:relative;

}

.process-row{

margin-top:60px;

position:relative;

}

.process-row::before{

content:'';

position:absolute;

left:12%;

right:12%;

top:95px;

height:3px;

background:#e3e8ef;

z-index:0;

}

.process-card{

position:relative;

background:#fff;

border-radius:22px;

padding:35px 25px;

text-align:center;

box-shadow:0 20px 50px rgba(0,0,0,.05);

transition:.35s;

height:100%;

z-index:2;

}

.process-card:hover{

transform:translateY(-8px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.step-number{

width:42px;

height:42px;

background:#FDB913;

color:#08274b;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-weight:700;

margin:0 auto 20px;

}

.process-icon{

width:90px;

height:90px;

margin:auto;

border-radius:50%;

background:#08274b;

display:flex;

justify-content:center;

align-items:center;

font-size:36px;

color:#FDB913;

margin-bottom:25px;

}

.process-card h4{

font-size:24px;

font-weight:700;

color:#08274b;

margin-bottom:15px;

}

.process-card p{

color:#666;

line-height:1.8;

margin:0;

}

@media(max-width:991px){

.process-row::before{

display:none;

}

.process-card{

margin-bottom:25px;

}

}
.funding-section{

padding:110px 0;

background:#ffffff;

}

.funding-card{

background:#fff;

padding:40px 30px;

border-radius:24px;

height:100%;

text-align:center;

transition:.35s;

border:1px solid #eef2f6;

box-shadow:0 18px 45px rgba(0,0,0,.05);

}

.funding-card:hover{

transform:translateY(-8px);

box-shadow:0 28px 65px rgba(0,0,0,.12);

}

.funding-icon{

width:90px;

height:90px;

margin:auto;

border-radius:22px;

background:#08274b;

display:flex;

justify-content:center;

align-items:center;

font-size:36px;

color:#FDB913;

margin-bottom:25px;

}

.funding-card h4{

font-size:24px;

font-weight:700;

color:#08274b;

margin-bottom:15px;

}

.funding-card p{

margin:0;

color:#666;

line-height:1.8;

}
.trust-section{

padding:110px 0;

background:#f8fafc;

}

.trust-card{

background:#fff;

padding:40px 30px;

border-radius:22px;

text-align:center;

height:100%;

transition:.35s;

box-shadow:0 15px 45px rgba(0,0,0,.05);

border:1px solid #eef2f6;

}

.trust-card:hover{

transform:translateY(-8px);

box-shadow:0 25px 60px rgba(0,0,0,.12);

}

.trust-card i{

font-size:52px;

color:#FDB913;

margin-bottom:25px;

display:block;

}

.trust-card h4{

font-size:24px;

font-weight:700;

color:#08274b;

margin-bottom:15px;

}

.trust-card p{

margin:0;

color:#666;

line-height:1.8;

}
/*=========================================
FAQ
=========================================*/

.faq-section{

padding:110px 0;

background:#ffffff;

}

.faq-section .accordion{

margin-top:50px;

}

.accordion-item{

border:none;

border-radius:18px !important;

overflow:hidden;

margin-bottom:18px;

box-shadow:0 12px 35px rgba(0,0,0,.06);

}

.accordion-button{

padding:22px 28px;

font-size:20px;

font-weight:600;

color:#08274b;

background:#fff;

box-shadow:none !important;

}

.accordion-button:not(.collapsed){

background:#08274b;

color:#fff;

}

.accordion-button::after{

filter:brightness(0);

}

.accordion-button:not(.collapsed)::after{

filter:brightness(100);

}

.accordion-body{

padding:28px;

font-size:17px;

line-height:1.9;

color:#666;

}
.accordion-button{

transition:.35s ease;

}

.accordion-item{

transition:.35s ease;

}

.accordion-button:focus{

box-shadow:none;

}

.accordion-button:hover{

background:#f8fafc;

}

.accordion-button:not(.collapsed):hover{

background:#08274b;

}
/*=========================================
FINAL CTA
=========================================*/

.final-cta{

padding:120px 0;

background:
linear-gradient(135deg,#08274b,#0d3768);

position:relative;

overflow:hidden;

}

.final-cta::before{

content:"";

position:absolute;

width:600px;

height:600px;

background:rgba(253,185,19,.08);

border-radius:50%;

top:-250px;

right:-200px;

}

.final-cta::after{

content:"";

position:absolute;

width:450px;

height:450px;

background:rgba(255,255,255,.04);

border-radius:50%;

left:-180px;

bottom:-180px;

}

.cta-box{

position:relative;

z-index:5;

max-width:900px;

margin:auto;

text-align:center;

}

.cta-box h2{

font-size:58px;

font-weight:800;

color:#fff;

margin:25px 0;

line-height:1.2;

}

.cta-box h2 span{

color:#FDB913;

}

.cta-box p{

font-size:19px;

line-height:1.9;

color:rgba(255,255,255,.85);

max-width:700px;

margin:auto;

}

.cta-buttons{

display:flex;

justify-content:center;

gap:20px;

margin-top:45px;

flex-wrap:wrap;

}

.btn-call{

background:#FDB913;

padding:18px 40px;

border-radius:60px;

font-weight:700;

text-decoration:none;

color:#111;

transition:.35s;

}

.btn-call:hover{

background:#fff;

color:#08274b;

}

.btn-whatsapp{

background:#25D366;

padding:18px 40px;

border-radius:60px;

font-weight:700;

text-decoration:none;

color:#fff;

transition:.35s;

}

.btn-whatsapp:hover{

background:#1db954;

color:#fff;

}

.cta-contact{

display:flex;

justify-content:center;

gap:35px;

flex-wrap:wrap;

margin-top:45px;

color:#fff;

font-weight:600;

}

.cta-contact div{

display:flex;

align-items:center;

gap:10px;

}

.cta-contact i{

color:#FDB913;

font-size:20px;

}
/*=========================================
FOOTER
=========================================*/

.landing-footer{

background:#061d39;

padding:70px 0 30px;

color:#fff;

}

.footer-brand img{

height:60px;

margin-bottom:18px;

}

.footer-brand p{

margin:0;

color:rgba(255,255,255,.70);

}

.footer-contact{

display:flex;

flex-direction:column;

gap:16px;

}

.footer-contact a{

color:#fff;

text-decoration:none;

transition:.3s;

}

.footer-contact a:hover{

color:#FDB913;

}

.footer-contact i{

color:#FDB913;

margin-right:10px;

}

.footer-links{

display:flex;

flex-direction:column;

gap:14px;

}

.footer-links a{

text-decoration:none;

color:#fff;

transition:.3s;

}

.footer-links a:hover{

color:#FDB913;

}

.landing-footer hr{

margin:45px 0 25px;

border-color:rgba(255,255,255,.12);

}

.copyright{

display:flex;

justify-content:space-between;

align-items:center;

flex-wrap:wrap;

gap:15px;

}

.copyright p{

margin:0;

font-size:14px;

color:rgba(255,255,255,.65);

}