body {
 font-family: "Poppins", sans-serif;
 overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}
a {
  color:unset;
  text-decoration:none;
}
p {
  margin-bottom:0px;
 
  font-size: 16px;
}


/* ............ */
 .about-box {
      
   background: #f3f3f3;
    padding: 30px;
    position: relative;
    top: 114px;
}
.fearurebox {
  border: 1px solid #b3acac;
    width: 100%;
    height: auto;
    padding: 12px 15px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.fearurebox h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0px;
}
    .feature-card {
      background: #c8001d;
      color: #fff;
      padding: 24px;
      width: 33.3%;
      height: fit-content;
      text-align: center;
    }
    .av2-footer .btn{
      background-color: #c60d24;
    }
.av2-footer .btn{
      background-color: #c60d24;
    }

   
   .av2-footer .btn:hover {

     color: #b6001a;
       background-color: #fff;
    }

    .icon-box {
      
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      margin-bottom: 15px;
      text-align: center;
    }

   
/* ;;;;;;;;;;;;;;;;;;; */

.fc_first
{
  margin-top: 240px;
}
.fc_mid
{
    margin-left: 0px;
    background: #d1001f;
    margin-top: 120px;
}
.feature_main
{
  display: flex;
}
/* ................... */
 .why-choose {
      padding: 0px 0;
    }

    .why-title {
      font-weight: 700;
      margin-bottom: 25px;
    }

    .why-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 28px;
    font-size: 18px;
}

    .why-list li::before {
      content: "✓";
      position: absolute;
      left: 0;
      color: #c8001d;
      font-weight: bold;
    }

    .mesh-img {
      max-width: 100%;
    }


/* ................. */
.hover-transition {
  transition:all 0.3s ease;
}
:root {
  --primary: #C60D24;
  --secondary: #f5c400;
}

body {
 font-family: "Lato", sans-serif;
}
.top-bar {
background-color: #080805;
}
.hero-section img {
  /* height: 90vh; */
  object-fit: cover;
}

.carousel-caption {
  top: 50%;
  left: 10%;
  right: auto;
  transform: translateY(-50%);
  text-align: left;
  bottom: auto;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
}


.section-title {
  
  font-weight: 700;
}

.product-card {
  transition: transform .3s ease;
}
.product-card:hover {
  transform: translateY(-6px);
}

.footer {
  background: #111;
  color: #fff;
  padding: 60px 0;
}
.social-icons i:hover {
    color: #c60d24;
}
.carousel-caption
{
    max-width: 600px;
}
.carousel-caption h1
{
  font-weight: 600;
}
.carousel-caption p
{
    font-size: 20px;
    margin-bottom: 15px;
}
.carousel-caption h6 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 9px;
}
.banner_btn
{
background-color: #C60D24;
    color: #fff;
    border: none;
    padding: 12px 18px;
    font-size: 16px;
    font-weight: 500;;
}
.banner_btn:hover
{
background-color:#fff;
color:#C60D24;
}
.pdt-page .product-card {
    border: 1px solid #d2cece;
    margin-bottom: 25px;
    height: unset;
}
.pdt-page .pdt_cnt h6 {
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}
/* Slider container */
.product-slider {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 2rem) / 3); /* 3 cards */
  gap: 1rem;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* Card */
.product-card {
  background: #fff;
  border-radius: 10px;
  padding: 1rem;
  min-height: 140px;
  font-weight: 600;
  display:flex;
  gap: 10px;
  flex-direction: column;
}
.abtcnt{
  position: absolute;
  max-width: 560px;
}
.product-slider-section
{
background-image:url(../images/bg.png);
padding: 35px 0px;


}
.product-carousel .owl-item {
  display: flex;
   height: 100%;
}
.main-page_sub
{
  margin-bottom: 25px;
}
.product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.footer-contact li:nth-child(1),
.footer-contact li:nth-child(2) {
  display: flex;
  align-items: center;
}
.abtcnt {
    position: absolute;
    max-width: 690px;
}
.pdt_cnt_img
{
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.product-card-img {
    
    object-fit: contain;
}
.pdt_cnt h6{
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}
.pdt_cnt_img img {
    max-width: 37px !important;
}
.brand-section {
  background: #fff;
}

/* Purity Card */
.purity-card {
  background: #ffbf00;
  padding: 30px;
}

.purity-card h4 {
  font-weight: 600;
}

.icon-box img {
 height: 53px;
  margin-bottom: 10px;
}

.icon-box h6 {
  font-weight: 600;
  margin-bottom: 4px;
}

.icon-box p {
  font-size: 15px;
}

/* Mission Card */
.mission-card {
  background: #5b2b15;
  color: #fff;
  padding: 25px;
}

.mission-card ul {
  padding-left: 0;
}

.mission-card li {
     font-size: 13px;
    margin-bottom: 6px;
    list-style-type: none;
    display: flex;
    gap: 6px;

}
.mission-card li span{
    width: 18px;
}

/* About Brand */
.about-card {
  margin-top: 10px;
}

.about-card p {
  color: #444;
}
.icon-box
{text-align: left;}
.mc_top
{
    background-image: url(../images/Image.png);
}
.mission_box {
    border: 1px dashed #ffbf008a;
    padding: 13px;
    border-radius: 7px;
}
.view_btn
{
   background-color: #6a3013;
    color: #fff;
    border: none;
    padding: 9px 16px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;

}
.view_btn:hover
{
   background-color: #f5c400;
   color: #5b2b15;
}

.offer-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  overflow: hidden;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 4px 8.2px 5px rgba(0, 0, 0, 0.09);
}

.offer-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.offer-content {
  padding: 15px;
}

.offer-content h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.offer-content p {
  font-size: 13px;
  color: #666;
}

.offer-content a {
  font-size: 13px;
  color: #6a3013;
  font-weight: 600;
  text-decoration: none;
}
.offer-content a:hover {
  font-size: 13px;
  color:#ffbf00;
}
/* spacing between slides */
.offer-carousel .owl-item {
  padding: 8px;
}
.offer-section
{
background-image: url(../images/bg.jpg);

}

.testimonial-section {
 padding: 20px 20px;
    position: relative;
    margin: 20px 0 6px;
}
.ft_links
{
    display: flex;
 gap: 30px;
}


.testimonial-item {
  max-width: 650px;
  margin: auto;
}

.quote-icon {
  font-size: 40px;
  color: #8a4b1f;
  margin-bottom: 10px;
}

.testimonial-text {
    font-size: 16px;
    color: #000;
    margin: 0px 0px 15px;
}
.quote-icon img{
width:25px !important;
display:block;
margin: auto;
}
.testimonial-img {
  width: 70px !important;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  
  margin:auto;
}


 .testimonial-carousel .owl-nav
 {
 display: none;
    width: 100%;
    justify-content: center;
    font-size: 40px;
}

.testimonial-overlay {
  border: 1px solid #cdc1c1;
    padding: 40px 40px 0px;
    max-width: 750px;
    margin: auto;
    border-radius: 10px;
}
/* List Styling */
.quality-list {
  list-style: none;
  padding-left: 0;
}

.quality-list li {
  border: 1px dashed #c9a08b;
  padding: 10px 15px;
  border-radius: 6px;
  margin-bottom: 10px;
  font-size: 14px;
  background: #fff;
}
.av2-footer {
  background: #000000;
  color: #fff;
  padding: 30px 0 20px;
}
.why_title
{
    color:#5b2b15;
}

.main-page .pdt_cnt h6 {
    font-size: 17px;
    line-height: 21px;
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
}

.main-page .pdt_cnt p {
  font-size: 15px;
    line-height: 21px;
    text-align: left;
    font-weight: 400;
    margin-top: 5px;
}
.main-page .product-card {
    border: 1px solid #ede9e9;
    margin-bottom: 15px;
}
.about_main
{
  padding: 45px 0px 30px;
}

/* ............... */
.grades-section {
      padding: 0px 0px 30px 0px;
    }

    .grades-title {
      font-weight: 700;
      text-align: center;
      margin-bottom: 30px;
    }

    /* Table Header */
    .table thead {
      background: #c8001d;
      color: #fff;
    }

    .table thead th {
      border: none;
    text-align: center;
    background-color: #c60d24;
    color: #fff;
    }

    .table tbody td {
      text-align: center;
      background-color:#ffffff99;
    }
.topcnt{

  display: flex;
  margin-bottom: 0px;
   gap: 15px;
    align-items: center;
    padding-left: 0px;
}
.topcnt li {
    display: flex;
    gap: 4px;
    font-size: 16px;
    color: #fff;
    align-items: center;
}

.topcnt svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    flex-shrink: 0;
    margin-top: 2px;
}

.nav-item a{
  color: #000;
}

  @media (max-width:1199px) and (min-width:992px){
.fc_mid {
    margin-left: 0px;
    background: #d1001f;
    margin-top: 158px;
}
  }


  @media (max-width: 992px) and (min-width: 767px){
.feature-card.end {
    background: #b6001a;
    margin-top: 83px;
}
.fc_first {
    margin-top: 169px;
}
  }

    /* Mobile Responsive Cards */
    @media (max-width: 767px) {

.abtcnt {
    position: relative;
    max-width: unset;
}
.about-box {
    background: #f3f3f3;
    padding: 30px;
    position: relative;
    top: 0;
}
.fc_first {
    margin-top: 0px;
}
.fc_mid {
    margin-left: 0px;
    background: #d1001f;
    margin-top: 10px;
}

      table thead {
        display: none;
      }

      table, table tbody, table tr, table td {
        display: block;
        width: 100%;
      }

      table tr {
        background:#ececec;
        margin-bottom: 15px;
        padding: 15px;
        border-radius: 8px;
      }
      .fbf
      {
        margin-top: 20px;
      }

      table td {
        text-align: left;
        padding: 6px 0;
      }

      table td::before {
        content: attr(data-label);
        font-weight: 600;
        display: block;
        color: #c60d24;
      }
      .feature_main {
    display: flex;
    flex-direction: column;
}
.feature-card {
   
    width: 100%;
    
}
    }

.banner_btn
{
  width: fit-content;
}
.form-control::placeholder {
  color: #bbb;
}

.form-control:focus {
  box-shadow: none;
  border-color: #dc3545;
  background-color: transparent;
  color: #fff;
}
/* ................ */
.footer-logo {
  width: 140px;
  margin-bottom: 15px;
}

.footer-brand p {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
}

table.table {
    background-color: #e9e9e9;
}
.footer-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 18px;
}
ul.footer-contact {
    margin-bottom: 0px;
}
.footer-links,
.footer-contact {
  list-style: none;
  padding: 0;
}

.footer-links li {
  font-size: 13px;
  margin-bottom: 8px;
  color: #fff;
}

.footer-links span {
  margin-right: 6px;
  color: #fff;
}

.footer-contact li {
  display: flex;
  gap: 10px;
  font-size: 16px;
  margin-bottom: 12px;
  color: #fff;
}

.footer-contact svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  flex-shrink: 0;
  margin-top: 2px;
}

.footer-social a {
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
}

.footer-social a:hover {
  color: hsl(43, 100%, 51%);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 40px;
  padding-top: 15px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
}
.caption-center {
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
.about-section
{
position: relative;
}

.about-section
{
position: relative;
}
.inner_bnr_caption
{
top: 50%;
    left: 10%;
    right: auto;
    transform: translateY(-50%);
    text-align: left;
    bottom: auto;
    position: absolute;
}
.inner_bnr_caption h1{
  color:#fff;
  font-size: 30px;
}
.about
{
  padding: 40px 0px;
    position: relative;
    float: left;
    width: 100%;
}

.about p{
 color: #444;
}

h4{
  text-transform: capitalize;
}
.about ul li{
  list-style-type:none;
}
.about ul{
  padding-left:0px;
}
.eco-section
{
 
  color:#fff;
  background-image: url(../images/aboutbg.jpg);
  padding: 40px 0px;
  clear:both;
  background-size: cover;
  background-repeat:no-repeat;
}
.eco-card h4{
  font-size:18px;
}
@media (max-width: 768px) {
  .caption-center {
    left: 5%;
    right: 5%;
    text-align: center;
  }
  .carousel-item img {
height:300px;
  }
 
.carousel-caption p {
    font-size: 17px;
    line-height: 20px;
}

.carousel-caption h1 {
    font-size: 25px;
    line-height: 30px;
}
.carousel-caption h6 {
    font-size: 20px;
    line-height: 25px;
}



}
/* Page Base */
.contact-page {
  padding: 40px 0;
}

/* Container */
.contact-page .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.contact-header {
  text-align: center;
  margin-bottom: 40px;
}

.contact-header h1 {
  font-size: 40px;
  font-weight: 600;
  color: #1f3d1f;
  margin-bottom: 12px;
}

.contact-header p {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  margin: 0 auto;
}

/* Layout */
.contact-wrapper {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 50px;
}

/* Contact Info */
.contact-info {
  background: #c60d24;
  color: #fff;
  padding: 40px;
  border-radius: 16px;
}

.contact-info h3 {
  font-size: 22px;
  margin-bottom: 24px;
  font-weight: 500;
}

.contact-info p {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.contact-info strong {
  font-weight: 500;
}

/* Form */
.contact-form {
  background: #ffffff;
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: #333;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #ddd;
  outline: none;
  font-family: inherit;
}

.form-group input:focus,
.form-group textarea:focus {
  border-color: #c60d24;
}

/* Button */
.contact-form button {
  background-color: #c60d24;
    color: #fff;
    border: none;
    padding: 9px 16px;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
  transition: background 0.3s ease;
  border-radius: 8px;
}

.contact-form button:hover {
  background: #000;
  color: #fff;
}
.img-box {
  overflow: hidden;
}

.img-box img {
  width: 100%;
  transition: transform 0.5s ease;
}

.img-box:hover img {
  transform: scale(1.1);
}
.map-wrap {
  
  border-radius: 10px;
  overflow: hidden;
}

.map-wrap iframe {
  width: 100%;
  min-height: 250px;
  border: 0;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .navbar-nav:hover {
    color: rgb(198 13 36) !important;
}
.nav-link:focus, .nav-link:hover {
    color: rgb(198 13 36) !important;
}
.sticky-nav
{
position: sticky;
  top: 0;
  z-index: 999;
}
/* Responsive */
@media (max-width: 768px) {
  .contact-wrapper {
    grid-template-columns: 1fr;
  }

  .contact-header h1 {
    font-size: 32px;
  }
}
    @media (max-width: 767px) {
.topcnt{
  flex-direction: column;
}
    }