    @import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
    @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Rubik", sans-seriff;
        --secondary-font: "Montserrat", sans-serif;
        --primary-color:#EF2430;
        --secondary-color:#000000;
        --color-white:#FFF;
        --color-dark:#000;
      }
      ::selection{
        background-color: var(--primary-color) !important;
        color: #FFF !important;
      }
    .site-wrapper{
        overflow: hidden;
      }
      html{
        scroll-behavior: smooth;
      }
      body{
        background-color: #FFF !important;
        font-family: var(--primary-font) !important;
        color: #8b827d;
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
      }
    a {
        text-decoration: none !important;
        font-family: var(--primary-font);
    }
    p {
        font-family: var(--secondary-font);
        position: relative;
        margin: 0 0 20px;
        line-height: 27px;
        color: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.2px;
    }
    .primary-text{
        color: var(--primary-color) !important;
    }
    .site-title .text-primary{
      color: var(--primary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    .site-title .text-secondary{
      color: var(--secondary-color) !important;
      font-size: 55px !important;
      padding-right: 3px;
    }
    .object-cover{
        object-fit: cover !important;
    }
    .object-contain{
        object-fit: contain !important;
    }
    p,
    li {
         font-family: var(--secondary-font);
        text-decoration: none !important;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6{
        font-family: var(--primary-font) !important;
    }
    .bg-clay{
        background-color: #fa122912 !important;
    }
    img.header-logo {
        max-width: 170px;
    }
    nav.navbar {
        padding: 0;
    }
    ul.navbar-nav {
        margin: 0 0 0 auto;
    }
    section.hero-slider {
        /* margin-top: -168px; */
        position: relative;
        z-index: 0;
        padding: 320px 0 260px;
    }
    .btn{
         font-family: var(--primary-font);
          padding: 15px 25px;
    }
.site-btn {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    appearance: none;
    background-color: #e42a2a;
    color: var(--color-white);
    font-size: 14px;
    font-weight: 500;
    line-height: 30px;
    padding: 10px 20px;
    transition: 0.5s linear;
    overflow: hidden;
    z-index: 1;
    outline: none !important;
}
.site-btn::after {
    position: absolute;
    content: "";
    inset: 0px;
    width: 3px;
    background-color: var(--secondary-color);
    transition-delay: 0.1s;
    transition-timing-function: ease-in-out;
    transition-duration: 0.5s;
    transition-property: all;
    opacity: 1;
    z-index: -1;
}
.site-btn:hover::after {
    opacity: 1;
    width: 100%;
}
.hcall-action{
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 40px;
    column-gap: 20px;
}
.pcall-icon img{
    height: 30px;
    width: auto;
}
.hcall-action .call-number p {
    color: #6f5657;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
}
.hcall-action .call-number h5, .hcall-action .call-number h5 a{
    font-family: var(--primary-font);
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin: 0;
}
a.nav-link {
    position: relative;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    padding: 35px 0;
    color: #000;
    letter-spacing: 0.3px;
    margin: 0 10px;
    letter-spacing: 0.2px;
}
@media (min-width: 992px) {
    .ms-lg-5 {
        margin-left: 2rem !important;
    }
}
a.nav-link .main-menu-border{
    position: absolute;
    /* bottom: -20px; */
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0px);
    opacity: 0;
    visibility: hidden;
    height: 0px;
    width: 12px;
    border-left: 2px solid rgb(59, 52, 48);
    border-right: 2px solid rgb(59, 52, 48);
    transition: 500ms;
}
a.nav-link .main-menu-border::before {
    position: absolute;
    top: -7px;
    bottom: 0px;
    left: 50%;
    width: 2px;
    /* background-color: var(--ambed-base, #a47c68); */
    background-color:  var(--primary-color);
    content: "";
    transform: translateX(-50%);
}
a.nav-link:hover .main-menu-border, a.nav-link.active .main-menu-border{
    transform: translateX(-50%) translateY(0px);
    opacity: 1 !important;
    visibility: visible !important;
    height: 11px;
}
  
    /* .main-header.sticky a.nav-link{
        color:#FFF !important;
        transition: color 0.3s ease;
    } */
    .main-header.sticky a.nav-link:hover{
        color:var(--primary-color) !important;
        transition: 0.3s ease;
    }
    .bs-box img.hb-img {
        max-height: 800px;
        min-height: 800px;
        width: 100%;
        object-fit: cover;
        object-position: 50% 50%;
    }
    .bs-box {
        position: relative;
        z-index: 0;
    }
.bs-box:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(270deg, rgb(235 34 72 / 0%) 43.57%, rgb(14 1 3 / 82%) 100%); */
    background: linear-gradient(270deg, rgba(242, 238, 235, 0) 0%, rgba(242, 238, 235, 0) 40%, rgba(242, 238, 235, 0.795956) 69%, #f2eeeb 100%, #f2eeeb 100%);
    top: 0;
    left: 0;
}
    .bs-con {
        position: absolute;
        top: 54%;
        transform: translateY(-50%);
        text-align: left;
    }
    .bs-con h1{
    position: relative;
    display: block;
    color: #413132;
    /* color: var(--primary-color); */
    font-family: var(--primary-font);
    font-size: 60px;
    line-height: 72px;
    font-weight: 700; 
    margin-bottom: 30px;
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.6);
    /* text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25); */
    }
    .bs-con h1 span{
        color: var(--secondary-color) !important;
    }
    .bs-con p{
    position: relative;
    display: block;
    color: var(--secondary-color);
    margin-bottom: 21px;
    font-size: 17px;
    line-height: 30px;
    font-family: var(--secondary-font);
    font-weight: 400;
    }
    .bs-con {
        max-width: 820px;
    }
    .bsc-btn {
        display: flex;
        column-gap: 20px;
        margin-top: 30px;
    }
.bs-slider .slick-prev, .bs-slider .slick-next {
    width: 60px !important;
    height: 180px !important;
    opacity: 1;
    background-color: #ef243040;
}
.bs-slider .slick-prev{
    left: 0 !important;
}
.bs-slider .slick-next{
    right: 0 !important;
}
.bs-slider .slick-prev i, .bs-slider .slick-next i{
   color: #ffff;
    font-size: 20px;
}
.bs-slider .slick-prev:hover, .bs-slider .slick-next:hover{
    background-color: var(--secondary-color);
}
  /* .slick-dots li button {
    width: 12px !important;
    height: 12px !important;
    border-radius: 50%;
    padding: 0px !important;
    background-color: #FFEA19 !important;
} */
    /* .slick-dots li button:before {
        width: 22px !important;
        height: 22px !important;
        content: '' !important;
        background-color: #ffffff1e !important;
        border: 1px solid #FFF;
        border-radius: 50%;
        top: -5px !important;
        left: -5px !important;
        opacity: 0 !important;
    } */
     
    .testimonial-slider .slick-dots li {
        width: 90px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .testimonial-slider .slick-dots li button {
    width: 90px !important;
    height: 10px !important;
    border-radius: 10px;
    padding: 0px !important;
    background-color: #FFF !important;
}
    /* .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    } */
     .testimonial-slider  li button::before, .testimonial-slider li button::after{
        display: none !important;
     }
    .testimonial-slider .slick-dots li.slick-active button{
        background-color: var(--secondary-color) !important;
    }
    /* .slick-dots {
        bottom: 40px !important;
    } */
     .testimonial-slider .slick-dots{
     bottom: -70px;
     }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next:hover, .slick-prev:hover {
        background-size: 20px !important;
        transition: 0.5s !important;
        opacity: 1;
    }
    .bs-slider {
        margin: 0 !important;
    }
/* Hide by default */
.slide-animate {
  opacity: 0;
  transform: translateY(40px);
}
/* Animation keyframe */
@keyframes fadeInUpCustom {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Fade in Down */
@keyframes fadeInDownCustom {
  0% {
    opacity: 0;
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Optional delay classes */
.delay-1 {
  animation-delay: 0.3s;
}
.delay-2 {
  animation-delay: 0.6s;
}
.sticky {
    width: 100%;
    position: fixed !important;
    top: 0px;
    z-index: 999;
    top: 0 !important;
    background-color: var(--color-white) !important;
}
.sticky img.header-logo {
    max-width: 250px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show, .nav-link:focus {
    color: var(--primary-color) !important;
}
.header-dropdown .dropdown-menu {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0 !important;
    background: rgb(236, 241, 248);
}
.header-dropdown .dropdown-menu li {
    border-bottom: 1px solid rgb(229 225 226);
}
.header-dropdown .dropdown-menu li:first-child{
    border-radius: 20px 20px 0 0 !important;
}
.header-dropdown .dropdown-menu li a{
    font-size: 14px;
    padding: 10px 25px;
    color: var(--color-dark);
    font-weight: 600;
    transition: 0.3s ease;
}
.header-dropdown .dropdown-menu li .dropdown-item.active{
    background-color: var(--primary-color) !important;
    color: var(--color-white) !important;
}
.header-dropdown .dropdown-menu li:last-child{
    border: none !important;
}
.header-dropdown .dropdown-menu li a:hover {
    background-color: var(--primary-color);
    color: var(--color-white);
    transition: 0.3s ease;
}
.nav-link:hover{
    color: var(--secondary-color) !important;
    transition:color 0.3s ease;
}
#header-dropdown .dropdown-toggle::after {
    display:inline-block;
    content: '\f078' !important;
    font-family: 'Font Awesome 6 Pro' !important;
    vertical-align:baseline !important;
    border: none !important;
    font-size: 14px;
    font-weight: 700;
    padding-left: 2px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23000000' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.8' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid var(--primary-color) !important;
    border-radius: 0 !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #ef243250 !important;
}
/* Top Header */
.top-header{
    position: relative;
    display: block;
    background-color: var(--primary-color);
    padding: 5px 0;
}
.top-header .tpheader-left ul{
   position: relative;
   display: flex;
   align-items: center;
   column-gap: 40px;
   margin: 0;
   padding: 0;
}
.top-header .tpheader-left ul li {
    position: relative;
    display: flex;
    align-items: center;
}
.top-header .tpheader-left ul li .icon i {
    font-size: 15px;
    color: var(--color-white);
}
.top-header .tpheader-left ul li .text {
    color: rgb(186, 177, 172);
    font-size: 12px;
    margin-left: 10px;
}
.top-header .tpheader-left ul li .text p {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-white);
    margin-bottom: 0;
}
.tph-socials{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-flex;
    align-items: center;
    column-gap: 25px;
}
.tph-socials li a, .tph-socials li a i{
    font-size: 15px;
    color: var(--color-white);
    transition: 0.3s ease;
}
.tph-socials li a:hover i{
    color: var(--secondary-color);
}
.main-header {
    position: relative;
    z-index: 999;
    padding: 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/* About Us */
.abtus-section{
    padding-bottom: 240px;
    position: relative;
    display: block;
}
.abtus-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 682px;
    height: 782px;
    background-color: #fbf3f3;
    border-top-right-radius: 74px;
    border-bottom-left-radius: 74px;
    border-bottom-right-radius: 74px;
    z-index: -1;
}
.abtus-shape-2 {
    position: absolute;
    top: 0;
    left: 105px;
    opacity: .50;
    z-index: -1;
}
.float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes float-bob-x{
  0% {
    transform: translateX(-30px);
}
50% {
    transform: translateX(-10px);
}
100% {
    transform: translateX(-30px);
}
}
.abtus-shape-3 {
    position: absolute;
    top: -325px;
    left: -325px;
    height: 650px;
    width: 650px;
    background-color: var(--color-white);
    border-radius: 50%;
    z-index: -1;
}
.abtus-left-wrap {
    position: relative;
    display: block;
    margin-left: 100px;
}
.abtus-img {
    position: relative;
    display: block;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
    z-index: 1;
}
.abtus-img:before {
    position: absolute;
    bottom: -30px;
    left: -30px;
    height: 186px;
    width: 180px;
    content: "";
    background-color: var(--primary-color);
    border-top-right-radius: 52px;
    border-top-left-radius: 52px;
    border-bottom-right-radius: 52px;
    z-index: -1;
}
.abtus-img img {
    width: 100%;
    border-top-left-radius: 78px;
    border-bottom-left-radius: 78px;
    border-bottom-right-radius: 78px;
}
.abtus-features {
    position: relative;
    display: block;
    margin-top: 25px;
    margin-bottom: 43px;
}
.abtus-features li {
    position: relative;
    display: flex;
    column-gap: 30px;
    border-bottom: 1px solid #e2ddda;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.abtus-features li .icon{
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: #f2eeeb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 500ms;
}
.abtus-features li:hover .icon{
   background-color: var(--primary-color);
}
.abtus-features li .icon img{
    height: 25px;
    width: auto;
}
.abtus-features li:hover .icon img{
    filter: invert(1) brightness(30);
}
.abtus-features li .text h4{
    color: #3c3531;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 13px;
}
.abtus-features li .text p{
    margin: 0;
}

/* Section Title */
.section-title{
    position: relative;
    margin-bottom: 40px;
    z-index: 1;
}
.section-title h5{
    position: relative;
    display: inline-block;
    color:  #e42a2a;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 3.2px;
}
.section-title h1{
    color: #000;
    margin: 1px 0px 0px;
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    margin-bottom: 0;
}
.section-title-line{
    position: absolute;
    bottom: -11px;
    left: 0px;
}
.section-title-line::before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 2px;
    width: 40px;
    content: "";
    background-color: var(--primary-color);
}
.section-title-line::after {
    position: absolute;
    bottom: 0px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: #3c3531;
}
.section-title.text-center .section-title-line{
    /* left: 50%; */
    left: 46%;
    transform: translateX(-50%);
}
.section-title.text-center .section-title-line.white::before{
    background-color: var(--color-white);
}
.section-title.text-center .section-title-line.white::after{
    background-color: var(--color-white);
}
.main-con p{
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.section-padding{
    padding: 70px 0;
}
/* Features */
.features-section{
    margin-bottom: 80px;
}
.features-section .features-wrapper{
    position: relative;
    display: block;
    background-color: var(--color-white);
    padding: 50px 80px 17px;
    border-radius: 0 52px 0 52px;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 10px 60px 0px;
}
.features-wrap-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; 
  padding: 0;
  margin: 0;
  list-style: none;
}
.features-wrap-ul li {
  text-align: center;
  flex: 1 1 calc(20% - 20px); 
  margin-bottom: 30px;
}
.feature-avatar{
     position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #e42a2a;
    border-radius: 50%;
    z-index: 1;
}
.feature-avatar::before {
    position: absolute;
    inset: 0px;
    content: "";
    border-radius: 50%;
    background-color: var(--secondary-color);
    transform: scale(0);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.features-wrap-ul li:hover .feature-avatar::before {
    transform: scaleX(1);
}
.feature-avatar img{
    height: 62px;
    width: auto;
    transition: 0.3s;
}
.features-wrap-ul li:hover .feature-avatar img{
  transform: scale(0.9);
}
.feature-title {
    color: #3c3531;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 12px;
    margin-bottom: 0;
}
/* Product Section */
.product-section{
    position: relative;
    display: block;
   padding: 70px 0 70px;
   margin-top: 0;
   z-index: 1;
}
.product-bg-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 1;
}
.product-bg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/bg/product-bg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-color:  #3c3531;
    mix-blend-mode: luminosity;
    opacity: .08;
    z-index: 1;
}
.product-card-bg-box {
    position: absolute;
    top: 55%;
    bottom: 0;
    left: 0;
    right: 0;
    max-height: 100%;
    background-color: #f2eeeb;
    z-index: 1;
}
.product-card-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    mix-blend-mode: luminosity;
    opacity: .15;
}
/* Card */
.product-wrapper{
    position: relative;
    z-index: 2;
}
.product-card{
    background-color: var(--color-white);
    border: none !important;
    position: relative;
  overflow: hidden;
  box-shadow: 0px 8px 24px rgba(167, 124, 106, 0.2) !important;
}
.product-card .card-img-top{
    height: 400px;
    width: 100%;
    transition: all 0.4s ease;
    object-fit: cover;
}
.pro-img-wrap{
    position: relative;
    overflow: hidden;
}
.pro-img-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(239, 36, 48, 0.4); 
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.product-card:hover img {
  filter: blur(3px);
  transform: scale(1.05); 
}
.product-card:hover .pro-img-wrap::after {
  opacity: 1;
}
.pro-card-info{
    padding: 25px 20px;
}
.pro-card-info .pro-title, .pro-card-info .pro-title a{
    color: var(--color-dark);
    font-size: 22px;
    text-align: center;
    margin-bottom: 0;
    transition: 0.3s ease;
}
.pro-card-info .pro-title:hover, .pro-card-info .pro-title a:hover{
    color: var(--primary-color);
    transition:color 0.3s ease;
}
/* Why Choose Us */
.WCU-wid-wrap {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px 70px 5px 70px;
}

.WCU-wid-wrap img {
  height: 100%;
  width: 100%;
  border-radius: 2px 78px 2px 78px;
  transition: transform 0.6s ease;
}

.WCU-wid-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  transform: skewX(-25deg);
}

.WCU-wid-wrap:hover img {
  transform: scale(1.05); /* slight zoom effect */
}

.WCU-wid-wrap:hover::after {
  left: 120%;
  transition: left 0.8s ease;
}
.WCU-card{
    background: var(--color-white);
    padding: 25px;
   box-shadow: rgba(239, 36, 48, 0.3) 0px 0px 8px 0px,
            rgba(239, 36, 48, 0.2) 0px 0px 4px 0px;
            border-radius: 0 35px 0 35px;
            margin-bottom: 30px;
}
.WCU-wrap{
    display: flex;
    column-gap: 15px;
}
.WCU-avatar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    background-color: #e42a2a;
    border-radius: 50%;
    z-index: 1;
}
.WCU-avatar img {
    height: 62px;
    width: auto;
    transition: 0.3s;
}
.WCU-avatar::before {
    position: absolute;
    inset: 0px;
    content: "";
    border-radius: 50%;
    background-color: var(--secondary-color);
    transform: scale(0);
    transform-origin: center center;
    transform-style: preserve-3d;
    transition: 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
    z-index: -1;
}
.WCU-card:hover .WCU-avatar::before {
    transform: scaleX(1);
}
.WCU-card:hover .WCU-avatar img {
    transform: scale(0.9);
}
.WCU-finfo h4{
    font-size: 22px;
    line-height: 28px;
    font-weight: 600;
    color: var(--color-dark);
    margin-bottom: 13px;
}
.WCU-finfo p{
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 0;
}
/* Counter Section */
.counter-section {
    position: relative;
    display: block;
    padding: 72px 0;
    background-color: var(--primary-color);
    z-index: 1;
}
.counter-bg {
    background-image: url('../img/bg/counter-bg.jpg');
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
}
.counter-box{
    display: flex;
    align-items: center;
    column-gap: 20px;
}
.counter-box .counter-icon img {
    height: 65px;
    width: auto;
    filter: invert(1) brightness(30);
}
.counter-con-wrap h4{
    color: var(--color-white);
    font-size: 48px;
    font-weight: 500;
    line-height: 55px;
    margin-bottom: 10px;
}
.counter-con-wrap h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #f5dadb;
    margin-bottom: 0;
}
/* Testimonial Section */
.testimonial-section {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 70px 0 70px;
    background-color: #f2eeeb;
    z-index: 1;
}
.testimonial-section::before{
    content: '';
    position: absolute;
    overflow: hidden;
    background-image: url('../img/bg/testimonial-bg.jpg');
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
     opacity: .15;
    z-index: -1;
}
/* .testimonial-bg{
    background-image: url('../img/bg/testimonial-bg.jpg');
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: .15;
    z-index: -1;
} */
.testimonial-box{
    padding: 50px 0;
}
.testimonial-item{
    position: relative;
    display: block;
    background-color: white;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
    padding: 50px 40px 40px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    transition: all 500ms ease;
    transform: translateY(0);
}
.testimonial-item:hover{
    transform: translateY(-10px);
}
.testi-quote {
    height: 57px;
    width: 57px;
    background-color: #e9ddde;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: var(--primary-color);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: absolute;
    top: -30px;
    left: 40px;
    transition: all 500ms ease;
}
.testimonial-item:hover .testi-quote {
    background-color: var(--primary-color);
}
.testi-quote img{
    height: 24px;
    width: auto;
}
.testimonial-item:hover .testi-quote img{
    filter: invert(1) brightness(90);
}
.testimonial-item .testi-text{
    color: #000	;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}
.testi-client-info {
    position: relative;
    display: flex;
    align-items: center;
    border-top: 1px solid #e2ddda;
    padding-top: 30px;
    margin-top: 24px;
}
.testi-avatar img{
    display: block;
    height: 78px;
    width: auto;
    border-radius: 50%;
}
.tclient-info{
    margin-left: 20px;
}
.tclient-info h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 10px;
    color: var(--primary-color);
}
.tclient-info p{
    font-size: 12px;
    color: #a47c68;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.2em;
    line-height: 12px;
    margin-bottom: 0;
}
.testimonial-slider .slick-slide {
  padding: 35px 15px 0 15px;   
}
.testimonial-slider .testimonial-item{
    margin-top: 30px;
}
.testimonial-slider .testimonial-item:first-child{
    box-shadow: none !important;
}
.testimonial-slider .slick-list {
  margin: 0 -15px;   
}
/* Contact Section */
.ctc-section{
    position: relative;
    display: block;
    padding: 70px 0 0;
    z-index: 1;
}
.ctc-left-area{
    position: relative;
    display: block;
}
.ctc-form-wrapper {
    position: relative;
    display: block;
    padding: 49px;
    border: 1px solid #e2ddda;
    background-color: #ffffff;
}
.ctc-form-wrapper .form-group{
    margin-bottom: 25px;
}
.ctc-form-wrapper .form-control {
    border: none;
    outline: none;
    border-radius: 0 !important;
    background-color: #f2eeeb !important;
    font-size: 14px;
    color: #8b827d;
    font-weight: 400;
}
.ctc-form-wrapper .form-control:focus{
   box-shadow: none !important;
}
.ctc-form-wrapper .form-control.ff{
   height: 60px;
    padding: 0 30px 0;
}
.ctc-form-wrapper .form-control::placeholder{
    font-size: 14px;
    color: #8b827d;
    font-weight: 400;
}
.ctc-form-wrapper textarea.form-control{
    padding: 20px 30px;
}
.ctc-right-area{
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
    background-color:var(--secondary-color);
    padding: 62px 60px 50px;
}
.ctc-right-area::before{
    content: '';
    position: absolute;
    background-image: url('../img/shape/ctc-shape.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 0.05;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.ctc-right-area .ctc-info{
    position: relative;
    display: block;
}
.ctc-info-box{
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.ctc-info-box p{
    font-size: 18px;
    color: #c1b8b3;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 3px;
}
.ctc-info-box h5{
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #ffffff;
}
.ctc-info-box h5 a{
    color: var(--color-white);
    transition: all 500ms ease;
}
.ctc-info-box h5 a:hover{
    color: #a47c68;
}
.ctc-social-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 35px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 42px;
}
.ctc-social-wrap a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    background-color: var(--primary-color);
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 1;
}
.ctc-social-wrap a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color:  #ffffff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.ctc-social-wrap a i{
    font: 15px;
}
.ctc-social-wrap a:hover:after {
    opacity: 1;
    transform: scaleY(1);
}
.ctc-social-wrap a:hover i{
    color: var(--secondary-color);
}
.google-map-section{
    position: relative;
    display: block;
    background-color: #f2eeeb;
    margin-top: -60px;
}
.google-map-frame{
    position: relative;
    display: block;
    border: none;
    height: 515px;
    width: 100%;
    mix-blend-mode: luminosity;
}
/* Footer */
.site-footer {
    position: relative;
    display: block;
    background-color: #3c3531;
    z-index: 1;
}
.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    filter: brightness(0) contrast(1.2);
    bottom: 0;
    right: 0;
    background-image: url('../img/bg/footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}
.footer-top{
    padding: 80px 0 40px;
    position: relative;
    display: block;
}
.footer-logo{
    padding-bottom: 22px;
}
.footer-logo img{
    max-width: 230px;
    border-radius: 10px;
}
.footer-desc{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
    font-weight: 400;
}
.site-footer-social {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}
.site-footer-social a {
    position: relative;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color:#ffffff;
    font-size: 15px;
    background-color: #181616;
    border-radius: 50%;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 1;
}
.site-footer-social a:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-color: #ffffff;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .4s;
    transition-property: all;
    opacity: 1;
    transform-origin: top;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: -1;
}
.site-footer-social a i{
    font-size: 15px;
    color: var(--color-white);
}
.site-footer-social a:hover:after {
    opacity: 1;
    transform: scaleY(1);
}
.site-footer-social a:hover i {
    color: var(--primary-color);
}
.footer-title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 32px;
}
.footer-title:before {
    position: absolute;
    bottom: -9px;
    left: 0;
    height: 2px;
    width: 40px;
    content: "";
    background-color: var(--primary-color);
}
.footer-title:after {
    position: absolute;
    bottom: -9px;
    left: 45px;
    height: 2px;
    width: 4px;
    content: "";
    background-color: #ffffff;
}
.footer-link-list {
    position: relative;
    display: block;
}
.footer-link-list li a {
    position: relative;
    display: inline-block;
    font-size: 15px;
    color: var(--color-white);
    padding-left: 20px;
    padding-bottom: 7px;
    line-height: 30px;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-link-list li a:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    color: #c1b8b3;
    font-weight: 900;
    font-size: 12px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.footer-link-list li a:hover {
    
    color: #c1b8b3;
}
.footer-link-list li a:hover:before {
    color: var(--color-white);
}
.footer-contact-list {
    position: relative;
    display: block;
    margin-top: 10px;
}
.footer-contact-list li {
    position: relative;
    display: flex;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
    padding-bottom: 9px;
}
.footer-contact-list li .icon {
    height: 50px;
    width: 50px;
    background-color: #181616;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 500ms ease;
}
.footer-contact-list li:hover .icon {
    background-color: var(--color-white);
}
.footer-contact-list .icon i{
    font-size: 22px;
    color: var(--primary-color);
}
.footer-contact-list li .text {
    margin-left: 15px;
    position: relative;
    top: -1px;
}
.footer-contact-list li .text h5 {
    font-size: 14px;
    color: #c1b8b3;
    font-weight: 400;
    line-height: 14px;
    margin: 0;
}
.footer-contact-list li .text p {
    font-size: 16px;
    font-weight: 500;
    color: var(--color-white);
    padding-top: 4px;
}
.footer-contact-list li .text p a {
    color: var(--color-white);
    transition: all 500ms ease;
}
.footer-contact-list li .text p a:hover {
    color: #c1b8b3;
}
.footer-bottom {
    position: relative;
    display: block;
    background-color: #080808;
    padding: 15px 0;
}
.copyright-text, .credit-text{
    color: #c2b9b4 !important;
    font-size: 15px;
    color: var(--color-white);
    line-height: 30px;
    font-weight: 400;
}
.copyright-text .brand-text{
    color: var(--primary-color);
    font-weight: 500;
}
.credit-text a{
    color: #0091BF !important;
    font-weight: 500;
}
/* breadcrumb */
.page-header {
    position: relative;
    display: block;
    padding: 60px 0;
    z-index: 1;
}
.page-header-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/bg/breadcrumb-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}
.page-header-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(to right, rgb(0 0 0 / 92%) 0%, rgba(0, 0, 0, 0) 100%);
}
.page-header-inner {
    position: relative;
    display: block;
    z-index: 15;
}
.thm-breadcrumb {
    position: relative;
    display: block;
}
.thm-breadcrumb li {
    position: relative;
    display: inline-block;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li a {
    position: relative;
    display: inline-block;
    color: var(--color-white);
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.thm-breadcrumb li+li {
    margin-left: 10px;
}
.thm-breadcrumb li.active{
    color: var(--primary-color);
}
.breadcrumb-title {
    font-size: 40px;
    color: var(--color-white);
    font-family: var(--secondary-font) !important;
    font-weight: 800;
    line-height: 50px;
    margin-top: 25px;
    margin-bottom: 0;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3);
}
.prodet-wid-wrap{
    position: relative;
    overflow: hidden;
    /* display: inline-block; */
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
}
.prodet-wid-wrap img{
    height: 650px;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    border-bottom-left-radius: 80px;
    display: block;
    transition: transform 0.5s ease;
}
.prodet-wid-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
}
.prodet-wid-wrap:hover::before {
  animation: shine 1s ease forwards;
}

@keyframes shine {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
    border-color: var(--primary-color) !important;
    outline: 3px solid var(--color-white) !important;
}
/* Gallery */
.GR-gallery{
    border: 10px solid var(--color-white);
    box-shadow: 0 8px 20px rgba(239, 36, 48, 0.25), 0 2px 6px rgba(239, 36, 48, 0.15);
    margin-bottom: 25px;
}
.gallery-card {
    position: relative;
    display: block;
}
.gallery-img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.gallery-img:before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    content: "";
    background-color: rgba(20, 20, 20, 0.85);
    transition: all 700ms ease;
    transform: translateY(-102%);
    z-index: 1;
    pointer-events: none;
}
.gallery-card:hover .gallery-img:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-img img {
    height: 380px;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: transform 500ms ease;
}
.gallery-card:hover .gallery-img img {
    transform: scale(1.05);
}
.gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-50%, 100px); /* fix: center X and animate from bottom */
    opacity: 0;
    transition: all 700ms ease;
    z-index: 2;
}
.gallery-card:hover .gallery-icon {
    transform: translate(-50%, -50%); 
    opacity: 1;
}
.gallery-icon i {
    font-size: 22px;
    color: var(--color-white);
}
/* Contact */
.contus-card {
    height: 100%;
    padding: 40px 20px;
    border: 3px solid var(--primary-color);
    text-align: center;
    margin-bottom: 30px;
  box-shadow: rgba(239, 36, 48, 0.1) -4px 9px 25px -6px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contus-icon-wrap{
    display: flex;
    justify-content: center;
}
.contus-card .contus-icon{
    width: 65px;
    height: 65px;
    background-color: var(--primary-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.6s ease-in-out;
}
.contus-card .contus-icon i{
    color: var(--color-white);
    font-size: 30px;
}
.contus-card:hover .contus-icon{
    background-color: var(--secondary-color);
}
.contus-card .contus-info{
    margin-top: 30px;
}
.contus-card .contus-info h5 {
    color: var(--color-dark);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.contus-card .contus-info p, .contus-card .contus-info a{
    color: var(--color-dark);
    font-size: 17px;
    line-height: 26px;
    transition: 0.3s ease;
    margin-bottom: 0;
}
.contus-card .contus-info p span{
    font-size: 17px;
    color: var(--primary-color);
    padding-bottom: 2px;
}
.contus-card .contus-info a:hover{
    color: var(--primary-color) !important;
    transition:color 0.3s ease;
}
.contus-wid-wrap img{
     border-radius: 2px 78px 2px 78px;
}
.contus-form-container{
    background-color: var(--color-white);
    padding:42px 30px;
    /* border-radius: 15px; */
    box-shadow: rgba(239, 36, 48, 0.08) 0px 4px 12px;
}
.contus-form-head{
    position: relative;
    z-index: 1;
    margin-bottom: 45px;
}
.contus-form-head .contus-form-title{
   color: var(--color-dark);
   font-size: 29px;
   font-weight: 600;
   margin-bottom: 20px;
}
.contus-form-wrapper .form-group{
    margin-bottom: 25px;
}
.contus-form-wrapper .form-control, .contus-form-wrapper .form-select{
    border-radius: 0 !important;
}
.contus-form-wrapper .form-control:focus, .contus-form-wrapper .form-select:focus{
   border-color: var(--primary-color);
   box-shadow: 0 0 0 .25rem rgb(239 36 48 / 8%) !important;
}
.contus-form-wrapper .form-control.ff, .contus-form-wrapper .form-select{
   height: 55px;
}
.contus-form-wrapper .form-control::placeholder, .contus-form-wrapper .form-select::placeholder{
    color: #635e5f !important;
}
.contus-form-wrapper .form-select:invalid {
    color: #635e5f;
}
.contus-form-wrapper .form-select option {
    color: #000; /* normal option color */
}
.contus-submit-action{
    margin-top: 5px;
}
/* Product Details */
.cmfac-card {
    border: none !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px !important;
    padding: 0;
    border-radius: 0 !important;
    margin-bottom: 30px;
}
.cmfac-card .cmfac-header {
    padding: 17px;
    padding-left: 25px;
    border-bottom: 1px solid #efefef;
}
.cmfac-card .card-body{
    padding: 25px !important;
}
.cmfac-card .cmfac-header .card-heading {
    position: relative;
    font-size: 27px;
    padding-left: 25px;
    font-weight: 600;
    color: #1a0a05;
}
.cmfac-card .cmfac-header .card-heading::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 110%;
    width: 10px;
    background-color: var(--primary-color);
}
.cmfac-wid-wrap {
  height: 415px;
  width: 100%;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.cmfac-wid-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 3px; /* thickness of border */
  background: linear-gradient(90deg, #EF2430, #ff6b6b, #EF2430);
  background-size: 300% 300%;
  animation: cmfacBorder 3s linear infinite;
  pointer-events: none;
  z-index: 3;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow: 0 0 10px 2px #EF2430, 0 0 20px 6px rgba(239, 36, 48, 0.6);
}
@keyframes cmfacBorder {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.cmfac-wid-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: transform 0.6s ease, opacity 0.6s ease;
}
.cmfac-wid-wrap.multiple .secondary-img {
    object-fit: cover !important;
}
.cmfac-wid-wrap:hover img {
    transform: scale(1.1);
}
.cmfac-wid-wrap .secondary-img {
  transform: translateX(100%);
  opacity: 0;
}
.cmfac-wid-wrap.multiple:hover .primary-img {
  transform: translateX(-100%);
  opacity: 0;
}
.cmfac-wid-wrap.multiple:hover .secondary-img {
  transform: translateX(0);
  opacity: 1;
}
.cmfac-wid-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background-color: #ef243267; 
    z-index: 1;
    transition: height 0.4s ease;
}
.cmfac-wid-wrap:hover::before {
    height: 100%;
}
.view-icon-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--color-white);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, 30px) scale(0.8);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 2;
    color: white;
    font-size: 24px;
    outline: 2px dashed var(--color-white);
    outline-offset: 4px;
}
.view-icon-wrap i {
    font-size: 25px;
    color: var(--primary-color);
}
.cmfac-wid-wrap:hover .view-icon-wrap {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}
.facinn-head{
    position: relative;
    overflow: hidden;
    width: fit-content;
    font-size: 20px;
    font-weight: 700;
    color: var(--color-dark);
    padding-bottom: 12px;
}
.facinn-head::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 30%;
    border-radius: 10px;
    background-color: var(--color-dark);
}
.innfac-table.border-primary {
    border-color: var(--primary-color) !important;
}
.innfac-table .thead-row th {
    background-color: var(--primary-color);
    color: var(--color-white) !important;
    font-size: 17px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.innfac-table td{
    text-align: center;
    /* font-weight: 500; */
}
.innfac-table td.td-key {
    color: #220406 !important;
    font-weight: 500;
}
.innfac-table.table-hover>tbody>tr:hover>* {
    --bs-table-bg-state: rgb(251 27 53 / 8%) !important;
}
/* Go To Top */
.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  cursor: pointer;
  z-index: 999;
}
.go-to-top img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: #fff;
  padding: 2px;
  box-shadow: 0 4px 6px rgba(239, 36, 48, 0.2);
  transition: 0.3s;
  animation: floatUpDown 2.5s ease-in-out infinite;
}
@keyframes floatUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.go-to-top img:hover {
  transform: scale(1.1) translateY(-5px);
}
.custom-tooltip {
  --bs-tooltip-bg: var(--primary-color) !important;
  --bs-tooltip-color: var(--color-white) !important;
}
.inner-pages .product-card{
    margin-bottom: 25px !important;
}
.exfeat-table thead th{
    background-color: var(--primary-color) !important;
}
.exfeat-table td{
    text-align: center !important;
}
.exfeat-table table, .exfeat-table td, .exfeat-table th, .exfeat-table tbody{
    border: 1px solid var(--primary-color);
}
.inner-lg-heading {
    font-size: 32px;
    color: var(--primary-color);
    font-weight: 500;
    margin-bottom: 23px;
}
.inner-md-heading {
    margin-top: 20px;
    position: relative;
    padding-left: 20px;
    font-size: 24px;
    color: var(--color-dark);
    font-weight: 600;
    margin-bottom: 17px;
}
.inner-md-heading::before {
    position: absolute;
    content: '';
    display: inline-block;
    left: 0;
    top: 0;
    height: 100%;
    width: 8px;
    background-color: var(--primary-color);
}
.prodet-list.style1 li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 15px;
}
.prodet-list.style1 li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    background-image: url('../img/icons/right-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
}
.highlight-li{
    font-weight: 600 !important;
    color: var(--secondary-color);
}
.innerp-sm-heading {
    color: #35040a;
    margin-top: 7px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}
.CtOwN-label {
    position: relative;
    display: inline-flex;
    align-items: center;
    background-color: #f3f0f0;
    border-left: 5px solid var(--primary-color);
    padding: 8px 14px;
    border-radius: 6px;
    color: #271239;
    margin-top: 20px;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 0 12px rgba(239, 36, 48, 0.35);
}
.CtOwN-label::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 6px;
    border: 2px solid transparent;
    background: linear-gradient(90deg, 
        transparent,
        #EF2430,
        transparent
    ) border-box;
    -webkit-mask:
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;

    animation: border-run 2s linear infinite;
    pointer-events: none;
}

@keyframes border-run {
    0% {
        background-position: 0% 0;
    }
    100% {
        background-position: 200% 0;
    }
}
.label-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--primary-color);
}
.label-value {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    color: #271239;
}
.prointro-wrapper{
    max-height: 500px;
    margin-bottom: 30px;
}
.prointro-img-wrap {
    position: relative;
    overflow: hidden;
    height: 100%;
}
.prointro-img-wrap .ico-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.4);
    height: 65px;
    width: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease;
}
.prointro-img-wrap:hover .ico-wrap {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}

.prointro-img-wrap .ico-wrap i {
    font-size: 28px;
    color: var(--color-white);
}

.prointro-img-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.15) 50%,
        rgba(255, 255, 255, 0) 100%
    );
    filter: blur(3px);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
    z-index: 2;
}
.prointro-img-wrap:hover::before {
    left: 160%;
}
.prointro-img-wrap img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    max-width: 100%;
}
.prointro-video-wrap {
    position: relative;
    height: 100%;
    max-height: 500px;
    width: 100%;
    background: #FFF;
    /* background: #c9c4c4; */
    overflow: hidden;
}
.pro-video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
}
video::-webkit-media-controls-fullscreen-button {
    display: block !important;
}






