* { margin: 0; padding: 0; box-sizing: border-box; } 
body { font-family: 'Lato', sans-serif; overflow-x: hidden; }
 /* ══════════════════════════════════════ ROW 1 — Dark olive-green info bar ══════════════════════════════════════ */ 
 .header-info-bar { background-color: #202F00; color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 9px 28px; gap: 12px; }
  .info-item { display: flex; align-items: center; gap: 8px; font-size: 13.5px; } 
  .book-btn { background: #fff; color: #202F00; border: 2px solid #fff; padding: 7px 15px; font-size: 13px; font-weight: 700; font-family: 'Lato', sans-serif; cursor: pointer; border-radius: 3px; display: flex; align-items: center; gap: 6px; white-space: nowrap; transition: background 0.2s; } 
  .header-info-bar a { text-decoration: none; } 
  /* ══════════════════════════════════════ ROW 2 — White bar: Logo + Nav ══════════════════════════════════════ */
   .header-nav-bar { background: #fff; display: flex; align-items: center; padding: 8px 24px; min-height: 82px; border-bottom: 2px solid #eee; box-shadow: 0 2px 6px rgba(0,0,0,0.06); } /* ── Logo ── */
    .header-logo { display: flex; align-items: center; text-decoration: none; flex-shrink: 0; margin-right: 20px; } 
    /* Real logo image */ 
    .logo-img { height: 87px; width: auto; object-fit: contain; } 
    /* SVG fallback wrapper */ 
    .logo-svg-wrap { display: none; /* shown only when img fails */ align-items: center; gap: 10px; } .logo-circle { width: 70px; height: 70px; border-radius: 50%; background: #202F00; display: flex; align-items: center; justify-content: center; border: 3px solid #7abf40; flex-shrink: 0; } .logo-text-block { line-height: 1.3; } .logo-text-block .hindi { font-size: 13px; color: #cc2200; font-weight: 800; } .logo-text-block .bname { font-size: 15px; color: #2d4a10; font-weight: 800; text-transform: uppercase; } .logo-text-block .bsub { font-size: 8px; color: #666; letter-spacing: 1.8px; text-transform: uppercase; } /* ── Desktop Nav ── */ .header-nav { list-style: none; display: flex; flex-wrap: wrap; align-items: center; margin-left: 70px; } .header-nav li a { text-decoration: none; color: #141414; font-size: 14px; font-weight: 600; padding: 8px 14px; display: block; white-space: nowrap; transition: color 0.15s; font-family: 'Lato', sans-serif; } .header-nav li a:hover { color: #4a8a1e; } .header-nav li a.active { color: #5aaa20; } /* ── Hamburger button ── */ .hamburger { display: none; background: #202F00; border: none; cursor: pointer; width: 44px; height: 40px; border-radius: 5px; flex-direction: column; align-items: center; justify-content: center; gap: 5px; margin-left: auto; flex-shrink: 0; } .hamburger .bar { display: block; width: 22px; height: 2.5px; background: #fff; border-radius: 2px; } /* ══════════════════════════════════════ SLIDE-IN SIDEBAR (left side) ══════════════════════════════════════ */ .overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.45); z-index: 999; opacity: 0; transition: opacity 0.3s; } .overlay.active { display: block; opacity: 1; } .sidebar { position: fixed; top: 0; left: 0; width: 275px; height: 100%; background: #fff; z-index: 1000; transform: translateX(-100%); transition: transform 0.35s cubic-bezier(0.4,0,0.2,1); display: flex; flex-direction: column; box-shadow: 4px 0 20px rgba(0,0,0,0.18); } .sidebar.open { transform: translateX(0); } /* Sidebar header */ .sidebar-header { background: white; padding: 14px 16px; display: flex; align-items: center; justify-content: space-between; min-height: 72px; } .s-logo { display: flex; align-items: center; gap: 10px; } /* Real logo in sidebar */ .sidebar-logo-img { height: 50px; width: auto; object-fit: contain; } /* SVG fallback in sidebar */ .sidebar-svg-logo { display: none; /* shown only when img fails */ align-items: center; gap: 8px; } .s-logo-circle { width: 44px; height: 44px; border-radius: 50%; background: #fff; display: flex; align-items: center; justify-content: center; border: 2px solid #7abf40; flex-shrink: 0; } .s-text .s-name { font-size: 12px; color: #fff; font-weight: 800; text-transform: uppercase; } .s-text .s-sub { font-size: 7px; color: #c8e6a0; letter-spacing: 1.2px; text-transform: uppercase; } .close-btn { background: none; border: none; cursor: pointer; color: #fff; font-size: 22px; line-height: 1; padding: 4px 6px; transition: color 0.2s; } .close-btn:hover { color: #c8e6a0; } /* Sidebar nav */ .sidebar-nav { list-style: none; flex: 1; overflow-y: auto; padding: 6px 0; } .sidebar-nav li a { display: block; padding: 13px 22px; font-size: 14.5px; font-weight: 600; color: #222; text-decoration: none; border-bottom: 1px solid #f2f2f2; transition: background 0.15s, color 0.15s, padding-left 0.2s; font-family: 'Lato', sans-serif; } .sidebar-nav li a:hover { background: #f0f8e8; color: #3b5323; padding-left: 30px; } .sidebar-nav li a.active { color: #5aaa20; font-weight: 700; border-left: 3px solid #5aaa20; padding-left: 19px; } /* Sidebar bottom */ .sidebar-footer { padding: 16px 20px; background: #f9fdf5; border-top: 1px solid #e0e0e0; } .sidebar-footer .sb-phone { display: flex; align-items: center; gap: 8px; font-size: 13px; color: #3b5323; font-weight: 600; margin-bottom: 10px; font-family: 'Lato', sans-serif; } .sidebar-footer .sb-book { display: block; width: 100%; background: #202F00; color: #fff; border: none; border-radius: 4px; padding: 10px; font-size: 13.5px; font-weight: 700; font-family: 'Lato', sans-serif; cursor: pointer; text-align: center; transition: background 0.2s; } .sidebar-footer .sb-book:hover { background: #202F00; } /* ══════════════════════════════════════ RESPONSIVE ≤ 768px ══════════════════════════════════════ */ @media (max-width: 768px) { /* Info bar — only phone */ .header-info-bar { padding: 9px 14px; } .info-address, .book-btn { display: none; } /* Nav bar */ .header-nav-bar { padding: 8px 14px; min-height: 66px; } .header-logo { margin-right: 0; } .header-nav { display: none; } .hamburger { display: flex; } /* Logo size on mobile */ .logo-img { height: 55px; } .logo-circle { width: 55px; height: 55px; } .logo-text-block .bname { font-size: 13px; } }



























    /* ══════════════════════════════
       HERO SECTION
    ══════════════════════════════ */
    .hero {
      position: relative;
      width: 100%;
      height: 550px;
      display: flex;
      align-items: center;
      overflow: hidden;
      background-color: #2a2a1a; /* fallback */
    }
 
    /* Background image */
    .hero-bg {
      position: absolute;
      inset: 0;
      background-image: url('../img/Hero.jpg'); /* apni image yahan lagao */
      background-size: cover;
      background-position: center right;
      background-repeat: no-repeat;
      /* Dark overlay — same as in image (dark brownish-green tint) */
      filter: brightness(0.62) saturate(0.85);
      z-index: 0;
    }
 
    /* Extra dark overlay on left for text readability */
    .hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: linear-gradient(
        to right,
        rgba(20, 28, 10, 0.72) 0%,
        rgba(20, 28, 10, 0.45) 55%,
        rgba(20, 28, 10, 0.10) 100%
      );
      z-index: 1;
    }
 
    /* Full hero blur overlay — bg image ke upar poore hero pe */
    .hero-blur-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.11);
      z-index: 1;
    }
 
    /* Content */
    .hero-content {
      position: relative;
      z-index: 2;
      padding: 40px 60px;
      width: 100%;
    }
 
    /* "Welcome to Ayush Ayurveda" — cursive */
    .hero-welcome {
      font-family: 'Dancing Script', cursive;
      font-size: 26px;
      font-weight: 600;
      color: #ffffff;
      margin-bottom: 14px;
      letter-spacing: 0.3px;
    }
 
    /* Main heading */
    .hero-heading {
      font-family: 'Lato', sans-serif;
      font-size: 72px;
      font-weight: 900;
      color: #ffffff;
      line-height: 1.08;
      margin-bottom: 22px;
      letter-spacing: -1px;
    }
 
    /* Description paragraph */
    .hero-desc {
      font-size: 15px;
      font-weight: 400;
      color: #ffffff;
      line-height: 1.7;
      margin-bottom: 38px;
      opacity: 0.95;
    }
 
    /* Discover More button */
    .hero-btn {
      display: inline-block;
      background-color: #202F00;
      color: #ffffff;
      font-family: 'Lato', sans-serif;
      font-size: 13.5px;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 13px 26px;
      border: none;
      cursor: pointer;
      text-decoration: none;
      transition: background 0.25s, transform 0.2s;
    }
    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 768px) {
      .hero { height: 550px; }
      .hero-content { padding: 30px 24px; margin-left: 20px; margin-right: 20px; max-width: 100%; }
      .hero-heading { font-size: 34px; }
      .hero-welcome { font-size: 20px; }
      .hero-desc { font-size: 14px; }
    }
 
    @media (max-width: 480px) {
      .hero { height: 550px; }
      .hero-content { margin-left: 14px; margin-right: 14px; padding: 24px 18px; }
      .hero-heading { font-size: 28px; }
      .hero-welcome { font-size: 18px; }
    }







































    .about-wrapper {
      background: #f0eeeb;
      font-family: 'Lato', sans-serif;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 20px;
    }
 
    .about-section {
      display: flex;
      align-items: center;
      gap: 60px;
      max-width: 1200px;
      width: 100%;
    }
 
    /* ── LEFT: image stack ── */
   .image-stack {
    position: relative;
    flex: 0 0 auto;
    width: 571px;
    height: 512px;
}
 
    /* Main image: top-right corner, ~65% width, ~62% height */
    .img-main {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 4px;
    clip-path: polygon(0 0, 99% 0, 100% 100%, 35% 100%, 29% 100%, 29% 74%, 0 74%);

    }
 
.img-thumb {
    position: absolute;
    bottom: -26px;
    left: 0;
    width: 28%;
    height: 30%;
    object-fit: cover;
    border-radius: 4px;
    border: 7px solid #f0eeeb;
}
 
    /* ── RIGHT: text ── */
    .about-text {
      flex: 1;
    }
 
    .label {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #4a7c59;
      text-transform: uppercase;
      margin-bottom: 10px;
    }
 
    .about-text h2 {
      font-family: 'Playfair Display', serif;
      font-size: 38px;
      color: #1a1a1a;
      margin-bottom: 20px;
      line-height: 1.2;
    }
 
    .quote-block {
      border-left: 4px solid #c8c8c8;
      background: #e8e6e1;
      padding: 14px 20px;
      margin-bottom: 22px;
      border-radius: 0 4px 4px 0;
    }
 
    .quote-block p {
      font-size: 14.5px;
      color: #555;
      line-height: 1.7;
    }
 
    .about-text p {
      font-size: 14.5px;
      color: #444;
      line-height: 1.85;
      text-align: justify;
      margin-bottom: 16px;
    }
 
    .btn-read-more {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: #2d4a2d;
      color: #fff;
      padding: 13px 26px;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0.5px;
      text-decoration: none;
      border-radius: 3px;
      margin-top: 6px;
      transition: background 0.25s;
      cursor: pointer;
      border: none;
    }
 
    .btn-read-more:hover {
      background: #1b2e1b;
    }
 
    .btn-read-more .arrow {
      font-size: 16px;
    }
 
    @media (max-width: 860px) {
      .about-section { flex-direction: column; gap: 40px; }
      .image-stack { width: 100%; height: 280px; }
    }



































    .backimage {
      background-image: url(../img/Hero.jpg);
      background-size: cover;
      background-repeat: round;
      width: 100%;
      background-attachment: fixed;
    }



        .doctor-wrapper {
          background: #f0eeebda;
      font-family: Arial, sans-serif;
      color: #333;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 50px 40px;
    }
 
    .doctor-section {
      display: flex;
      align-items: flex-start;
      gap: 50px;
      max-width: 1300px;
      width: 100%;
    }
 
    /* ── LEFT: Text ── */
    .doctor-text {
      flex: 1;
    }
 
    .label {
      font-size: 13.5px;
      font-weight: 700;
      color: #4a7c59;
      margin-bottom: 8px;
      display: block;
    }
 
    .doctor-text h2 {
      font-family: Arial, sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: #1a1a1a;
      margin-bottom: 20px;
      line-height: 1.15;
    }
 
    .doctor-text p {
      font-size: 100%;
      color: #161515;
      line-height: 1.9;
      text-align: justify;
      margin-bottom: 18px;
      font-family: Arial, sans-serif;
    }
 
    .btn-read-more {
      display: inline-flex;
      align-items: center;
      gap: 6px;
      background: #2d4a2d;
      color: #fff;
      padding: 12px 24px;
      font-size: 13.5px;
      font-weight: 700;
      font-family: Arial, sans-serif;
      text-decoration: none;
      border-radius: 3px;
      margin-top: 10px;
      transition: background 0.25s;
      cursor: pointer;
      border: none;
    }
 
    .btn-read-more:hover {
      background: #1b2e1b;
    }
 
    /* ── RIGHT: Single Image ── */
    .doctor-image {
      flex: 0 0 auto;
      width: 480px;
    }
 
    .doctor-image img {
      width: 100%;
      height: 560px;
      object-fit: cover;
      object-position: top center;
      display: block;
      border-radius: 2px;
    }
 
@media (max-width: 900px) {
  .doctor-section { 
    flex-direction: column;
  }

  /* IMAGE UPAR */
  .doctor-image { 
    order: 1;
    width: 100%;
  }

  /* TEXT NICHE */
  .doctor-text { 
    order: 2;
  }

  .doctor-image img { 
    height: 320px; 
  }
}

















        /* ══════════════════════════════
       SERVICES SECTION
    ══════════════════════════════ */
    .services-section {
      background: #efefef;
      padding: 60px 40px 70px;
    }
 
    /* Section heading */
    .services-header {
      text-align: center;
      margin-bottom: 40px;
    }
    .services-header .tag {
          font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #202f00;
      letter-spacing: 0.5px;
      margin-bottom: 8px;
    }
    .services-header h2 {
      font-size: 38px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 14px;
      line-height: 1.15;
    }
    .services-header p {
    font-size: 16.5px;
    color: #2c2929;
    line-height: 1.7;
    margin: 0 auto;
}
 
    /* ── Cards Grid ── */
    .services-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 22px;
      max-width: 1300px;
      margin: 0 auto 48px;
    }
 
    /* Single card */
    .service-card {
      background: #fff;
      border-radius: 4px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      box-shadow: 0 1px 4px rgba(0,0,0,0.07);
    }
 
    /* Card image */
    .service-card .card-img {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
      background: #dde8cc; /* fallback if no image */
    }
 
    /* Card image placeholder (when no real img) */
    .card-img-placeholder {
      width: 100%;
      height: 200px;
      background: #f5f5f0;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    .card-img-placeholder img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
 
    /* Card body */
    .card-body {
      padding: 20px 20px 14px;
      display: flex;
      flex-direction: column;
      flex: 1;
      border-top: 3px solid #e0e0e0;
          border-left: 3px solid #202F00;
    }
    .card-body h3 {
      font-size: 18px;
      font-weight: 600;
      color: #000000;
      font-family: "Roboto", Sans-serif;
      margin-bottom: 10px;
    }
    .card-body p {
          color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
      line-height: 1.65;
      flex: 1;
      margin-bottom: 18px;
    }
 
    /* Read More button */
    .read-more-btn {
      display: inline-block;
      background: #202F00;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 10px 20px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      letter-spacing: 0.3px;
      width: fit-content;
    }
 
    /* ── View All button ── */
    .view-all-wrap {
      text-align: center;
    }
    .view-all-btn {
      display: inline-block;
      background: #202F00;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 14px;
      font-weight: 700;
      padding: 13px 38px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      letter-spacing: 1px;
      text-transform: uppercase;
      border-radius: 3px;
    }
 
    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 1024px) {
      .services-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
      .services-section { padding: 40px 16px 50px; }
      .services-grid { grid-template-columns: 1fr; gap: 16px; }
      .services-header h2 { font-size: 28px; }
    }





















 .appartmentmain {
  background-image: url(../img/A4.jpg);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  background-attachment: fixed;
}

/* OVERLAY BOX */
.blurbox {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;
  gap: 20px; /* IMPORTANT spacing */
}

/* HEADING */
.blurbox h1 {
  color: #fff;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.3;
}

/* PARAGRAPH */
.blurbox p {
  color: #ddd;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
}

/* BUTTON */
.blurbox button {
padding: 10px 20px;
 font-weight: 700;
  font-size: 14px;
  color: #202f00;
  border: none;
   background-color: white;
  cursor: pointer;
  transition: 0.3s;
}

/* HOVER */
.blurbox button:hover {
  background-color: #202f00;
  color: white;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .blurbox h1 {
    font-size: 28px;
  }

  .blurbox p {
    font-size: 14px;
  }
}




































    /* ══════════════════════════════
       THERAPIES SECTION
    ══════════════════════════════ */
    .therapies-section {
      background: #efefef;
      padding: 55px 36px 65px;
    }
 
    /* Header */
    .therapies-header {
      text-align: center;
      margin-bottom: 36px;
    }
    .therapies-header h2 {
      font-size: 38px;
      font-weight: 600;
      color: #000000;
      margin-bottom: 14px;
      line-height: 1.15;
    }
    .therapies-header p {
      font-size: 100%;
      color: #161515;
      font-family: Arial, sans-serif;
      line-height: 1.6;
    }
 
    /* ── Cards Grid ── */
    .therapies-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1320px;
      margin: 0 auto 48px;
    }
 
    /* Single card */
    .therapy-card {
      background: #fff;
      display: flex;
      flex-direction: column;
      box-shadow: 0 1px 5px rgba(0,0,0,0.08);
    }
 
    /* Card image */
    .therapy-card .card-img-wrap {
      width: 100%;
      height: 190px;
      overflow: hidden;
      flex-shrink: 0;
    }
    .therapy-card .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
 
    /* Card body */
    .therapy-card .card-body {
      padding: 18px 20px 16px;
      display: flex;
      flex-direction: column;
      flex: 1;
      border-top: 3px solid #e0e0e0;
    }
    .therapy-card .card-body h3 {
      font-size: 17.5px;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 10px;
    }
    .therapy-card .card-body .card-text {
      font-size: 13.5px;
      color: #444;
      line-height: 1.7;
      flex: 1;
      margin-bottom: 20px;
    }
 
    /* Read More button */
    .read-more-btn {
      display: inline-block;
      background: #202F00;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 13px;
      font-weight: 700;
      padding: 10px 20px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      width: fit-content;
      letter-spacing: 0.2px;
    }
 
    /* ── View All Button ── */
    .view-all-wrap {
      text-align: center;
    }
    .view-all-btn {
      display: inline-block;
      background: #202f00;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-size: 13.5px;
      font-weight: 700;
      padding: 13px 42px;
      text-decoration: none;
      border: none;
      cursor: pointer;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      border-radius: 3px;
    }
 
    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 1024px) {
      .therapies-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
      .therapies-section { padding: 36px 16px 48px; }
      .therapies-grid { grid-template-columns: 1fr; gap: 16px; }
      .therapies-header h2 { font-size: 30px; }
    }








































/* SECTION */
.specialities-section {
  position: relative;
  padding: 65px 36px 70px;

  /* BG IMAGE */
  background: url('../img/bg02.jpg') center/cover no-repeat;
  background-attachment: fixed;

  overflow: hidden;
}

/* BLUR OVERLAY */
.specialities-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(255, 255, 255, 0.822);
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */

  z-index: 1;
}

/* CONTENT */
.specialities-inner {
  position: relative;
  z-index: 2;
}

/* HEADER */
.specialities-header {
  text-align: center;
  margin-bottom: 40px;
}

.specialities-header h2 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
}

.specialities-header p {
  font-size: 15px;
  color: #222;
  line-height: 1.6;
}

/* GRID */
.specialities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1300px;
  margin: 0 auto 50px;
}

/* CARD */
.speciality-card {
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(5px);

  border-left: 4px solid #202f00;
  padding: 26px 22px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.08);

  display: flex;
  flex-direction: column;
  transition: 0.3s ease;
}

/* HOVER */
.speciality-card:hover {
  transform: translateY(-6px);
}

/* TEXT */
.speciality-card h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.speciality-card p {
  font-size: 14px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

/* READ MORE */
.read-more-link {
  color: #202f00;
  font-weight: 700;
  text-decoration: none;
}

/* BUTTON */
.view-all-wrap {
  text-align: center;
}

.view-all-btn {
  display: inline-block;
  background: #202f00;
  color: #fff;
  padding: 13px 40px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 3px;
  transition: 0.3s;
}

.view-all-btn:hover {
  background: #1b2e1b;
  transform: translateY(-2px);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .specialities-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .specialities-section {
    padding: 40px 16px;
  }

  .specialities-grid {
    grid-template-columns: 1fr;
  }

  .specialities-header h2 {
    font-size: 28px;
  }
}






































      /* ══════════════════════════════
       COSMETIC PRODUCTS SECTION
    ══════════════════════════════ */
    .products-section {
      background: #efefef;
      padding: 55px 36px 65px;
    }
 
    /* Header */
    .products-header {
      text-align: center;
      margin-bottom: 44px;
    }
    .products-header h2 {
         font-size: 38px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 14px;
    line-height: 1.15;
    }
    
    .products-header p {
         font-size: 100%;
    color: #161515;
    font-family: Arial, sans-serif;
    line-height: 1.6;
      margin: 0 auto;
    }
 
    /* ── Cards Grid ── */
    .products-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 20px;
      max-width: 1320px;
      margin: 0 auto;
    }
 
    /* Single card */
    .product-card {
      background: #fff;
      display: flex;
      flex-direction: column;
      box-shadow: 0 1px 5px rgba(0,0,0,0.07);
    }
 
    /* Card image */
    .product-card .card-img-wrap {
      width: 100%;
      height: 210px;
      overflow: hidden;
      flex-shrink: 0;
    }
    .product-card .card-img-wrap img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
 
    /* Card body */
    .product-card .card-body {
      padding: 18px 20px 22px;
      display: flex;
      flex-direction: column;
      flex: 1;
      border-top: 3px solid #e0e0e0;
    }
 
    .product-card .card-body h3 {
      font-size: 17px;
      font-weight: 800;
      color: #1a1a1a;
      margin-bottom: 12px;
    }
 
    .product-card .card-body p {
      font-size: 13.5px;
      color: #555;
      line-height: 1.72;
      flex: 1;
      margin-bottom: 20px;
    }
 
    /* Read More — plain text link (same as image) */
    .read-more-link {
      display: inline-flex;
      align-items: center;
      gap: 3px;
      color: #202f00;
      font-size: 16px;
      font-weight: 700;
      text-decoration: none;
      font-family: 'Lato', sans-serif;
    }
 
    /* ══════════════════════════════
       RESPONSIVE
    ══════════════════════════════ */
    @media (max-width: 1024px) {
      .products-grid { grid-template-columns: repeat(2, 1fr); }
    }
    @media (max-width: 540px) {
      .products-section { padding: 36px 16px 48px; }
      .products-grid { grid-template-columns: 1fr; gap: 16px; }
      .products-header h2 { font-size: 28px; }
    }












































/* ══════════════════════════════
   GALLERY SECTION (UPDATED)
══════════════════════════════ */
.gallery-section {
  position: relative;
  padding: 50px 36px 60px;

  /* BACKGROUND IMAGE */
  background: url('../img/BG.jpg') center/cover no-repeat;
  background-attachment: fixed;

}

/* 🔥 BLUR GLASS OVERLAY */
.gallery-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(255, 255, 255, 0.767); /* glass look */
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */

  z-index: 1;
}

/* CONTENT ABOVE BLUR */
.gallery-section > * {
  position: relative;
  z-index: 2;
}

/* HEADING */
.gallery-header {
  text-align: center;
  margin-bottom: 36px;
}
.gallery-header h2 {
  font-size: 38px;
  font-weight: 600;
  color: #000;
}

/* GRID */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  max-width: 1320px;
  margin: 0 auto;
}

/* ITEM */
.gallery-item {
  overflow: hidden;
  cursor: pointer;
  aspect-ratio: 4/3;
  background: #ccc;
  border-radius: 6px;
}

/* IMAGE */
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;

  border: 3px solid #202f00;
  transition: transform 0.4s ease;
}


/* BUTTON WRAPPER */
.gallery-btn-wrap {
  text-align: center;
  margin-top: 40px;
}

/* BUTTON STYLE */
.gallery-btn {
  display: inline-block;
  padding: 14px 38px;
  background: #202f00;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

/* HOVER EFFECT 🔥 */
.gallery-btn:hover {
  background: #1b2e1b;
  transform: translateY(-2px);
}

/* ══════════════════════════════
   LIGHTBOX (NO CHANGE)
══════════════════════════════ */
.lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.82);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.lightbox.active {
  display: flex;
}
.lightbox-inner {
  position: relative;
  max-width: 88vw;
  max-height: 88vh;
}
.lightbox-inner img {
  max-width: 88vw;
  max-height: 82vh;
  object-fit: contain;
  display: block;
}

/* CLOSE BUTTON */
.lightbox-close {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #444;
  color: #fff;
  font-size: 20px;
  border: none;
  cursor: pointer;
}

/* ARROWS */
.lightbox-prev,
.lightbox-next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 26px;
  border: none;
  cursor: pointer;
  padding: 14px 18px;
}

.lightbox-prev { left: 16px; }
.lightbox-next { right: 16px; }

/* RESPONSIVE */
@media (max-width: 1024px) {
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 640px) {
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 380px) {
  .gallery-grid { grid-template-columns: 1fr; }
}
































/* SECTION */
.video-gallery-wrapper {
  position: relative;
  padding: 60px 40px;
  text-align: center;
  font-family: Arial, sans-serif;

  /* BG IMAGE */
  background: url('../img/About-01.jpg') center/cover no-repeat;
  background-attachment: fixed;
}

/* BLUR OVERLAY */
.video-gallery-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;

  background: rgba(255, 255, 255, 0.815); /* glass effect */
  /* backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); */

  z-index: 1;
}

/* CONTENT ABOVE BLUR */
.video-gallery-wrapper > * {
  position: relative;
  z-index: 2;
}

/* HEADING */
.video-gallery-wrapper h2 {
  font-size: 34px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 30px;
}

/* GRID */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  max-width: 1300px;
  margin: 0 auto 35px auto;
}

/* VIDEO CARD (GLASS STYLE) */
.video-item {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;

  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(6px);

  box-shadow: 0 8px 25px rgba(0,0,0,0.2);
}

.video-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* BUTTON */
.btn-view-all {
  display: inline-flex;
  align-items: center;
  background: #202F00;
  color: #fff;
  padding: 13px 36px;
  font-size: 13.5px;
  font-weight: 700;
  border-radius: 4px;
  text-decoration: none;
  transition: 0.3s;
}

.btn-view-all:hover {
  background: #1b2e1b;
}

/* MOBILE */
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }

  .video-gallery-wrapper h2 {
    font-size: 26px;
  }
}





















/* SECTION */
.testimonial-section {
  position: relative;
  padding: 60px 0;
  background: url('../img/Review.jpg') center/cover no-repeat;
  text-align: center;
  background-attachment: fixed;
}

/* BLUR */
.testimonial-blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;

  background: rgba(255, 255, 255, 0.596);
  /* backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px); */

  z-index: 1;
}

/* CONTENT */
.testimonial-content {
  position: relative;
  z-index: 2;
}

.testimonial-header h2 {
  font-size: 34px;
  margin-bottom: 30px;
}

p.tag { font-size: 17px; font-weight: 800; } 

.testimonial-header h2 { font-size: 34px; font-weight: 700; color: #1a1a1a; margin-bottom: 42px; }

/* SLIDER */
.slider-outer {
  position: relative;
  overflow: hidden;
}

.slider-track {
  display: flex;
  transition: transform 0.5s ease;
  cursor: grab;
}

.slide-group {
  min-width: 100%;
  display: flex;
}

.slide {
  flex: 0 0 33.33%;
  padding: 10px;
}

.slide img {
  width: 100%;
  border-radius: 12px;
}

/* ARROWS */
.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #3b5323;
  color: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3;
}

.arrow.left { left: 10px; }
.arrow.right { right: 10px; }

/* DOTS */
.slider-dots {
  margin-top: 20px;
}

.dot {
  width: 10px;
  height: 10px;
  background: #bbb;
  display: inline-block;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background: #3b5323;
}

/* MOBILE */
@media(max-width:768px){
  .slide {
    flex: 0 0 100%;
  }
}








































/* ===== MAIN FOOTER ===== */
.main-footer {
  position: relative;
  color: #c8d8c9;
  padding: 50px 60px 20px;
  overflow: hidden;

  background: url('../img/Hero.jpg') center/cover no-repeat;
}

/* OVERLAY */
.main-footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background: #212b00f1;
  z-index: 0;
}

.footer-inner {
  position: relative;
  z-index: 1;
}

/* GRID */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

/* HEADINGS */
.footer-col h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 18px;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #ddd;
  text-decoration: none;
  font-size: 14px;
}

.footer-col ul li a:hover {
  color: #fff;
}

/* BRAND */
.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.brand-logo {
  background: #fff;
  padding: 10px;
  max-width: 260px;
}

.brand-logo img {
  width: 100%;
}

/* CONTACT */
.contact-item {
  font-size: 13px;
  color: #bbb;
}

/* SOCIAL */
.social-icons {
  display: flex;
  gap: 12px;
}

.social-icons a {
  width: 38px;
  height: 38px;
  border-radius: 2px;
  background: rgba(255,255,255,0.08);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 16px;
  text-decoration: none;

  transition: all 0.3s ease;
}

/* HOVER EFFECT 🔥 */
.social-icons a:hover {
  transform: translateY(-3px);
}

/* BRAND COLORS */
.social-icons a:nth-child(1):hover { background: #1877f2; } /* Facebook */
.social-icons a:nth-child(2):hover { background: #e1306c; } /* Instagram */
.social-icons a:nth-child(3):hover { background: #000; } /* X */
.social-icons a:nth-child(4):hover { background: #ff0000; } /* YouTube */

/* ===== BOTTOM BAR ===== */
.bottom-bar {
  background: #000;
  padding: 14px 20px;
}

.bottom-container {
  max-width: 1300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-text {
  color: #fff;
  font-size: 14px;
  margin: 0;
}

.bottom-logo img {
   width: 100%;
   height: 50px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .bottom-container {
    flex-direction: column;
    gap: 10px;
  }
}




















#scrollTopBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 100;
  background: #202f00;
  color: white;
  border: none;
  outline: none;
  padding: 12px 18px;
  font-size: 18px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  transition: all 0.3s ease;
}

#scrollTopBtn:hover {
  background: #202f00;
}