@import url("https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&display=swap");

/* Reset and Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-family: "Cardo", serif;
  background-color: #000000;
  color: #ffffff;
  overflow-x: hidden;
  line-height: 1.6;
}
.video-banner {
  position: relative;
  width: 100%;
  height: 80vh; /* full screen height */
  overflow: hidden;
}

.video-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* cover the whole banner */
}

/* Top fade */
.video-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 150px; /* fade height */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
}

/* Bottom fade */
.video-banner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px; /* fade height */
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  pointer-events: none;
}
/* Header Styles */
.header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(10px);
  padding: 1rem 0;
  transition: all 0.3s ease;
}

.nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.nav-left,
.nav-right {
  display: flex;
  gap: 2rem;
}

.nav-link {
  color: #ffffff;
  font-size: 22px;
  text-decoration: none;
  font-weight: 400;
  transition: color 0.3s ease;
  position: relative;
  animation: fadeInUp 1.5s ease-out 0.5s forwards;
}

.nav-link:hover {
  color: #d4af37;
}

.nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.3s ease;
}

.nav-link:hover::after {
  width: 100%;
}

.logo {
  text-align: center;
  color: #d4af37;
}

.logo-crown {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.logo-arabic {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.1rem;
}

.logo-english {
  font-size: 0.9rem;
  font-weight: 400;
  letter-spacing: 1px;
}
.arrow-heading {
  display: flex;
  justify-content: space-between;
}
.arrows img {
  transition: 0.3s ease;
  cursor: pointer;
  border-radius: 50%;
}
.arrows img:hover {
  transform: scale(1.08);
  filter: blur(0px) brightness(1);
  background: #4e4519;
  border-radius: 50%;
}
/* Hero Section */
.hero-section {
  height: 80vh;
  padding-top: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%); */
}

.desktop-view {
  display: block;
}

.mobile-view {
  display: none;
}

.golden-waves {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><path d="M0,400 Q300,200 600,400 T1200,400 L1200,800 L0,800 Z" fill="%23d4af37" opacity="0.1"/><path d="M0,500 Q400,300 800,500 T1200,500 L1200,800 L0,800 Z" fill="%23d4af37" opacity="0.05"/></svg>')
    no-repeat center center; */
  background-size: cover;
  animation: waveFlow 20s ease-in-out infinite;
}
@keyframes waveFlow {
  0%,
  100% {
    transform: translateX(0) scale(1);
  }
  50% {
    transform: translateX(-20px) scale(1.05);
  }
}

.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  /* max-width: 1200px; */
  padding: 0 2rem;
  /* height: 100dvh; */
}
.banner {
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  position: relative;
}
.section-two {
  padding: 300px 50px 280px;
  margin-top: 100px;
  /* height: 90dvh; */
  background: url("./images/sec-wave.png") no-repeat center;
  background-size: cover;
  position: relative;
  overflow-x: hidden; /* Prevent horizontal scroll */
}
.slides-wrapper {
  display: flex;
  transition: transform 0.6s ease;
  position: relative;
}

.slide {
  flex: 0 0 100%;
  min-width: 100%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 60px;
}
.arrows {
  position: absolute;
  right: 10%;
  top: 33%;
}
.section-two .container {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.left-col {
  width: 40%;
  min-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
/* Hidden by default; shown only on small screens for static mobile layout */
.mobile-static-bottle {
  display: none;
  width: 60%;
  height: auto;
}

.right-col {
  width: 60%;
  font-size: 18px;
  line-height: 1.5;
}
.right-col h2 {
  font-size: 40px;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
}
.right-col h2 span {
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-col p {
  font-size: 28px;
  color: #fff;
}
/* Bottles banner */
.bottles-row {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  align-items: end;
  gap: 24px;
  max-width: 1100px;
  margin: 0 auto 48px auto;
}

.bottle {
  width: 100%;
  max-width: 180px;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  transform-origin: center bottom;
  transition: transform 400ms ease, opacity 300ms ease;
}

.bottle:hover {
  transform: translateY(-6px) scale(1.02);
}

.focus-bottle {
  z-index: 2;
}

/* The animated 5th bottle will be positioned during scroll */
.focus-bottle.is-animating {
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  will-change: transform, top, left, width;
  z-index: 99999;
  pointer-events: none;
}
.bottle {
  will-change: transform, filter;
}

/* subtle landing glow behind bottle in section two */
.landing-glow {
  position: absolute;
  width: 60%;
  aspect-ratio: 1/1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(
    closest-side,
    rgba(212, 175, 55, 0.25),
    rgba(212, 175, 55, 0) 70%
  );
  filter: blur(10px);
  opacity: 0;
  pointer-events: none;
}
.golden-waves img {
  width: 100%;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 80%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-repeat: no-repeat;
  mask-size: cover;
}
.top-picks-sec {
  padding: 0rem 0 8rem;
}
.top-picks-sec h2 {
  font-size: 65px;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}
.top-picks-sec h2 span {
  font-size: 65px;
  font-weight: 400;
  font-style: italic;
}
.top-picks-sec .container {
  max-width: 1200px;
  margin: 0 auto;
}
/* Top Picks slider */
.top-picks-slider {
  position: relative;
  padding: 0 50px;
}

/* Top Picks Navigation Arrows */
.tp-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: transparent;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}

.tp-arrow img:hover {
  filter: blur(0px) brightness(1);
  background: #4e4519;
  border-radius: 50%;
  transform: scale(1.01);
}

.tp-arrow-prev {
  left: 10px;
}

.tp-arrow-next {
  right: 10px;
}
.top-picks-slider img {
  user-select: none; /* Prevents selecting the image */
  -webkit-user-drag: none; /* Prevents dragging the image */
}

.tp-viewport {
  overflow: hidden;
}
.tp-track {
  display: flex;
  gap: 35px;
  padding: 8px;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  will-change: transform;
}
.tp-card {
  flex: 0 0 calc(34.333% - 35px);
  min-width: 0;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1550px) {
.hero-section {
    height: 80vh;
  }

  .bottle {
    max-width: 167px;
  }
  .static-bottle-img {
    max-width: 226px;
    margin-bottom: 105px;
  }
}

@media (max-width: 992px) {
  .tp-card {
    flex: 0 0 calc(50% - 12px);
  }
}
@media (max-width: 600px) {
  .tp-card {
    flex: 0 0 calc(50% - 12px);
  }
}
.tp-card a {
  text-decoration: none;
}
.tp-card img {
  width: 100%;
  /* height: 100%;  */
  object-fit: contain;
  display: block;
  user-select: none;
  -webkit-user-drag: none;
  aspect-ratio: 2 / 2;
}
.tp-meta {
  display: flex;
  justify-content: center;
  padding: 12px 45px;
  color: #fff;
}
.tp-title {
  font-weight: 700;
  font-size: 27px;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
}
.tp-price {
  font-weight: 700;
  font-size: 27px;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
}
.tp-btn {
  margin: 0 60px 16px;
  display: inline-block;
  text-align: center;
  padding: 10px 14px;
  background: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: #000;
  border-radius: 8px;
  font-size: 24px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.4s ease-in-out;
}
.tp-btn:hover {
  transform: scale(1.05);
  background: linear-gradient(90deg, #8a4e00 0%, #cca83d 100%);
}
/* arrows removed */
.best-seller-sec {
  padding: 0 20px 20px;
  padding-bottom: 3rem;
}
.best-seller-sec h2 {
  font-size: 65px;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 2rem;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}
.best-seller-sec h2 span {
  font-size: 65px;
  font-weight: 400;
  font-style: italic;
}
.best-seller-sec .container {
  max-width: 1200px;
  margin: 0 auto;
}
.best-seller-sec .card-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
}
.card-row .best-card-col {
  background: url("./images/card-wave.png") no-repeat center;
  background-size: contain;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  opacity: 1;
  transform: translateY(0);
  transition: 0.3s ease-in-out;
}
.best-card-col a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.best-card-col:hover {
  transform: scale(1.06) !important;
}

.card-row .best-card-col::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 10px;
  padding: 1px;
  background: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.card-row .best-card-col img {
  width: 100%;
}
.card-row .best-card-col .card-content {
  display: flex;
  justify-content: center;
  padding: 14px;
  margin-top: auto;
}
.card-row .best-card-col .card-content p {
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  font-size: 18px;
  font-weight: 700;
}
.lottie-sec {
  background: url("./images/sec-wave.png") no-repeat bottom;
  background-size: contain;
}

.lottie-container {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.lottie-container img {
  width: 100%;
}
.lottie-container h2 {
  font-size: 65px;
  font-weight: 700;
  text-align: center;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 0;
  animation: fadeInUp 1s ease-out 0.5s forwards;
}
.lottie-container h2 span {
  font-size: 65px;
  font-weight: 400;
  font-style: italic;
}

.hero-title {
  font-size: 65px;
  font-weight: 400;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 4rem;
  margin-top: -10px;
  /* opacity: 0; */
  transform: translateY(50px);
  /* animation: fadeInUp 2.6s ease-out 0.5s forwards; */
}
.hero-sub-title {
  font-size: 48px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  /* opacity: 0; */
  transform: translateY(50px);
  /* animation: fadeInUp 1.5s ease-out 0.5s forwards; */
}
.hero-sub-title span {
  font-style: italic;
  font-weight: 400;
}
.logo {
  display: flex;
  justify-content: center;
}
.bottle-img-wrap:hover #bottleDummy {
  transform: translateY(-6px) scale(1.02);
}
#bottleDummy {
  opacity: 0;
  pointer-events: none;
}

/* Floating Bottle */
.floating-bottle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: all 0.3s ease;
}

.floating-bottle img {
  width: 600px;
  height: auto;
  max-height: 800px;
  object-fit: contain;
  /* filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5)); */
  animation: float 6s ease-in-out infinite;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(1deg);
  }
}

/* Hero Descriptions */
.hero-descriptions {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.desc-item {
  position: absolute;
  opacity: 0;
  transform: translateY(30px);
  animation: fadeInUp 1s ease-out forwards;
}

.desc-item:nth-child(1) {
  animation-delay: 1s;
}
.desc-item:nth-child(2) {
  animation-delay: 1.2s;
}
.desc-item:nth-child(3) {
  animation-delay: 1.4s;
}
.desc-item:nth-child(4) {
  animation-delay: 1.6s;
}

.desc-left-top {
  top: 20%;
  left: 10%;
}

.desc-left-bottom {
  bottom: 30%;
  left: 10%;
}

.desc-right-top {
  top: 20%;
  right: 10%;
}

.desc-right-bottom {
  bottom: 30%;
  right: 10%;
}

.desc-label {
  display: block;
  color: #ffffff;
  font-size: 34px;
  margin-bottom: 0.3rem;
}

.desc-highlight {
  color: #d4af37;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-style: italic;
  font-weight: 700;
}

/* Product Section */
.product-section {
  min-height: 100vh;
  background: linear-gradient(180deg, #000000 0%, #1a1a1a 100%);
  padding: 4rem 0;
  display: flex;
  align-items: center;
  position: relative;
}

.product-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr; /* two columns */
  gap: 4rem;
  align-items: center;
}

.product-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.product-left.animate {
  opacity: 1;
  transform: translateX(0);
}

.product-brand {
  font-size: 1.2rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

.product-type {
  font-size: 0.9rem;
  color: #d4af37;
  margin-bottom: 1rem;
  letter-spacing: 2px;
}

.product-name {
  font-family: "Playfair Display", serif;
  font-size: 3rem;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 1rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.product-tagline {
  font-size: 1rem;
  color: #ffffff;
  font-style: italic;
}

/* removed product-center (no middle column) */

.product-bottle {
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-bottle img {
  width: 500px;
  height: 500px;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.5));
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.product-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.product-right.animate {
  opacity: 1;
  transform: translateX(0);
}

.product-title {
  font-family: "Playfair Display", serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #d4af37;
  margin-bottom: 1.5rem;
}

.product-description {
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.8;
  margin-bottom: 2rem;
}

.product-navigation {
  display: flex;
  gap: 1rem;
}

.nav-arrow {
  width: 40px;
  height: 40px;
  border: 2px solid #d4af37;
  background: transparent;
  color: #d4af37;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1.2rem;
}

.nav-arrow:hover {
  background: #d4af37;
  color: #000000;
  transform: scale(1.1);
}

/* Animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 4rem 2rem 0;
  text-align: center;
}
.footer h2 {
  font-size: 80px;
  font-weight: 700;
  background-image: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  /* animation: fadeInUp 2s ease-out 0.5s forwards; */
}
.footer h2 span {
  font-weight: 400;
  font-style: italic;
}
.footer p {
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 4rem;
  animation: fadeInUp 2.5s ease-out 0.5s forwards;
}
.footer .explore-btn a {
  background: linear-gradient(90deg, #9c6014 0%, #f2d06d 100%);
  color: #000000;
  padding: 1rem 2rem;
  border-radius: 15px;
  text-decoration: none;
  transition: 0.4s 0.3s ease;
}
.footer .explore-btn a:hover {
  transform: scale(1.1);
  background: linear-gradient(90deg, #6e3e00 0%, #d8a610 100%);
  color: #000000;
}
.footer a {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 1rem;
  text-decoration: none;
  transition: all 0.3s ease;
  animation: fadeInUp 2.8s ease-out 0.5s forwards;
}
.footer a:hover {
  color: #d4af37;
  transform: scale(1.1);
}
.footer .privacy-wrapper {
  display: flex;
  justify-content: center;
  gap: 70px;
}
.footer .privacy-wrapper p {
  font-size: 16px;
  margin-bottom: 3rem;
  text-decoration: none;
  color: #c8a16e;
}
.footer .footer-logo {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.footer .footer-logo a img {
  width: 24px;
  height: 24px;
}
.footer .footer-logo a img:hover {
  transform: scale(1.1);
}
.footer .footer-copyright-text {
  font-size: 16px;
  color: #c8a16e;
  margin-top: 2rem;
}

/* Mobile Quick Links Dropdown Styles */
.mobile-quick-links {
  display: none;
}

.quick-links-toggle {
  background: transparent;
  border: 1px solid #c8a16e;
  color: #c8a16e;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 auto 1rem;
  font-size: 16px;
  font-family: "Cardo", serif;
  transition: all 0.3s ease;
}

.quick-links-toggle:hover {
  background: rgba(200, 161, 110, 0.1);
  border-color: #d4af37;
  color: #d4af37;
}

.dropdown-arrow {
  transition: transform 0.3s ease;
  font-size: 12px;
}

.quick-links-toggle.active .dropdown-arrow {
  transform: rotate(180deg);
}

.quick-links-dropdown {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  margin: 0 auto;
  max-width: 200px;
}

.quick-links-dropdown.active {
  max-height: 200px;
}

.quick-links-dropdown p {
  font-size: 16px;
  margin: 12px 0 25px;
  text-decoration: none;
  color: #c8a16e;
  cursor: pointer;
  transition: color 0.3s ease;
}

.quick-links-dropdown p:hover {
  color: #d4af37;
}
#bottle6 {
  display: block;
}
#bottle6Mob {
  display: none;
}

/* Mobile Menu Styles */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.hamburger-line {
  width: 25px;
  height: 2px;
  background: #d4af37;
  transition: all 0.3s ease;
  transform-origin: center;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  backdrop-filter: blur(10px);
  z-index: 1000;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
}

.mobile-menu.active {
  transform: translateX(0);
}

.mobile-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  gap: 25px;
}

.mobile-nav-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
  transition: all 0.3s ease;
  position: relative;
  border-bottom: 1px solid #393939;
  padding: 1px 30px 10px;
}

.mobile-nav-link:hover {
  color: #d4af37;
  transform: translateX(10px);
}

.mobile-nav-link::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #d4af37;
  transition: width 0.3s ease;
}

.mobile-nav-link:hover::after {
  width: 100%;
}

/* Hamburger Animation */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-menu-toggle.active .hamburger-line:nth-child(3) {
  transform: rotate(-47deg) translate(8px, -8px);
}
.static-bottle-img {
  max-width: 250px;
  margin-bottom: 130px;
}
.mobile-cart-icon {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-left,
  .nav-right {
    display: none;
  }
  .logo {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 110px;
  }

  .mobile-menu-toggle {
    display: flex;
  }
  .mobile-menu-toggle.active {
    display: flex;
    position: absolute;
    right: 35px;
  }

  .nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-cart-icon {
    display: flex;
  }
  .mobile-cart-icon img {
    width: 27px;
    filter: contrast(0);
  }
  .golden-waves {
    position: absolute;
    top: 41%;
  }
  .hero-section {
    height: 55vh;
    padding-top: 0;
  }

  .hero-title {
    font-size: 2.5rem;
  }

  .bottle-container {
    width: 150px;
    height: 225px;
  }

  .product-content {
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: center;
  }
  /*.static-bottle-img {*/
  /*  display: none;*/
  /*}*/

  .product-name {
    writing-mode: horizontal-tb;
    text-orientation: initial;
  }
  /*#bottle6 {*/
  /*  display: none !important;*/
  /*}*/
  /*.slide {*/
  /*  flex: 0 0 100%;*/
  /*  padding: 0 24px;*/
  /*  flex-direction: column;*/
  /*  gap: 20px;*/
  /*}*/
  .slides-wrapper {
    justify-content: space-between;
    gap: 0px;
  }
  .arrows {
    position: absolute;
    right: 0;
    top: 36%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
  }

  .tp-track {
    gap: 24px;
  }

  .tp-arrow {
    width: 40px;
    height: 40px;
  }

  .tp-arrow img {
    width: 16px;
    height: 16px;
  }

  .tp-arrow-prev {
    left: 5px;
  }

  .tp-arrow-next {
    right: 5px;
  }

  .tp-title {
    font-size: 17px;
  }

  .tp-price {
    font-size: 17px;
  }

  .tp-btn {
    font-size: 18px;
    margin: 0 2px 16px;
  }
  .tp-card img {
    height: 100%;
    aspect-ratio: 2 / 3;
  }
  .desc-item {
    position: static;
    margin: 1rem 0;
    text-align: center;
  }

  .hero-descriptions {
    position: static;
    margin-top: 2rem;
  }
  .video-banner {
    height: 65vh;
  }
  .hero-content {
    padding: 0 23px;
  }
  /*.banner {*/
  /*  flex-wrap: wrap;*/
  /*  gap: 10px;*/
  /*}*/
  .bottle {
    max-width: 70px;
  }
  .section-two {
    padding: 10px 12px 50px;
    margin-top: 0;
    height: 100%;
  }
  .section-two .container {
    flex-direction: column;
    gap: 20px;
  }
  /*.left-col {*/
  /*  width: 100%;*/
  /*  min-height: 300px;*/
  /*}*/

  .desktop-view {
    display: none;
  }

  .mobile-view {
    display: block;
  }

  /* Show static bottle and hide animated ones on mobile */
  /*.mobile-static-bottle {*/
  /*  display: block;*/
  /*  width: 100%;*/
  /*  max-width: 160px;*/
  /*}*/
  /* #bottle5, #bottle6 { display: none !important; } */
  /*.right-col {*/
  /*  width: 100%;*/
  /*  text-align: center;*/
  /*}*/
  /*.right-col h2 {*/
  /*  font-size: 25px;*/
  /*  justify-content: center;*/
  /*}*/
  /*.right-col p {*/
  /*  font-size: 16px;*/
  /*}*/
  .best-seller-sec .card-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .best-seller-sec {
    padding: 20px;
  }
  .best-seller-sec h2 {
    font-size: 38px;
  }
  .best-seller-sec h2 span {
    font-size: 36px;
  }
  .top-picks-sec {
    padding: 0rem 0 4rem;
  }
  .lottie-container h2 {
    font-size: 38px;
  }
  .lottie-container h2 span {
    font-size: 36px;
  }
  .card-row .best-card-col .card-content {
    padding: 14px;
    gap: 10px;
  }
  .card-row .best-card-col .card-content p {
    font-size: 15px;
  }
  .top-picks-slider {
    padding: 0 10px;
  }
  .tp-meta {
    padding: 12px 10px;
  }
  .top-picks-sec h2 {
    font-size: 38px;
    margin-bottom: 1rem;
  }
  .top-picks-sec h2 span {
    font-size: 36px;
  }
  .footer h2 {
    font-size: 27px;
  }
  .footer p {
    font-size: 18px;
    margin-bottom: 2rem;
  }
  .footer .privacy-wrapper {
    gap: 0px;
    flex-direction: column;
  }
  .footer .privacy-wrapper p {
    margin-bottom: 2rem;
  }
  .footer .footer-copyright-text {
    margin-top: 1rem;
  }

  /* Hide desktop privacy wrapper on mobile */
  .privacy-wrapper.desktop-privacy {
    display: none;
  }

  /* Show mobile quick links dropdown on mobile */
  .mobile-quick-links {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 768px) {
  .bottle {
    max-width: 100px;
  }
}

@media (max-width: 580px) {
  .hero-title {
    font-size: 21px;
  }
  .hero-sub-title {
    font-size: 19px;
  }

  .bottle-container {
    width: 120px;
    height: 180px;
  }

  .product-bottle {
    width: 200px;
    height: 280px;
  }

  .hero-section {
    height: 39vh;
  }

  .bottle {
    max-width: 57px;
  }

  .right-col p {
    font-size: 14px;
  }

  .right-col h2 {
    font-size: 16px;
  }

  .slide {
    padding: 0 4px;
  }

  .arrows img {
    width: 25px;
  }

  .static-bottle-img {
    /* width: 70%;
        height: auto; */
    margin-bottom: 54px;
    max-width: 67px;
  }
}

@media (max-width: 767px) {
  .hideMob {
    display: none !important;
  }
}
