/* ─── RESET ─────────────────────────────────────────── */
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth;scroll-padding-top: 2rem; }
    body { font-family: 'Inter', sans-serif; color: #111; background: #fff; }
    img  { display: block; max-width: 100%; }
    a    { text-decoration: none; color: inherit; }
    ul   { list-style: none; }
    button, input, textarea, select { font-family: inherit; }

    /* ─── VARIABLES ─────────────────────────────────────── */
    :root {
      --red:    #FE3F22;
      --purple: #660265;
      --cream:  #FFF5F3;
      --foot-bg:#F8EDFF;
      --gray:   #667085;
      --max-w:  1280px;
    }

    /* ─── UTILITY ───────────────────────────────────────── */
    .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
    .section    { padding: 80px 0; }
    .section--gray {
    background: url(../images/why-choose-us-bg.jpg);
    background-size: cover;
}
    .section--off  { background: #fafafa; }

    /* ─── TOP BAR ───────────────────────────────────────── */
    .topbar {
      background: var(--purple);
      height: 37px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      font-size: 13px;
      font-weight: 500;
      gap: 30px;
    }
    .topbar__item {
      display: flex;
      align-items: center;
      gap: 8px;
    }
    .topbar__item svg path { fill: #FF9080; }

    /* ─── HEADER ────────────────────────────────────────── */
    .header {
      position: sticky;
      top: 0;
      z-index: 100;
      background: #fff;
      height: 80px;
      box-shadow: 0 1px 6px rgba(0,0,0,.08);
      display: flex;
      align-items: stretch;
    flex-direction: column;
    justify-content: center;
    }
    .header__inner {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
    }
    .brand-text img {width: 15rem;}
    .header__logo { height: 46px; width: auto; object-fit: contain; }
    .header__nav  { display: flex; align-items: center; gap: 0; }
    .header__nav a {
      font-size: 14px;
      font-weight: 500;
      color: #111;
      display: flex;
      align-items: center;
      transition: color .2s;
    }
    .header__nav a:hover { color: var(--red); }
    .header__divider {
      width: 1px;
      height: 26px;
      background: #D5D7DA;
      margin: 0 16px;
      transform: rotate(12deg);
    }
    .header__cta {
      background: var(--red);
      color: #fff !important;
      padding: 8px 24px;
      border-radius: 9999px;
      font-weight: 600;
      font-size: 16px;
      border: 1px solid #db0404;
      transition: background .2s;
      white-space: nowrap;
    }
    .header__cta:hover { background: #d9341b !important; color: #fff !important; }

    /* hamburger – mobile only */
    .header__burger {
      display: none;
      background: none;
      border: none;
      cursor: pointer;
      padding: 4px;
    }
    .header__burger svg { width: 28px; height: 28px; }

    /* mobile nav drawer */
    .mobile-nav {
      display: none;
      flex-direction: column;
      background: #fff;
      position: fixed;
      top: 115px;
      left: 0;
      right: 0;
      z-index: 999;
      padding: 20px 24px 28px;
      box-shadow: 0 8px 24px rgba(0,0,0,.12);
      border-top: 1px solid #f3f4f6;
      gap: 16px;
    }
    .header.scrolling-down ~ nav#mobileNav {
    top: 80px;
}
    .mobile-nav.open { display: flex; }
    .mobile-nav a {
      font-size: 15px;
      font-weight: 500;
      color: #111;
      padding: 6px 0;
      border-bottom: 1px solid #f3f4f6;
    }
    .mobile-nav a:last-child { border: none; }
    .mobile-nav a:hover { color: var(--red); }
.topbar__item a:hover {
    color: #fe3f22;
}
.about__img-wrap video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.topbar__item a {
    transition: all 0.5s;
}
    /* ─── HERO ──────────────────────────────────────────── */
    .hero {
      position: relative;
      min-height: 700px;
      overflow: hidden;
      display: flex;
      align-items: center;
    }
    .hero__bg {
      position: absolute;
      inset: 0;
      background: url('../images/hero-section.jpg') center / cover no-repeat;
    }
    .hero__overlay {
      position: absolute;
      inset: 0;
      /* background: rgba(0,0,0,.18); */
    }
    .hero__inner {
      position: relative;
      /* z-index: 1; */
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      gap: 48px;
      padding: 100px 24px 80px;
      max-width: var(--max-w);
      margin: 0 auto;
      width: 100%;
    }
    .swiper{z-index: 0;}
    .hero__text { flex: 1 1 380px; }
    .hero__title {
      font-size: clamp(36px, 5vw, 62px);
      line-height: 1.1;
      font-weight: 300;
      color: #000;
      margin-bottom: 32px;
      max-width: 40rem;
      /* text-shadow: 0 2px 12px rgba(0,0,0,.25); */
    }
    .hero__title .accent-purple { font-weight: 700; color: var(--purple); }
    .hero__title .accent-red    { font-weight: 700; color: var(--red); }
    .hero__btn {
      display: inline-block;
      background: var(--red);
      color: #fff;
      font-size: 17px;
      font-weight: 600;
      padding: 13px 36px;
      border-radius: 9999px;
      box-shadow: 0 4px 18px rgba(254,63,34,.45);
      transition: background .2s, transform .15s;
    }
    .hero__btn:hover { background: #d9341b; transform: translateY(-1px); color: #fff; }

    /* quote form */
    .hero__form-wrap {
      flex: 0 1 440px;
      background: #fff;
      border-radius: 18px;
      box-shadow: 0 12px 40px rgba(0,0,0,.18);
      padding: 36px;
    }
.bnner_list ul {
    display: grid;
    padding: 0;
    grid-template-columns: repeat(5, 1fr);
}
.bnner_list {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.bnner_list ul li {
    display: flex;
    justify-content: flex-start;
    gap: 0.7rem;
}
.bnner_list ul li img {
    width: 1.2rem;
}

    .hero__form-title { font-size: 21px; font-weight: 400; margin-bottom: 6px; }
    .hero__form-sub   { font-size: 13px; color: var(--gray); margin-bottom: 24px; }
    .hero_form-error{display: none; font-size: 13px; color: var(--red); margin-bottom: 6px;}
    .hero__form-sub span { color: var(--red); }
    .form-group { margin-bottom: 14px; }
    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px 16px;
      border: 1px solid #d1d5db;
      border-radius: 8px;
      font-size: 14px;
      color: #111;
      outline: none;
      transition: border-color .2s, box-shadow .2s;
    }
    .form-group input:focus,
    .form-group textarea:focus {
      border-color: var(--red);
      box-shadow: 0 0 0 3px rgba(254,63,34,.12);
    }
    .form-group textarea { resize: none; height: 90px; }
    .form-submit {
      width: 100%;
      background: #FFEAE7;
      color: var(--red);
      font-size: 16px;
      font-weight: 600;
      padding: 13px;
      border-radius: 9999px;
      border: 1px solid rgba(254,63,34,.25);
      cursor: pointer;
      margin-top: 6px;
      transition: background .2s;
    }
    .form-submit:hover { background: #ffd6d0; }

    /* ─── TRUSTED BY ────────────────────────────────────── */
    .trusted { padding: 72px 0; background: #f9fafb; }
    .trusted__title {
      text-align: center;
      font-size: 30px;
      font-weight: 400;
      margin-bottom: 48px;
    }
    .trusted__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
      gap: 24px;
      align-items: center;
      justify-items: start;
    }
    /* .trusted__logo {
      background: #fff;
      border-radius: 10px;
      border: 1px solid #e5e7eb;
      padding: 16px 20px;
      width: 100%;
      text-align: center;
      font-size: 13px;
      font-weight: 600;
      color: #555;
      letter-spacing: .03em;
      filter: grayscale(1);
      opacity: .75;
      transition: filter .3s, opacity .3s;
    } */
    .trusted__logo:hover { filter: grayscale(0); opacity: 1; }

    .trusted {
  background:#F7F7F7;
  padding:70px 20px;
  font-family: Arial, sans-serif;
}

.trusted__container{
  max-width:1200px;
  margin:auto;
  display:grid;
  grid-template-columns: 2fr 1fr;
  gap:40px;
  align-items:center;
}

.trusted__box{
  background:#F1F1F1;
  padding:40px;
  border-radius:18px;
  height:100%;
  /* box-shadow:0 10px 25px rgba(0,0,0,0.05); */
}


.trusted__grid{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap:25px;
}

.trusted__logo{
  /* background:#fafafa;
  border-radius:12px; */
  padding:8px;
  text-align:center;
  font-weight:600;
  color:#444;
  border:1px solid #eee;
  transition: all .25s ease;
}

.trusted__logo:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 18px rgba(0,0,0,0.08);
}

/* CTA */
.trusted__cta{
  display:flex;
  justify-content:center;
}

.trusted__cta-card{
  /* background:#fff; */
  padding:40px 50px;
  /* border-radius:14px;
  box-shadow:0 10px 25px rgba(0,0,0,0.08); */
  text-align:center;
}

.trusted__cta-card p{
  font-size:18px;
  color:#666;
  margin-bottom:5px;
}

.trusted__cta-card h3{
  font-size:40px;
  margin:0;
  font-weight:700;
  color:#111;
}



/* Responsive */
@media (max-width: 900px){
  .trusted__container{
    grid-template-columns:1fr;
  }

  .trusted__grid{
    grid-template-columns: repeat(2,1fr);
  }
}


    /* ─── CATEGORY SECTION ──────────────────────────────── */
    .category { padding: 80px 0; }
    .category__head { text-align: center; margin-bottom: 2rem; }
    .category__head h2 { font-size: 40px; font-weight: 400; margin-bottom: 14px; }
    .category__head p  { color: var(--gray); max-width: 750px; margin: 0 auto; font-size: 20px; line-height: 1.65; }
    .category__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 28px;
    }
    .category__card { display: flex; flex-direction: column; align-items: center; margin-top: 1rem;}
    .category__img-wrap {
      /* background: var(--cream); */
      box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 0.9rem;
      border-radius: 14px;
      width: 100%;
      aspect-ratio: 1 / 1;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      transition: transform .3s;
    }
    .category__card:hover .category__img-wrap { transform: scale(1.03); }
    .category__img-wrap img { width: 100%; height: 100%; object-fit: contain; border-radius: 14px;background: var(--cream);}
.category__label {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 6px;
    padding: 7px 20px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    transition: all .25s ease;
    letter-spacing: .3px;
    margin: 1rem 0 0;
}
.category__card:hover .category__label{
  
  background:#6f0a6f;
  color:#fff;
}
.footer__logo p {
    padding-top: 1rem;
    font-weight: 400;
    max-width: 18rem;
    color: #4b5563;
    line-height: 1.75;
}


/* Arrow hidden by default */
.category__icon {
    opacity: 0;
    transform: translateX(-6px);
    transition: all .25s ease;
    font-size: 17px;
    width: 1.2rem;
    height: 1.2rem;
    display: flex;
    background: #fff;
    color: #8a0f8a;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}

/* Hover state */
.category__card:hover .category__label{
  background:#8a0f8a;
  box-shadow:0 6px 14px rgba(0,0,0,0.15);
}

.category__card:hover .category__label .category__icon{
  opacity:1;
  transform:translateX(0);
}

.swiper_relative{
  position: relative;
  /* overflow:visible; */
}

.edu_nav{
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none; /* allow clicks only on buttons */
  z-index: 99;
}

/* Arrow buttons */
.edu-button-prev,
.edu-button-next, .res-button-prev,
.res-button-next, .health-button-prev,
.health-button-next, .ret-button-prev,
.ret-button-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  background:#fff;
  box-shadow:0 6px 18px rgba(0,0,0,0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:.25s;
  pointer-events: auto;
  z-index:10;
}

.edu-button-prev, .res-button-prev, .health-button-prev, .ret-button-prev{
  left:-22px; /* adjust if you want inside */
}

.edu-button-next, .res-button-next, .health-button-next, .ret-button-next{
  right:-22px; /* adjust if you want inside */
}

/* Hover effect */
.edu-button-prev:hover,
.edu-button-next:hover, .res-button-prev:hover,
.res-button-next:hover, .health-button-prev:hover,
.health-button-next:hover, .ret-button-prev:hover,
.ret-button-next:hover{
  transform:translateY(-50%) scale(1.08);
}

/* Disabled state */
.swiper-button-disabled{
  opacity:.35;
  pointer-events:none;
  box-shadow:none;
}


    /* ─── WHY CHOOSE US ─────────────────────────────────── */
    .why__title { font-size: 38px; font-weight: 400; text-align: center; margin-bottom: 56px; }
    .why__grid  { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 32px; }
    .why__card  { display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
    .why__icon  {
      width: 66px; height: 66px;
      /* border-radius: 50%;
      background: #fff; */
      border: 1px solid #e5e7eb;
      /* box-shadow: 0 2px 8px rgba(0,0,0,.06); */
      display: flex; align-items: center; justify-content: center;
      margin-bottom: 22px;
      color: #555;
      transition: color .2s, box-shadow .2s;
    }
    .why__card:hover .why__icon { color: var(--red); box-shadow: 0 4px 16px rgba(254,63,34,.18); }
    .why__icon svg { width: 30px; height: 30px; }
    .why__card h3  { font-size: 19px; font-weight: 500; margin-bottom: 10px; }
    .why__card p   { font-size: 14px; color: #6b7280; line-height: 1.65; max-width: 240px; }

    /* ─── ABOUT US ──────────────────────────────────────── */
    .about__inner {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      gap: 60px;
    }
    .about__text { flex: 1 1 340px; }
    .about__text h2 { font-size: 38px; font-weight: 400; margin-bottom: 22px; }
    .about__text h3 { font-size: 17px; font-weight: 600; color: #374151; margin-bottom: 20px; }
    .about__text p  { font-size: 15.5px; color: #4b5563; line-height: 1.75; margin-bottom: 18px; }
    .about__text p:last-child { margin-bottom: 0; }
    .about__img-wrap {
      flex: 1 1 340px;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 36px rgba(0,0,0,.14);
      aspect-ratio: 16 / 10;
    }

    .about__img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
    .about__img-wrap:hover img { transform: scale(1.04); }

    /* ─── TESTIMONIALS ──────────────────────────────────── */
    .testimonials__title { font-size: 38px; font-weight: 400; text-align: center; margin-bottom: 56px; }
    .testimonials__grid  { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 28px; }
 .testimonial__card {
    background: #fbfbfb;
    padding: 32px;
    border-radius: 18px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
    display: flex;
    flex-direction: column;
    transition: box-shadow .2s;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
    .testimonial__card:hover { box-shadow: 0 8px 28px rgba(0,0,0,.1); }
    .stars { display: flex; gap: 3px; margin-bottom: 16px; color: #FFD700; }
    .stars svg { width: 16px; height: 16px; }
    .testimonial__quote {
      font-size: 14px;
      color: #4b5563;
      line-height: 1.75;
      font-style: italic;
      flex: 1;
      margin-bottom: 22px;
    }
    .testimonial__author p:first-child { font-weight: 600; font-size: 14.5px; }
    .testimonial__author p:last-child  { font-size: 12px; color: #9ca3af; margin-top: 3px; }

    /* ─── FOOTER ────────────────────────────────────────── */
    .footer {
      background: var(--foot-bg);
      padding: 64px 0 10px;
      color: #4A5565;
    }
    .footer__grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
      gap: 40px;
    }
    .footer__logo { margin-bottom: 18px; object-fit: contain; }
    .footer__copy { font-size: 0.8rem; margin-top: 8px; }
    .footer__col h4 {
      font-weight: 700;
      font-size: 1rem;
      /* text-transform: uppercase;
      letter-spacing: .09em; */
      color: #000;
      margin-bottom: 16px;
    }
    .footer__bottom p:last-child {
    display: flex;
    gap: 0.2rem;
}
    .footer__col ul { display: flex; flex-direction: column; gap: 10px; }
    .footer__col ul a { font-size: 14px; color: #4A5565; transition: color .2s; }
    .footer__col ul a:hover { color: var(--red); }
    .footer__socials { display: flex; flex-direction: column;gap: 10px; margin-top: 4px; }
    .footer__socials a { color: #4A5565; transition: color .2s; }
    .footer__socials a:hover { color: var(--red); }
    .footer__socials svg { width: 20px; height: 20px; }
    .footer__addr { font-size: 14px; line-height: 1.8; }
.footer__bottom {
    border-top: 1px solid rgba(102, 2, 101, .15);
    margin-top: 48px;
    padding-top: 24px;
    text-align: center;
    font-size: 13px;
    color: #4A5565;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer__bottom img {
    width: 1.3rem;
}
.fixed_whatsapp {
    position: fixed;
    z-index: 9;
    bottom: 5rem;
    right: 15px;
    border-radius: 50%;
}
div#successBox {
    color: green;
}
.fixed_whatsapp img {
    width: 4rem;
}
    /* ─── MOBILE LOGO PLACEHOLDER ───────────────────────── */
    .brand-text {
      /* font-size: 22px;
      font-weight: 700;
      color: var(--purple); */
      letter-spacing: -0.5px;
    }
    .brand-text span { color: var(--red); }

    /* ─── RESPONSIVE ────────────────────────────────────── */
    @media (max-width: 900px) {
      .header__nav, .header__cta { display: none; }
      .header__burger { display: block; }
      .hero__form-wrap { flex: 1 1 100%; max-width: 100%; }
    }
    @media (max-width: 640px) {
      .topbar { font-size: 11px; gap: 5px; }
      .category__grid { grid-template-columns: repeat(2, 1fr); }
      .testimonials__grid { grid-template-columns: 1fr; }
      .footer__grid { grid-template-columns: 1fr 1fr; }
      .bnner_list {left: 2rem;}
      .bnner_list ul {grid-template-columns: repeat(1, 1fr);}
      .trusted__box {padding: 20px;}
      .trusted {padding: 70px 0px;}
      .footer__logo{margin: 0;}
      .footer__bottom{flex-wrap: wrap;justify-content: center;margin-top: 20px; padding-top: 15px;}
        .footer__copy, .footer__bottom p:last-child {font-size: 0.7rem;margin-bottom: 5px;}
.footer__logo p{margin-bottom: 0;}
.footer {
    padding: 40px 0 10px;
}
.section_testimonial {
    padding-top: 0;
}
.section {
    padding: 40px 0;
}
.topbar__item:first-child {
    width: 9rem;
}
.topbar__item span {
    display: flex;
    flex-wrap: wrap;
}


    


}


@media (max-width: 400px) {
  .category__grid { grid-template-columns: 1fr; }
  .footer__grid   { grid-template-columns: 1fr; }
}

    label.error {
  color: red;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

input.error, textarea.error {
  border: 1px solid red;
}

