    html, body {
    overflow-y: auto !important;
    overflow: auto !important;
    height: auto !important;
    position: relative !important;
    touch-action: auto !important;
}

.ui.top.attached.header.center.aligned {
    font-size: 25px;
    color: black; /* Green color for a natural feel */
    letter-spacing: 1px;
}

/* Enable scrollbar only on desktop screens (above 768px width) */
@media (min-width: 768px) {
    html::-webkit-scrollbar {
        display: block;
        width: 10px;
    }

    html::-webkit-scrollbar-thumb {
        background-color: #888; /* Scrollbar color */
        border-radius: 5px;
    }

    html::-webkit-scrollbar-thumb:hover {
        background: #555; /* Darker color on hover */
    }
}



        .footer-wrapper {
            padding: 40px 0 20px;
        }

        .footer-section h4 {
            color: #ff6f61 !important;
            border-bottom: 2px solid #ff6f61;
            padding-bottom: 10px;
            margin-bottom: 20px;
            text-transform: uppercase;
            font-size: 1.1rem;
        }

        .contact-info p {
            margin: 8px 0;
            display: flex;
            align-items: center;
        }

        .contact-info i {
            margin-right: 10px;
            min-width: 20px;
            color: white;
        }

        .qr-code {
            background: white;
            padding: 10px;
            border-radius: 8px;
            display: inline-block;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
        }

        .social-icons a {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 0 5px;
            transition: all 0.3s ease;
    color: #fff;
    text-decoration: none;
        }

        .social-icons a:hover {
            background: white;
            transform: translateY(-2px);
        }

        .legal-notice {
            background: rgba(255,255,255,0.05);
            border-left: 4px solid #e74c3c;
            padding: 20px;
            margin: 30px 0;
            border-radius: 4px;
        }

        .copy-section {
            border-top: 1px solid rgba(255,255,255,0.1);
            padding-top: 20px;
            margin-top: 30px;
            text-align: center;
        }

        .account-details {
            position: relative;
        }

        .copy-btn {
            position: absolute;
            right: 0;
            top: 0;
            cursor: pointer;
            color: #ff6f61;
            transition: color 0.3s ease;
        }

        .copy-btn:hover {
            color: #2980b9;
        }

        @media (max-width: 768px) {
            .footer-section {
                margin-bottom: 30px;
            }

            .qr-code {
                margin-top: 15px;
            }
        }


 #confettiCanvas {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none; /* Prevent interference */
        }

    .address-container {
      background-color: white;
      padding: 20px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 8px;
    }

    @media (max-width: 768px) {
      .ui.attached.segment {
        scrollbar-width: none;
      }

      .ui.attached.segment::-webkit-scrollbar {
        display: none;
      }
    }

    #userDetailsForm {
      padding: 10px;
    }

    @media screen and (max-width: 768px) {
      #userDetailsForm .field {
        width: 100%;
      }
      .ui.two.fields .field {
        width: 100%;
        margin-bottom: 15px;
      }
    }



    .ui.modal .content {
      max-height: 60vh;
      overflow-y: hidden;
      padding-right: 15px;
      margin-right: -15px;
    }

    @media (max-width: 768px) {
      .ui.modal {
        width: 90% !important;
        margin: 0 auto;
      }

      .ui.button {
        padding: 14px 15px;
        font-size: 17px;
      }

      .ui.grid {
        display: flex;
        flex-direction: column;
        gap: 10px;
      }

      .actions {
        padding: 10px;
        display: flex;
        flex-direction: column;
      }

      .ui.input input {
        padding: 6px;
        font-size: 14px;
      }

      .cart-item {
        flex-wrap: wrap;
      }

      .cart-item div {
        flex: 1 1 100%;
      }

      .actions > div {
        font-size: 14px;
        padding: 10px;
      }
    }


.ui.inverted.placeholder.segment {
  background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 15px; /* Rounded corners */
  border: 1px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft shadow */
  padding: 20px;
}

.ui.top.attached.header {
  background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;
}


.ui.raised.segment {
  background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;
}    


    body {
       background: linear-gradient(-45deg,
                var(--pink-1),
                var(--orange),
                var(--pink-3),
                var(--sky-blue),
                var(--blue));
            background-size: 400% 400%;
            animation: gradientFlow 15s ease infinite;


      font-family: 'Arial', sans-serif;
      background-size: cover;
      background-position: center;
      color: #333;
      overflow-y: auto;
    }

    .ui.sidebar {
      width: 250px;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #2c3e50;
      color: white;
      z-index: 1000;
      display: none;
    }

    .ui.sidebar.visible {
      display: block;
    }

    .content-section {
      margin-left: 250px;
      padding: 20px;
    }

    /*.slideshow-container {
      position: relative;
      width: 100%;
      height: 500px;
      overflow: hidden;
    }

    .slideshow-track {
      display: flex;
      transition: transform 0.5s ease-in-out;
    }

    .slideshow-track img {
      width: 100%;
      height: 100%;
      flex-shrink: 0;
    }*/


	    .slideshow-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

/* Mobile override */
@media (max-width: 600px) {
  .slideshow-container {
    height: 250px;
  }
}

/* Tablet override */
@media (min-width: 601px) and (max-width: 991px) {
  .slideshow-container {
    height: 350px;
  }
}

/* Large desktop override */
@media (min-width: 1200px) {
  .slideshow-container {
    height: 600px;
  }
}


.slideshow-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
}


.slideshow-track img {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  object-fit: cover;
}

/* Adjust image size for mobile */
@media (max-width: 600px) {
  .slideshow-track img {
    height: 250px;
  }
}

/* Adjust image size for tablet */
@media (min-width: 601px) and (max-width: 991px) {
  .slideshow-track img {
    height: 350px;
  }
}

/* Adjust image size for large desktop */
@media (min-width: 1200px) {
  .slideshow-track img {
    height: 600px;
  }
}





    .dots-container {
      text-align: center;
      margin-top: 10px;
    }

    .dot {
      height: 15px;
      width: 15px;
      margin: 5px;
      display: inline-block;
      border-radius: 50%;
      background-color: #bbb;
      cursor: pointer;
      transition: background-color 0.3s;
    }

    .dot.active {
      background-color: #717171;
    }


.phone-icon {
  position: fixed;
  bottom: 178px;
  right: -11px;         /* ✅ changed from 'right' to 'left' */
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}


    
    .whatapp-icon {
  position: fixed;
  bottom: 95px;
  right: -18px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px; /* spacing between buttons */
  align-items: center;
}

    
    .shopping-icon {
    
     position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1050;
  display: flex;
  flex-direction: column;
  gap: 10px; /* spacing between buttons */
  align-items: center;
    }

    .shopping-icon .popup {
      display: none;
      position: absolute;
      bottom: 50px;
      right: 0;
      background: white;
      border: 2px solid #ccc;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
      padding: 20px;
      border-radius: 10px;
    }

    .shopping-icon:hover .popup {
      display: block;
    }


     @media (max-width: 1024px) {
  #logo {

          margin-top: -44px;
      margin-bottom: -284px;
      display: block;
      margin-left: 243px;
      width: 469px;
display: flex;
  justify-content: center;

  }
}


@media (min-width: 600px) and (max-width: 991px) {
margin-top: -44px;
      margin-bottom: -284px;
      display: block;
      margin-left: 365px;
      width: 469px;
display: flex;
  justify-content: center;

}

@media (min-width: 1200px) {
  #logo {
    margin-top: -31px;
    margin-bottom: -284px;
    margin-left: 656px;
    width: 469px;
    display: block;
  }
}


    @media (max-width: 768px) {
      .content-section {
        margin-left: 0;
      }

      .ui.sidebar {
        width: 100%;
      }

      .ui.sidebar.visible {
        display: block;
      }
    }


    @media (min-width: 992px) and (max-width: 1199px) {
  #logo {
  margin-top: -44px;
      margin-bottom: -284px;
      display: block;
      margin-left: 365px;
      width: 469px;
display: flex;
  justify-content: center;

  }
}



    .black {
      background-color: black !important;
      color: white !important;
    }

    .ui.menu {
      text-align: center;
    }

    @media (max-width: 768px) {
      #logo {
        margin-top: -95px !important;
        margin-bottom: -234px !important;
        width: 363px !important;
        display: block;
        margin-left: 30px !important;
      }
      #slide {
       height: 218px;
        width: 350px;
      }
    }

    .ui.search .ui.input,
    .ui.search .ui.input input {
      border-radius: 0;
    }

    #searchButton {
      border-radius: 0;
      background-color: #e0e1e2;
      color: grey;
      border: none;
    }

    #searchButton:hover {
      background-color: black;
    }

      :root {
            --pink-1: #ff69b4;    /* Hot Pink */
            --pink-2: #ff1493;    /* Deep Pink */
            --pink-3: #ffb6c1;   /* Light Pink */
            --orange: #ff8e53;    /* Soft Orange */
            --sky-blue: #87CEEB;  /* Sky Blue */
            --blue: #4b6cb7;      /* Medium Blue */
        }


        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }


    #fixedContainer {
      top: 0;
      left: 0;
      width: 100%;
      background: linear-gradient(-45deg,
                var(--pink-1),
                var(--orange),
                var(--pink-3),
                var(--sky-blue),
                var(--blue));
            background-size: 400% 400%;
            animation: gradientFlow 15s ease infinite;

      z-index: 1000;
      padding: 10px;
      box-shadow: 0px 4px 8px rgba(240, 0, 45, 0.6);
    }

    #scrollableContent {
      margin-top: -31px;
      overflow-y: auto;
      height: calc(100vh - 220px);
      padding: 10px;
    }

    #scrollButtons {
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      gap: 20px;
      z-index: 1000;
    }

    .scrollButton {
      background-color: #f0f0f0;
      border: none;
      border-radius: 50%;
      padding: 15px;
      font-size: 24px;
      cursor: pointer;
      transition: all 0.3s ease;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    }

    .scrollButton:hover {
      background-color: #cccccc;
      box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3);
      transform: scale(1.1);
    }

    .scroll-container {
      position: relative;
      width: 100%;
      overflow: hidden;
    }

    @media (min-width: 768px) {
    .scroll-content {
        display: flex;
      align-items: center;
      gap: 43px;
      overflow-x: auto;
      scroll-behavior: smooth;
      white-space: nowrap;
      padding: 5px;
      -ms-overflow-style: none;
      scrollbar-width: none;
              height: 443px;
    }
    }

    @media (max-width: 767px) {
    .scroll-content {
    align-items: center;
      gap: 32px;
      overflow-x: auto;
      scroll-behavior: smooth;
      white-space: nowrap;
      padding: 12px;
      -ms-overflow-style: none;
      scrollbar-width: none;
    }
}
    
    .scroll-content::-webkit-scrollbar {
      display: none;
    }

    .scroll-button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.1);
      border: 1px solid rgba(255, 255, 255, 0.3);
      color: white;
      padding: 10px;
      cursor: pointer;
      border-radius: 50%;
      z-index: 100;
       display: block;
    }


    @media (max-width: 768px) {
  .scroll-button {
    display: none;
  }
}


    .scroll-left {
      left: 0;
      margin-left: 2px;
    }

    .scroll-right {
      right: 0;
      margin-left: 0px;
    }

    .scroll-button:hover {
      background-color: rgba(0, 0, 0, 0.6);
    }

    .ui.card {
      min-width: 277px;
      flex-shrink: 0;
      width: 50px;
      border-radius: 10px;
      overflow: hidden;
box-shadow: 0 0 5px #27292a; /* Orange glow effect */
    }

    @media (max-width: 768px) {
      .ui.card {
        min-width: 311px;
        flex-shrink: 0;
        width: 99px;
        gap: 5px;
        border-radius: 10px;
        overflow: hidden;
box-shadow: 0 0 5px #27292a; /* Orange glow effect */
      }
    }

@media (max-width: 768px) {
    #fixedMenu {
      position: fixed;
      bottom: -15px;
      left: 0;
      width: 100%;
      z-index: 1000;
      
      background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;


      
      padding: 10px 0;
    }

    #fixedMenu .ui.menu {
      display: flex;
      justify-content: center;
      width: 100%;
      gap: 40px; /* Adds spacing between menu items */
    }

    #fixedMenu .item {
      padding: 10px 15px; /* Adjust padding for better touch interaction */
    }
  }

    @media (min-width: 769px) {
      #fixedMenu {
        position: fixed;
        top: -15px;
        left: 0;
        width: 100%;
        z-index: 1000;
	background: rgba(255, 255, 255, 0.1); /* Light transparent white */
  backdrop-filter: blur(10px); /* Glass blur effect */
  -webkit-backdrop-filter: blur(10px);
  border-radius: 10px; /* Smooth rounded corners */
  border: 7px solid rgba(255, 255, 255, 0.2); /* Light border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); /* Soft depth effect */
  padding: 10px 15px;


	padding: 10px 0;
      }

      #fixedMenu .ui.menu {
        display: flex;
        justify-content: center;
        width: 100%;
	gap: 40px;
      }
    }

    .ui.menu .item {
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .ui.menu i.icon {
      font-size: 2.5em;
      margin-right: 8px;
    }

    @media (max-width: 768px) {
      .ui.menu .item {
        display: block;
      }

      .ui.menu .item i.icon {
        font-size: 1.8em;
        margin-right: 0;
      }

      .ui.menu .item {
        width: 50px;
      }

      .ui.menu .item .text {
        display: none;
      }

      .ui.menu .item:hover .text {
        display: inline-block;
      }
    }

    .ui.card .image {
      overflow: hidden;
      height: 200px;
    }

    .ui.card .image img {
      width: 100%;
      height: 100%;
    }


/* Cart Item Styles */
.cart-item {
  display: flex;
  flex-direction: column;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

/* Product Name */
.cart-item .product-name {
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30ch; /* Show only first 30 characters */
}

/* Quantity Controls */
.quantity-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 5px;
}

/* Buttons */
.quantity-container .ui.button {
  padding: 5px 10px;
  min-width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Quantity Input */
.quantity-container input {
  width: 50px;
  text-align: center;
  border: none;
  font-weight: bold;
  background: transparent;
}

/* Price & Delete Button */
.bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}

/* Price */
.price {
  font-weight: bold;
  min-width: 100px;
  text-align: right;
}

/* Remove Button */
.remove-btn {
  background: none !important;
  border: none;
  cursor: pointer;
  color: red  !important;
  font-size: 18px;
  padding: 5px;
}





    /* Custom styles for SweetAlert2 popup */
    .custom-swal-popup {
        border-radius: 15px;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
        background: linear-gradient(135deg, #ffffff, #f9f9f9);
    }

    .custom-swal-title {
        font-size: 24px;
        font-weight: 700;
        color: #4CAF50;
    }

    .custom-swal-html {
        font-size: 16px;
        color: #555;
    }

    .custom-swal-progress-bar {
        background: orange;
        height: 5px;
        border-radius: 2px;
    }

/* Base styles for the modal */
.ui.modal {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; /* Center the modal */
  width: 90% !important; /* Responsive width */
  max-width: 500px !important; /* Maximum width for larger screens */
  max-height: 90vh !important; /* Maximum height to fit within the viewport */
  overflow-y: auto !important; /* Enable scrolling inside the modal */
  margin: 0 !important;
  padding: 20px !important;
  border-radius: 10px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  background: white !important;
}

/* Modal header */
.ui.modal > .header {
  font-size: 1.5rem !important;
  font-weight: bold !important;
  padding: 15px 20px !important;
  border-bottom: 1px solid #ddd !important;
  background: #f9f9f9 !important;
  border-radius: 10px 10px 0 0 !important;
}

/* Modal content */
.ui.modal > .content {
  padding: 20px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

/* Modal actions (buttons) */
.ui.modal > .actions {
  padding: 15px 20px !important;
  border-top: 1px solid #ddd !important;
  background: #f9f9f9 !important;
  border-radius: 0 0 10px 10px !important;
  text-align: right !important;
}

/* Close icon */
.ui.modal > .close.icon {
  position: absolute !important;
  top: -28px !important;
  right: 15px !important;
  cursor: pointer !important;
  font-size: 1.2rem !important;
  color: #888 !important;
}

/* Mobile-specific styles */
@media (max-width: 600px) {
  .ui.modal {
    width: 95% !important; /* Wider modal for smaller screens */
    max-height: 85vh !important; /* Slightly smaller height for mobile */
  }

  .ui.modal > .header {
    font-size: 1.3rem !important; /* Smaller font size for mobile */
  }

  .ui.modal > .content {
    padding: 15px !important; /* Smaller padding for mobile */
  }

  .ui.modal > .actions {
    padding: 10px 15px !important; /* Smaller padding for mobile */
  }
}


.slideshow-track img {
  width: 100%;
  height: 100%;
  object-fit: contain; /* Ensures full image is visible */
  display: block;
  background-color: #fff; /* Adds padding effect for non-full images */
}





        /* Hide Google Translate Elements */
        /* Hide Google Translate Elements */
        .goog-te-banner-frame, .goog-te-gadget-simple, .goog-te-menu-frame,
        .goog-te-balloon-frame, #goog-gt-tt, .goog-tooltip, .goog-text-highlight {
            display: none !important;
        }

        .notranslate {
    translate: none !important;
}

iframe {
    display: none !important;
}

/* Keep only the video iframe visible */
iframe#videoFrame {
    display: block !important;
}

        /* Prevent page shift */
        body {
            top: 0px !important;
        }

        /* Hide Google Translate logo & unwanted elements */
        .goog-logo-link, .goog-te-gadget {
            display: none !important;
        }

        /* Custom Dropdown Styling */
        .language-selector {
            width: 200px;
            margin: 20px auto;
            text-align: center;
        }

