.site-header + section {
    padding-top: 80px!important;
}

/* =========================================================
   TYPOGRAPHY & GLOBAL TEXT
========================================================= */
.black-para{
font-family: 'Plus Jakarta Sans';
color: #65758B;
font-weight: 400;
font-size: 16.86px;
line-height: 26.22px;
/* text-align: center; */

}
.black-heading{
    font-family: 'Outfit';
    color: #0F1729;
font-weight: 700;
font-size: 44.95px;
line-height: 44.95px;
/* text-align: center; */
}
.inner-heading{
    color : #0F1729;
    font-family: 'Plus Jakarta Sans';
font-weight: 700;
font-size: 18.73px;
/* line-height: 26.22px; */
margin: 10px auto!important;
/* text-align: center; */
}
.graytext{
   color: #65758B;  
font-family: 'Plus Jakarta Sans';
font-weight: 400;
font-size: 14.98px;
line-height: 22.47px;
letter-spacing: 0%;
/* text-align: center; */
}
.btn-div a{
    background: #F8FAFC;
border: 0.91px solid #E1E7EF;
color: #0F1729;
}

.site-header {
  position: relative;
  z-index: 999;
}

/* CONTAINER */
.header-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* TOP BAR */
.top-bar {
  background: #f8f9fb;
  border-bottom: 1px solid #eee;
  font-size: 12px;
}

.top-bar .header-container {
  height: 36px;
}

.top-left span,
.top-right span {
  margin-right: 20px;
  color: #65758B;
}

/* MAIN HEADER */
.main-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.main-header .header-container {
  height: 72px;
}

/* LOGO */
.logo img {
  height: 42px;
}

/* NAV */
.main-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
}

.main-nav a {
  font-size: 16px;
  font-weight: 500;
  color: #65758B;
  text-decoration: none;
}

.main-nav a:hover {
  color: #000;
}

/* BUTTON */
.header-btn {
  background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
  box-shadow: 0px 4px 6px -4px #0000001A,
  0px 10px 15px -3px #0000001A;
color: #fff;
width: 192px;
  padding: 10px 18px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
}

/* MOBILE TOGGLE */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  width: 22px;
  height: 2px;
  background: #000;
}

/* RESPONSIVE */
@media (max-width: 1024px) {

  .main-nav {
    position: absolute;
    top: 108px;
    left: 0;
    width: 100%;
    background: #fff;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 25px 0;
    display: none;
  }

  .main-nav.active {
    display: flex;
  }

  .header-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }
}

@media (max-width: 764px) {
  .top-bar {
    display: none;
  }
}

.subheading {
    display: block;
    margin-bottom: 14px !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.66px;
    text-transform: uppercase !important;
    text-align: center;
    color: #fff;
}
.headings{
       font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
font-size: 45px;
line-height: 44.95px;
letter-spacing: 0%;
text-align: center;

}

.visa-solutions .white-para {
text-align: center!important;
 color: #fff !important;
}
.card-body .white-heading{
  text-align: left!important;
}

.whitetext {
    color: #fff;
    padding: 10px 0;
    font-weight: 300 !important;
}

.graytext .whitetext {
    color: #65758B;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
}

.main-para {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 400;
    font-size: 16.86px;
    line-height: 26.22px;
    letter-spacing: 0%;
    width: 60%;
    color: white;
    margin: 0 auto 60px auto;
}

/* =========================================================
   HERO SECTION
========================================================= */

.hero-section {
    min-height: 827px;
    background: url("../images/Section (8).png") center / auto no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    overflow: hidden;
}

@media (max-width: 768px) {
    .hero-section {
        min-height: 600px;
        background: url("../images/Section (8).png") center / cover no-repeat;
    }
}

@media (max-width: 480px) {
    .hero-section {
        min-height: 500px;
          background: url("../images/Section (8).png") center / cover no-repeat;
    }
}


/* Content wrapper */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    text-align: center;
    padding: 0 20px;
}

/* Badge */
.hero-badge {
    display: inline-block;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
border: 1px solid #FFFFFF1A;
    padding: 8px 18px;
    border-radius: 999px;
    font-size: 13px;
    margin-bottom: 20px;
    box-shadow: 0px 25px 50px -12px #00000040;
backdrop-filter: blur(14px);

}

.hero-content h1 {
    font-family: 'Outfit', sans-serif;
    font-size: 96px;
    line-height: 1.1;
    max-width: 90%;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 18px auto;
}

/* Responsive typography */
@media (max-width: 1200px) {
    .hero-content h1 {
        font-size: 72px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 48px;
    }
}

@media (max-width: 480px) {
    .hero-content h1 {
        font-size: 32px;
    }
}

.hero-text {
    font-size: 18px;
    line-height: 28px;
    max-width: 90%;
    margin: 0 auto 30px auto;
    text-align: center!important;
}

@media (max-width: 768px) {
    .hero-text {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 480px) {
    .hero-text {
        font-size: 14px;
        line-height: 20px;
    }
}


/* Text */
.hero-text {
    font-weight: 500;
}

/* Buttons */
.hero-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-bottom: 40px;
}

@media (max-width: 480px) {
    .hero-actions {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }

    .btn-main, .btn-outline {
        width: 80%;
        text-align: center;
    }
}


.btn-main {
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
    padding: 14px 28px;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;

}
.whatsapp-btn,
.btn-main,
.btn-outline {
    color: #ffffff;
    transition: 
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.3s ease,
        border-color 0.3s ease;
}

/* Main button hover */
.whatsapp-btn:hover,
.btn-main:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: linear-gradient(272.72deg, #05A549 0.44%, #023F1C 117.61%);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* Outline button hover */
.btn-outline:hover {
    color: #ffffff;
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
    border-color: rgba(255, 255, 255, 0.85);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
}

/* Active / pressed state */
.whatsapp-btn:active,
.btn-main:active,
.btn-outline:active {
    transform: translateY(0);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

/* .card-body .btn-main {
    display: block;
    width: 100%;
} */


.btn-outline {
    padding: 14px 26px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(6px);
}

/* =========================================================
   HERO STATS (Glass Cards)
========================================================= */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr)); /* Desktop: 4 columns */
    gap: 18px;
    width: 100%;
    max-width: 1200px; /* Optional: keep stats centered and limited */
    margin: 0 auto;
}

.hero-stats .stat {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%);
    padding: 20px 18px;
    border: 1px solid #FFFFFF1A;
    border-radius: 16px;
    box-shadow: 0px 25px 50px -12px #00000040;
    backdrop-filter: blur(14px);

    /* Flexible width */
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.hero-stats img {
    max-width: 60px; /* constrain image size so it doesn't stretch the card */
    margin-bottom: 12px;
}

/* Tablet: 2 columns */
@media (max-width: 1024px) {
    .hero-stats {
           display: flex;
        gap: 16px;
    }
}

/* Mobile: 2x2 layout */
@media (max-width: 768px) {
    .hero-stats {
           display: flex;
           flex-wrap: wrap;
        gap: 12px;
    }
    .hero-stats .stat {
    width: 48%;}
}

/* Extra small mobile */
@media (max-width: 480px) {
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}
.hero-stats strong {
    font-size: 22px;
    display: block;
    margin : 12px 0px 6px 0px;
}

.hero-stats span {
    font-size: 13px;
    opacity: 0.85;
}
/* =========================================================
   VISA TYPES SECTION (BASE)
========================================================= */

.visa-types {
    background: #fff;
}

/* ❌ DO NOT make container flex — it breaks Bootstrap grid */
.visa-types .container {
    max-width: 1140px;
}

.visa-types .subheading {
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.visa-types h2 {
    font-family: 'Outfit', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
}

.visa-types > .container > p {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
    color: #65758B;
    font-size: 15px;
    line-height: 26px;
}

.visa-card {
    transition: transform .25s ease, box-shadow .25s ease;
   
}

.visa-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(0,0,0,.12);
}


/* =========================================================
   VISA CARD (SHARED BASE)
========================================================= */

.visa-card {
    background: #fff;
    border-radius: 20px;
    border: 0.94px solid #E1E7EF;
    box-shadow:
        0px 3.75px 5.62px -3.75px #0000001A,
        0px 9.36px 14.05px -2.81px #0000001A;

    width: 100%;
    height: 500px!important;               /* ✅ equal height */
    display: flex;
    flex-direction: column;
    align-items: stretch!important;         /* ✅ LEFT alignment fix */
    overflow: hidden;
    margin: 20px 0px!important;
}

/* =========================================================
   VISA CARD IMAGE (SECTION 1)
========================================================= */

.visa-card img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}

/* =========================================================
   VISA CARD BODY (ALL CONTENT LEFT-ALIGNED)
========================================================= */

.visa-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: left;             /* ✅ LEFT ALIGN */
}

.visa-card-body .inner-heading {
    margin: 10px 0px!important;
    /* text-align: left!important; */
}

.visa-card-body p {
    margin-bottom: 15px;
}

/* Button always sticks to bottom */
.visa-card-body .btn {
    margin-top: auto;
}

/* =========================================================
   VISA BULLET POINTS
========================================================= */

.visa-points {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.visa-points li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 10px;
    font-size: 14px;
}

.visa-points li:last-child {
    margin-bottom: 0;
}

.visa-points li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #05A549;
    font-weight: bold;
}

/* =========================================================
   HOW TO APPLY (SECTION 2 MODIFIERS)
========================================================= */
.how-apply{
    background-image: url("../images/cHJpdmF0ZS9sci9pbWFnZXMvd2Vic2l0\ 1.png");
    background-image: top left;
    background-repeat: no-repeat;
    background-size: contain;
}

.how-apply .visa-card {
    padding-top: 10px;
    height: 330px!important;
}

.how-apply .step-number {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 10px 20px;
}

.how-apply .visa-card-body {
    align-items: flex-start;      /* ✅ left align */
}

.how-apply img {
    width: 74px!important;
    height: 74px!important;
    margin-bottom: 10px;
}

/* =========================================================
   OPTIONAL WHITE BULLETS (KEPT)
========================================================= */

.white-bullets {
    color: #fff !important;
    font-weight: 300;
}

.white-bullets li {
    color: #fff !important;
}

.white-bullets li::before {
    color: #05A549;
}



/* =========================================================
   DARK BACKGROUND SECTION
========================================================= */
.bg-dark {
    position: relative;
    background: url("../images/e8e42ba05a354ef56dd87ecd67c3cc75ae6ad971.jpg") center/cover no-repeat;
    padding: 80px 20px;
}

.bg-dark::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 0;
}

.bg-dark > .container {
    position: relative;
    z-index: 1;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Headings and paragraph adjustments */
.white-heading {
    color: #fff;
    margin: 10px 0px 0px 0px!important;
}

.white-para,
.whitetext {
    color: #ffffffdc;
    text-align: left;
   font-weight: lighter!important;
}

.subheading {
    color: #ccc;
    margin-bottom: 10px;
}

/* Cards wrapper */
.cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    margin-top: 40px;
}

/* Individual card */
.white-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%)!important;
 border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 16px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(14px);
   box-shadow: 0px 25px 50px -12px #00000040,
   -6px 7px 4px 0px #0000004D;
padding: 20px;
    flex: 1 1 380px; /* Responsive width */
    max-width: 350px;
    display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start;
}

/* Card content */
.white-card img {
 margin-bottom: 15px;
}

.card-body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

/* Lists */
.white-bullets li {
    color: #fff;
    font-weight: lighter!important;
    margin-bottom: 5px;
    text-align: left!important;
}
.card-body .white-bullets li::before {
    color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 992px) {
    .white-card {
        flex: 1 1 45%;
    }
}

@media (max-width: 768px) {
    .white-card {
        flex: 1 1 90%;
    }
}

/* =========================================================
   COUNTRIES
========================================================= */

.countries {
      background: url("../images/Rectangle 1000001774.png") top right / auto no-repeat;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    padding: 80px 40px;
}
.countries > * {
    position: relative;
    z-index: 1;
}

.country-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);  /* 6 columns */
    grid-template-rows: repeat(4, auto);    /* 4 rows */
    gap: 15px;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}
.country{
    background-color: #fff;
    padding : 10px!important;
    border: 1px solid #E1E7EF;
    height: 41px;
    text-align: left;
    border-radius: 8px;
}

/* Optional: hide extra items beyond 24 */
.country-grid > .country:nth-child(n+25) {
    display: none;
}

/* =========================================================
   WHY SECTION
========================================================= */

.why {
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
    padding: 90px 40px;
    color: #fff;
    margin: 0px!important;
}

.why h2 {
    text-align: center;
    margin-bottom: 40px;
    font-family: 'Outfit', sans-serif;
}

.why-grid {
    max-width: 1400px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.why-grid div {
    background: #FFFFFF1A;
    box-shadow: 0px 0.94px 1.87px 0px #0000000D;
    backdrop-filter: blur(3.7457px);
    border: 1px solid #FFFFFF26;
    border-radius: 14px;
    padding: 20px;
    text-align: left;
}

.why-grid .white-heading {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    font-size: 16.86px;
    line-height: 26.22px;
}

.why-grid .whitetext {
    font-weight: 400;
    font-size: 13.11px;
    line-height: 21.3px;
    padding-top: 10px;
}

/* apply-password */
.apply-passport {
  background: url("../images/pakistan-waving-flag-on-white-ba 1.png") no-repeat center top / cover;
  padding: 100px 0 70px;
  font-family: "Inter", sans-serif;
}

.apply-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.apply-header {
  text-align: center;
  margin-bottom: 60px;
}

.apply-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #05A549;
  display: inline-block;
  margin-bottom: 10px;
}

.apply-header h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0A1F44;
  margin-bottom: 15px;
}

.apply-header p {
  max-width: 720px;
  margin: auto;
  color: #65758B;
  font-size: 16px;
  line-height: 1.6;
}

/* STEPS */
.apply-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 60px;
}

.step-card {
  background: #fff;
  border-radius: 18px;
  padding: 35px 25px;
  text-align: center;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.step-card:hover {
  transform: translateY(-6px);
}

.step-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(272deg, #023F1C, #05A549);
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.step-card img {
  width: 44px;
  margin : 5px auto!important;
}

.step-card h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0A1F44;
  margin-bottom: 8px;
}

.step-card p {
  font-size: 14px;
  color: #65758B;
}

/* BOTTOM */
.apply-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* INFO CARDS */
/* .info-card {
padding: 30px;
} */

.info-card h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* PLANS */
.plan-item{
    background: #FFFFFFCC;
    border: 0.94px solid #E1E7EF80;
    box-shadow: 0px 3.75px 5.62px -3.75px #0F17291A,
    0px 9.36px 14.05px -2.81px #0F17291A;
backdrop-filter: blur(22.474285125732422px);
border-radius: 14px;
padding: 20px!important;
margin  : 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}

.plan-item:last-child {
  border-bottom: none;
}

.plan-item span {
  font-size: 13px;
  color: #65758B;
  display: block;
}

.price {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-size: 20px!important;
  background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


/* DOCUMENT LIST */
.doc-list {
  list-style: none;
  /* padding: 0; */
    background: #FFFFFFCC;
    border: 0.94px solid #E1E7EF80;
    box-shadow: 0px 3.75px 5.62px -3.75px #0F17291A,
    0px 9.36px 14.05px -2.81px #0F17291A;
backdrop-filter: blur(22.474285125732422px);
border-radius: 14px;
padding: 25px!important;
}

.doc-list li {
  position: relative;
  font-family: 'Plus Jakarta Sans';
font-weight: 400;
font-size: 15px;
line-height: 22.47px;
 padding-left: 28px;
  margin-bottom: 12px;
  font-size: 14px;
  color: #0A1F44;
}

.doc-list li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #05A549;
}

/* DESKTOP: 3 cards (default) */
/* No media query needed */

/* TABLET: 2 cards */
@media (min-width: 765px) and (max-width: 1024px) {
  .apply-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE: 1 card */
@media (max-width: 764px) {
  .apply-steps {
    grid-template-columns: 1fr;
  }
  .apply-bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}
}



/* CONTACT */
.contact-section {
   width: 100%!important;
    padding: 0px 0px 0px 0px;
    margin: 0 !important;
    background-image: url("../images/pakistan-double-desk-flag-stand\ 1.png");
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: contain;
}
.contact-section p{
    font-family: 'Plus Jakarta Sans';
font-weight: 400;
font-size: 18px;
line-height: 28px;
text-align: center;
color: #65758B;
margin-bottom: 50px;
}
.apply-passport .subheading,
.countries .subheading,
.contact-section .subheading{
     background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase!important;
}
.contact-section h5{
    font-family: 'Outfit';
font-weight: 700;
font-size: 24px;
line-height: 32px;
color: #0F1729;
margin-bottom: 20px;

}

.contact-card {
    background: #ffffff;
    border: 1px solid #E1E7EF;
    padding: 30px;
    border-radius: 16px;
   box-shadow: 0px 8px 10px -6px #0000001A,
   0px 20px 25px -5px #0000001A;
    height: 100%;
    margin : 50px 0px;
}

.contact-list {
    list-style: none;
    padding: 10px;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px!important;                /* space between icon and text */
    margin-bottom: 20px;
    font-size: 14px;
}
.contact-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;           /* prevents icon from shrinking */
    margin-top: 2px;          /* aligns icon with text nicely */
}

.contact-text strong {
    display: block;
    font-weight: 600;
}



/* WHATSAPP BUTTON */
.whatsapp-outer-con .whatsapp-btn {
    width: 100%!important;
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
color: #fff;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    text-align: center;
    margin-top: -15px;
}

.contact-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 16px;
}

.form-group {
    width: 100%;
    margin-bottom: 18px;
}

.contact-form label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #0F172A;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    background-color: #F8FAFC;
    border: 1px solid #E1E7EF;
    padding: 12px 14px;
    border-radius: 10px;
    font-size: 14px;
}

/* Button */
.contact-form button {
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%) !important;
    width: 100%;
    padding: 14px;
    border-radius: 14px;
    font-weight: 600;
    border: none;
    color: #fff;
}

/* Mobile */
@media (max-width: 768px) {
    .form-row {
        flex-direction: column;
    }
}


.whatsapp-outer-con{
    display: flex;
    justify-content : start;
    align-items: start;
    flex-direction: column;
    border-radius: 16px;
    /* gap: 20px!important; */
    padding: 22px;
    background-color: #FFFFFF;
    box-shadow: -2px 4px 11px 0px #00000040;
}
.whatsapp-outer-con h5{
    font-family: 'Plus Jakarta Sans';
font-weight: 700;
font-size: 18px;
line-height: 28px;
color: #000000;
}

.whatsapp-outer-con p{
  font-family: 'Plus Jakarta Sans';
font-weight: 400;
font-size: 16px;
line-height: 24px;

}

@media (max-width: 1200px) {

    .hero-section {
        width: 100%;
        height: auto;
        padding: 80px 0;
    }

    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .white-card {
        width: 45%;
    }
}
@media (max-width: 992px) {

    /* TEXT */
    .hero-inner h1 {
        font-size: 44px;
    }

    .hero-inner p,
    .main-para {
        width: 100%;
        font-size: 15px;
    }

    /* HERO STATS */
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    /* GRIDS */
    .why-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .white-card {
        width: 100%;
    }

    .visa-types > .container > p {
        padding: 0 20px;
    }
}
@media (max-width:768px) {

    /* HERO */
    .hero-inner {
        padding: 0 20px;
        text-align: center;
    }

    .hero-inner h1 {
        font-size: 34px;
    }

    .hero-inner p {
        margin: 0 auto;
    }

    /* BUTTONS */
    .btn-main,
    .btn-small {
        display: block!important;
    }
    .card-body .btn-main {
    display: block;
   width: 100% !important;

}


    /* GRIDS */
    .hero-stats {
        grid-template-columns: 1fr;
    }

    .why-grid {
        grid-template-columns: 2fr!important;
    }

    .country-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* CARDS */
    .visa-card img {
        height: 170px;
    }
    /* CARDS */
    .white-card {
        width: 45% !important;
        padding: 20px;
    }
}
@media (max-width: 480px) {

    /* TEXT */
    .hero-inner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .subheading {
        font-size: 12px;
    }

    .why h2 {
        font-size: 24px;
    }

    /* PADDING */
    .why,
    .countries {
        padding: 60px 20px;
    }

    /* CARDS */
    .visa-card-body {
    padding: 20px;
    }

    .white-card {
           width: 80% !important;
        padding: 16px;
    }
}


/* =========================
   SECTION
========================= */
.client-reviews {
    position: relative;
    background: url("../images/Rectangle 1000001773.png") top left / auto no-repeat;
    padding: 90px 0;
    max-width: 1440px;
    margin: 0 auto; /* center section */
}

/* Bottom-right decorative image */
.client-reviews::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    /* width: 60%;              */
    /* height: auto;           maintain aspect ratio */
    background: url("../images/Rectangle 1000001773.png") bottom right / contain no-repeat;
    pointer-events: none;   /* let clicks pass through */
    z-index: 0;             /* make sure it's behind cards */
}

/* Make sure cards/content are above the pseudo-element */
.client-reviews > * {
    position: relative;
    z-index: 1;
}


/* =========================
   HEADER
========================= */
.reviews-header {
    max-width: 720px;
    margin: 0 auto 50px;
    text-align: center;
}

.reviews-tag {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #16a34a;
    font-weight: 600;
}

.reviews-header h2 {
    font-size: 32px;
    margin: 10px 0;
}

.reviews-header p {
    color: #64748b;
    font-size: 15px;
}

/* =========================
   SWIPER BASE
========================= */
.testimonial-swiper {
    padding: 40px 0 60px;
}

/* slide base */
.testimonial-swiper .swiper-slide {
    transform: scale(0.88) translateY(10px);
    opacity: 0.55;
    filter: blur(0.5px);
    transition: 
        transform 0.45s ease,
        opacity 0.45s ease,
        filter 0.45s ease,
        box-shadow 0.45s ease;
}

/* active slide */
.testimonial-swiper .swiper-slide-active {
    transform: scale(1.25);
    opacity: 1;
    filter: none;
    z-index: 5;
}

/* neighbors */
.testimonial-swiper .swiper-slide-prev,
.testimonial-swiper .swiper-slide-next {
    transform: scale(0.95) translateY(5px);
    opacity: 0.85;
    filter: none;
}

/* =========================
   TESTIMONIAL CARD
========================= */
.testimonial-card {
    background: #fff!important;
    border: 1px solid #E1E7EF!important;
    border-radius: 18px!important;
    padding: 32px!important;
    box-shadow: 
        0px 7px 9px -5px rgba(0,0,0,.1),
        0px 18px 23px -4px rgba(0,0,0,.1)!important;
}

/* stronger active shadow */
.testimonial-swiper .swiper-slide-active .testimonial-card {
    box-shadow: 
        0 40px 80px rgba(0,0,0,0.25),
        0 20px 40px rgba(0,0,0,0.15)!important;
}

/* =========================
   CONTENT
========================= */
.quote {
   text-align: left!important;
}

.review-text {
    font-size: 14px;
    margin: 18px 0;
    color: #0F1729;
    line-height: 1.6;
   text-align: left!important; 
}

.rating{
    display: flex;
    justify-items: left!important;
    gap : 3px!important;
}
.rating i {
    color: #facc15!important;
    font-size: 14px!important;
}

.author {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 18px;
}

.avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(272.72deg, #023F1C 0.44%, #05A549 117.61%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}
.author strong{
font-family: 'Plus Jakarta Sans';
color : #0F1729;
font-weight: 600;
font-size: 14.98px;
line-height: 22.47px;

}

/* =========================
   HIDE ARROWS (AUTOPLAY)
========================= */
.swiper-button-next,
.swiper-button-prev {
    display: none!important;
}

/* =========================
   GRID SECTION
========================= */
.grid-container {
    display: flex;
    flex-direction: column;
    background: #fff!important;
    border: 1px solid #E1E7EF;
    box-shadow: 
        0px 3px 6px rgba(0,0,0,.1),
        0px 9px 14px rgba(0,0,0,.1);
    padding: 30px;
    margin-top: 70px;
}

.grid-container .headings {
    text-align: center;
    margin-bottom: 30px;
    font-size: 23px;
    line-height: 30px;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
}

.grid-card {
    background: #F1F5F9;
    padding: 22px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.grid-card p {
    font-size: 14px;
    color: #475569;
}

.grid-card strong {
    display: block;
    margin-top: 12px;
    font-size: 14px;
}

.grid-card span {
    font-size: 12px;
    color: #94a3b8;
}

/* =========================
   RESPONSIVE
========================= */

/* Tablets */
@media (max-width: 1024px) {
    .testimonial-swiper .swiper-slide-active {
        transform: scale(1.15);
    }
}

/* Mobile */
@media (max-width: 768px) {
    .client-reviews {
        padding: 60px 0;
    }

    .reviews-header h2 {
        font-size: 26px;
    }

    .testimonial-swiper .swiper-slide {
        transform: scale(0.95);
        opacity: 1;
        filter: none;
    }

    .testimonial-swiper .swiper-slide-active {
        transform: scale(1.05);
    }

    .testimonial-card {
        padding: 24px;
    }

    .grid-container {
        padding: 20px;
    }

    .grid-container .headings {
        font-size: 20px;
    }
}


/* 
.country {
    background: #FFFFFF;

border-radius: 14px;
padding: 11px;
} */


/* FOOTER */

.site-footer {
    width: 100%!important;
    background: url(../images/Rectangle\ 1000001776.png) center / auto no-repeat;
    color: #ffffff;
    padding: 50px 0 30px;
}

/* FOOTER TOP */
.footer-top {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-logo {
    max-width: 160px;
    margin-bottom: 16px;
}

.footer-text {
    width: 280px;
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 18px;
}

/* BADGES */
.footer-badges {
    display: flex;
    gap: 12px;
}

/* HEADINGS */
.footer-heading {
    color: #fff;
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 26.82px;
    margin-bottom: 16px;
}

/* LISTS */
.footer-list,
.footer-icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-list li,
.footer-icons li {
    margin-bottom: 10px;
}

.footer-list a,
.footer-icons a {
    color: #cbd5e1;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}
/* ICON LIST */
.footer-icons i {
    margin-right: 8px;
    color: #05A549;
}

/* FOOTER BOTTOM */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
    gap: 12px;
    border-top: 0.96px solid #FFFFFF1A!important;
}

.footer-bottom p {
    margin: 0;
    font-size: 14px;
    color: #cbd5e1;
}

/* BOTTOM LINKS */
.footer-bottom-links {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 20px;
}

.footer-bottom-links a {
    font-size: 14px;
    color: #cbd5e1;
    text-decoration: none;
}


.image-icons a {
    word-break: break-all!important;
}
/* FOOTER LINK HOVER EFFECT (OVERRIDE ONLY) */
.footer-list a,
.footer-icons a,
.footer-bottom-links a {
    position: relative;
    transition: all 0.3s ease;
}

.footer-list a:hover,
.footer-icons a:hover,
.footer-bottom-links a:hover {
    color: #ffffff !important;
    font-weight: 700;
}

/* underline animation */
.footer-list a::after,
.footer-icons a::after,
.footer-bottom-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: width 0.3s ease;
}

.footer-list a:hover::after,
.footer-icons a:hover::after,
.footer-bottom-links a:hover::after {
    width: 100%;
}

/* ================= FOOTER TWEAKS ONLY ================= */

/* 1️⃣ FORCE BACKGROUND IMAGE TO COVER ALL SCREENS */
.site-footer {
    background-size: cover !important;
    background-repeat: no-repeat;
}

/* 2️⃣ FOOTER TOP – 4 COLUMNS → 4 ROWS BELOW 765px */
@media (max-width: 575px) {
    .footer-top > [class*="col-"] {
        width: 100%;
        margin-bottom: 30px; /* spacing between rows */
    }
}


/* 3️⃣ FOOTER BOTTOM – KEEP LINKS HORIZONTAL ALWAYS */
.footer-bottom-links {
    flex-direction: row !important;
    flex-wrap: wrap;
}

/* 4️⃣ FOOTER BOTTOM LAYOUT CONTROL */
@media (max-width: 764px) {
    .footer-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px; /* exactly 10px gap */
    }

    .footer-bottom-links {
        justify-content: center;
        gap: 16px; /* keep links readable */
    }
}



