
     
   body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: white;
  }

  /* Navbar Styling */
  .navbar {
    display: flex;
    justify-content: center; /* Center content */
    align-items: center;
    padding: 10px;
    position: sticky;
    /* width: 100vw; */
    height: auto;
    top: 0;
    left: 0;
    transition: background-color 0.3s;
    z-index: 1000;
    /* background-color:  #aec3c9; */
    /* background-color: white; */
    /* background: transparent; Initially transparent */
    background-color:  #f4f4f4;;
  }
  
  .navbar-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-right: 10px;
    /* max-width: 1200px; */
    /* background-color: white; */
    background: transparent; /* Initially transparent */
  }
  
  /* Logo Styling */
  .logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    width: 300px;
  }
  
  .logo img {
    height: 80px;
    width: 80px;
    /* border-radius: 50%; */
    margin-right: 10px;
  }
  
  .shop-name {
    color: green;
    display: inline-block;
    font-size: 1.3em;
    text-align: left;
    white-space: normal;
    overflow-wrap: normal;
    font-weight: bolder;
  }
  
  /* Nav List */
  .nav-list {
    list-style: none;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.nav-list li a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    position: relative;
    transition: color 0.3s, transform 0.3s ease-in-out;
    font-size: 1rem;
}
/* Leaf Animation on Hover */
.nav-list li a::after {
    content: ""; 
    position: absolute;
    left: 50%;
    top: -10px;
    font-size: 1rem;
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    transform: translateY(-5px);
}

.nav-list li a:hover {
    color: green; /* Yellow highlight on hover */
    transform: scale(1.2); 
    text-decoration: underline;/* Slight zoom effect */
}

.nav-list li a:hover::after {
    opacity: 1;
    transform: translateY(0);
}
  /* Book Now Button */
  .book-now {
    background-color: #388E3C;
    color: white !important;
    padding: 8px 15px;
    border-radius: 5px;
    opacity: 0;
    position: absolute;
    pointer-events: none;
  }
  
  /* Language Dropdown */
  .language-dropdown {
    display: flex;
    align-items: center;
  }
  
  #languageSelect {
    font-size: 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f8f9fa;
    color: #333;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 7px;
    width: 100px;
  }
  
  #languageSelect:hover {
    background-color: #c4daf0;
  }
  
  /* Hamburger Menu */
  .menu-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
  }
  
  .menu-toggle .bar {
    height: 3px;
    width: 25px;
    background-color: black;
    margin: 3px 0;
  }
  
  @media (max-width: 768px) {
    .navbar-content {
      width: 100%;
      justify-content: space-between;
      padding: 0 20px;
    }
  
    .nav-list {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 100%;
      left: 0;
      background-color:#4CAF50!important;
      width: 100%;
      text-align: center;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
      padding: 10px;
      gap: 25px; /* Adds space between the menu items */
    }
  
    .nav-list.active {
      display: flex;
      /* margin-top: 3rem; */
    }
    .nav-list a:hover {
      color:white;
      font-size: large;
      text-decoration: underline;
    }
    .menu-toggle {
      display: flex;
    }
  
    /* Center Language Select in Mobile Menu */
    .language-dropdown {
      justify-content: center;
      width: 100%;
    }
  
    #languageSelect {
      width: 100%;
      margin: 10px auto;
    }
  }
  
  /* Navbar Background Change on Scroll */
  /* Navbar Background Change on Scroll */
.scrolled {
    background: #4CAF50; /* Turns green when scrolled */
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    
}

/* Change text color when scrolled */
.scrolled .nav-list a,  
.scrolled .shop-name {  
    color: white !important; /* Ensures text turns white */
}
  
  /* End of NavBar */
  /* Custom Translate Button */
.translate-container {
  position: relative;
}

.translate-btn {
  background: #fff;
  color: black;
  border: none;
  padding: 10px 15px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
  display: flex;
  align-items: center;
}

.translate-btn:hover {
  background: #939292;
}

/* Language Dropdown */
.language-dropdown {
  display: none;
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  border-radius: 5px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  width: 120px;
  z-index: 100;
  animation: fadeIn 0.3s ease-in-out;
}

/* @keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
} */

.language-dropdown button {
  background: none;
  border: none;
  color: #333;
  padding: 10px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
}

.language-dropdown button:hover {
  background: #fff;
  color: red;
}

/* Hide Google Translate Branding Completely */
.goog-te-banner-frame,
.goog-logo-link,
.goog-te-gadget span,
.goog-te-balloon-frame,
#google_translate_element select,
.goog-te-gadget {
  display: none !important;
}

/* Hide the Google Translate banner */
.goog-te-banner-frame {
  display: none !important;
}

/* Hide the Google Translate branding and unnecessary elements */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-balloon-frame,
#google_translate_element select,
.goog-te-gadget {
  display: none !important;
}

/* Ensure body does not shift down due to hidden banner */
body {
  top: 0px !important;
}
/* Hide Google Translate banner */
.skiptranslate,
.goog-te-banner-frame {
  display: none !important;
}


/* hero sectn start */
/* Hero Section Styling */
.hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px;
  background-color: #5dc761;
  gap: 20px;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
  scroll-margin-top: 100px;
}

/* Text Content */
.hero-content {
  flex: 1;
  max-width: 50%;
  opacity: 0;
  transform: translateX(-50px); /* Slide from left */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.hero-content h1 {
  font-size: 2.3rem;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 1.4rem;
  color: #353434;
  margin-bottom: 20px;
}

.cta-button {
  padding: 25px;
  font-size: 1rem;
  background-color: white;
  color: black;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  transition: 0.5s;
  font-weight: bold;
  font-size: larger;
  align-items: center;
}

.cta-button:hover {
    transition: all 0.5s ease-in-out;
    transform: scale(1.1);
  }


/* Image Styling */
.hero-img {
  flex: 1;
  max-width: 50%;
  display: flex;
  justify-content: center;
  opacity: 0;
  transform: translateX(50px); /* Slide from right */
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.hero-img img {
  width: 91%;
  /* max-width: 500px; */
  height: auto;
  border-radius: 10px;
}

/* Activate animation when section is in view */
.hero.show {
  opacity: 1;
  transform: translateY(0);
}

.hero-content.show {
  opacity: 1;
  transform: translateX(0);
}

.hero-img.show {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hero {
      flex-direction: column;
      text-align: center;
      padding: 30px;
  }

  .hero-content {
      max-width: 100%;
  }

  .hero-img {
      max-width: 100%;
      margin-top: 20px;
  }

  .hero-img img {
      width: 100%;
  }

  /* Adjust animation for small screens */
  .hero-content {
      transform: translateY(-30px);
  }

  .hero-img {
      transform: translateY(30px);
  }
  .cta-button{
    padding: 17px;
  }
}

@media (max-width: 768px) {
  .hero-content h1 {
      font-size: 2rem;
  }

  .hero-content p {
      font-size: 1.2rem;
  }

  .cta-button {
      font-size: 1rem;
      padding: 10px 16px;
  }

  .hero-img img {
      width: 100%;
      height: 100%;
  }
}

@media (max-width: 480px) {
  .hero {
      padding: 20px;
  }

  .hero-content h1 {
      font-size: 1.9rem;
  }

  .hero-content p {
      font-size: 1.1rem;
  }

  .cta-button {
      font-size: 1rem;
      padding: 10px 14px;
  }

  .hero-img img {
      width: 100%;
  }
}
/* hero sec end */

/* About us start */
/* About Section Styling */
.about {
  text-align: center;
  padding: 50px;
  /* background-color: #f4f4f4; */
  scroll-margin-top: 60px;
}

/* About Title */
.about-h1 {
  font-size: 2.5rem;
  color: #2c5f2d;
  margin-bottom: 20px;

}

/* About Container */
.about-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* max-width: 1100px; */
  margin: 0 auto;
  /* padding: 20px; */
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Image Styling */
.about-container img {
  max-width: 45%;
  border-radius: 10px;
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}
.about-container img:hover{
  transform: scale(1.04); 
}
/* Text Styling */
.about-container p {
  max-width: 50%;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.6;
  text-align: justify;
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* Animation Trigger */
.about-container.show {
  opacity: 1;
  transform: translateY(0);
}

.about-container.show img {
  opacity: 1;
  transform: translateX(0);
}

.about-container.show p {
  opacity: 1;
  transform: translateX(0);
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-container {
      flex-direction: column;
      text-align: center;
  }

  .about-container img {
      max-width: 80%;
      transform: translateY(50px);
  }

  .about-container p {
      max-width: 90%;
      padding: 20px;
      margin-top: 20px;
  }    
}

@media (max-width: 768px) {
  .about-h1 {
      font-size: 2rem;
  }

  .about-container img {
      max-width: 90%;
      transform: translateY(30px);
  }

  .about-container p {
      max-width: 95%;
      font-size: 1.1rem;
      transform: translateY(30px);
  }
}

@media (max-width: 480px) {
  .about {
      padding: 30px 15px;
  }

  .about-h1 {
      font-size: 1.8rem;
  }

  .about-container img {
      max-width: 100%;
      transform: translateY(20px);
  }

  .about-container p {
      max-width: 100%;
      font-size: 1rem;
      transform: translateY(20px);
  }
}
/* About us end */

/* product sec start */

.products {
  text-align: center;
  padding: 30px 20px;
  background-color:white;
  scroll-margin-top: 50px;
}

.products-title {
  font-size: 2.5rem;
  color: #2c5f2d;
  margin-bottom: 20px;
}
.product-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
  justify-content: center;
  align-items: stretch;
}

/* Product Card */
.product-card {
  width: 30%;
  height: auto;
  background: white;
  /* padding: 10px; */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Product Images */
.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

/* Product Description - Initially Hidden */
.product-card p {
  font-size: 1.1rem;
  color: #fff;
  margin: 0;
  padding: 10px 20px ;
  background: rgba(0, 0, 0, 0.7); /* Transparent black */
  position: absolute;
  top: 0; /* Start position at the top */
  left: 0;
  width: 100%;
  height: 100%; /* Cover entire card */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
  opacity: 0; /* Initially hidden */
  transform: translateY(-100%); /* Move out of view */
}

/* Hover Effect */
.product-card:hover p {
  transform: translateY(0); /* Moves to center */
  opacity: 1;
}



/* Image Dim Effect on Hover */
.product-card:hover img {
  opacity: 0.8;
}

/* Description Slide Up & Fade In
.product-card:hover p {
  bottom: 0; 
  opacity: 1; 
} */

/* ✅ Responsive Fixes */
@media (max-width: 1250px) {
  .product-card {
    flex: 1 1 calc(35% - 20px); /* 2 items per row */
  }
}
@media (max-width: 1024px) {
  .product-card {
    flex: 1 1 calc(45% - 20px); /* 2 items per row */
    padding: 0px;
  }
}
@media (max-width: 768px) {
  .product-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-card {
    width: 100%;
  }
}

/* Mobile View - 1 Column Layout */
@media (max-width: 480px) {
  .product-card {
    flex: 100%;
  }
}
@media (max-width: 375px) {
  .products {
    padding: 20px;
  }
  .product-card {
    flex: 100%;
  }
  .product-card p {
    padding: 10px;
  }
}
/* product sec end */


/* Pricing Section */
/* General Styling */
.pricing-section {
  text-align: center;
  padding: 30px 0px;
  background-color: white;
  /* background-color: #e1ece8; */
  scroll-margin-top: 70px;
}

.pricing-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  color:#2c5f2d;
}

/* Pricing Container */
.pricing-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin: auto;
  align-items: stretch;
}

.pricing-card {
  width: 30%;
  height: auto;
  background: white;
  /* padding: 10px; */
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease-in-out;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

/* Pricing Image */
.pricing-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease-in-out;
}

/* Price (Initially Hidden) */
.pricing-card .price {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  background: rgba(0, 0, 0, 0.25);
  padding: 15px;
  position: absolute;
  bottom: 0; /* Ensure it's exactly at the bottom */
  left: 0;
  width: 100%;
  text-align: center;
  transition: bottom 0.4s ease-in-out, opacity 0.4s ease-in-out;
  opacity: 1;
  margin: 0; /* Remove any extra spacing */
  box-sizing: border-box; /* Ensures padding doesn't create extra space */
}

/* Hover Effect */
.pricing-card:hover {
  transform: scale(1.02);
  /* box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15); */
}

/* Image Dim Effect on Hover */
/* .pricing-card:hover img {
  opacity: 0.7;
  filter: brightness(0.4);
} */

/* Price Slide Up & Fade In */
.pricing-card:hover .price {
  bottom: 0; /* Moves up */
  opacity: 1; /* Becomes visible */
 
}
/* Responsive Design */
@media (max-width: 1024px) {
  .pricing-container {
    gap: 30px;
  }

  .pricing-card {
    /* width: 350px; */
    /* width: 70%;
    height: auto; */
    flex: 1 1 calc(45% - 20px); /* 2 items per row */
    padding: 0px;
  }

  .pricing-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
  }
}

@media (max-width: 768px) {
  .pricing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pricing-card {
    width: 80%;
    height: auto;
    /* padding: 10px; */
    /* margin-left: 10px; */
    /* padding: 20px; */
  }
  .pricing-card img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    /* height: auto; */
    /* padding-top: 15px; */
  }
}
@media (max-width: 375px) {
  .pricing-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .pricing-card {
    width: 100%;
    height: auto;
    /* padding: 10px; */
  }
  .pricing-card img {
    width: 100%;
    height: 100%;

    border-radius: 10px;
  }
}
@media (max-width: 320px) {
  .pricing-section {
    padding: 0px;
  }
}

/* pricing end */

/* gallery start */
/* General Styling */
.gallery-section {
  text-align: center;
  padding: 40px 20px;
  background-color: white;

  scroll-margin-top: 50px;
}

.gallery-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  color:#2c5f2d;
}

/* Simple Grid Layout with Larger Images */
.gallery-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 images per row */
  gap: 35px;
  /* gap: 3%; */
  margin: auto;
}

/* Image Styling */
.gallery-item img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  display: block;
  transition: all 0.5s ease-in-out;

}


/* Highlight the hovered image (remove grayscale & increase brightness) */
.gallery-item img:hover {
  filter: grayscale(0%) brightness(1.2);
  opacity: 0.8;
  transform: scale(1.04); 
}

/* Responsive Design */
@media (max-width: 1024px) {
  .gallery-container {
    /* max-width: 900px; Slightly reduce size on medium screens */
      display: grid;
      grid-template-columns: repeat(2, 1fr); /* 3 images per row */
      gap: 35px;
      /* gap: 3%; */
      margin: auto;
    
  }
}

@media (max-width: 768px) {
  .gallery-container {
    grid-template-columns: 1fr; /* Stacks images in a single column on mobile */
    max-width: 80%;
    padding: 40px 0px;
  }
}
@media (max-width: 468px) {
  .gallery-container {
    width: 100%;}

    .gallery-section{
      padding:0px;
    }
  }

@media (max-width: 375px) {
  .gallery-section{
    padding: 40px 0px;
  }
  .gallery-container {
    width: 100%;
    padding: 0px;
  }
  .gallery-item img {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 320px) {
  .gallery-section {
    padding: 0px;
  }
}
/* gallery end */

/* payments sec srart */
.payment-section {
  text-align: center;
  padding: 30px 20px;
  /* background-color: white; */
  /* background-color: #e1ece8; */
  word-wrap: break-word;
  scroll-margin-top: 70px;
}

.payment-title {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: bold;
  color: #2c5f2d;
  word-wrap: break-word;
}

/* Payment Container */
.payment-container {
  display: flex;
  gap: 30px;
  /* max-width: 1000px; */
  margin: auto;
  align-items: center;
  word-wrap: break-word;
}

/* QR Code Section */
.qr-code-section {
  border-block-end-width: 50%;
  flex: 1;
  /* background: white; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
}

.qr-code {
  width: 100%;
  max-width: 250px;
  border-radius: 10px;
   box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
   transition: all 0.5s ease-in-out;
}
.qr-code:hover{
  transition: all 0.5s ease-in-out;
  transform: scale(1.1);
}
/* Payment Info */
.payment-info {
  width: 100%;
  flex: 1;
  /* background: white; */
  /* padding: 20px; */
  text-align:center/justify;
  border-radius: 10px;
  word-wrap: break-word;
  /* box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1); */
}

.payment-info ul {
  list-style: none;
  padding:0px 10px ;
}

.payment-info ul li {
  margin: 10px 0;
  font-size: 1.1rem;
  word-wrap: break-word;
}

/* Payment Methods */
.payment-methods {
  margin-top: 20px;
  text-align: justify;
  word-wrap: break-word;
}
.payment-methods h3 {
  text-align: center;
  word-wrap: break-word;
}
.method-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.icon {
  width: 50px;
  height: auto;
}

/* Responsive Design */
@media (max-width: 768px) {
  .payment-container {
    flex-direction: column;
    gap: 20px;
  }

 .qr-code {
    max-width: 200px;
  }

  .method-icons {
    flex-wrap: wrap;
  }
}
/* payments sec end */


/* Contact us sec start */
 .contact-container {
            display: grid;
            grid-template-columns: 1fr 1.5fr;
            max-width: 1100px;
            margin: 50px auto;
            background-color: white;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }

        .contact-info {
            background-color:#33333317;
            color: black;
            padding: 50px 40px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }


        .contact-info h2 {
            font-size: 2.5rem;
            margin-bottom: 30px;
            font-weight: 600;
            position: relative;
            z-index: 1;
        }

        .contact-details {
            position: relative;
            z-index: 1;
        }

        .contact-detail {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
            opacity: 0.9;
            transition: opacity 0.3s ease;
        }

        .contact-detail:hover {
            opacity: 1;
        }

        .contact-detail i {
            margin-right: 15px;
            font-size: 1.5rem;
            width: 40px;
            text-align: center;
            color: black;
        }

        .contact-form {
            padding: 50px 40px;
            background-color: #f7fafc;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .contact-form h2 {
            color: #2d3748;
            margin-bottom: 30px;
            text-align: center;
            font-size: 2.2rem;
        }

        .form-group {
            margin-bottom: 25px;
            position: relative;
        }

        .form-group label {
            display: block;
            margin-bottom: 10px;
            color: #4a5568;
            font-weight: 500;
            transition: color 0.3s ease;
        }

        .form-group input,
        .form-group textarea {
            width: 100%;
            padding: 12px 15px;
            border: 2px solid #e2e8f0;
            border-radius: 10px;
            font-family: 'Poppins', sans-serif;
            transition: all 0.3s ease;
        }

        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #3182ce;
            outline: none;
            box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.2);
        }

        .submit-btn {
            width: 100%;
            padding: 15px;
            background-color:#9D8F82;
            color: white;
            border: none;
            border-radius: 10px;
            font-size: 1.1rem;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .submit-btn:hover {
            background-color: #2c5282;
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(49, 130, 206, 0.3);
        }

        @media (max-width: 768px) {
            .contact-container {
                grid-template-columns: 1fr;
            }
        }
/* contact us sec end */

/* Popup button start */
.form-container {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
  background-color: var(--dark-green);
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 500px;
}

.form-container h2 {
  text-align: center;
  color: #073303e8;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  margin-top: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: #f9f9f9;
}

.form-group button {
  width: 100%;
  padding: 12px;
  background-color: #073303e8;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.form-group button:hover {
  background-color: #073303e8;
}

.form-group button:active {
  background-color: #073303e8;
}

/* Thank You Message */
.thank-you-message {
  display: none;
  text-align: center;
  font-size: 18px;
  color: #4caf50;
  padding: 20px;
}

/* Popup styles */

#contactpopup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  width: 100%;
  max-width: 500px;
  position: relative;
}

/* Close button (cross mark) */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  background: none;
  border: none;
}

.close-btn:hover {
  color: red;
}

/* Button to select date */

#datePickerButton {
  background-color:#5fdb54e8;
  color: #fff;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s ease;
}

#datePickerButton:hover {
  background-color: #5fdb54e8;
}

/* Text input for hidden date selection */
#popup input[type="text"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 2px solid #5fdb54e8;
  border-radius: 5px;
  font-size: 16px;
  display: none;
}

/* Text input for email address */
input[type="email"] {
  width: 100%;
  padding: 12px;
  margin-top: 10px;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
}

/* Textarea */
textarea {
  width: 100%;
  padding: 12px;
  margin: 15px 0;
  border: 2px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  resize: vertical;
  min-height: 120px;
}

/* Submit button */
button[type="submit"] {
  background-color:  #5fdb54e8;
  /* color: black; */
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  width: 100%;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #4cb342e8;
  font-weight: bold;
}

#popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

/* Popup button end  */

/* footer section */
.footer {

  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
  background-color:#4CAF50;
  /* color: white; */
  color: white;
  padding: 3rem 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-container {
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.social-media a {
  /* color: white; */
  /* text-align: center;
  align-items: center; */
  color: white;
  text-decoration: none;
  margin: 0 0.5rem;
  font-size: 1rem;
  transition: color 0.3s ease, transform 0.3s ease;

}
.fotter-icon {
  color: white;
}
#fotter-icon1 i:hover {
  color: #f03875; 
}
#fotter-icon2 i:hover {
  color:rgb(24, 61, 226);  
}
#fotter-icon3 i:hover {
  color:red;  
}

.footer-copyright {
  text-align: center;
  font-size: 1.2rem;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
}

.product-by-visys {
  opacity: 0.5;
  font-size: 1rem;
  font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
}

/* Responsive Footer */

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    text-align: center;
  }

  .social-media {
    margin-bottom: 1rem;
  }

  .footer-copyright {
    text-align: center;
  }

  .contact-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}

/* footer end */

/* Styling for the floating WhatsApp button */
.whatsapp-btn {
  position: fixed; /* Makes the button fixed on the page */
  bottom: 20px; /* Distance from the bottom of the page */
  right: 20px; /* Distance from the right of the page */
  z-index: 1000; /* Ensures it appears above other content */
  width: 80px; /* Button size */
  height: 80px;
  background-color: #4caf50; /* WhatsApp green color */
  border-radius: 50%; /* Makes it circular */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-btn img {
  width: 45px; /* Icon size */
  height: 45px;
}

.whatsapp-btn:hover {
  transform: scale(1.1); /* Slight zoom effect on hover */
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 768px) {
  .whatsapp-btn {
    bottom: 15px;
    right: 15px;
    width: 50px; /* Button size */
    height: 50px;
  }
  .whatsapp-btn img {
    width: 30px; /* Icon size */
    height: 30px;
  }
}

@media (max-width: 1024px) {
  .language-dropdown {
      top: -120px;
      right: 0;
      bottom: 0;
      left: 120px;
  }
}
  @media (max-width: 480px) {
    .nav-list.active {
      align-items: flex-start;
    }
  
    .translate-btn {
      margin-left: 20px;
    }
  
    .nav-list a{
      margin-left: 20px;
  }
  }

/* General video container */
.video-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

#videos h2 {
  font-size: 32px;
  font-weight: bold;
  color: #222;
  margin-bottom: 20px;
  display: block; /* Ensures it behaves as a block element /
  width: 100%; /* Makes sure it takes full width */
  text-align: center; /* Explicit centering */
  position: relative;
  padding-bottom: 10px;
}

/* Styling for each video item */
.video-item video {
    width: 80%; /* Make videos responsive */
    /* max-width: 320px; Limit width */
    height: auto;
    position: relative;
    border-radius: 8px;
}

/* Row for 2 or more videos */
.video-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

/* Specific layouts for different video counts */
.video-item {
  position: relative; /* This makes the button position absolute within */
  display: inline-block;
}

.video-item video {
  width: 100%; 
  max-width: 320px; 
  height: auto;
  border-radius: 8px;
  display: block; /* Ensures no extra space below the video */
}

.video-item {
  position: relative; /* This makes the button position absolute within */
  display: inline-block;
}

.video-item video {
  width: 100%; 
  max-width: 320px; 
  height: auto;
  border-radius: 8px;
  display: block; /* Ensures no extra space below the video */
}

/* .video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  border: none;
  padding: 5px 8px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s ease;
} */

/* .video-item .play-btn:hover {
  background-color: rgba(0, 0, 0, 0.9);
} */

 
/* Responsive handling */
@media (max-width: 768px) {
    .video-item video {
        max-width: 100%;
    }
    .video-container {
        flex-direction: column;
        align-items: center;
    }
}

/* ---pop up----- */
 #popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  overflow-y: auto; /* Allow scrolling inside popup */
  z-index: 9999; /* Ensure it appears above everything */
}

/* Popup box (Centered properly) */
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 800px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  max-height: 80vh; /* Restrict height */
  overflow-y: auto; /* Enable scrolling inside popup */
  z-index: 10001; /* Ensure it appears above navbar */
}

/* Close button */
.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  cursor: pointer;
  border-radius: 5px;
}

.close-btn:hover {
  background: darkred;
}

/* Prevent background scrolling when popup is open */
body.no-scroll {
  overflow: hidden;
}

/* Fix Navbar Overlapping */
.navbar {
  position: relative;
  z-index: 100; /* Ensure navbar does not cover popup */
}


/* Product grid layout */
.product-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); /* Dynamic grid */
  gap: 15px;
  padding: 10px;
}

.product-items {
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.product-items img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 5px;
}

.discounted-price {
  color: #d9534f;
  font-weight: bold;
}

.original-price {
  text-decoration: line-through;
  color: #777;
}

/* Buttons inside the popup */
.popup button {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  transition: 0.3s;
}

.popup button:hover {
  opacity: 0.8;
}

.cart-item button {
  background-color: #dc3545;
  color: white;
}

.popup button {
  display: block;
  margin: 10px auto;
  padding: 10px 20px;
}

.popup button:first-of-type {
  background-color: #007bff;
  color: white;
}
.view-cart-btn {
  position: absolute;
  top: 10px;
  right: 80px;
  background-color: #28a745;
  color: white;
  border: none;
  padding: 8px 12px;
  cursor: pointer;
  border-radius: 5px;
  font-size: 14px;
}

.view-cart-btn:hover {
  background-color: #218838;
}
.cart-popup {
  position: fixed;
  top: 20px;
  right: 20px;
  background: #28a745;
  color: white;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  display: none;
  z-index: 9999;
}

    