@import url("./font.css");

body {
  overflow-x: hidden;
}

/* HEADER */
.site-header {
  z-index: 10;
}

/* NAVBAR GRADIENT */
.kohinoor-navbar {
  padding: 20px 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* LOGO */
.logo {
  height: 90px;
}

/* NAV LINKS */
.navbar-nav .nav-link {
  color: #fff;
  font-weight: 400;
  font-family: "Avenir", sans-serif;
  font-size: 1.125rem;
}

.navbar-nav .nav-link:hover {
  color: #d4af37;
}

/* CTA */
.shop-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;

  padding: 5px 9px 5px 16px;
  border-radius: 50px;

  text-decoration: none;
  color: #ffffff;

  /* GOLD GRADIENT BORDER */
  border: 1.5px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #a9905b 0%, #c9a85c 50%, #6e45204d 100%) border-box;

  font-family: "Avenir", sans-serif;
  /* font-size: 0.938rem; */
  font-weight: 500;

  transition: all 0.3s ease;
}

/* TEXT */
.shop-now-btn .btn-text {
  letter-spacing: 0.4px;
  white-space: nowrap;
  font-size: 0.938rem;
}

/* RIGHT CIRCLE */
.shop-now-btn .btn-icon {
  width: 40px;
  height: 40px;

  border-radius: 50%;

  /* FADED BORDER EFFECT */
  border: 1.5px solid rgba(255, 255, 255, 0.55);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 18px;

  transition: all 0.3s ease;
}

/* ARROW */
.shop-now-btn .btn-icon i {
  font-size: 18px;
  font-weight: 300;
}

/* HOVER (very subtle, luxury) */
.shop-now-btn:hover .btn-icon {
  border-color: rgba(212, 175, 55, 0.9);
  transform: translateX(3px);
}

/*    */
/* MOBILE FIX */
@media (max-width: 991px) {
  .kohinoor-navbar {
    background: rgba(0,0,0,0.85);
  }
}




.custom-slider::-webkit-slider-runnable-track {
  height: 5px;
  background: #f9da90;
}

.custom-slider::-webkit-slider-thumb {
  margin-top: -6px;
  background: #f9da90;
  border: none;
  box-shadow: 0 0 2px #f9da90;
}

.custom-slider::-moz-range-track {
  height: 2px;
  background: #f9da90;
}

.custom-slider::-moz-range-thumb {
  background: #f9da90;
  border: none;
  box-shadow: 0 0 2px #f9da90;
}

.custom-slider::-ms-fill-lower,
.custom-slider::-ms-fill-upper {
  height: 2px;
  background: #f9da90;
}

.custom-slider::-ms-thumb {
  background: #f9da90;
  border: none;
  box-shadow: 0 0 2px #f9da90;
}

.custom-slider {
  height: 2px;
}

/* Responsive middle section for mobile */
@media (max-width: 767.98px) {
  /* Tablet screen adjustments */
  @media (min-width: 768px) and (max-width: 991.98px) {
    #bottle-3d-viewer {
      width: 60vw !important;
      max-width: 400px !important;
      height: auto !important;
    }

    #bottle-image {
      width: 100% !important;
      max-width: 400px !important;
      height: auto !important;
    }

    #left-image {
      width: 100% !important;
      max-width: 180px !important;
      height: auto !important;
    }

    .col-md-3 img {
      max-width: 180px !important;
    }

    .col-md-3,
    .col-md-6 {
      margin-bottom: 0 !important;
      padding-top: 0 !important;
      padding-left: 8px !important;
      padding-right: 8px !important;
    }

    .custom-slider {
      width: 220px !important;
    }

    #right-heading {
      font-size: 2.344rem !important;
      margin-top: 24px !important;
    }

    #right-text {
      font-size: 1.15rem !important;
    }
  }

  #right-heading {
    font-size: 2rem !important;
    margin-top: 18% !important;
  }

  #right-text {
    font-size: 1rem !important;
  }

  #bottle-3d-viewer {
    width: 80vw !important;
    max-width: 220px !important;
    height: auto !important;
  }

  #bottle-image {
    width: 100% !important;
    max-width: 220px !important;
    height: auto !important;
    position: static !important;
  }

  #left-image {
    width: 100% !important;
    max-width: 120px !important;
    height: auto !important;
  }

  .col-md-3 img {
    max-width: 120px !important;
  }

  .col-md-3,
  .col-md-6 {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
  }

  .custom-slider {
    width: 120px !important;
  }

  .d-flex.justify-content-center {
    margin-top: 2px !important;
  }
}

  /* Stack order on mobile: text first, then bottle, then left image */
  @media (max-width: 767.98px) {
    .bottle-rotation-row {
      flex-direction: column;
    }

    .rotation-right {
      order: 1;
    }

    .rotation-center {
      order: 2;
      margin: 16px 0;
    }

    .rotation-left {
      order: 3;
    }
  }

@media (min-width: 768px) and (max-width: 1024px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .col-md-3,
  .col-md-6 {
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
  }

  #left-image {
    width: 100% !important;
    max-width: 150px !important;
    height: auto !important;
    margin-bottom: 0 !important;
  }

  .col-md-3 img {
    max-width: 150px !important;
  }

  #bottle-3d-viewer {
    width: 50vw !important;
    max-width: 340px !important;
    height: auto !important;
    margin: 0 auto !important;
  }

  #bottle-image {
    width: 100% !important;
    max-width: 340px !important;
    height: auto !important;
    position: static !important;
  }

  .custom-slider {
    width: 180px !important;
  }

  .d-flex.justify-content-center {
    margin-top: 8px !important;
  }

  #right-heading {
    font-size: 2rem !important;
    margin-top: 24px !important;
  }

  #right-text {
    font-size: 1.1rem !important;
  }

  .col-md-3 img[alt="Static Right Image"] {
    max-width: 130px !important;
    width: 100% !important;
    margin-bottom: 0 !important;
  }
}

#right-heading {
  font-size: 2.344rem !important;
  color: #ffffffcc;
  font-family: "Footspring", serif;
  font-style: italic;
}

#right-text {
  font-size: 1.131rem !important;
  color: #ffffffa1;
  font-family: "Avenir", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.vertical-slider .card {
  background: #222;
  color: #fff;
  border: none;
  border-radius: 16px;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.vertical-slider {
  user-select: none;
}

.decor-line {
  width: 154px;
  object-fit: contain;
  margin-bottom: 3%;
}

.heritage-section {
display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%),
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 30%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 0%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("media/silk-fibre.jpg") center/cover no-repeat;
}

.heritage-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

/* CONTENT SIDE (CLEAN) */
.content {
  width: 65%;
  position: relative;
  z-index: 2;
}
.heritage-inner{ 
  width: 100%;
  max-width: none;
  margin: 0 0 0 5%;
  padding: 80px 60px;
  position: relative;
  min-height: 600px;
}
.badge {
  display: inline-block;
  background: #c9a14a;
  color: #000;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 20px;
}

.content h2 {
  font-size: 3.281rem;
  font-family: "Footspring", serif;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #fff;
}

@media (max-width: 767.98px) {
  .triple-cask-content h2 br {
    display: none;
  }
}


/* IMAGE SIDE */
.image-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  justify-content: end;
  margin-top: 9rem;
  /* padding: 5% 0 0 0; */
}

/* BLACK GRADIENT ONLY ON IMAGE */
.image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.9),
    rgba(0, 0, 0, 0.3),
    rgba(0, 0, 0, 0)
  );
  z-index: 1;
}

.image-wrapper img {
  position: relative;
  z-index: 2;
  width: 100%;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
}

/* Strong vignette around the heritage image only */
.heritage-section .image-wrapper .image-overlay {
  position: absolute;
  inset: 0;
  /* Darken all edges with a strong black vignette */
  background:
    /* top */
   /* top */
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0.6) 14%,
      rgba(0, 0, 0, 0) 25%
    ),
    /* bottom */
    linear-gradient(
        to top,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.6) 12%,
        rgba(0, 0, 0, 0) 38%
      ),
    /* left */
    linear-gradient(
        to right,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.65) 18%,
        rgba(0, 0, 0, 0) 36%
      ),
    /* right */
    linear-gradient(
        to left,
        rgba(0, 0, 0, 0.95) 0%,
        rgba(0, 0, 0, 0.65) 18%,
        rgba(0, 0, 0, 0) 36%
      ),
    /* subtle center dim for luxury depth */
    radial-gradient(
        ellipse at center,
        rgba(0, 0, 0, 0.35) 0%,
        rgba(0, 0, 0, 0) 70%
      );
  pointer-events: none;
  z-index: 3;
}

/* Ensure overlay sits above the image within this section */
.heritage-section .image-wrapper img {
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .heritage-inner {
    display: flex;
    flex-direction: column;
    padding: 10px 24px;
    margin: 0 auto;
   
  }

  .content {
    width: 100%;
  }

  .content h2 {
    font-size: 2rem;
  }

  .highlight {
    max-width: 100% !important;
  }

  .barrel-image {
    position: relative !important;
    width: 100% !important;
    /* max-width: 500px; */
    margin: 0 0;
    right: 0 !important;
    top: 0 !important;
    transform: none !important;
    justify-content: center !important;
  }

  .barrel-image img {
    width: 100%;
  }
}

/* ABOUT PILL */
.about-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 4px 10px;
  border-radius: 999px;

  background: linear-gradient(135deg, #fee39b 0%, #c88122 100%);

  color: #000;
  font-family: "Avenir", sans-serif;
  font-size: 0.75rem;
  font-weight: 300;

  letter-spacing: 0.3px;
  margin-bottom: 2rem;
}

/* black dot */
.about-pill .pill-dot {
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
}

/* Center the pill on mobile */
@media (max-width: 767.98px) {
  .about-pill {
    display: inline-flex;
    margin: 0 auto 2rem;
  }
}

.timeline-section {
  background:
     /* subtle watermark overlay */
    url("media/background-image.png") center/100% no-repeat,
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 30%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 35%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 40%),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 70%
    ),
    url("media/silk-fibre.jpg") center/cover no-repeat;
}
/* .timeline-container::before {
   content: "";
  position: absolute;
  inset: 0;

  background: url("media/background-image.png") center/cover no-repeat;

  z-index: 3; 
  pointer-events: none; 
} */

.timeline-container {
  max-width: 1140px;
  margin: auto;
  position: relative;
  display: flex;
  flex-direction: column;
  /* gap: var(--timeline-gap, 40px); */
}

/* CENTER LINE */
.timeline-line {
  position: absolute;
  left: 50%;
  top: 0;
  bottom: auto; /* allow JS to control height */
  height: 100%;
  width: 4px;
  background: #FEE39B;
  transform: translateX(-50%);
}

/* ITEM */
.timeline-item {
  display: grid;
  grid-template-columns: 1fr 40px 1fr;
  align-items: stretch; /* allow right side to fill for centering h3 */
  margin-bottom: 0; /* spacing handled by container gap */
  /* opacity: 0.3; */
  transition: opacity 0.6s ease;
}

.timeline-item.active {
  opacity: 1;
}

/* LEFT IMAGE */
.timeline-left {
  display: flex;
  justify-content: flex-end;
  padding-right: 40px;
  align-self: center; /* center vs overall item height */
}

.timeline-left img {
  /* max-width: 420px; */
  width: 100%;
  opacity: 0;
  transform: translateY(40px);
  transition: 0.4s ease;
}

/* Different heights for each timeline image */
.timeline-item:nth-child(2) .timeline-left img {
  max-width: 600px;
}

.timeline-item:nth-child(3) .timeline-left img {
  max-width: 600px;
}

.timeline-item:nth-child(5) .timeline-left img {
  max-width: 400px;
}

.timeline-item:nth-child(4) .timeline-left img {
  max-width: 400px;
}

.timeline-item.active .timeline-left img {
  opacity: 1;
  transform: translateY(0);
}

/* DOT */
.timeline-dot {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  margin: auto;
  z-index: 2;
  align-self: center; /* keep the dot centered vertically */
}

.timeline-item.active .timeline-dot {
  background: #CB8D2B;
}

/* RIGHT CONTENT */
.timeline-right {
  padding-left: 40px;
  display: grid;
  grid-template-rows: 1fr auto 1fr; /* center h3 in middle row */
}

.timeline-right h3 {
  font-size: 1.919rem;
  font-family: "Footspring", serif;
  margin: 0; /* no bottom margin; we place p below in its own row */
  color: #fff;
  grid-row: 2;
  align-self: center; /* vertically center with the dot */
}

.timeline-right p {
  font-size: 1.172rem;
  line-height: 28.14px;
  font-weight: 300;
  font-family: "Avenir", sans-serif;
  max-width: 440px;
  color: #fff;
  grid-row: 3;
  margin-top: 20px;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .timeline-line {
    left: 20px;
  }
  .timeline-container {
    --timeline-gap: 100px;
  }

  .timeline-item {
    grid-template-columns: 40px 1fr;
  }

  .timeline-left {
    display: none;
  }

  .timeline-right {
    padding-left: 20px;
  }
}

.triple-cask {
  /* min-height: 100vh; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 80%),
    linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 30%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 0%),
    linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 100%),
    radial-gradient(
      ellipse at center,
      rgba(0, 0, 0, 0.95) 0%,
      rgba(0, 0, 0, 0) 100%
    ),
    url("media/silk-fibre.jpg") center/cover no-repeat;
}

.triple-cask-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

.triple-cask-inner {
  width: 100%;
  max-width: none;
  margin: 0 0 0 5%;
  padding: 80px 60px;
  position: relative;
  min-height: 600px;
}

/* TEXT SIDE */
.triple-cask-content {
  width: 65%;
  position: relative;
  z-index: 2;
}

.triple-cask-content h2 {
  font-size: 3.281rem;
  font-family: "Footspring", serif;
  line-height: 1.15;
  margin-bottom: 28px;
  color: #fff;
}

.cask-content {
  font-family: "Avenir", sans-serif;
  font-size: 1.031rem;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 18px;
  max-width: 75%;
  color: #fff;
}

/* IMAGE SIDE */
.triple-cask-image {
  position: absolute;
  right: 3%;
  top: 60%;
  transform: translateY(-50%);
  width: 46%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.triple-cask-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: 
    /* top */
   /* top */
    /* top */
   /* top */
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.8) 10%,
      rgba(0, 0, 0, 0) 22%
    ),
    /* bottom */
    linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 35%,
        rgba(0, 0, 0, 0) 70%
      ),
    /* left */
    linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0) 49%
      ),
    /* right */
    linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 7%,
        rgba(0, 0, 0, 0) 30%
      );
  pointer-events: none;
  z-index: 1;
}

.triple-cask-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}


@media (max-width: 992px) {
  .triple-cask-inner {
    display: flex;
    flex-direction: column;
    padding: 15% 2%;
    margin: 0 auto;
   
  }

 .triple-cask-content {
    width: 100%;
    padding: 10px 24px;
  }

  .triple-cask-content h2 {
    font-size: 2rem;
  }

  .triple-cask-content p {
    max-width: 100% !important;
  }

  .triple-cask-image {
    position: relative !important;
    width: 100% !important;
    /* max-width: 500px; */
    margin: 0;
    right: auto;
    top: auto;
    transform: none;
    justify-content: center !important;
  }

  .triple-cask-image img {
    width: 100%;
  }
}

/* RESPONSIVE */



.gallery-signup-section {
  position: relative;
  padding: 20px 0 120px 0;
  /* background: url('media/background-image.png') center/cover no-repeat; */
  color: #ffffff;
  overflow: hidden;

  background: radial-gradient(
    ellipse at center,
    #041123 0%,
    #020b18 40%,
    #000000 100%
  );
}
.gallery-signup-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 60%),
    linear-gradient(to right, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 50%),
    linear-gradient(to left, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 37%),
    url("media/slik-fabric-background.png") center/cover no-repeat;

  z-index: 1;
}
.gallery-perform::after {
  content: "";
  position: absolute;
  inset: 0;

  background: url("media/background-image.png") center/cover no-repeat;

  z-index: 3; /* 🔥 top layer */
  pointer-events: none; /* content clickable rahe */
}

/* LEFT + RIGHT dark */
/* .gallery-signup-section::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    linear-gradient(to right,
      rgba(0,0,0,0.9) 0%,
      rgba(0,0,0,0) 20%,
      rgba(0,0,0,0) 80%,
      rgba(0,0,0,0.9) 100%
    ),
    linear-gradient(to bottom,
      rgba(0,0,0,0) 60%,
      rgba(0,0,0,0.9) 100%
    );

  z-index: 0;
} */
.gallery-card {
  position: relative;
  /* border-radius: 16px; */
  overflow: hidden;
  z-index: 5;
}

.gallery-card img {
  width: 100%;
  display: block;
}

/* HOVER OVERLAY */
.card-overlay {
  position: absolute;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;

  background: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.85)
  );

  opacity: 0;
  transition: opacity 0.4s ease;
}

.card-overlay span {
  font-family: "Alverata", sans-serif;
  font-size: 2.344rem;
  color: white;
  font-weight: 600;
}

.gallery-card:hover .card-overlay {
  opacity: 1;
}

.signup-content {
  margin-top: 5%;
  position: relative;
  z-index: 5;
}

/* .signup-email {
  opacity: 0.7;
  margin-bottom: 20px;
} */
.signup-email {
  margin-bottom: 6%;
  margin-top: 2%;
}
.signup {
  font-size: 3.281rem;
  font-weight: 300;
  font-family: "Avenir", sans-serif;
}
.brand-mark {
  text-align: center;
  position: relative;
  z-index: 5;
}
.brand-mark img {
  max-width: 200px;
  margin: 50px auto 30px;
}
.media-kit {
  display: inline-flex;
  align-items: center; /* vertical alignment */
  gap: 10px; /* space between arrow & text */

  color: #aa8453;
  font-family: "Avenir", sans-serif;
  text-decoration: underline;
  font-size: 1.641rem;
  position: relative;
  z-index: 5;
}

.media-kit img {
  width: 1.641rem; /* control arrow size */
  height: auto;
  display: block;
}
@media (max-width: 767.98px) {
  .signup {
    font-size: 2.5rem;
            margin-bottom: 1.5rem;

  }
  .brand-mark img {
    max-width: 160px;
    margin: 50px auto 30px;
}
.media-kit {
    font-size: 1.25rem;
}
.media-kit img {
  width: 1.2rem;
}

}

@media (max-width: 576px) {
  .signup {
    font-size: 2rem;
        margin-bottom: 1.5rem;
  }
  .brand-mark img {
    max-width: 160px;
    margin: 50px auto 30px;
}
.media-kit {
    font-size: 1.25rem;
}
.media-kit img {
  width: 1.2rem;
}

}

.signup-link {
  display: inline-flex; /* icon + text act as one unit */
  align-items: center;
  gap: 10px;

  color: #5c5c5c;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;

  padding-bottom: 2px; /* space above underline */
  border-bottom: 1px solid rgba(255, 255, 255, 0.35); /* underline */
}

.signup-link i {
  color: #aa8453;
  font-size: 1.125rem;
}

.shop-now-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;

  padding: 3px 7px 3px 12px;
  border-radius: 50px;

  text-decoration: none;
  color: #ffffff;

  /* GOLD GRADIENT BORDER */
  border: 1.5px solid transparent;
  background:
    linear-gradient(#000, #000) padding-box,
    linear-gradient(90deg, #a9905b 0%, #c9a85c 50%, #6e45204d 100%) border-box;

  font-family: "Avenir", sans-serif;
  font-size: 0.938rem;
  font-weight: 300;

  transition: all 0.3s ease;
}

/* TEXT */
.shop-now-btn .btn-text {
  letter-spacing: 0.4px;
  white-space: nowrap;
}

/* RIGHT CIRCLE */
.shop-now-btn .btn-icon {
  width: 22px;
  height: 22px;

  border-radius: 50%;

  /* FADED BORDER EFFECT */
  border: 1.5px solid rgba(255, 255, 255, 0.55);

  display: flex;
  align-items: center;
  justify-content: center;

  color: #ffffff;
  font-size: 9px;

  transition: all 0.3s ease;
}

/* ARROW */
.shop-now-btn .btn-icon i {
  font-size: 9px;
}

/* HOVER (very subtle, luxury) */
.shop-now-btn:hover .btn-icon {
  border-color: rgba(212, 175, 55, 0.9);
  transform: translateX(3px);
}



.logo-button {
  position: relative;
  z-index: 6;
}
/* .media-kit {
  color: #AA8453;
  font-family: "Avenir", sans-serif;
  text-decoration: underline;
  font-size: 1.641rem;
} */


.decor-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 5rem; */
  margin-bottom: 2rem;
  position: relative;
  z-index: 5;
  width: 100%;
}

/* Heritage decor image sizing */
.decor-lines .heritage-decor {
  width: 320px;
  max-width: 80%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .decor-lines .heritage-decor {
    width: 140px;
    max-width: 70%;
  }
}

@media (max-width: 991px) {
  .gallery-cards {
    text-align: center;
  }

  .signup-content {
    margin-top: 80px;
  }

  .card-overlay span {
    font-size: 18px;
  }
  .decor-line {
    /* margin-top: 3rem; */
    margin-bottom: 1rem;
  }
}

/* SECTION SECOND CSSS */
/* SECTION SECOND CSSS */
/* SECTION SECOND CSSS */

.highlight {
  font-family: "Avenir", sans-serif;
  font-size: 1.031rem;
  font-weight: 300;
  line-height: 21px;
  margin-bottom: 18px;
  max-width: 76%;
  color: #fff;
}
.barrel-image {
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  width: 38%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}

.barrel-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
     /* top */ /* top */ /* top */ /* top */
   /* top */ /* top */ /* top */ /* top */
    linear-gradient(
      to bottom,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.8) 10%,
      rgba(0, 0, 0, 0) 22%
    ),
    /* bottom */
    linear-gradient(
        to top,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 5%,
        rgba(0, 0, 0, 0) 14%
      ),
    /* left */
    linear-gradient(
        to right,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 10%,
        rgba(0, 0, 0, 0) 49%
      ),
    /* right */
    linear-gradient(
        to left,
        rgba(0, 0, 0, 1) 0%,
        rgba(0, 0, 0, 0.8) 4%,
        rgba(0, 0, 0, 0) 18%
      );
  pointer-events: none;
  z-index: 1;
}

.barrel-image img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 0;
}



.kohinoor-footer {
  position: relative;
  padding: 0px 0 40px;
background: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 0%,
    rgba(0,0,0,0.95) 40%,
    rgba(0,0,0,0.95) 100%
  );   color: rgba(255,255,255,0.75);
  overflow: hidden;
}
.footer-top-nav {
  padding: 0px 0 20px;
}

.footer-nav-inner {
  display: flex;
  align-items: center;
  gap: 12%;
}

.footer-logo img {
  max-width: 160px;
}

.footer-nav-links {
  display: flex;
  gap: 40%;
}

.footer-nav-links a {
  font-family: "Avenir", sans-serif;
  color: #AA8453;
  font-size: 1.125rem;
  font-weight: 300;
  text-decoration: none;
  white-space: nowrap;
}
.footer-main {
  padding: 40px 0 30px;
}

.location, .footer-tagline {
   font-family: "Avenir", sans-serif;
  color: #AA8453;
  font-size: 1.125rem;
  font-weight: 300;
  margin-bottom: 2rem;
}


.footer-address {
  display: flex;
  align-items: flex-start; /* icon aligns to top */
  gap: 10px;
  line-height: 1.8;
}

.footer-address i , .footer-link i {
  color: #AA8453;
  font-size: 25px;
}

.footer-link{
  display: flex;
  align-items: flex-start; /* icon aligns to top */
  gap: 10px;
}

.footer-address span, .footer-paragraph {
  display: block;
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 0.938rem;
  line-height: 25px;
  font-weight: 300;
}


.footer-link  span{
   display: block;
  font-family: "Avenir", sans-serif;
  color: #ffffff;
  font-size: 0.938rem;
  line-height: 25px;
  font-weight: 300;
  margin-top: 0.5rem;
  text-decoration: underline;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-size: 12px;
  opacity: 0.6;
}
.copyright{
  font-family: "Avenir", sans-serif;
  color: gray;
  font-size: 0.75rem;
  font-weight: 500;
   display: block;
  text-align: center;
}
.buffalosoldiers{
    font-family: "Avenir", sans-serif;
  color: white;
  font-size: 0.75rem;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer-nav-inner {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .footer-nav-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }
}

/* Hide animated dot on mobile and tablet */
/* .animated-indicator-dot {
  display: none !important;
} */

@media (max-width: 768px) {
  .animated-indicator-dot {
    display: none;
  }
}
