    @import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+Malayalam:wght@100..900&display=swap');
    body {
     
      color: #fff;
      font-family: "Exo", sans-serif;
    }
    .main-heds
    {
       font-family: "Noto Sans Malayalam", sans-serif;
    }
 

    /* Navbar */
    .navbar {
      background-color: #111;
      padding: 0.8rem 1rem;
    }
    .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    margin-right: 20px;
    font-size: 18px;
    }
    .navbar-nav .nav-link:hover,
    .navbar-nav .nav-link.active {
      color: #ffc107;
    }
    .logo img {
          width: 65%;
      height: auto;
    }
.shop-btn
{
      background: #f0c107;
    color: #111111;
    font-weight: 600;
    border: none;
}
.top-bar .contact-info i {
    color: #000000;
    margin-right: 10px;
    font-size: 21px;
}


    .hero::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
/*      background-color: rgba(0, 0, 0, 0.7);*/
    }

    .hero-content {
      position: relative;
      z-index: 2;
    }

    .hero h1 {
      font-size: 3.3rem;
      font-weight: bold;
      color: #ffc107;
          letter-spacing: 4.2px;
    }
    .hero p {
    font-size: 1.3rem;
    color: #ffffff;
    margin-top: 20px;
    font-weight: 600;
    }
    .hero p span {
      color: #ffbb00;
      font-weight: bold;
    }

    .btn-know-more {
      border: 1px solid #ffc107;
      color: #ffc107;
      font-weight: bold;
      margin-top: 20px;
      padding: 10px 20px;
      transition: 0.3s;
    }
    .btn-know-more:hover {
      background-color: #ffc107;
      color: #000;
    }

    /* Bottle Section */
    .bottle-section img {
      max-height: 350px;
      margin: 0 10px;
      transition: transform 0.3s ease;
    }
    .bottle-section img:hover {
      transform: scale(1.05);
    }

    .hero {
  background: url('../images/bnr1.jpg') no-repeat center center/cover;
  position: relative;
  min-height: 80vh;
  color: #fff;
  padding: 40px 0;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.7); /* Dark overlay */*/
}

.hero-text {
  position: relative;
  z-index: 2;
}

.btn-know-more {
  border: 1px solid #ffc107;
  color: #ffc107;
  font-weight: bold;
  padding: 10px 20px;
  transition: 0.3s;
}

.btn-know-more:hover {
  background-color: #ffc107;
  color: #000;
}
.products-section {
  background: #fff;
  color: #333;
}

.section-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title .highlight {
  color: #d4a017; /* Golden yellow */
}

.section-subtitle {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

.product-card {
  padding: 20px;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-8px);
}

.product-image {
  max-height: 320px;
}

.product-title {
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-desc {
  font-size: 0.95rem;
  color: #666;
  margin-top: 10px;
  min-height: 60px;
}

.know-more {
  color: #d4a017;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease;
}

.know-more:hover {
  color: #000;
}

.hero-uae {
  background: url('../images/bn-uae.png') no-repeat center center/cover;
  position: relative;
  min-height: 100vh;
  color: #fff;
  padding: 80px 0;
}

.hero-uae::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

.hero-text {
  position: relative;
  z-index: 2;
      top: 50px;
}

.hero-text h1 {
    font-size: 66px;
    line-height: 1.2;
    font-weight: 800 !important
}
.pd-zero {
  padding: 0;
}

.about-banner {
  position: relative;
}

.about-heading {
position: absolute;
    top: 50%;
    left: 17%;
    transform: translate(-50%, -50%);
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
    text-align: left;
}

.about-heading h1 {
  font-size: 48px;
  font-weight: bold;
  margin: 0;
}

.hero-text .sub-text {
  font-size: 1.5rem;
  font-weight: bold;
}

.hero-text p {
  font-size: 1.1rem;
  color: #ccc;
}

.hero-text span.text-warning {
  color: #f5c518;
}

.btn-know-more {
  border: 2px solid #f5c518;
  color: #f5c518;
  font-weight: bold;
  padding: 10px 25px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.btn-know-more:hover {
  background-color: #f5c518;
  color: #000;
}
.products-uae {
  background: url('../images/uae-bg.png') no-repeat center center/cover;
  color: #333;
  position: relative;
  padding: 80px 0;
}

.section-title {
  font-size: 2.2rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #222;
}

.section-title .highlight {
  color: #000;
}

.section-subtitle {
  font-size: 1rem;
  color: #444;
  line-height: 1.6;
}

.product-card {
  padding: 20px;
/*  background: rgba(255, 255, 255, 0.8);*/
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover {
  transform: translateY(-5px);
/*  box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.2);*/
}

.product-image {
  max-height: 320px;
  display: block;
  margin: 0 auto;
}

.product-title {
  font-weight: bold;
  margin-top: 15px;
  text-transform: uppercase;
}

.product-desc {
    font-size: 0.95rem;
    color: #000000;
    margin: 10px 0 15px;
    min-height: 60px;
    font-weight: 600;
}

.buy-now {
    background: #f0c107;
    color: #ffffff;
    font-weight: 600;
    border: none;
    padding: 8px 20px;
    border-radius: 7px;
    
    text-decoration: none;
    
}

.buy-now:hover {
  color: #000;
}
.production-process {
  background: #fff;
  color: #333;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.section-title .highlight {
  color: #ffc107; /* Golden Yellow */
}

.section-subtitle {
  font-size: 1rem;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
}

.process-box {
  background: #fdf5f0;
  border-radius: 8px;
height: 246px;
}

.process-title {
  font-size: 1.3rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.process-desc {
  font-size: 0.95rem;
  color: #555;
}

.cocktail-recipes {
  background: #fff;
  color: #333;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
}

.section-title .highlight {
  color: #d4a017; /* golden yellow */
}

.cocktail-title {
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
}

.cocktail-subtitle {
  font-size: 0.95rem;
  color: #555;
}

.ingredients {
  padding-left: 20px;
  list-style-type: disc;
  color: #333;
}

.text-warning {
  color: #ffc107 !important;
}

.cocktail-recipes img {
  max-width: 100%;
}
.about-company-bg {
  background: url('../images/bg-box.png') no-repeat center center/cover;
  padding: 150px 0;
  position: relative;
  color: #fff;
}

.about-company-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*  background: rgba(0, 0, 0, 0.6); /* Dark overlay for better text visibility */*/
  z-index: 0;
}

.about-company-bg .container {
  position: relative;
  z-index: 1;
}

.about-company-bg p {
  font-size: 1rem;
  line-height: 1.8;
  color: #f0f0f0;
}

.product-img {
  max-width: 280px;
  transition: transform 0.3s ease;
}

.product-img:hover {
  transform: scale(1.05);
}

/* Testimonials */
.testimonials {
     background: #fde8a836;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.section-subtitle {
  font-size: 1rem;
  color: #444;
}

.testimonial-quote p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.client-info img {
  width: 60px;
  height: 60px;
}

.client-name {
  color: #ffc107;
  text-decoration: none;
}

/* Carousel Dots */
.carousel-dots .dot {
  height: 10px;
  width: 10px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.3s;
}
.carousel-dots .dot.active {
  background-color: #333;
}

/* Contact Us */
.contact-us {
  background: #fff;
}

.contact-info p {
  font-size: 1rem;
  margin: 10px 0;
  color: #333;
}

.contact-info i {
  color: #d4a017; /* Golden color */
  margin-right: 10px;
      font-size: 30px;
}

.form-control,
.form-select {
  border-radius: 0;
  box-shadow: none;
}

.btn-warning {
  background: #f2c200;
  border: none;
  font-weight: bold;
}
.btn-warning:hover {
  background: #d4a017;
}
.testimonials blockquote
{
  color: black;
}
.custom-footer {
  background: #fbc02d; /* Yellow color */
  color: #000;
  font-size: 0.9rem;
}

.footer-icons img {
    vertical-align: middle;
    width: 87%;
}

.footer-text {
  font-size: 0.85rem;
  margin: 0 10px;
  color: #000;
}

.copyright-text {
  font-size: 0.85rem;
  color: #000;
      text-align: center;
}
.pd-zero
{
  padding:0px;
}

.origin-section {
  background-color: #000;
  color: #fff;
}

.origin-title {
  color: #ffcc00;
  font-weight: bold;
  font-size: 2.2rem;
}

.origin-section  p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  text-align: justify;
}

.lead {
  font-size: 1.2rem;
}

.bottle-img {
  max-width: 300px;
}
.make-section {
  background-color:#000000;
  color: #fff;
}

.make-title {
  color: #ffcc00;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 1rem;
}

.make-section p {
  font-size: 1rem;
  line-height: 1.7;
  margin-bottom: 1rem;
   text-align: justify;
}
.dir-img
{
      height: 314px;
    width: 60%;
    object-fit: cover;
    border: 3px solid #ffcc00;
    border-radius: 22px;
}

.bottle-img {
  max-width: 300px;
}

    .highlight-title {
      color: #ffc107;
      font-weight: bold;
    }
    .product-img {
      max-width: 100%;
      height: auto;
    }
    .promo-section {
      padding: 60px 20px;
    }
    .promo-content {
      font-size: 1.1rem;
      line-height: 1.8;
    }
    .ingredients-img {
      margin-top: 20px;
      max-width: 100%;
    }
    .uae-heds {
    font-size: 39px;
    }
    .u-hed2
    {
          font-size: 79px !important;
    }
    .heading {
  font-family: 'Segoe UI', sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: black;
}

.highlight {
  color: #f5a623; /* soft orange */
}

.info-box {
    background-color: #fff9f2 !important;
    border: 1px solid #f0e0cc;
    color: black;
}

.info-box a {
  color: #007bff;
}

@media (max-width: 767.98px) {
  .heading {
    font-size: 1.6rem;
  }
}

@media (max-width: 768px) 

{
.navbar-brand
{
      width: 70%;
}
.hero-text h1
{
      font-size: 32px;
}
.hero::after
{
      background: #0000009e;
}
.hero-text p {
    font-size: 12px;
  }
  .hero-uae
  {
        background: url(../images/bn-uae.png) no-repeat center right / cover;
  }
  .u-hed2 {
    font-size: 59px !important;
}
}

