@font-face {
  font-family: 'Linux Libertine';
  src: url('fonts/LinLibertine_R.woff2') format('woff2'),
       url('fonts/LinLibertine_R.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
  transition: 0.3s;
}

body {
 font-family: "Lato", sans-serif;
  background-color: #FFFAF3;

  scroll-behavior: smooth;
  transition: 0.3s;
}
.number{
    font-family: "Inter", sans-serif;
}

.w-maxcontent{
  width: max-content ;
}

.heading {
  font-size: 3rem;
  font-weight: 400;
  color: #a22933; /* brand color */
}

.description {
  color: #333;
  font-size: 1rem;
  line-height: 1.7;
}

.btn-enquiry {
  background-color: #AA2D38;
  color: white;
  font-size: 1.2rem;
  padding: 0.6rem 4rem;
  border-radius: 6px;
  border: none;
}

.btn-enquiry:hover {
  background-color: #8d1e2c;
}

.btn-outline-enquiry{
  background-color: transparent;
  color: #AA2D38;
  font-size: 1.2rem;
  padding: 0.6rem 4rem;
  border-radius: 6px;
  border: 1px solid #AA2D38;
  transition: 0.2s;

}
.btn-outline-enquiry:hover{
  background-color: #AA2D38;
  color: #fff;
  transition: 0.2s;
}
.bg-brand-color{
    background-color: #FFFAF3;
}
.bg-of-brand-color{
  background-color: #F8EAE4;
}
.main-banner{
    height: calc(100vh - 100px);
}
.main-banner-head{
     height: auto;
        width: 100%;
}
.nav-link.active{
    color: #AA2D38 !important;
}
.bg-primery{
    background-color: #AA2D38 !important;
}
@media(max-width: 768px){
    .heading {
         font-size: 2.3rem;
    }
}
@media (max-height: 900px){
    .main-banner-head{
       width: auto;
    height: 70vh;
    }
}
@media (max-width: 1399px){
    .main-banner-head{
       width: 100%;
        height: auto;
    }
}
@media(max-width: 600px){
    .main-banner{
     height: calc(100vh - 100px);
     min-height: 700px;
    }
    .btn-enquiry {
        width: 100%;
    }
}


.custom-carousel {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.carousel-track {
  display: flex;
  scroll-behavior: smooth;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.carousel-item {
  flex: 0 0 25%; /* 4 items in desktop */
  scroll-snap-align: start;
  padding: 10px;
  box-sizing: border-box;
}

.carousel-item img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

/* Arrows */
.carousel-btn {
  position: absolute;
  top: 40%;
  background: rgba(0,0,0,0.4);
  border: none;
  color: #fff;
  padding: 10px 15px;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
  border-radius: 5px;
  transform: translateY(-50%);
}

.prev { left: 10px; }
.next { right: 10px; }

/* Responsive */
@media (max-width: 1024px) {
  .carousel-item { flex: 0 0 33.33%; } /* 3 items */
}
@media (max-width: 768px) {
  .carousel-item { flex: 0 0 50%; } /* 2 items */
}
@media (max-width: 480px) {
  .carousel-item { flex: 0 0 100%; } /* 1 item */
}

.swiper-button-next,
  .swiper-button-prev {
    color: #444444; /* Change arrow color */
  }
  .sub-heading{
    font-size: 18px;
    color: #444444;
    font-weight: 400;
  }

  .swiper-button-next:after, .swiper-button-prev:after{
    display: none;
  }
  .custom-arrow{
    width: 60px !important;
    height: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    min-height: 60px;
    max-height: 60px;
    color: #444444;
    box-shadow: 0px 4px 10px rgba(0,0,0,28%);
  }

  .custom-arrow svg {
  width: 34px !important;
  height: 34px !important;
  stroke: #444444;
}
.slider-text{
  font-size: 1.3rem;
  color: #666666;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 14px;
  text-decoration: none;
  transition: 0.2s all linear;

}
.swiper-slide .slider-image{
  border-radius: 22px;
  transform: scale(1);
  
}

.swiper-wrapper{
  padding-top: 10px;
  padding-bottom: 10px;
}
.swiper-slide{
  text-decoration: none;
  cursor: pointer;  
  border: 2px solid transparent;
  transition: 0.2s all linear;
  border-radius: 22px;
  box-shadow: 1px 4px 10px rgba(0,0,0,0.0%);
  transform: scale(1);
}
/* .swiper-slide .slider-image:hover{
  transform: scale(1.1);
} */
  
.swiper-slide:hover{  
  transform: scale(1.05) !important;
  transition: 0.2s all linear;
}
.swiper-slide:hover .slider-text{
  color: #8d1e2c;
  transition: 0.2s all linear;
}

.second-baner-image-left{
  position: relative;
  left: -1.5rem;
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px){
  .second-baner-image-left{
    left: 0;
  }
}
@media (max-width: 768px){
  .custom-arrow{
    width: 45px !important;
    height: 45px !important;
    min-height: 45px;
    max-height: 45px;
  }
  .custom-arrow svg{
     width: 28px !important;
    height: 28px !important;
  }
}
.product-card{
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s all linear;
  box-shadow: 1px 8px 14px rgba(0,0,0,0%);
  position: relative;
}
.product-name {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  margin-bottom: 6px;
  margin-top: 0;
}
.product-price-close{
  text-decoration: line-through;
  font-size: 18px;
  font-weight: 500;
  color: #B0B0B0  ;
  margin: 0;
}
.product-price {
  font-size: 22px;
  font-weight: 500;
  color: #AA2D38;
  margin: 0;
}
.product-catego{
  font-size: 16px;
  color: #444444;
  margin: 0;
  font-weight: 600;
  
}
.reviw-satus{
  color: gold;
  font-size: 18px;
  line-height: 0.6;
}
.reviw-satus strong{
  color: #444444;
  font-size: 14px;
}
.product-contaner{
  background-color: #FFFAF3;
  /* border-top: 1px solid transparent; */
  padding: 18px;
  border-radius: 0 0 11px 11px;
  width: 100%;
  position: relative;
  z-index: 9;
}
.product-image{
  height: 300px;
  width: 100%;
  object-fit: cover;
   transform: scale(1);
   transition: 0.2s all linear;
   border-radius: 20px;
}
.product-card:hover .product-image{
  background-color: #FFFAF3;
  transform: scale(1.1);
   transition: 0.2s all linear;
}
.product-card:hover{
  box-shadow: 1px 8px 14px rgba(0,0,0,10%);
}
.product-card:hover .product-contaner{
  background-color: #fff;
}
.product-name {
  position: relative;
  display: inline-block;
  cursor: default;
   white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #8d1e2c; 
  box-shadow: 1px 4px 8px rgba(0,0,0,0.1);
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  transition: opacity 0.3s;
  z-index: 10;
  top: 10px;
  min-width: 80%;
  
  text-align: center;
  white-space: normal;
}

.product-card:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}
@media(max-width: 1199px){
  .product-image{
  height: 220px;
}
}

@media(max-width: 440px){
  .product-image{
    height: 46vw;
  }
  .product-contaner{
    padding: 10px 8px;
  }
  .product-name{
    font-size: 18px;
    margin-bottom: 0px;
  }
  .product-price{
    font-size: 18px;
  }
  .product-price-close{
    font-size: 16px;
  }
  .product-catego{
    font-size: 14px;
  }
  .reviw-satus{
    font-size: 16px;
  }
  .reviw-satus strong{
    font-size: 12px;
  }
}
.text-brand{
  color: #AA2D38;
}
.text-brand a{color: #AA2D38;}
.text-brand a:hover{color: #333;}
.solcal-link {
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.solcal-link svg{
  width: 22px;
  color: #fff;
  display: block;
}
.route-container p{
  color: #444444;
  font-size: 18px;
  margin-bottom: 0;
}

.route-container a{
  color: #AA2D38;
  font-size: 18px;
  margin-bottom: 0;
  text-decoration: none;
  transition: 0.2s;
}
.route-container a:hover{
  color: #444444;
  transition: 0.2s;

}
.route-container svg{
   color: #444444;
   width: 18px;
}

.category-cd .nav-item .nav-link{

overflow: hidden;
border: 3px solid transparent;
height: 100%;
height: 100%;
background-color: transparent;
padding: 0;
}
.category-cd .nav-item .nav-link img{
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  aspect-ratio: 1;
}
.category-cd .nav-item{
  width: 20%;
}
.category-cd .nav-item .nav-link.active{
   transition: 0.2s;
}
.category-cd .nav-item .nav-link.active img{
  border: 3px solid #AA2D38;
  transition: 0.2s;
}
.category-cd .nav-item .nav-link.active .slider-text{
  color: #AA2D38;
  font-weight: 500;
   transition: 0.2s;
}
.category-cd{
  gap: 20px;
  width: 100%;
  flex-wrap: nowrap;
}


.scroll-tabs {
  white-space: nowrap;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.scroll-tabs::-webkit-scrollbar {
  display: none;
}

.scroll-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: #fff;
  border: none;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-btn i {
  font-size: 20px;
}

.scroll-tabs {
  overflow-x: auto;
  white-space: nowrap;
}

.category-cd {
  display: flex;
  flex-wrap: nowrap;
}

.category-cd .nav-item {
  flex: 0 0 140px; /* or 20% */
  text-align: center;
}

.category-swiper .swiper-slide {
      width: auto;
    }

    .category-swiper .nav-link {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      background: none;
      border: none;
    }

    .category-swiper .nav-link img {
      width:100%;
      height: 100%;
      object-fit: cover;
      margin-bottom: 5px;
      aspect-ratio: 1;
      border-radius: 50%;
    }

    .slider-text {
      font-size: 16px;
      font-weight: 400;
    }
.category-swiper .swiper-slide.active .nav-link img{
  border: 3px solid #AA2D38;
}
.category-swiper .swiper-slide .nav-link.active .slider-text{
  color: #AA2D38;
}
.category-swiper .swiper-slide:hover{
  transform: scale(1.02) !important;
}
.text-primary{
  color: #AA2D38 !important ;
}
.rount-icon{
  background-color: #AA2D38;
  color: #fff;
  width: 28px;
  height: 28px;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}
.rount-icon svg{
  width: 18px;
}

ul li svg {
  flex-shrink: 0;
  vertical-align: middle;
}

/* products detail  */
.thumbs img {
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    cursor: pointer;
    border: 2px solid transparent;
  }

  .thumbs img.active {
    border-color: #AA2D38;
  }

  .product-image-preview {
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    background-color: #AA2D38;
    border-radius: 50%;
  }

  .slide-arowbutton{
    background-color: #AA2D38;
        width: 40px !important;
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  li::marker{
    background-color: #AA2D38;
    color: #AA2D38;
  }
  @media (max-width: 767px){
  .button-sm-sticky{
    position: sticky;
    bottom: 24px;
    left: 0%;
    width: 100%;
  }
  }


    :root {
    --primary-color: #a22933;  /* Customize this if needed */
    --accent-color: #a2293394;   /* Optional highlight color */
  }

  .deglora-form {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 0 25px rgba(0,0,0,0.07);
  }

  .deglora-form .form-control {
    border-radius: 12px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    box-shadow: none;
  }

  .deglora-form button {
    background-color: var(--primary-color);
    border: none;
    border-radius: 6px;
    padding: 12px;
    font-weight: 600;
  }

  .deglora-form button:hover {
    background-color: rgb(177, 65, 57);
  }

  .deglora-form h2 {
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
  }
  .nav-link svg{
    display: none;
  }
@media (max-width: 992px){
  .nav-link{
    padding: 10px 0px;
    border-radius: 4px;
    display: flex;
    justify-content: space-between;
  }
  .nav-link svg{
    display: block;
    color: #666666;
    width: 20px;
    height: 20px;
  }
}
.navbar{
  position: sticky;
    top: 0px;
    z-index: 99;
}