
    :root {
      --cta: #ff7a18;
      --glass-bg: rgba(255, 255, 255, 0.12);
      --glass-border: rgba(255, 255, 255, 0.25);
    }


      

    /* Full-screen section */
    .slider-section {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
    }

    .slider-video-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      overflow: hidden;
    }

    .slider-video-wrap video {
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      z-index: 1;
    }

    /* Overlay for centered content */
    .slider-overlay {
      position: absolute;
      inset: 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      background: rgba(0, 0, 0, 0.25);
      z-index: 2;
      padding: 1rem;
    }



    /* Swiper container */
    .hero-text-swiper {
      width: 100%;
      top: 50px;
      max-width: 1000px;
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      gap: 1.5rem;
      pointer-events: auto;
    }

    /* Glass box — uniform for both slides */
    .hero-slide-content {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      gap: 2rem;
      padding: 1.6rem 2rem;
      background: var(--glass-bg);
      border: 1px solid var(--glass-border);
      border-radius: 16px;
      backdrop-filter: blur(14px);
      color: #fff;
      width: 100%;
      max-width: 720px;
      min-height: 190px;
      max-height: 190px;
      margin: 0 auto;
    }

    .hero-slide-content .title {
      font-family: "Playfair Display", serif;
      font-weight: 700;
      font-size: clamp(1.6rem, 3.6vw, 2.6rem);
      line-height: 1.1;
      margin: 0;
      color: #fff;
    }

    .hero-slide-content .subtitle {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: clamp(1.05rem, 1.8vw, 1.15rem);
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}
    /* Order button */
    .hero-cta-wrap {
      display: flex;
      justify-content: center;
      margin-top: 20px;
    }

    .hero-cta {
      display: inline-block;
      background: var(--cta);
      color: #fff;
      padding: 0.7rem 1.5rem;
      border-radius: 10px;
      font-weight: 700;
      border: 0;
      text-decoration: none;
      transition: transform 0.18s ease, box-shadow 0.18s ease;
      box-shadow: 0 6px 18px rgba(255, 122, 24, 0.15);
    }

    .hero-cta:hover,
    .hero-cta:focus {
      transform: translateY(-3px);
      box-shadow: 0 10px 22px rgba(255, 122, 24, 0.25);
      outline: none;
    }

    /* Pagination below button */
    .hero-text-swiper .swiper-pagination {
      position: static;
      margin-top: 10px;
      display: flex;
      justify-content: center;
      gap: 0.45rem;
    }

    .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      opacity: 0.9;
      transition: all 0.25s;
    }

    .swiper-pagination-bullet-active {
      background: var(--cta);
      transform: scale(1.1);
      opacity: 1;
    }

    /* Navigation arrows — both centered vertically */
    .swiper-button-prev,
    .swiper-button-next {
      color: #fff;
      width: 56px;
      height: 56px;
      border-radius: 50%;
      background: rgba(0, 0, 0, 0.45);
      border: 1px solid rgba(255, 255, 255, 0.15);
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
      transition: all 0.25s ease;
      position: absolute;
      top: 40%; /* ✅ perfectly aligned */
      transform: translateY(-50%);
    }

    .swiper-button-prev {
      left: 60px;
    }

    .swiper-button-next {
      right: 60px;
    }

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
      transform: translateY(-50%) scale(1.08);
      background: rgba(255, 255, 255, 0.15);
    }

    .swiper-button-prev::after,
    .swiper-button-next::after {
      display: none;
    }

    .swiper-button-prev i,
    .swiper-button-next i {
      font-size: 1.15rem;
    }

    /* Responsive */
    @media (max-width: 768px) {
      .hero-slide-content {
        padding: 1.2rem 1.3rem;
        border-radius: 12px;
        min-height: 160px;
        max-height: 160px;
      }

      .hero-cta-wrap {
        margin-top: 16px;
      }

      .swiper-button-prev,
      .swiper-button-next {
        width: 44px;
        height: 44px;
        left: 20px;
        right: 20px;
      }
    }

    @media (max-width: 480px) {
      .hero-slide-content .title {
        font-size: clamp(1.4rem, 6vw, 2rem);
      }

      .hero-slide-content .subtitle {
        font-size: clamp(0.9rem, 3.8vw, 1rem);
      }

      .swiper-button-prev,
      .swiper-button-next {
        position: static;
        display: inline-flex;
        margin: 0.45rem;
        transform: none;
      }
    }

    /* Nav bar css   */

    .header-section {
    width: 100%;
    }
    .header-primary-menu a {
      color: #000;
      text-decoration: none;
      font-weight: 500;
      transition: color 0.3s;
    }
    .header-primary-menu a:hover {
      color: #f05a28;
    }
    .header-primary-menu li {
      position: relative;
    }
    .header-primary-menu > li {
    position: relative;
    }
    .header-primary-menu li:hover > .sub-menu {
      display: block;
    }
    .sub-menu li a {
      display: block;
      padding: 6px 18px;
      color: #333;
      text-decoration: none;
    }
    .sub-menu li a:hover {
      background-color: #f5f5f5;
    }

    .header-primary-menu li.menu-item-has-children {
      position: relative; /* ensures sub-menu is positioned relative to this item */
    }

    .header-primary-menu li.menu-item-has-children .sub-menu {
        top: 100%;
        left: 0;
        margin-top: 5px;
        transform: none;
        display: none;
        z-index: 999;
        line-height: 2.5rem;
        border-radius: 12px;
        background: var(--accent-color);

    }

    .header-primary-menu li.menu-item-has-children.active .sub-menu {
      display: block;
    }

    /* Show Bootstrap's default hamburger icon color */
    .navbar-toggler {
      border: none;
      background: none;
    }

    .navbar-toggler:focus {
      box-shadow: none;
    }

    /* Submenu styling */
        .header-primary-menu li.menu-item-has-children {
          position: relative;
        }

    .header-primary-menu li.menu-item-has-children .sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
       background: var(--accent-color);
      list-style: none;
      padding: 10px 0;
      margin: 0;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
      z-index: 999;
    }

    /* Show submenu when hovering */
    .header-primary-menu li.menu-item-has-children:hover > .sub-menu {
      display: block;
    }

    /* Show submenu when active (mobile click) */
    .header-primary-menu li.menu-item-has-children.active > .sub-menu {
      display: block;
    }

    /* Submenu items */
    .sub-menu li a {
      display: block;
      padding: 8px 18px;
      color: #333;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.3s, color 0.3s;
    }

    .sub-menu li a:hover {
      background-color: #f5f5f5;
      color: #f05a28;
    }

    /* Mobile styles */
    @media (max-width: 991px) {
      .header-primary-menu li.menu-item-has-children .sub-menu {
        position: static;
        display: none;
        box-shadow: none;
        border-radius: 0;
        background: var(--accent-color);
        padding-left: 20px;
      }

      .header-primary-menu li.menu-item-has-children.active > .sub-menu {
        display: block;
      }
    }


        /* Make the hamburger icon visible (Bootstrap needs this if navbar-dark isn't used) */
        .navbar-toggler-icon {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        }


        .offcanvas-body {
          padding: 0 !important;
        }

        /* Close button styling (optional tweak) */
        .btn-close {
          filter: invert(1);

        }

        /* Make the offcanvas close (X) button visible and styled */
        .offcanvas-header .btn-close {
          background: none;
          border: none;
          opacity: 1 !important; /* always visible */
          filter: none !important; /* remove Bootstrap's default filter */
          width: 32px;
          height: 32px;
          position: relative;
        }

        /* Create a custom visible "X" using CSS (for better control) */
        .offcanvas-header .btn-close::before,
        .offcanvas-header .btn-close::after {
          content: "";
          position: absolute;
          left: 7px;
          top: 15px;
          width: 18px;
          height: 2px;
          background-color: #fff; /* Black for visibility */
          transition: 0.3s;
        }

        .offcanvas-header .btn-close::before {
          transform: rotate(45deg);
        }

        .offcanvas-header .btn-close::after {
          transform: rotate(-45deg);
        }

        /* Hover effect */
        .offcanvas-header .btn-close:hover::before,
        .offcanvas-header .btn-close:hover::after {
          background-color: #BC8157; /* Accent color on hover */
        }


        /* Mobile menu styling */
        @media (max-width: 991px) {
          .header-primary-menu {
            background-color: #8b5e3c;
            padding: 20px 0;
            border-radius: 8px;
            width: 100%;
          }

          .header-primary-menu li {
            width: 100%;
            text-align: left;
          }

          .header-primary-menu li a {
            color: white !important;
            padding: 10px 0;
            display: block;
          }

          .header-primary-menu li.menu-item-has-children .sub-menu {
            position: static;
            display: none;
            background: var(--accent-color);
            padding: 10px 0;
          }

          .header-primary-menu li.menu-item-has-children.active .sub-menu {
            display: block !important;
          }
          .header-primary-menu li.menu-item-has-children .sub-menu {
            display: none !important;
          }
        }


        /* Footer Css   */

        .footer {
            background: var(--accent-color);
            color: #fff;
            padding: 48px 0 18px;
            /*margin-top: 40px;*/
        }
          .footer a { color: #fff; text-decoration: none; }
          .footer a:hover { color: #fff; }

          .footer .logo { max-width: 130px; }
          .footer p.lead { color: #fff; margin-top: 0px; font-size: 16px; text-align:justify; }

      .quick-links ul { list-style:none; padding:0; margin:0; }
      .quick-links li { opacity:0; transform: translateY(12px); animation: slideUp .55s forwards; }
      .quick-links li:nth-child(1){ animation-delay: 0.05s; }
      .quick-links li:nth-child(2){ animation-delay: 0.12s; }
      .quick-links li:nth-child(3){ animation-delay: 0.20s; }
      .quick-links li:nth-child(4){ animation-delay: 0.28s; }
      .quick-links li:nth-child(5){ animation-delay: 0.36s; }
      .quick-links li:nth-child(6){ animation-delay: 0.44s; }

      @keyframes slideUp {
        to { opacity:1; transform: translateY(0); }
      }

      .quick-links a { display:inline-block; padding:6px 0; transition: transform .18s ease, color .18s ease; }
      .quick-links a:hover { transform: translateX(6px) scale(1.02); }

      .contact-list li { margin-bottom: 10px; }
      .contact-list i { width: 22px; text-align: center; }

      .social-icons a { display:inline-flex; align-items:center; justify-content:center; width:38px; height:38px; border-radius:50%; margin-right:8px; background: rgba(255,255,255,0.04); transition: transform .15s ease, background .15s ease; }
      .social-icons a:hover { transform: translateY(-4px); background: #FFFFFF; color: #000;}

      .map-responsive { width:100%; height:220px; border-radius:8px; overflow:hidden; box-shadow: 0 6px 18px rgba(2,6,23,0.6); }
      .map-responsive iframe { width:100%; height:100%; border:0; }

      .footer-bottom { border-top: 2px solid #fff; margin-top:18px; padding-top:12px; }
      .powered-by { display:flex; align-items:center; gap:10px; }
      .powered-by img { height:26px; display:block; }

      @media (max-width: 575.98px){
        .map-responsive { height:160px; }
        .footer { padding: 30px 0 14px; }
      }


      /* New css 27-12-25 */

.feature-items-list {
  position: relative;
  height: 100%;
}

.newbtn {
  position: relative;
  bottom: 0;
  right: 0;
}
.padclass {
  padding-right: 150px;
  padding-left: 150px;
}

/* Our story about us page  */

.our-story-ref {
  margin-top: 50px;
}

/* ROW BASE */
.story-row {
  display: grid;
  gap: 10px;
  margin-bottom: 40px;
  align-items: center;
}

/* ROW STRUCTURES */
.row-1,
.row-3 {
  grid-template-columns: 1.2fr 0.9fr 1.2fr;
}

.row-2 {
  grid-template-columns: 1fr 1fr 0.7fr 1fr;
}

/* CARDS */
.story-card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 18px 40px rgba(0,0,0,0.35);
}

.story-card.big {
  padding: 30px 32px;
}

.story-card.medium {
  padding: 22px 24px;
}

.story-card h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.story-card p {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* IMAGES */
.story-image {
  border-radius: 20px;
  overflow: hidden;
}

.story-image.medium {
  height: 230px;
}

.story-image.small {
  height: 250px;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Equal height cards */
.story-row {
  align-items: stretch;
}

.story-card {
  height: 100%;
  display: flex;
  align-items: center;
}

.story-card p {
  width: 100%;
}
.row-4 {
  grid-template-columns: 1.4fr 0.9fr;
  align-items: stretch;
}

/* Prevent wrapping in last row */
.row-4 > * {
  min-width: 0;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .story-row {
    grid-template-columns: 1fr;
  }

  .story-image.small,
  .story-image.medium {
    height: 220px;
  }
}

/* Our Journey  */

.brand-story-premium {
  margin-top: 50px;
  color: #000;
}

/* Header */
.story-head {
  text-align: center;
  margin-bottom: 60px;
}

.story-eyebrow {
  display: inline-block;
  letter-spacing: 2px;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #ff7a18;
  margin-bottom: 12px;
}

.story-head h2 {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 800;
  line-height: 1.2;
}

.story-head h2 span {
  color: #ff7a18;
}

/* Layout */
.story-layout {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

/* Narrative */
.story-narrative p {
  font-size: 17px;
  line-height: 1.85;
  color: #000;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Visual */
.story-visual {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  height: 420px;
}

.story-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visual-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
  display: flex;
  align-items: flex-end;
  padding: 28px;
}

.visual-overlay h4 {
  font-size: 1.1rem;
  font-weight: 700;
}

/* Divider */
.story-divider {
  height: 1px;
  background: rgba(255,255,255,0.15);
  margin: 70px 0;
}

/* Metrics */
.story-metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.metric {
  background: rgba(255,255,255,0.06);
  border-radius: 18px;
  padding: 32px 26px;
  text-align: center;
}

.metric span {
  font-size: 2.6rem;
  font-weight: 800;
  color: #ff7a18;
  display: block;
  margin-bottom: 10px;
}

.metric p {
  font-size: 0.95rem;
  color: #000;
  line-height: 1.6;
  margin: 0;
}

/* Closing */
.story-closing {
  max-width: 820px;
  margin: 60px auto 0;
  text-align: center;
}

.story-closing p {
  font-size: 1.05rem;
  line-height: 1.8;
  color: #000;
}

/* Responsive */
@media (max-width: 991px) {
  .story-layout {
    grid-template-columns: 1fr;
  }

  .story-visual {
    height: 320px;
  }

  .story-metrics {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .story-metrics {
    grid-template-columns: 1fr;
  }
}
