.elementor-17586 .elementor-element.elementor-element-80deba7{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17586 .elementor-element.elementor-element-3ff2cef{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-17586 .elementor-element.elementor-element-80deba7{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-3ff2cef */*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
    font-family:'Inter',sans-serif;
    background:#07172d;
    color:#ffffff;
    line-height:1.6;
}

img{
    width:100%;
    display:block;
}

a{
    text-decoration:none;
}

.eicon-caret-down:before {
    content: "\e92a";
    display: none;
}

.container{
    width:100%;
    max-width:1400px;
    margin:auto;
    padding:0 18px;
}

.section-space{
    padding:50px 0;
}


.dark-bg{
    background:#0b1f3c;
}

.center-text{
    text-align:center;
}

@media (max-width: 768px) {
  .hero-stats {
    display: flex;
    flex-wrap: nowrap;   /* sab ek line me */
    justify-content: space-between;
    gap: 10px;
  }

  .single-stat {
    flex: 1;             /* equal width */
    min-width: 0;
    text-align: center;
  }
}


@media (max-width: 768px) {
    .hero-stats {
        gap: 0px !important;
        flex-wrap: nowrap;
    }
}

@media (max-width: 768px) {
  .elementor-button-text {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) {
  select option {
    font-size: 12px !important;
  }
}
/* HERO */

.hero-section{
    padding:22px 0 40px;
}

.top-bar{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:32px;
}

.brand-logo{
    font-size:20px;
    font-weight:700;
}

.top-btn{
    background:#d6a23f;
    color:#07172d;
    padding:10px 18px;
    border-radius:6px;
    font-size:13px;
    font-weight:700;
}

.hero-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.small-tag,
.section-tag{
    color:#d6a23f;
    font-size:12px;
    letter-spacing:1px;
    font-weight:600;
    margin-bottom:14px;
}

.hero-title{
    font-family:'Playfair Display',serif;
    font-size:58px;
    line-height:1.08;
    margin-bottom:20px;
}

.hero-title span{
    color:#d6a23f;
}

.hero-description,
.section-text{
    color:#b9c6d8;
    font-size:15px;
}

.hero-btns,
.cta-btns{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

.primary-btn{
    background:#d6a23f;
    color:#07172d;
    padding:13px 24px;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    display:inline-block;
}

.secondary-btn{
    border:1px solid #d6a23f;
    color:#ffffff;
    padding:13px 24px;
    border-radius:6px;
    font-size:14px;
}

.hero-stats{
    display:flex;
    gap:28px;
    flex-wrap:wrap;
    margin-top:34px;
}

.single-stat h3{
    color:#d6a23f;
    font-size:30px;
}

.single-stat p{
    color:#b9c6d8;
    font-size:12px;
}

.hero-image img{
    border-radius:14px;
}

.form-box{
    background:#0d2444;
    padding:24px;
    border-radius:14px;
    margin-top:24px;
}

.form-box h3{
    margin-bottom:18px;
    font-size:22px;
}

.form-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:14px;
}

.form-input{
    width:100%;
    background:#07172d;
    border:1px solid rgba(255,255,255,0.08);
    padding:13px 14px;
    border-radius:6px;
    color:#ffffff;
    outline:none;
}

.submit-btn{
    width:100%;
    margin-top:18px;
    border:none;
    background:#d6a23f;
    color:#07172d;
    padding:14px;
    border-radius:6px;
    font-weight:700;
    cursor:pointer;
}



/* HIGHLIGHT */

.highlight-section{
    padding-bottom:20px;
}

.highlight-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
}

.highlight-card{
    position:relative;
    overflow:hidden;
    height:210px;
}

.highlight-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:0.5s;
}

.overlay{
    position:absolute;
    inset:0;
    background:linear-gradient(
    to top,
    rgba(5,12,25,0.95),
    rgba(5,12,25,0.15)
    );
}

.highlight-content{
    position:absolute;
    left:18px;
    right:18px;
    bottom:18px;
    z-index:2;
}

.highlight-content h4{
    color:#d6a23f;
    font-size:20px;
    margin-bottom:6px;
}

.highlight-content p{
    color:#d9e3f0;
    font-size:14px;
}

.highlight-card:hover img{
    transform:scale(1.06);
}



/* COMMON */

.section-heading{
    font-family:'Playfair Display',serif;
    font-size:44px;
    line-height:1.15;
    margin-bottom:18px;
}



/* BENEFITS */

.benefit-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
    margin-top:40px;
}

.benefit-card{
    background:#0d2444;
    padding:24px;
    border-radius:12px;
}

.icon-wrap{
    width:38px;
    height:38px;
    border-radius:50%;
    background:#14345d;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#d6a23f;
    margin-bottom:18px;
}

.benefit-card h4{
    margin-bottom:12px;
    font-size:18px;
}

.benefit-card p{
    color:#b9c6d8;
    font-size:14px;
}


/* Mobile View */
@media only screen and (max-width: 767px) {

    .highlight-grid{
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 10px;
    }

    .highlight-card{
        width: 100% !important;
        min-width: 0 !important;
    }

}
/* ELIGIBILITY */

.eligibility-grid{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:34px;
}

.eligibility-list{
    margin-top:24px;
}

.eligibility-item{
    background:#0d2444;
    padding:16px 18px;
    border-radius:10px;
    margin-bottom:14px;
    font-size:15px;
}

.eligibility-card{
    background:#0d2444;
    border-radius:14px;
    overflow:hidden;
}

.eligibility-content{
    padding:22px;
}

.threshold-row{
    padding:14px 0;
    border-bottom:1px solid rgba(255,255,255,0.08);
}

.threshold-row:last-child{
    border-bottom:none;
}

.threshold-row h5{
    color:#d6a23f;
    font-size:13px;
    margin-bottom:6px;
}

.threshold-row p{
    color:#b9c6d8;
    font-size:14px;
}



/* PROCESS */

.process-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
    margin-top:40px;
}

.process-card{
    background:#0d2444;
    padding:26px 20px;
    border-radius:12px;
}

.step-number{
    width:58px;
    height:58px;
    border-radius:50%;
    border:2px solid #d6a23f;
    display:flex;
    align-items:center;
    justify-content:center;
    margin:auto auto 18px;
    color:#d6a23f;
    font-weight:700;
}

.process-card h4{
    margin-bottom:12px;
}

.process-card p{
    color:#b9c6d8;
    font-size:14px;
}



/* DOCS */

.docs-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
    margin-top:34px;
}

.doc-card{
    background:#0d2444;
    padding:22px;
    border-radius:10px;
    text-align:center;
    font-weight:600;
}



/* WHY */

.why-grid{
    display:grid;
    grid-template-columns:1fr 420px;
    gap:34px;
}

.why-list{
    margin-top:24px;
}

.why-item{
    background:#0d2444;
    padding:16px 18px;
    border-radius:10px;
    margin-bottom:14px;
}

.review-card{
    background:#0d2444;
    border-radius:14px;
    overflow:hidden;
}

.review-content{
    padding:22px;
}

.review-content p{
    color:#b9c6d8;
    margin-top:10px;
}

.review-stats{
    display:flex;
    gap:28px;
    margin:24px 0;
}

.review-stats h2{
    color:#d6a23f;
    font-size:30px;
}

.review-stats span{
    color:#b9c6d8;
    font-size:12px;
}



/* CTA */

.cta-section{
    padding:70px 0;
    background:linear-gradient(135deg,#0c274b,#143763);
}



/* FOOTER */

.footer-section{
    padding:24px 0;
    border-top:1px solid rgba(255,255,255,0.08);
}

.footer-flex{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:20px;
    flex-wrap:wrap;
}

.footer-links{
    display:flex;
    gap:18px;
    flex-wrap:wrap;
}

.footer-links a{
    color:#b9c6d8;
    font-size:14px;
}



/* RESPONSIVE */

@media(max-width:992px){

.hero-grid,
.eligibility-grid,
.why-grid{
    grid-template-columns:1fr;
}

.highlight-grid{
    grid-template-columns:repeat(2,1fr);
}

.benefit-grid{
    grid-template-columns:repeat(2,1fr);
}

.process-grid{
    grid-template-columns:repeat(2,1fr);
}

.docs-grid{
    grid-template-columns:repeat(2,1fr);
}

.hero-title{
    font-size:44px;
}

.section-heading{
    font-size:34px;
}

}

@media(max-width:768px){

.hero-section{
    padding:18px 0 40px;
}

.section-space{
    padding:45px 0;
}

.hero-title{
    font-size:34px;
}

.section-heading{
    font-size:28px;
}

.form-grid{
    grid-template-columns:1fr;
}

.highlight-grid,
.benefit-grid,
.process-grid,
.docs-grid{
    grid-template-columns:1fr;
}

.hero-btns,
.cta-btns{
    flex-direction:column;
}

.primary-btn,
.secondary-btn{
    width:100%;
    text-align:center;
}

.highlight-card{
    height:190px;
}

.footer-flex{
    flex-direction:column;
    align-items:flex-start;
}

}

/* ===== SECTION ===== */

.dpiit-section{
  background: #071a33;
  padding: 90px 0;
  color: #fff;
  position: relative;
  overflow: hidden;
}



.section-tag{
  color: #f7b733;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 18px;
  text-transform: uppercase;
}

.section-heading{
  font-size: 45px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

.section-text{
  max-width: 720px;
  color: #b8c7dd;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 55px;
}

/* ===== GRID ===== */

.benefit-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,0.02);
}

/* ===== CARD ===== */

.benefit-card{
  padding: 35px 30px;
  border-right: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
  transition: 0.35s ease;
  position: relative;
}

.benefit-card:hover{
  background: rgba(255,255,255,0.04);
  transform: translateY(-5px);
}

.icon-wrap{
  width: 52px;
  height: 52px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 22px;
}

.benefit-card h4{
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 14px;
  color: #fff;
}

.benefit-card p{
  color: #b5c4d8;
  line-height: 1.8;
  font-size: 15px;
}

/* ===== REMOVE EXTRA BORDERS ===== */

.benefit-card:nth-child(3n){
  border-right: none;
}

.benefit-card:nth-last-child(-n+3){
  border-bottom: none;
}

/* ===== RESPONSIVE ===== */
@media(max-width: 768px){

  .dpiit-section{
    padding: 50px 0;
  }

  .section-heading{
    font-size: 26px;
    line-height: 1.3;
  }

  .section-text{
    font-size: 14px;
    margin-bottom: 30px;
  }

  .benefit-grid{
    grid-template-columns: 1fr;
    border-radius: 12px;
  }

  .benefit-card{
    padding: 18px 16px;
    border-right: none !important;
  }

  .icon-wrap{
    width: 40px;
    height: 40px;
    font-size: 18px;
    margin-bottom: 12px;
  }

  .benefit-card h4{
    font-size: 16px;
    margin-bottom: 8px;
  }

  .benefit-card p{
    font-size: 13px;
    line-height: 1.6;
  }

}


/* =========================
   SECTION STYLING
========================= */

body{
  margin:0;
  font-family: 'Poppins', sans-serif;
  background:#020817;
}

.section-space{
  padding:80px 20px;
}

.dark-bg{
  background:#020817;
}



/* =========================
   GRID
========================= */

.eligibility-grid{
  display:grid;
  grid-template-columns:1fr 420px;
  gap:50px;
  align-items:center;
}

/* =========================
   LEFT CONTENT
========================= */

.section-tag{
  color:#f6b545;
  font-size:13px;
  letter-spacing:2px;
  margin-bottom:18px;
  font-weight:600;
  text-transform:uppercase;
  position:relative;
}

.section-tag::after{
  content:"";
  width:55px;
  height:2px;
  background:#f6b545;
  position:absolute;
  left:0;
  bottom:-8px;
}

.section-heading{
  font-size:39px;
  line-height:1.1;
  color:#fff;
  margin-bottom:20px;
  font-weight:400;
}

.section-heading span{
  color:#ffffff;
}

.section-text{
  color:#b8c1d1;
  font-size:18px;
  line-height:1.7;
  max-width:620px;
  margin-bottom:35px;
}

/* =========================
   ELIGIBILITY LIST
========================= */

.eligibility-list{
  display:flex;
  flex-direction:column;
  gap:18px;
  margin-bottom:35px;
}

.eligibility-item{
  background:#091325;
  border:1px solid rgba(255,255,255,0.08);
  padding:20px;
  border-radius:14px;
  color:#fff;
  font-size:16px;
  line-height:1.6;
  display:flex;
  align-items:flex-start;
  gap:14px;
  transition:0.3s ease;
}

.eligibility-item:hover{
  transform:translateY(-4px);
  border-color:#f6b545;
  box-shadow:0 10px 30px rgba(246,181,69,0.12);
}

/* FIXED ICON */

.check-icon{
  width:28px;
  height:28px;
  min-width:28px;
  border-radius:50%;
  background:#f6b545;
  color:#081120;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:14px;
  font-weight:700;
  flex-shrink:0;
  margin-top:2px;
  box-shadow:0 0 10px rgba(246,181,69,0.4);
}

/* =========================
   BUTTON
========================= */

.primary-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:16px 34px;
  background:linear-gradient(135deg,#f6b545,#e89c15);
  color:#111;
  text-decoration:none;
  border-radius:12px;
  font-weight:600;
  transition:0.3s ease;
}

.primary-btn:hover{
  transform:translateY(-3px);
  box-shadow:0 12px 25px rgba(246,181,69,0.25);
}

/* =========================
   RIGHT CARD
========================= */

.eligibility-card{
  background:#071426;
  border:1px solid rgba(255,255,255,0.08);
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 10px 40px rgba(0,0,0,0.4);
}

.card-image{
  position:relative;
}

.card-image img{
  width:100%;
  height:240px;
  object-fit:cover;
  display:block;
}

.image-label{
  position:absolute;
  left:20px;
  bottom:16px;
  background:rgba(0,0,0,0.6);
  color:#f6b545;
  padding:8px 14px;
  border-radius:8px;
  font-size:12px;
  backdrop-filter:blur(4px);
}

.eligibility-content{
  padding:30px;
}

.eligibility-content h3{
  color:#f6b545;
  font-size:28px;
  margin-bottom:28px;
}

/* =========================
   THRESHOLD ROW
========================= */

.threshold-row{
  background:#0c1b31;
  border-left:4px solid #f6b545;
  padding:18px 18px;
  border-radius:10px;
  margin-bottom:18px;
}

.threshold-row h5{
  color:#f6b545;
  font-size:12px;
  margin-bottom:8px;
  letter-spacing:1px;
}

.threshold-row p{
  color:#fff;
  font-size:15px;
  line-height:1.6;
}

/* =========================
   BOTTOM BOX
========================= */

.bottom-box{
  margin-top:25px;
  border:1px dashed rgba(246,181,69,0.4);
  padding:22px;
  border-radius:12px;
  text-align:center;
}

.bottom-box h4{
  color:#f6b545;
  margin-bottom:10px;
  font-size:22px;
}

.bottom-box p{
  color:#aab6ca;
  line-height:1.7;
  font-size:15px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:991px){

  .eligibility-grid{
    grid-template-columns:1fr;
  }

  .section-heading{
    font-size:44px;
  }

  .eligibility-card{
    max-width:100%;
  }

}

/* =========================
   MOBILE FIXES
========================= */

@media(max-width:768px){

  .section-space{
    padding:50px 16px;
  }

  .eligibility-grid{
    gap:30px;
  }

  .section-heading{
    font-size:34px;
    line-height:1.2;
  }

  .section-text{
    font-size:15px;
    line-height:1.6;
    margin-bottom:25px;
  }

  .eligibility-list{
    gap:14px;
  }

  .eligibility-item{
    padding:16px;
    font-size:14px;
    line-height:1.5;
    border-radius:12px;
  }

  .check-icon{
    width:24px;
    height:24px;
    min-width:24px;
    font-size:12px;
  }

  .primary-btn{
    width:100%;
    padding:14px 20px;
    font-size:15px;
  }

  .eligibility-card{
    border-radius:18px;
  }

  .card-image img{
    height:200px;
  }

  .eligibility-content{
    padding:20px;
  }

  .eligibility-content h3{
    font-size:22px;
    margin-bottom:20px;
  }

  .threshold-row{
    padding:14px;
    margin-bottom:14px;
  }

  .threshold-row p{
    font-size:14px;
  }

  .bottom-box{
    padding:18px;
  }

  .bottom-box h4{
    font-size:18px;
  }

  .bottom-box p{
    font-size:13px;
    line-height:1.5;
  }

}

/* =========================
   EXTRA SMALL MOBILE
========================= */

@media(max-width:480px){

  .section-heading{
    font-size:28px;
  }

  .section-tag{
    font-size:11px;
  }

  .eligibility-item{
    font-size:13px;
    padding:14px;
  }

  .check-icon{
    width:22px;
    height:22px;
    min-width:22px;
    font-size:11px;
  }

  .card-image img{
    height:180px;
  }

}



/* ===== SECTION ===== */

.section-space{
    padding: 55px 18px;   /* top bottom space kam */
    background: #031633;
    overflow: hidden;
}



.center-text{
    text-align: center;
}

/* ===== TAG ===== */

.section-tag{
    color: #d4a017;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: uppercase;
}

/* ===== HEADING ===== */

.section-heading{
    color: #fff;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 500;
    max-width: 850px;
    margin: auto auto 55px;
    position: relative;
}

/* YELLOW LINE REMOVE */
.section-heading::after{
    display: none;
}

/* ===== GRID ===== */

.process-grid{
    position: relative;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 24px;
}

/* desktop line */
.process-grid::before{
    content: "";
    position: absolute;
    top: 36px;
    left: 8%;
    width: 84%;
    height: 1px;
    background: rgba(212,160,23,0.4);
    z-index: 0;
}
.section-tag::after{
    display: none;
}

/* ===== CARD ===== */

.process-card{
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: 10px;
}

/* ===== STEP ===== */

.step-number{
    width: 68px;
    height: 68px;
    border: 2px solid #d4a017;
    border-radius: 50%;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a017;
    font-size: 20px;
    font-weight: 700;
    background: #031633;
}

/* ===== TITLE ===== */

.process-card h4{
    color: #fff;
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 14px;
    font-weight: 700;
}

/* ===== TEXT ===== */

.process-card p{
    color: #9fb2cf;
    font-size: 15px;
    line-height: 1.7;
    max-width: 240px;
    margin: auto;
}

/* ===== TABLET ===== */

@media(max-width:991px){

    .section-space{
        padding: 50px 16px;
    }

    .section-heading{
        font-size: 38px;
        margin-bottom: 45px;
    }

    .process-grid{
        grid-template-columns: repeat(2,1fr);
        gap: 35px 24px;
    }

    .process-grid::before{
        display: none;
    }
}

/* ===== MOBILE ===== */

@media(max-width:576px){

    .section-space{
        padding: 38px 12px; /* top bottom aur kam */
    }

    .section-heading{
        font-size: 27px;
        line-height: 1.3;
        margin-bottom: 35px;
    }

    .process-grid{
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .process-card{
        padding: 18px 14px; /* card chota */
        border: 1px solid rgba(255,255,255,0.07);
        border-radius: 14px;
        background: rgba(255,255,255,0.02);
    }

    .step-number{
        width: 54px;
        height: 54px;
        font-size: 17px;
        margin-bottom: 16px;
    }

    .process-card h4{
        font-size: 18px;
        margin-bottom: 10px;
    }

    .process-card p{
        font-size: 14px;
        line-height: 1.6;
        max-width: 100%;
    }
}




/* ========================= */
/* SECTION */
/* ========================= */

.section-space {
  padding: 80px 0;
  background: #020d26;
  overflow: hidden;
}



/* ========================= */
/* TEXT */
/* ========================= */

.section-tag {
  color: #f5a623;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.section-heading {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  max-width: 700px;
}

.heading-line {
  width: 65px;
  height: 3px;
  background: #f5a623;
  margin-bottom: 22px;
}

.section-text {
  max-width: 520px;
  color: #9ba7c0;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 45px;
}

/* ========================= */
/* GRID */
/* ========================= */

.docs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* ========================= */
/* CARD */
/* ========================= */

.doc-card {
  background: #0b1735;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;

  padding: 18px 16px;

  display: flex;
  align-items: center;
  gap: 14px;

  min-height: 92px;

  transition: 0.3s ease;
}

.doc-card:hover {
  transform: translateY(-4px);
  border-color: #f5a623;
}

/* ========================= */
/* ICON */
/* ========================= */

.doc-icon {
  min-width: 40px;
  width: 40px;
  height: 40px;

  background: rgba(255,255,255,0.08);
  border-radius: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 16px;

  flex-shrink: 0;
}

/* ========================= */
/* CARD TEXT */
/* ========================= */

.doc-card h4 {
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 600;
  margin: 0;
}

/* ========================= */
/* BOTTOM TEXT */
/* ========================= */

.bottom-text {
  margin-top: 24px;
  color: #9ba7c0;
  font-size: 14px;
}

.bottom-text span {
  color: #f5a623;
  font-weight: 600;
}
.section-heading,
.section-tag,
.section-text,
.heading-line {
  text-align: left;
  margin-left: 0;
  
}

/* ========================= */
/* TABLET */
/* ========================= */

@media (max-width: 991px) {

  .section-space {
    padding: 60px 0;
  }

  .section-heading {
    font-size: 38px;
  }

  .docs-grid {
    grid-template-columns: repeat(2, 1fr);
  }

}

/* ========================= */
/* MOBILE */
/* ========================= */

@media (max-width: 767px) {

  .section-space {
    padding: 32px 0;
  }

  .container {
    width: 92%;
  }

  .section-tag {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .section-heading {
    font-size: 26px;
    line-height: 1.3;
    margin-bottom: 10px;
  }

  .heading-line {
    width: 50px;
    margin-bottom: 14px;
  }

  .section-text {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 22px;
  }

  .docs-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .doc-card {
    padding: 12px 14px;
    min-height: auto;
    gap: 12px;
  }

  .doc-icon {
    min-width: 34px;
    width: 34px;
    height: 34px;
    font-size: 14px;
  }

  .doc-card h4 {
    font-size: 13px;
    line-height: 1.4;
  }

  .bottom-text {
    margin-top: 18px;
    font-size: 13px;
  }

}



/* SECTION */
.why-section{
    background: #071a3b;
    padding: 55px 0;
    overflow: hidden;
}

.why-grid{
    display: grid;
    grid-template-columns: 1.1fr 0.85fr;
    gap: 35px;
    align-items: center;
}

/* LEFT */
.section-tag{
    color: #dca73c;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.section-heading{
    color: #fff;
    font-size: 46px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 28px;
    max-width: 560px;
}

.why-list{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.why-item{
    display: flex;
    gap: 14px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.why-dot{
    width: 8px;
    height: 8px;
    background: #dca73c;
    border-radius: 50%;
    margin-top: 8px;
    flex-shrink: 0;
}

.why-item h4{
    color: #fff;
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 1.5;
}

.why-item p{
    color: #b6c2d9;
    line-height: 1.6;
    font-size: 13px;
    margin: 0;
}

/* CARD */
.review-card{
    background: #0b224c;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

.review-image{
    position: relative;
}

.review-image img{
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.review-overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color: #f5c15c;
    font-size: 11px;
    font-style: italic;
}

.review-content{
    padding: 25px;
}

.review-content h3{
    color: #f5c15c;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 12px;
}

.review-content p{
    color: #b6c2d9;
    line-height: 1.7;
    margin-bottom: 22px;
    font-size: 14px;
}

.review-stats{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-bottom: 22px;
    border-radius: 12px;
    overflow: hidden;
}

.stat-box{
    padding: 18px;
    border: 1px solid rgba(255,255,255,0.08);
    background: #081a3a;
}

.stat-box h2{
    color: #f5c15c;
    font-size: 24px;
    margin-bottom: 6px;
    font-weight: 700;
}

.stat-box span{
    color: #9eb0d1;
    font-size: 10px;
    letter-spacing: 1px;
}

.primary-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg,#dca73c,#f5c15c);
    color: #111;
    text-decoration: none;
    height: 50px;
    border-radius: 10px;
    font-weight: 700;
    transition: 0.4s;
    font-size: 14px;
}

.primary-btn:hover{
    transform: translateY(-2px);
}

/* TABLET */
@media(max-width:991px){

    .why-section{
        padding: 40px 0;
    }

    .why-grid{
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .section-heading{
        font-size: 34px;
        margin-bottom: 22px;
    }

    .review-card{
        max-width: 650px;
        margin: auto;
    }

}

/* MOBILE */
@media(max-width:767px){

    .why-section{
        padding: 28px 0 !important;
    }

    .why-grid{
        gap: 22px;
    }

    .section-tag{
        font-size: 10px;
        margin-bottom: 10px;
    }

    .section-heading{
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 18px;
    }

    .why-list{
        gap: 14px;
    }

    .why-item{
        gap: 10px;
        padding-bottom: 14px;
    }

    .why-item h4{
        font-size: 14px;
        margin-bottom: 5px;
    }

    .why-item p{
        font-size: 12px;
        line-height: 1.6;
    }

    .review-card{
        border-radius: 14px;
    }

    .review-image img{
        height: 180px;
    }

    .review-overlay{
        font-size: 10px;
        padding: 8px 12px;
    }

    .review-content{
        padding: 16px;
    }

    .review-content h3{
        font-size: 21px;
        margin-bottom: 10px;
    }

    .review-content p{
        font-size: 13px;
        line-height: 1.6;
        margin-bottom: 16px;
    }

    .review-stats{
        gap: 0;
        margin-bottom: 16px;
    }

    .stat-box{
        padding: 14px;
    }

    .stat-box h2{
        font-size: 19px;
    }

    .stat-box span{
        font-size: 9px;
        line-height: 1.4;
        display: block;
    }

    .primary-btn{
        height: 46px;
        font-size: 13px;
        border-radius: 8px;
    }

}


.cta-section{
    background: linear-gradient(135deg,#08192f,#0c2b52);
    padding: 70px 20px;
    position: relative;
    overflow: hidden;
}

.cta-section::before{
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(255,184,77,0.08);
    border-radius: 50%;
    top: -120px;
    right: -100px;
    filter: blur(10px);
}

.cta-section::after{
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255,184,77,0.05);
    border-radius: 50%;
    bottom: -100px;
    left: -80px;
}



.center-text{
    text-align: center;
}

.section-heading{
    font-size: 39px;
    line-height: 1.1;
    font-weight: 400;
    color: #fff;
    margin-bottom: 22px;
    letter-spacing: -1px;
}

.section-heading span{
    color: #ffbe4d;
}

.section-text{
    font-size: 20px;
    line-height: 1.8;
    color: rgba(255,255,255,0.72);
    max-width: 780px;
  
    margin-bottom: 40px;
}

.cta-btns{
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}

.primary-btn,
.secondary-btn{
    padding: 18px 34px;
    border-radius: 12px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: 0.4s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.primary-btn{
    background: linear-gradient(135deg,#ffbe4d,#d79a2b);
    color: #111;
    box-shadow: 0 10px 30px rgba(255,190,77,0.25);
}

.primary-btn:hover{
    transform: translateY(-3px);
}

.secondary-btn{
    border: 1px solid rgba(255,190,77,0.4);
    color: #ffbe4d;
    background: rgba(255,255,255,0.03);
}

.secondary-btn:hover{
    background: #ffbe4d;
    color: #111;
}

.cta-bottom-text{
    color: rgba(255,255,255,0.6);
    font-size: 15px;
    line-height: 1.7;
}

.cta-bottom-text a{
    color: #ffbe4d;
    text-decoration: none;
    font-weight: 600;
}

@media (max-width: 768px){

    .cta-section{
        padding: 45px 15px;
    }

    .section-heading{
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 16px;
    }

    .section-text{
        font-size: 16px;
        line-height: 1.7;
        margin-bottom: 28px;
    }

    .cta-btns{
        gap: 14px;
        margin-bottom: 20px;
    }

    .primary-btn,
    .secondary-btn{
        width: 100%;
        padding: 15px 20px;
        font-size: 16px;
    }

    .cta-bottom-text{
        font-size: 13px;
        line-height: 1.8;
    }

}

@media (max-width: 480px){

    .cta-section{
        padding-top: 38px;
        padding-bottom: 38px;
    }

    .section-heading{
        font-size: 30px;
    }

    .section-text{
        font-size: 15px;
    }

}
.cta-section .container{
    text-align: center;
}

.cta-section .section-heading{
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.cta-section .section-text{
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.secondary-btn{
    height: 52px;
    line-height: 1;
    padding-top: 0;
    padding-bottom: 0;
}/* End custom CSS */