body {
  margin: 0;
  /* font-family: 'Playfair Display', serif; */
  background-color: #FAF9F6;
  /* Pearl White */
  /* color: #2E2E2E; */
}

.font-title {
  font-size: 20px;
  margin-bottom: 8px;
  font-weight: bold;
}

.font-sample {
  font-size: 22px;
  margin-bottom: 6px;
}

.font-style {
  font-size: 14px;
  color: #666;
}

    .box {
     position: absolute;
    top: 0;
    left: 0px;
    width: 28%;
    height: 20vh;
    background: linear-gradient(333deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 0, 90% 0, 23% 96%, 0 71%);
    z-index: 1;
    opacity: 1;

    }
      .box:hover {
      transform: scale(1.09);
      transition: transform 0.3s ease;
    }


    .box1 {
  position: absolute;
    top: -18px;
    left: 86px;
    width: 19%;
    height: 21vh;
    background: linear-gradient(300deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 -20%, 100% 48%, 70% 100%, 5% 69%);
    opacity: 1;
    z-index: 1;

    }

    .box1:hover {
      transform: scale(1.09);
      transition: transform 0.3s ease;
    }

    .box2 {
       position: absolute;
    top: 0;
    left: 15%;
    width: 18%;
    height: 18vh;
    background: linear-gradient(229deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 0, 61% 0, 97% 72%, 0 17%);
    z-index: 1;
    opacity: 1;

    }

      .box2:hover {
      transform: scale(1.09);
      transition: transform 0.3s ease;
    }

    .box3 {
    position: absolute;
    top: 0;
    left: 70%;
    width: 29%;
    height: 20vh;
    background: linear-gradient(333deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 0, 51% 0, 13% 89%, 0 57%);
    opacity: 1;
}
      .box3:hover {
      transform: scale(1.05);
      transition: transform 0.3s ease;
    }

    .box4 {
     position: absolute;
    top: 0;
    left: 56%;
    width: 29%;
    height: 20vh;
    background: linear-gradient(174deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 0, 46% 0, 45% 90%, 0 -31%);
  
    opacity: 1;
}

      .box4:hover {
        transform: scale(1.09);
        transition: transform 0.3s ease;
      }

    .box5 {
      position: absolute;
    top: 0;
    left: 68%;
    width: 29%;
    height: 20vh;
    background: linear-gradient(200deg, #4d4d4d, #0d0d0d);
    clip-path: polygon(0 0, 80% 0, 47% 87%, 0 15%);
    
    opacity: 1;
}

      .box5:hover {
      transform: scale(1.05);
      transition: transform 0.3s ease;
    }


    /* Tablets */
    @media (max-width: 992px) {
      .box {
        width: 38%;
        height: 23vh;
      }

      .box1 {
        width: 23%;
        height: 18vh;
      }

      .box2 {
        width: 25%;
        left: 18%;
        height: 12vh;
      }
      .box3 {
        width: 25%;
        left: 18%;
        height: 12vh;
                display: none;

      }
      .box4 {
        width: 25%;
        left: 18%;
        height: 12vh;
                display: none;
      }
      .box5 {
        width: 25%;
        left: 18%;
        height: 12vh;
                display: none;


      }
    }

    /* Mobile Phones */
    @media (max-width: 600px) {
      .box {
        width: 79%;
        height: 16vh;
      }

      .box1 {
        width: 46%;
        height: 16vh;
      }

      .box2 {
        width: 33%;
        left: 60%;
        height: 10vh;
      }
       .box3 {
        width: 25%;
        left: 18%;
        height: 12vh;
        display: none;
      }
      .box4 {
        width: 25%;
        left: 18%;
        height: 12vh;
                display: none;

      }
      .box5 {
        width: 25%;
        left: 18%;
        height: 12vh;
                display: none;

      }
    }

    .box,
    .box1,
    .box2,
    .box3,
    .box4,
    .box5,
    .nav-logo {
      transition: all 0.5s ease;
    }

    .hide-on-scroll {
      transform: translateY(-100%);
      opacity: 0;
      pointer-events: none;
    }

    .Heading1 {
      position: absolute;
      top: 18%;
      left: 10%;
      transform: translateX(-50%);
      font-family: 'Alex Brush', cursive;
      font-size: 3.9rem;
      color: #fff;
      font-weight: 500;
      margin: 0%;
      color: #e2bc27;
      text-shadow: 0 0 10px #e2bc27, 0 0 10px #e2bc27;
    }

    .Heading1:hover {
      /* color: #d72638; */
      text-shadow: 0 0 20px #d72638, 0 0 30px #d72638, 0 0 40px #d72638;
      transition: text-shadow 0.3s ease-in-out;
    }


    /* ✅ Tablet screens */
    @media (max-width: 992px) {
      .Heading1 {
        font-size: 3.9rem;
        top: 15%;
        left: 15%;
      }
    }

    /* ✅ Mobile screens */
    @media (max-width: 768px) {
      .Heading1 {
        font-size: 3.9rem;
        top: 15%;
        left: 27%;
        transform: translateX(-50%);
      }
    }

    /* ✅ Small phones */
    @media (max-width: 480px) {
      .Heading1 {
        font-size: 3.9rem;
        top: 12%;
        left: 30%;
        /* center it */
        transform: translateX(-50%);
        text-align: center;
      }
    }

    /* Hidden state */
    .hide-heading {
      transform: translateY(-100%);
      opacity: 0;
      pointer-events: none;
    }
/* Navbar */

.navbar {
  /* background: linear-gradient(90deg, #F7CAC9, #C6DBF0); */
  background: linear-gradient(90deg, #262626, #4d4d4d);
  padding: 12px 30px !important; /* Increase height */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Playfair Display', serif;
  position: sticky!important;
  /* ✅ instead of fixed */
  top: 0;
  z-index: 999;
  backdrop-filter: blur(12px) saturate(150%);
  -webkit-backdrop-filter: blur(12px) saturate(150%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  transition: background 0.5s ease, box-shadow 0.5s ease;
  border-bottom: 1px solid rgb(226, 188, 39)!important;
}

/* Gradient when scrolled */
.navbar.scrolled {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  padding: 12px 30px;  /* Keep same padding after scroll */
  min-height: 70px;    /* Fix height so logo + text visible */
  border-bottom: 1px solid rgb(226, 188, 39);
}

/* Logo */
.nav-logo {
z-index: 3;
 transform: scale(1.05);
      transition: transform 0.3s ease;
}
.nav-logo img {
  height: 84px;
  /* z-index: 4; */
  
}

/* Links */
.nav-links {
  list-style: none;
  margin-top: 16px;
  /* margin-left: auto; */
  padding: 0;
  display: flex;
  gap: 40px;
}

.nav-links li {
  position: relative;
}

.nav-links li a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  transition: color 0.3s;
}

.nav-links li a:hover {
  color: #f5cc00;
  text-decoration: underline;
}

/* Dropdown menu */
.dropdown-menu {
  display: none;
  position: absolute;
  font-family: 'Playfair Display', serif;
  /* top: 100%; */
  /* left: 0; */
  /* background: rgba(108, 111, 135, 0.9); */
  background:  #595959;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  list-style: none;
  margin: 0;
  padding: 10px 0;
  min-width: 200px;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  z-index: 100;

  /* Animation setup */
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.dropdown:hover .dropdown-menu {
  display: block;
  opacity: 3;
  transform: translateY(0);
}

/* Dropdown links */
.dropdown-menu li {
  padding: 6px 20px;
}

.dropdown-menu li a {
  color: #e2bc27;
  display: block;
  text-decoration: none;
  font-size: 14px;
}

.dropdown-menu li a:hover {
  background: #e2bc27;
  color: #0d0d0d;
  border-radius: 4px;
}

/* Icons */
.nav-icons {

  color: white;
}

.nav-icons a {
  color: white;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-icons a:hover {
  color: #e2bc27;
}


/* Search bar wrapper */
/* Search box hidden by default */
.top-search {
  display: none;
  position: absolute;
  top: 70px;
  /* adjust based on navbar height */
  right: 40px;
  background: white;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 2000;
  align-items: center;
  /* keeps input + button aligned */
}

.top-search input {
  width: 200px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.top-search button {
  background: #e2bc27;
  border: none;
  border-radius: 4px;
  font-size: 20px;
  margin-left: 8px;
  cursor: pointer;
  padding: 2px 8px;
}

/* Search icon style */
.search-icon {
  cursor: pointer;
  color: white;
  font-size: 16px;
}

.search-box .search-icon:hover {
  color: #ff3529;
}

/* Sidebar menu for mobile */
/* Sidebar */
/* Hamburger */

/* === SIDEBAR === */
/* === SIDEBAR === */
        /* CSS from your input with corrections */
     /* MOBILE SIDEBAR */
.mobile-sidebar {
    /* display: none; */

  position: fixed;
  top: 0;
  right: 0;
  width: 70%;
  max-width: 380px;
  height: 101vh;
  background: #2b2b2b;
  z-index: 2000;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
  overflow-y: auto;
}

.mobile-sidebar.open {
  transform: translateX(0);
}

/* OVERLAY */
#overlay {
    /* display: none; */

   position: fixed;
  top: 0;
  left: 0;
  height: 355vh;
  width: 100vw;
  background: rgba(0,0,0,0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s;
  z-index: 1500;
}
#overlay.active {
  opacity:1;
  visibility:visible;
}

/* CLOSE BUTTON */
.closebtn {
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 36px;
  color: #f5cc00;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.closebtn:hover { transform: rotate(90deg); }

/* HEADER */
.mobile-sidebar-header {
  text-align: center;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 18px;
  color: #fff;
  margin: 55px 0 60px 0;
}

/* LINKS */
.mobile-sidebar ul { list-style:none; padding:0; margin:0; }
.mobile-sidebar a {
  display:block;
  padding: 12px 25px;
  font-size:17px;
  color: #f5cc00;
  text-decoration:none;
  transition: all 0.3s ease;
}
.mobile-sidebar a:hover {
  color:#fff;
  background:#3a3a3a;
  padding-left: 30px;
}

/* FOOTER */
.mobile-sidebar-footer {
  padding: 20px 25px;
  font-size: 14px;
  border-top:1px solid #444;
      margin-top: 340px;
}
.mobile-sidebar-footer h5 { color:#fff; font-size:14px; margin-bottom:8px; letter-spacing:1px;}
.mobile-sidebar-footer a { color:#f5cc00; text-decoration:none; }
.mobile-sidebar-footer a:hover { color:#fff; }

.mobile-sidebar-social { display:flex; gap:15px; margin-top:15px; font-size:22px; }
.mobile-sidebar-social a { color:#f5cc00; transition:0.3s; }
.mobile-sidebar-social a:hover { color:#fff; }

/* HAMBURGER */
.hamburger { font-size:2.5rem; color:#f5cc00; cursor:pointer; z-index:2100; position:relative; z-index: 3; }

/* DROPDOWN */
.dropdown { position:relative; }
.dropdown .dropbtn::after { content:" ▾"; font-size:12px; }
.dropdown-content {
  display:none;
  background:#222;
  margin-left:15px;
  border-radius:6px;
  transition: all 0.3s ease;
}
.dropdown-content li a { padding:10px 20px; color:#f5cc00 !important; }
.dropdown.active .dropdown-content { display:block; }

/* Prevent blank space for dropdown */
.mobile-sidebar ul li { overflow:hidden; }

/* MEDIA QUERIES */
@media(min-width:992px) {
  .hamburger, .mobile-sidebar { display:none !important; }
}
@media(max-width:991px) {
  .hamburger { display:block !important; }
  .mobile-sidebar { display:block; }
}
/* Hide sidebar and overlay on desktop */
@media (min-width: 992px) {

  #overlay {
    display: none !important;
  }
}


/* 🔹 Mobile topbar styling */
/* 🔹 Mobile topbar styling */
/* Mobile Topbar */
/* Site name */
/* Site name style */
/* Force Alex Brush + color */
.mobile-topbar .site-name {
  font-family: 'Alex Brush', cursive !important;
  font-size: 40px;
  /* adjust as you like */
  font-weight: 500;
  /* Alex Brush only has 400 */
  color: #e2bc27 !important;
  /* your yellow */
  line-height: 1;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  /* subtle pop (optional) */
}

/* Mobile Topbar Container */
.mobile-topbar {
  letter-spacing: 1px;
  position: fixed;
  top: 0px;
  /* slight gap from top */
  left: 0%;
  transform: translateX(-50%);
  width: 92%;
  background: linear-gradient(135deg, #4d4d4d, #0d0d0d);
  /* pastel gradient */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  z-index: 1100;
  height: 55px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 18px;
  transition: transform 0.4s ease, opacity 0.4s ease;
    display: none;

}

/* Hide on desktop */
@media (min-width: 768px) {
  .mobile-topbar {
    display: none !important;
  }
}

/* Icons container */
.mobile-topbar .topbar-icons {
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Icon style */
.mobile-topbar .topbar-icons a {
  color: #333;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #e2bc27;
  /* light pink */
  transition: all 0.3s ease;
  /* border: 1px solid #C6DBF0; */
}

/* Hover animation */
.mobile-topbar .topbar-icons a:hover {
  background: #e2bc27;
  color: #ff3529;
  transform: scale(1.1);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}


/* Hero Section with Slider */
.hero {
  position: relative;
  height: 100vh;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}

.slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.slide {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}

.slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
}

/* ---------- Flip Effect ---------- */
.flip-container {
  perspective: 1000px;
  display: inline-block;
}

.flip-card {
  position: relative;
  width: 250px;
  height: 100px;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

.flip-container:hover .flip-card {
  transform: rotateY(180deg);
}

.front, .back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

.front {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-heading {
  font-size: 6rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
  font-family: 'Alex Brush', cursive;
  color: #e2bc27;
  text-shadow: 0 0 15px rgba(209, 182, 93, 0.5);
}
  @media (max-width: 768px) {
.hero-heading {
  font-size: 5rem;
  }
  }
  @media (max-width: 480px) {
.hero-heading {
  font-size: 5rem;
  }
}

.back {
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotateY(180deg);
}

.hero-logo {
  width: 250px;
  height: auto;
  filter: drop-shadow(0 0 10px rgba(209, 182, 93, 0.6));
}

/* ---------- Hero Text ---------- */
.hero-text {
  font-size: 1.2rem;
  color: #f5f5f5;
  margin-top: 25px;
  font-family: 'Poppins', sans-serif;
}

  @media (max-width: 768px) {
.hero-text {
  font-size: 1rem;
  }
  }
  @media (max-width: 480px) {
.hero-text {
  font-size: 1rem;
  }
}





  /* Fullscreen loading container */
   /* Fullscreen Loader */
  #loading-screen {
    position: fixed;
    inset: 0;
    background: radial-gradient(circle at center, #0d0d0d 0%, #000 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeOut 1s ease forwards;
    animation-delay: 2.5s;
  }

  /* Animated Brand Text */
  .loading-text {
    font-family: 'Playfair Display', serif;
    font-size: 3rem;
    letter-spacing: 4px;
    color: #d1b65d;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(209, 182, 93, 0.6),
                 0 0 25px rgba(209, 182, 93, 0.4),
                 0 0 45px rgba(209, 182, 93, 0.3);
    opacity: 0;
    animation: fadeInGlow 3s ease-in-out forwards;
  }

  /* Glow + Fade Animations */
  @keyframes fadeInGlow {
    0% {
      opacity: 0;
      transform: scale(0.95);
      text-shadow: 0 0 0 rgba(209, 182, 93, 0);
    }
    50% {
      opacity: 1;
      transform: scale(1.03);
      text-shadow: 0 0 20px rgba(209, 182, 93, 0.8),
                   0 0 40px rgba(209, 182, 93, 0.6);
    }
    100% {
      opacity: 1;
      transform: scale(1);
      text-shadow: 0 0 10px rgba(209, 182, 93, 0.5);
    }
  }

  @keyframes fadeOut {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }





/* Full Section */
.unique-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
  overflow: hidden;
  position: relative;
}

/* Animated Particles */
.background-particles {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; left: 0;
  overflow: hidden;
  z-index: 0;
}
.background-particles span {
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(226,188,39,0.6);
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(226,188,39,0.8);
  animation: float 12s linear infinite;
}
.background-particles span:nth-child(1) { top: 10%; left: 15%; animation-duration: 10s; }
.background-particles span:nth-child(2) { top: 30%; left: 70%; animation-duration: 14s; }
.background-particles span:nth-child(3) { top: 60%; left: 20%; animation-duration: 18s; }
.background-particles span:nth-child(4) { top: 80%; left: 50%; animation-duration: 20s; }
.background-particles span:nth-child(5) { top: 40%; left: 90%; animation-duration: 16s; }
.background-particles span:nth-child(6) { top: 15%; left: 80%; animation-duration: 12s; }
.background-particles span:nth-child(7) { top: 75%; left: 10%; animation-duration: 22s; }
.background-particles span:nth-child(8) { top: 50%; left: 40%; animation-duration: 19s; }
.background-particles span:nth-child(9) { top: 25%; left: 60%; animation-duration: 15s; }
.background-particles span:nth-child(10){ top: 65%; left: 85%; animation-duration: 13s; }

@keyframes float {
  0% { transform: translateY(0) scale(1); opacity: 0.7; }
  50% { transform: translateY(-50px) scale(1.3); opacity: 1; }
  100% { transform: translateY(0) scale(1); opacity: 0.7; }
}

/* Content Wrapper */
.content-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 100px;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 40px;
  z-index: 2;
  position: relative;
}

/* Diamond Container */
.diamond-box {
  position: relative;
  width: 420px;
  height: 420px;
}
.diamond-layer {
  position: absolute;
  inset: 0;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  border: 2px solid #e2bc27;
  transform: scale(1);
  opacity: 0.3;
  animation: pulse 5s infinite ease-in-out;
}
.diamond-layer.layer1 { transform: scale(1.2); }
.diamond-layer.layer2 { transform: scale(1.4); opacity: 0.15; }
.diamond-image {
     width: 124%;
    height: 127%;
    clip-path: polygon(47% -17%, 122% 28%, 70% 121%, -16% 56%);
  background: url("/images3/founder3.jpg") center/cover no-repeat;
  /* border: 3px solid #e2bc27; */
  box-shadow: 0 0 40px rgba(226,188,39,0.4);
  z-index: 2;
}

/* Glassmorphic Card */
.text-card {
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(15px);
  border: 2px solid rgba(226,188,39,0.5);
  padding: 40px;
  border-radius: 20px;
  max-width: 380px;
  color: #fff;
  box-shadow: 0 10px 40px rgba(0,0,0,0.5);
  transform: rotate(-2deg);
  transition: transform 0.3s ease;
}
.text-card:hover {
  transform: rotate(0deg) scale(1.03);
}
.text-card h2 {
  color: #e2bc27;
  font-size: 28px;
  margin-bottom: 15px;
}
.text-card p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.text-card button {
  padding: 12px 30px;
  border: none;
  background: #e2bc27;
  color: #000;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  transition: 0.3s;
}
.text-card button:hover {
  background: #c79920;
}

/* Diamond Pulse Animation */
@keyframes pulse {
  0%,100% { transform: scale(1.2); opacity: 0.3; }
  50% { transform: scale(1.3); opacity: 0.1; }
}

/* Responsive */
@media (max-width: 992px) {
  .content-wrapper { flex-direction: column; gap: 50px; }
  .diamond-box { width: 300px; height: 300px; }
  .text-card { max-width: 90%; text-align: center; transform: rotate(0); }
}


/* Slider Section */

  .slider-section {
      width: 100%;
      padding: 50px 0;
      background: #fff;
      overflow: hidden;
    }

    .slider-title {
      text-align: center;
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 30px;
      color: #333;
    }

    .slider-container {
      position: relative;
      width: 90%;
      max-width: 1200px;
      margin: auto;
      overflow: hidden;
    }

    .slider-track {
      display: flex;
      transition: transform 0.6s ease-in-out;
    }

    .slide {
      min-width: 33.33%;
      box-sizing: border-box;
      padding: 15px;
    }

    .product-card {
      background: #fff;
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.1);
      text-align: center;
      transition: transform 0.3s ease;
    }

    .product-card:hover {
      transform: scale(1.05);
    }

    .product-card img {
      width: 100%;
      height: 400px;
      object-fit: cover;
    }

    .product-info {
      padding: 15px;
    }

    .product-info h3 {
      font-size: 1.1rem;
      margin: 10px 0;
      color: #333;
    }

    .product-info p {
      font-size: 1rem;
      font-weight: bold;
      color: #e63946;
      margin: 5px 0 15px;
    }

    .buy-btn {
      display: inline-block;
      padding: 10px 20px;
      background: #007bff;
      color: #fff;
      border-radius: 8px;
      text-decoration: none;
      font-size: 0.9rem;
      transition: background 0.3s;
    }

    .buy-btn:hover {
      background: #0056b3;
    }

    /* Arrows */
    .arrow {
      position: absolute;
      top: 40%;
      transform: translateY(-50%);
      background: rgba(0,0,0,0.5);
      color: #fff;
      padding: 12px;
      border-radius: 50%;
      cursor: pointer;
      font-size: 18px;
      user-select: none;
      z-index: 10;
    }

    .arrow.left {
      left: 10px;
    }

    .arrow.right {
      right: 10px;
    }

    /* Responsive */
    @media (max-width: 1024px) {
      .slide { min-width: 50%; }
    }

    @media (max-width: 768px) {
      .slide { min-width: 100%; }
    }


/* Testimonials Section */
    /* body {
      margin: 0;
      font-family: 'Poppins', sans-serif;
      background: linear-gradient(135deg, #4d4d4d, #0d0d0d);
      color: #fff;
    } */

    .testimonials {
      padding: 0px 10%;
      text-align: center;
      padding-bottom: 100px;
    }

    .testimonials h2 {
      font-size: 2.5rem;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
    }

    .testimonials h2::after {
      content: "";
      display: block;
      width: 60px;
      height: 4px;
      background: #e2bc27; /* Accent color */
      margin: 10px auto 0;
      border-radius: 2px;
    }

    .testimonial-cards {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 25px;
    }

    .card {
      background: rgba(255, 255, 255, 0.07);
      padding: 20px;
      border-radius: 15px;
      text-align: left;
      line-height: 1.6;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 18px rgba(0,0,0,0.4);
    }

    .card p {
      font-size: 0.95rem;
      margin-bottom: 10px;
    }

    .card span {
      font-weight: bold;
      font-size: 0.9rem;
      color: #e2bc27;
    }

    /* Footer Section */
    footer {
      background: linear-gradient(135deg, #0d0d0d, #4d4d4d);
      padding: 50px 10%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      /* gap: 30px; */
      border-top: 1px solid rgb(226, 188, 39);
    }


    footer h3 {
      margin-bottom: 20px;
      font-size: 1.2rem;
      font-weight: bold;
      color: #e2bc27;
    }

    footer ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    footer ul li {
      margin: 8px 0;
    }

    footer ul li a {
      text-decoration: none;
      color: #ccc;
      transition: color 0.3s;
    }

    footer ul li a:hover {
      color: #fff;
      text-decoration: underline;
    }

    .social {
      gap: 15px;
      margin-top: 15px;
    }

    .social a {
      font-size: 1.3rem;
      text-decoration: none;
      color: #fff;
      transition: color 0.3s;
    }

    .social a:hover {
      color: #e2bc27;
    }

    @media (max-width: 768px) {
      footer {
        grid-template-columns: 1fr;
        text-align: center;
      }
    }
      .social a {
    font-size: 2rem;
    text-decoration: none;
    color: #fff;
    transition: color 0.3s, transform 0.3s;
  }

  .social a:hover {
    color: #e2bc27; /* gold accent */
    transform: scale(1.2);
  }

/* copyright footer */
.footer-bottom {
  text-align: center;
  padding: 15px 0;
  background: linear-gradient(333deg, #4d4d4d, #0d0d0d);
  color: #ccc;
  font-size: 14px;
  border-top: 1px solid rgb(226, 188, 39);
}

.footer-bottom a {
  color: #e2bc27;
  text-decoration: none;
  margin: 0 5px;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

/* Product Details Section */
h1 {
  font-size: 36px;
  margin-bottom: 15px;
  text-align: center;
}

p {
  max-width: 700px;
  margin: 0 auto 30px auto;
  line-height: 1.6;
  color: #191919;
}

/* Tabs */
.tabs {
  display: flex;
  justify-content: center;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.tab {
  padding: 12px 20px;
  cursor: pointer;
  background: #e2bc27;
  border: 1px solid #eee;
  border-bottom: none;
  margin-right: 5px;
  transition: 0.3s;
}

.tab.active {
  background: #e2bc27;
  font-weight: bold;
  border-top: 2px solid #333;
}

/* Tab Content */
.tab-content {
  max-width: 700px;
  margin: 20px auto 6% auto;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none;
}

.tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

/* Images */
.tab-content img {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  background: #fff;
}

iframe {
  max-width: 100%;
}
.modal {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-content {
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  width: 370px;
  text-align: center;
}
.modal-content input {
  width: 90%;
  padding: 10px;
  margin: 8px 0;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.modal-content button {
  width: 3%;
  padding: 6px;
  background: #e2bc27;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
#btn-login{
  width: 30%;
}
.close {
  width: 10%;
  position: absolute;
  top: 12px; right: 16px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}


/* my css */


/* indexpage */
    /* body {
     background-color: red;
      color: #ffffff;
    } */

    /* body.green {
      background-color: rgb(147, 144, 144);

    } */










/* Founder Section */
/* Founder Section */
.founder-section {
  padding: 60px 20px;
  background: #fff;
}

.founder-section .section-title {
  color: #d4a373;
  font-weight: bold;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.founder-text {
  color: #555;
  font-size: 1.1rem;
  max-width: 800px;
  margin: 0 auto 40px auto;
  line-height: 1.7;
}

/* Two Full-Width Images */
.founder-images {
  display: flex;
  justify-content: space-evenly;

  /* flex-wrap: wrap; */
}

.founder-images img {
  width: 50%;

  height: 80vh; /* takes most of the screen height */
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid rgb(226, 188, 39)!important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .founder-images img {
    width: 100%;
    height: 50vh;
  }
}



.product-content a{
  color:#000000d8!important;
}




    /* ================================
   Billboard Section Responsiveness
===================================*/
#billboard {
  text-align: center;
  padding: 60px 15px;
}

/* Title */
#billboard .section-title {
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 20px;
}

#billboard p {
  font-size: 1rem;
  line-height: 1.7;
  color: #fff;
}

/* Swiper Images */
#billboard .image-holder img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

/* WhatsApp Icon */
#billboard .whatsapp-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  /* background: #25d366; */
  filter: brightness(1.2) contrast(1.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}

#billboard .whatsapp-icon img {
  width: 45px;
  height: 45px;
}

#billboard .whatsapp-icon:hover {
  transform: scale(1.1);
  filter: brightness(0.8) contrast(1.5);
}

/* Banner content */
#billboard .banner-content {
  text-align: center;
  /* padding: 20px 10px; */
}

#billboard .banner-content h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 10px;
}

#billboard .banner-content p {
  font-size: 0.95rem;
  color: #fff;
  margin: 10px 0;
}

/* Buttons */
#billboard .btn-left a {
  color: #e2bc27;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 2px solid #e2bc27;
  transition: 0.3s ease;
}

#billboard .btn-left a:hover {
  color: #000;
  border-color: #000;
}

/* Swiper Pagination */
.swiper-pagination {
  position: relative;
  margin-top: 15px;
}

/* =========================
   RESPONSIVE BREAKPOINTS
========================= */

/* Tablets */
@media (max-width: 991px) {
  #billboard .section-title {
    font-size: 2rem;
  }

  #billboard p {
    font-size: 0.95rem;
    padding: 0 15px;
  }

  #billboard .banner-content h5 {
    font-size: 1.1rem;
  }

  #billboard .banner-content p {
    font-size: 0.9rem;
  }
}

/* Mobile Phones */
@media (max-width: 767px) {
  #billboard {
    padding: 40px 10px;
  }

  #billboard .section-title {
    font-size: 1.8rem;
  }

  #billboard p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  #billboard .swiper {
    padding: 20px 0;
  }

  #billboard .banner-content {
    padding: 10px;
  }

  #billboard .banner-content h5 {
    font-size: 1rem;
  }

  #billboard .banner-content p {
    font-size: 0.9rem;
  }

  #billboard .whatsapp-icon {
    width: 35px;
    height: 35px;
    bottom: 8px;
    right: 8px;
  }

  #billboard .whatsapp-icon img {
    width: 20px;
    height: 20px;
  }
}

/* Extra Small Phones */
@media (max-width: 480px) {
  #billboard .section-title {
    font-size: 1.6rem;
  }

  #billboard p {
    font-size: 0.85rem;
  }

  #billboard .banner-content p {
    font-size: 0.85rem;
  }

  #billboard .btn-left a {
    font-size: 0.85rem;
  }
}