p{text-align: justify;}

.navbar-elixir {
  background: var(--elixir-bg-navbar-glass);
  margin-bottom: -3.688rem;
  color: #2a3855;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
  padding: .063rem;
  background-color: white;
}


.heading-class{
  color: red;
}

.red-clr {
    color: #000;
    font-size: 21px;
    font-weight: bold;
}
.ft-30{font-size: 25px;}

.c-white{
    overflow: visible;
    color: white !important;
}

.stats-divide {
    background-color: #2a3855 !important;
    width: 27%;
}

 /* Loader */
    #loader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #CE2720;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }
    .spinner {
      width: 50px;
      height: 50px;
      border: 5px solid #fff;
      border-top: 5px solid #7A7596;
      border-radius: 50%;
      animation: spin 1s linear infinite;
    }
    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

/* Top Bar */
.top-bar {
  background-color: #CE2720;
  color: #fff;
  padding: 10px 0;
  font-size: 0.9rem;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
}

.top-bar a:hover {
  color: #7A7596;
}



/* Navbar */
.navbar-elixir {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

.navbar-brand img {
  max-height: 50px;
}

.navbar-nav .nav-link {
  color: #333;
  font-weight: 500;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #CE2720;
}

.navbar-nav .dropdown-menu {
  border: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-nav .dropdown-item:hover {
  background-color: #7A7596;
  color: #fff;
}

.btn-outline-primary {
  border-color: #CE2720;
  color: #CE2720;
}

.btn-outline-primary:hover {
  background-color: #CE2720;
  color: #fff;
}


/* Hero Section */
.hero-section {
  position: relative;
/*  min-height: 100vh;
*/  display: flex;
  align-items: center;
/*  background: url(../img/water\ bottle.jpg) no-repeat center center/cover;
*/}

/*.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}*/

.hero-section .container {
  position: relative;
  z-index: 1;
}

.hero-section h1 {
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
}

.hero-section p {
    color: #ccc;
  font-size: 1.5rem;
  margin: 20px 0;
}

.btn-primary {
  background-color: #CE2720;
  border: none;
  padding: 10px 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-primary:hover {
  background-color: #7A7596;
}

.btn-warning {
  background-color: #7A7596;
  border: none;
  color: #fff;
  padding: 10px 30px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.btn-warning:hover {
  background-color: #CE2720;
}


/* About Us Section */
 .about-section {
            padding: 0px 0;
            background: #fff;
        }
        .about-section h3 {
            color: var(--primary);
        }
        .stats-card {
            text-align: center;
            padding: 20px;
            background: #fff;
            border-radius: 8px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }
        .stats-card:hover {
            transform: translateY(-5px);
        }
        .stats-card i {
            color: var(--primary);
            font-size: 2rem;
            margin-bottom: 10px;
        }
        
 .about-icons {
    overflow: visible;
    color: red;
    font-size: 30px;
    margin-bottom: 22px;
}       

/* Why Choose Us Section */
.why-choose-section {
  padding: 80px 0;
  background-color: #fff;
}

.why-choose-section h3 {
  color: #CE2720;
  margin-bottom: 40px;
}

.why-choose-section i {
  color: #CE2720;
  font-size: 1.5rem;
  margin-right: 10px;
}

.icon-color {
  color: #D6261D;
}

.icons-sec-sm {}
.icons-sec-sm  img{width: 38px;}
.icons-sec-sm p{margin-bottom: 6px !important;}

   .icons-sec-sm h5{font-size: 1.2rem;} 
   
/*-------- Button ---*/
.btn {
  letter-spacing: .01rem;
  background-color: #CF3B35;
  color: white;
}

/**------------ Product Section --------------*/
/* Product Section */
.product-section {
  padding: 80px 0;
  background-color: #f8f9fa;
}

.product-section h3 {
  color: #CE2720;
  margin-bottom: 40px;
}

.nav-pills .nav-link {
  border-radius: 0;
  padding: 9px 20px;
  color: #333;
  font-weight: 500;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
}

.nav-pills .nav-link:hover {
  border-bottom: 2px solid #CE2720;
}

.nav-pills .nav-link.active {
  background-color: #CE2720;
  color: #fff;
  border-bottom: 2px solid #CE2720;
}

.tab-content {
  padding: 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.product-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.product-card:hover {
  transform: translateY(-10px);
}

.product-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.product-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(206, 39, 32, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.product-card:hover .overlay {
  opacity: 1;
}

.product-card .overlay a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border: 2px solid #fff;
  padding: 10px 20px;
  border-radius: 5px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
    color:#fefefe;
}
   .mtr{
    color: red;
   }
/*------------- partners Section ------------------*/
.partners-section {
  background: linear-gradient(160deg, #1b1b1b 0%, #2b2b2b 100%);
  color: var(--light-text);
  text-align: center;
}


.text-highlight {
    color: #CE2720;
    letter-spacing: 1px;
    font-size: 27px;
}
.bg-grr {background-color: #eee;}

.hr-highlight {
  width: 100px;
  height: 3px;
  background-color: var(--highlight-color);
  border: none;
  border-radius: 50px;
  opacity: 0.8;
}
.owl-carousel .owl-item img
{background-color: #fff;}
/* Company Logo Card */
.company-c {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  backdrop-filter: blur(6px);
}

.company-c:hover {
  transform: translateY(-5px) scale(1.03);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.2);
  border-color: var(--highlight-color);
}

/* Logo Image */
.company-c img {
  max-height: 70px;
  object-fit: contain;
  filter: brightness(0.95);
  transition: transform 0.3s ease;
}

.company-c:hover img {
  transform: scale(1.05);
}

/* Responsive */
@media (max-width: 576px) {
  .company-c {
    height: 90px;
    padding: 10px;
  }
#carouselExample{margin-top: 60px;}

  .company-c img {
    max-height: 50px;
  }

  .hr-highlight {
    width: 70px;
  }
}


.app-box{display: block; text-align: center; margin: 0 auto 16px;}

/*------------- Counter Section-------------------*/
.stats-section {
  background: linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.85)),
              url(../img/counter-bottle.avif) center/cover no-repeat;
  padding: 60px 0;
}

/* Checkmark Icon */
.stats-checkmark {
  width: 55px;
}

/* Divider Line */
.stats-divider {
  border-color: #CE2720;
  margin: 20px 0;
  background-color: red;
}

.stats-divide{
    background-color: red;
}



/* Stat Number */
.stat-value {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
}

.text-warning {
    --elixir-text-opacity: 1;
    color: #ff4d4f !important;
}

/* Stat Label */
.stat-label {
  color: #ccc;
  margin-top: 0.5rem;
  font-size: 1rem;
}

/* Mobile Styling */
@media (max-width: 576px) {
  .stat-value {
    font-size: 1.75rem;
  }

  .stat-label {
    font-size: 0.9rem;
  }
}


/* Contact Form Section */
/* Contact Section */
:root {
  --primary: #CE2720;
  --secondary: #7A7596;
  --light: #f8f9fa;
}

/* Section Styling */
.contact-section {
  background-color: var(--secondary);
  color: #fff;
  padding: 80px 0;
}

.contact-section h2 {
  color: var(--primary);
  font-weight: 800;
  font-size: 2.5rem;
  margin-bottom: 10px;
}

.contact-section p {
  font-size: 1.1rem;
  color: #f1f1f1;
}

/* Contact Form Container */
.contact-section {
  background-image: url(../img/contact-bg.jpg); 
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
}

/* Overlay */
.contact-section .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.2); /* black with opacity */
  z-index: -1;
}

/* Glass card effect */
.glass-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(15px);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 600px;
  color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

/* Form fields */
.contact-form .form-control {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  padding: 14px;
  border-radius: 10px;
  transition: 0.3s ease;
}

.contact-form .form-control::placeholder {
  color: #ddd;
}

.contact-form .form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 10px rgba(206, 39, 32, 0.5);
  background-color: rgba(255, 255, 255, 0.15);
}

.download{}
.download a{ padding: 12px 16px; color: #fff; background-color: #e61e27; display: inline-block; text-decoration: none;}

/* Button */
.btn-submit {
  background-color: var(--primary);
  color: #fff;
  border-radius: 30px;
  padding: 12px 40px;
  font-weight: 600;
  text-transform: uppercase;
  border: none;
  transition: 0.3s ease-in-out;
}

.btn-submit:hover {
  background-color: #fff;
  color: var(--primary);
  border: 2px solid var(--primary);
}

/* Responsive tweaks */
@media (max-width: 576px) {
  .contact-section {
    padding: 60px 0;
  }

  .glass-card {
    padding: 2rem 1.5rem;
  }

  .contact-section h2 {
    font-size: 1.8rem;
  }
}


.scrollToTopBtn {
  background-color: #850f11;
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 30px;
  line-height: 48px;
  width: 48px;
    /* place it at the bottom right corner */
  position: fixed;
  bottom: 30px;
  right: 30px;
    /* keep it on top of everything else */
  z-index: 100;
    /* hide with opacity */
  opacity: 0;
    /* also add a translate effect */
  transform: translateY(100px);
    /* and a transition */
  transition: all .5s ease
}
    
.showBtn {
  opacity: 1;
  transform: translateY(0)
}

.floating-whatsapp .bounce {
    animation: bounce 2s infinite;
}
.floating-whatsapp .float {
    position: fixed;
  /*  width: 39px;
    height: 38px;*/
    bottom: 120px;
    right: 20px;
/*    background-color: #10b74e;
*/    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
 /*   box-shadow: 2px 2px 3px #999*/;
    z-index: 100;
}
/*----------------
  Hero Section
----------------*/
.hero{
  display: flex;
  justify-content: center;
  height: 100vh;
  color: #fff;
  text-align: center;
  background-color: #850f11;
}
.hero h1{
  font: bold 50pt 'Open Sans', sans-serif;
  margin-bottom: 15px;
}
.hero h2 {font-size: 30pt;}
.hero h3 {font: normal 20pt 'Open Sans', sans-serif; margin: 1rem auto 0.5rem auto;}

@media screen and (max-width: 800px) {
  .hero h1{
    margin-top: 100px;
    margin-bottom: 80px;
  }
  .header-down-arrow {
    display: none;
  }
}

.thank-u{height:100vh;padding-top:10%;
  text-align:center;background:#522c80;
  color:#fff}
  .thank-u h2{font-size:52px;
    font-weight:1000;color:#fff;
    letter-spacing:4px}
    .thank-u h4{color:#162e55;margin:6px 0 20px;font-size:22px}
    .mg-btn{margin-bottom:48px}
    .thank-u a{margin:40px 0;padding:4px 12px;color:#fff}
    .btn-redback{background-color:#0f6e0c!important;border-color:#0f6e0c!important}
    .btn-blue {
    background: #ec7e21;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;}

/* Footer Section */
.footer {
    background-color: white;
    color: #2b244f;
    padding: 60px 0 20px;
}
.footer h5 {
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer p {
  font-size: 0.95rem;
  line-height: 1.6;
}

.footer a {
  color: #ddd;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

.footer .icon {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #fff;
}

.footer .social-icons a {
  color: #fff;
  margin-right: 15px;
  font-size: 1.25rem;
  display: inline-block;
  transition: color 0.3s ease;
}

.footer .social-icons a:hover {
  color: #CE2720;
}

.footer-bottom {
  border-top: 1px solid #555;
  padding-top: 15px;
  text-align: center;
  font-size: 0.9rem;
  color: #aaa;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .contact-section {
    padding: 40px 0;
  }

  .contact-section h2 {
    font-size: 1.8rem;
  }

  footer h5 {
    margin-top: 30px;
  }

  .social-icons a {
    margin: 0 8px;
  }
}


.owl-item {width: 128.906px; margin-right: 10px; background:powderblue; }


/** to hide dots

.owl-theme .owl-dots .owl-dot{ display:none!important;}

**/
