*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

body{
  background-color:#000;
}

.carousel-item {
  background: no-repeat center center scroll;
  background-size: cover;
}

.carousel-caption {
  bottom: 270px;
}

.carousel-caption h5 {
  font-size: 45px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-top: 25px;
}

.carousel-caption p {
  width: 75%;
  margin: auto;
  font-size: 18px;
  line-height: 1.9;
}
.navbar{
  transition: top 0.4s ease;
}
.navbar-light .navbar-brand {
  color: #fff;
  font-size: 25px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
 
  
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
}


 .navbar-collapse .navbar-nav li a:hover
{
  
background-color: #d1a86e;
color: #000000 !important;
}

.navbar-toggler {
  background: #fff;
}

.navbar-nav {
  text-align: center;
  
}

.nav-link {
  padding: 0.2rem 1rem;
}

.nav-link.active,
.nav-link:focus {
  color:  #d1a86e;;
}

.navbar-toggler {
  padding: 1px 5px;
  font-size: 18px;
  line-height: 0.3;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}


.fixed-top {
  background-color: #00000089 !important;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  transition: background-color 0.3s ease;
  transition: top 0.4s ease;
}

.nav-hidden {
  top: -120px; 
}
.carousel {
  margin-top: 106px;
}
#imageCarousel{
   margin-top: 0px !important;
}
.dropdown-menu {
  min-width: 8.7rem;
}
.navbar .dropdown-menu {
  background-color: #000;
  border: none;
  border-radius: 0;
}

.navbar .dropdown-item {
  color: #fff;
  transition: 0.3s;
}

.navbar .dropdown-item:hover {
  background-color: #d1a86e;
  color: #000;
}
.dropdown-list {
position:relative;
background-color:#0000002a
}
.dropdown-list .dropdown-menu{
 position:absolute;
 background-color:#0000002a
}
.carousel-inner .carousel-item #video{
position:relative 
} 
.carousel-inner .carousel-item #smoth-taste{
  position:absolute ;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index:100;
  font-size: 200px;
  color: #ab8300;
  font-family: "Fira Sans", sans-serif;
  line-height:10rem;
  font-weight:900;
}


/* Responsive adjustments */
@media (max-width: 992px) {
  .award-inner img {
    width: 130px;
    height: 130px;
  }

  .navbar-brand img {
    height: 60px;
    width: 50px;
  }
 .dropdown-list {
    position: relative;
   background-color:#00000000 !important
  }

  .dropdown-list .dropdown-menu {
    position: static !important; 
    float: none;
    width: 100%;
    background-color: #00000077;
    text-align: center;
    margin-top: 0;
  }

  .carousel {
  margin-top: 85px;
}

.carousel-inner .carousel-item #smoth-taste{
  font-size: 30px;
  color: #ab8300;
  font-family: "Fira Sans", sans-serif;
  line-height:1.8rem;
  font-weight:800;
   }

   #myVideo{
   width: 100%;
   height:480px;
   object-fit: cover; 
}
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1150px;
    }
  
   .map-container{
    max-width:75%;
   }
  
  }
  

.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}


/* award css */
.awards-section {
  background-color: #000;
  color: #fff;
  /* padding:80px; */
}

.awards-section h3 {
  font-size: 2.2rem;
  font-weight: 700;
  color:#d1a86e;
  margin-bottom: 60px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Main award box alignment */
.award-main-body {
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

/* Inner container */
.award-inner {
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  max-width: 200px;
}


.award-inner img {
  width: 150px;
  height: 150px; 
  object-fit: contain; 
  background-color: transparent;
  margin-bottom: 12px;
  transition: transform 0.3s ease;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.award-inner:hover {
  transform: translateY(-8px);
}
.award-inner:hover img {
  transform: scale(1.08);
}


.award-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
  color: gold;
  text-transform: uppercase;
}

.award-desc {
  font-size: 13.5px;
  color: #ccc;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 160px;
}

/* Responsive Adjustments */
@media(min-width:1200px){
  .navbar-brand img {
    height: 80px;
    width: 60px;
  }
}
@media(max-width:1200px){
  .navbar-brand img {
    height: 80px;
    width: 60px;
  }
}
@media (max-width: 992px) {
  .award-inner img {
    width: 130px;
    height: 130px;
  }

   .navbar-brand img {
    height: 60px;
    width: 50px;
  }
}

@media (max-width: 768px) {
  .award-inner img {
    width: 110px;
    height: 110px;
  }
    .navbar-brand img {
    height: 60px;
    width: 45px;
  }
  .navbar-toggler-icon{
    height:1em;
    width:1em;
  }
}
@media (max-width: 600px) {
  .row.justify-content-center {
    flex-direction: column;
    align-items: center;    
  }

  .award-main-body {
    flex: 0 0 auto;         
    width: 100%;            
    max-width: 300px;      
    margin-bottom: 30px;    
  }

  .award-inner {
    max-width: 100%;        
    padding: 20px;          
  }

  .award-inner img {
    width: 180px;           

  }

  .award-title {
    font-size: 16px;        
  }

  .award-desc {
    font-size: 14px;       
    max-width: 90%;       
    margin: 0 auto;
  }
}


/* @media (max-width: 576px) {
  .award-inner img {
    width: 90px;
    height: 90px;
  }
  .award-title {
    font-size: 13px;
  }
  .award-desc {
    font-size: 12px;
  }
    .navbar-brand img {
    height: 60px;
    width: 50px;
  } 
}
*/



.distillery-bg {
 padding:100px ;
  position: relative;
  padding-top:20rem;
}
.py-7 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0; 
}

.distillery-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(5, 37, 21, 0.893);
  z-index: 0;
}

.distillery-bg .container {
  position: relative;
  z-index: 1;
}

/* Card styling */
.distillery-card {
  background-color: rgba(0, 0, 0, 0.324);
  border: none;
  overflow: hidden;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  position: relative;
  z-index: 1;
}

.distillery-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
}

/* Image on left side */
.card-img-left {
  width: 40%;
  object-fit: cover;
  display: block;
}

/* Card content */
.card-body {
  padding: 2rem;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
  position: relative;
  z-index: 2;
}

/* Text styling */
.card-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #d4a373;
  margin-bottom: 15px;
}

.card-text {
  color: #eaeaea;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}

.read-more {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  transition: color 0.3s ease;
}

.read-more:hover {
  color: #d4a373;
  text-decoration:none;
}



/* ✅ Responsive stacking FIX */
@media (max-width: 992px) {
  .distillery-card {
    flex-direction: column !important;
    text-align: center;
  }

  .card-img-left {
    width: 100%;
    height: auto; 
    max-height: 300px; 
  }

  .card-body {
    width: 100%;
    padding: 1.5rem;
    background-color: rgba(0, 0, 0, 0.85); 
    position: relative;
    z-index: 2;
  }
  .distillery-bg{
    padding:35px;
  }
}

/* map css content */

.presence-title {
  font-size: 36px;
  font-weight: 600;
  color:#d1a86e;

}

/* Timeline section */


.presence-section{
  background-color:#000000;
 
}
.timeline {
  border-left: 2px solid #ffffff;
  padding-left: 40px;
  position: relative;
}

.timeline li {
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center;
  color:white;
}

.timeline li:last-child {
  margin-bottom: 0;
}

.circle {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-weight: bold;
  color: #fff;
  position: absolute;
  left: -57px;
  top: 0;
  font-size: 18px;
}

.circle1 { background-color: #e83e8c; }  /* pink */
.circle2 { background-color: #fd7e14; }  /* orange */
.circle3 { background-color: #6f42c1; }  /* purple */
.circle4 { background-color: #17a2b8; }  /* blue */
.circle5 { background-color: #343a40; }  /* dark navy */

.location-text {
  margin-left: 15px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

/* Map */
.map-container {
  position: relative;
  display: inline-block;
}

.map-img {
  max-width: 100%;
  height: auto;
}

.map-pin {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: absolute;
  border: 3px solid #fff;
  box-shadow: 0 0 4px rgba(0,0,0,0.3);
}

/* Marker positions — tweak these to match your India map */
.pin1 { background: #e83e8c; top: 24%; left: 46%; }   /* Punjab */
.pin2 { background: #fd7e14; bottom: 8%; right: 8%; } /* Andaman */
.pin3 { background: #6f42c1; top: 63%; left: 33%; }   /* Daman */
.pin4 { background: #17a2b8; top: 52%; left: 59%; }   /* Jharkhand */
.pin5 { background: #343a40; top: 60%; left: 51%; }   

/* Responsive */
@media (max-width: 767px) {
  .presence-title {
    font-size: 28px;
  }

  .timeline {
    margin-left: 40px;
    border-left: none;
    position: relative;
  }

  .circle {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    left: -45px;
  }

  .location-text {
    font-size: 16px;
  }

  .map-pin {
    width: 16px;
    height: 16px;
  }
}


/* gallery css */
.gallery-section {
  background-color: #000;
  padding: 0 6rem;
}

.gallery-title {
  font-size: 54px;
  font-weight: 400;
  color: #d1a86e;
  letter-spacing: 1px;
  font-family: 'Georgia', serif;
}

/* Larger thumbnails */
.gallery-item {
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
  height: 270px; 
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; 
  border: 2px solid #111;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.gallery-item:hover img {
  transform: scale(1.07);
  opacity: 0.85;
}

/* Lightbox styling */
.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 80px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
}

.lightbox-content {
  display: block;
  margin: auto;
  max-width: 85%;
  max-height: 85vh;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 25px;
  right: 45px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.close:hover {
  color: #d1a86e;
}

/* Responsive tweaks */
@media (max-width: 992px) {
  .gallery-item {
    height: 300px;

  }
  .gallery-section {
    padding:0 1rem;
  }
}
@media (max-width: 768px) {
  .gallery-item {
    height: 260px;
  }
  .gallery-title {
    font-size: 36px;
  }
}
@media (max-width: 576px) {
  .gallery-item {
    height: 220px;
  }
}


/* founder css */

  .founder-section {
  position: relative;
  overflow: hidden;
  text-align: center;
  color: white;
  padding: 80px 20px;
}

.founder-section .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  filter: brightness(0.4); 
}

/* Content above video */
.founder-section .founder-content {
  position: relative;
  z-index: 1; 
  max-width: 950px;
  margin: 0 auto;
}
    .founder-section h1 {
      font-family: 'Playfair Display', serif;
      font-size: 3.2rem;
      font-weight: 700;
      color: #d1a86e;
      margin-bottom: 40px;
    }

    .founder-section p {
      font-size: 1.2rem;
      margin-bottom: 25px;
      color:white;
    }

    .founder-section .quote {
      font-size: 1.15rem;
      font-style: italic;
      color: #ffffff;
      max-width: 900px;
      margin: 0 auto 40px;
      line-height: 1.9;
    }

    .founder-section .author {
      display: block;
      margin-top: 15px;
      font-weight: 500;
      font-size: 1.05rem;
      color:white;
    }

    .founder-section .highlight {
      font-weight: 500;
      font-size: 1.2rem;
      color: #ffffff;
      max-width: 950px;
      margin: 0 auto;
      line-height: 1.7;
    }

    /* Responsive Styles */
    @media (max-width: 992px) {
      .founder-section {
        padding: 30px 15px;
    
      }

      .founder-section h1 {
        font-size: 2.5rem;
      }

      .founder-section p,
      .founder-section .quote,
      .founder-section .highlight {
        font-size: 1.05rem;
      }
    }

    @media (max-width: 576px) {
      .founder-section h1 {
        font-size: 1.9rem;
      }

      .founder-section p,
      .founder-section .quote,
      .founder-section .highlight {
        font-size: 1rem;
      }
    }

/* about css */
.about-section {
  margin-top:107px;
  padding: 100px 120px;
   background: linear-gradient(
      rgba(0, 0, 0, 0.523),
      rgba(0, 0, 0, 0.323)
    ),
    url("src/image/gatra-bottle-25.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: justify;
  line-height: 1.9;
  color: #d1a86e;
  

}

.about-section h1 {
  text-align: center;
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 700;
  color: #d1a86e;
  margin-bottom: 40px;
}

.about-section p {
  font-size: 1.15rem;
  margin-bottom: 25px;
  color: #ffffff;
}

.about-section strong {
  font-weight: 700;
  color: #d1a86e;
}

/* Responsive Styles */
@media (max-width: 992px) {
  .about-section {
    padding: 30px 15px;
     margin-top:85px;
  }

  .about-section h1 {
    font-size: 2.4rem;
  }

  .about-section p {
    font-size: 1.05rem;
  }
}

@media (max-width: 576px) {
  .about-section h1 {
    font-size: 1.9rem;
  }

  .about-section p {
    font-size: 1rem;
  }
}


/* contact us */
.contact-section {
  margin-top: 106px; 
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  background-color: #000000;
  color: #8b6a3d;
  min-height: calc(100vh - 106px);
  padding: 60px 180px;
  
}

/* Equal height columns */
.contact-content,
.contact-image {
  flex: 1 1 45%;
  max-width: 550px;
   
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Left Content */
.contact-content h1 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 1px;
  color: #d1a86e;;
  margin-bottom: 30px;
  text-align: left;
  font-family: 'Playfair Display', serif;
}

/* Contact Info */
.contact-info {
  margin-bottom: 30px;
}
.contact-info p {
  font-size: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.contact-info i {
  color: #a1743b;
  margin-right: 12px;
  font-size: 1.5rem;
}


.form-wrapper {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

/* Form Styling */
.contact-form .form-group {
  margin-bottom: 18px;
}
.contact-form label {
  font-weight: 600;
  color: #f7f7f7;
  font-size: 1.05rem;
  margin-bottom: 6px;
  display: block;
}
.contact-form .form-control {
  border: 1px solid #c2a574;
  border-radius: 8px;
  padding: 12px 14px;
  font-size: 1rem;
  color: #5e4b2f;
  background-color: #f7f7f7;
  transition: all 0.3s ease;
}
.contact-form .form-control:focus {
  outline: none;
  border-color: #a1743b;
  box-shadow: 0 0 6px rgba(161, 116, 59, 0.4);
}

/* Custom Button - REMOVE Bootstrap .btn */
.btn-custom {
  background-color: #a1743b;
  color: #fff;
  padding: 12px 35px;
  border: none;
  border-radius: 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
  align-self: flex-start;
}
.btn-custom:hover {
  background-color: #8b6a3d;
  transform: scale(1.03);
}

/* Image */
.contact-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-image img {
  width: 100%;       
  height: 100%;         
  max-height: none;    
  object-fit: cover;    
  transition: transform 0.3s ease;
  border-radius: 10px;;
}
.contact-image img:hover {
  transform: scale(1.04);
}

/* ==================== RESPONSIVE ==================== */
@media (max-width: 992px) {
  .contact-section {
    flex-direction: column;
    margin-top:85px;
    padding: 50px 50px;
    gap: 40px;
    
  }

  .contact-content,
  .contact-image {
    max-width: 100%;
    width: 100%;
  }

  .contact-content h1 {
    text-align: center;
   font-size: 2.4rem;
  }

  .contact-info p {
    justify-content: center;
    font-size: 1.15rem;
  }

  .form-wrapper {
    max-width: 500px;
    padding: 0 15px;
  }

  .btn-custom {
    align-self: center;
  }

  .contact-image img {
    width: 65%;
    max-height: 980px;
  }
}

@media (max-width: 576px) {
  .contact-section {
    padding: 40px 40px;
    gap: 30px;
  }

  .contact-content h1 {
    font-size: 2rem;
  }

  .contact-info p {
    font-size: 1.1rem;
  }

  .contact-image img {
    width: 110%;
    max-height: 300px;
  }

  .form-wrapper {
    padding: 0 10px;
  }

  .btn-custom {
    width: 100%;
    text-align: center;
  }
}

/* footer */

 footer {
      
      color: #fff;
    }

    .footer-top {
      background-color: #000;
      text-align: center;
      padding: 60px 20px 60px;
    }

    .footer-top img.logo {
      height: 90px;
      margin-bottom: 20px;
    }

    .footer-top h5 {
      font-size: 14px;
      letter-spacing: 2px;
      color: #fff;
      margin-bottom: 15px;
    }

    .footer-social a {
      display: inline-block;
      margin: 0 10px;
      color: #fff;
      font-size: 20px;
      transition: 0.3s;
    }

    .footer-social a:hover {
      color: #d1a86e;
    }

    .footer-nav {
      margin-top: 40px;
    }

    .footer-nav a {
      color: #fff;
      text-transform: uppercase;
      font-size: 13px;
      margin: 0 12px;
      letter-spacing: 1px;
      text-decoration: none;
      transition: color 0.3s;
    }

    .footer-nav a:hover {
      color: #d1a86e;
    }

    .footer-bottom {
      background-color: #b88c55;
      color: #fff;
      text-align: center;
      padding: 35px 10px;
      font-size: 14px;
      font-weight:400;
    }

    .footer-bottom a {
      color: #fff;
      text-decoration: underline;

    }
    .footer-bottom p{
      margin-bottom:0.1rem;
    }
    .footer-bottom img {
      height: 18px;
      vertical-align: middle;
      margin-left: 5px;
    }