@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Outfit:wght@100..900&display=swap');

    * {
        padding: 0;
        margin: 0;
        box-sizing: border-box;
    }
    :root {
        --primary-font: "Figtree", sans-serif;
        --secondary-font: "Outfit", sans-serif;
        --primary-color:#FA122A;
        --secondary-color:#00B857;
        --yellow-color:#F8F54B;
        --color-white:#FFF;
        --color-dark:#000;
        --color-grey:#6C6D70;
      }
      ::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: var(--color-dark);
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
      }
    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;
    }
    .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;
    }
    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: 175px;
    }
    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;
    }
    .cta-top-btn{
        color: var(--color-white);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 100px;
    background: var(--primary-color);
    padding: 15px 12px;
    margin: 0 8px 0 0;
    position: relative;
    z-index: 1;
    }
    .cta-top-btn::after{
        position: absolute;
        content: "";
        height: 100%;
        left: 50%;
        top: 0;
        transition: all 0.4s;
        width: 10px;
        background: var(--secondary-color);
        border-radius: 50px;
        z-index: -1;
        visibility: hidden;
        opacity: 0;
    }
    .cta-top-btn img{
       filter: brightness(0) invert(1);
        width: 20px;
        margin: 0 4px 0 0;
    }
    .cta-top-btn:hover{
       color: var(--color-white);
    transition: all 0.4s;
    }
    .cta-top-btn:hover img{
       filter: brightness(0) invert(1);
    transition: all 0.4s;
    }
.cta-top-btn:hover::after{
       width: 100%;
    left: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
}
.site-btn {
   color: var(--color-white);
   font-family: var(--primary-font);
   font-size: 16px;
   line-height: 16px;
   letter-spacing: -0.16px;
   outline: none;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50px;
    background: var(--primary-color);
   box-shadow: 0px 4px 15px 0px rgba(250, 18, 42, 0.2);
    padding: 14px 16px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.site-btn::after {
    position: absolute;
    content: "";
    height: 100%;
    left: 50%;
    top: 0;
    transition: all 0.4s;
    width: 10px;
    background: var(--secondary-color);
    border-radius: 50px;
    z-index: -1;
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
}
.site-btn img {
    display: inline !important;
    height: 22px;
    margin-left: 10px;
    transition: all 0.4s;
}
.site-btn:hover {
    color: var(--color-white);
    transition: all 0.4s;
    transform: translateY(-5px);
    border-radius: 50px;
    box-shadow: 0px 4px 15px 0px rgba(0, 184, 87, 0.2);
}
.site-btn:hover img {
    transform: rotate(45deg);
    transition: all 0.4s;
}
.site-btn:hover::after {
    width: 100%;
    width: 100%;
    left: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    border-radius: 50px;
}
a.nav-link {
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 500;
    color: #2f2b2b;
    letter-spacing: 0.3px;
    margin: 0 10px;
    letter-spacing: 0.2px;
}
  
    /* .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%);
    top: 0;
    left: 0;
} */
 .bs-con {
    position: absolute;
    top: 85%;
    transform: translateY(-50%);
    text-align: left;
    border-radius: 35px;
    border: 4px solid #00bb62;
    border-top-color: #f0f967;
    border-bottom-color: #f0f967;
    border-right-color: #ff0030;
    padding: 15px 25px;
    background-color: #12010594;
}
.bs-con h1 {
    position: relative;
    display: block;
    color: #fff;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 25px;
    line-height: 36px;
    font-weight: 900;
    margin-bottom: 0;
    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: #fff;
    margin-bottom: 30px;
    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: 10px;
    }
      .bs-slider .slick-prev, .bs-slider .slick-next {
    width: 50px !important;
    height: 50px !important;
    opacity: 1;
    background-color: var(--primary-color);
    border-radius: 50%;
    transform: scale(0) !important;
    transition: all 0.3s ease-in-out;
}
.bs-slider:hover .slick-prev, .bs-slider:hover .slick-next{
    transform: scale(1) !important;
    transition: transform 0.3s ease-in-out;
}
.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;
}
   .ser-widget-swiper .slick-dots li button{
     background-color: #FFF !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;
    }
    .slick-dots li {
        width: 22px !important;
        height: 22px !important;
        margin: 0 6px !important;
    }
    .slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-dots li.slick-active button:before {
        opacity: 1 !important;
    }
    .slick-dots {
        bottom: 40px !important;
    }
    .slick-prev {
        left: 40px !important;
        z-index: 1;
    }
    .slick-next {
        right: 40px !important;
        transform: translate(0,-50%) rotate(180deg) !important;
    }
    .slick-next:before, .slick-prev:before {
        display: none;
    }
    .slick-next, .slick-prev {
        /* background-image: url(../../assets/img/la.png) !important; */
        width: 40px !important;
        height: 40px !important;
        background-size: 40px !important;
        opacity: 0.6;
    }
    .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(40px);
  }
  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: 185px;
}
.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(82 119 169);
}
.header-dropdown .dropdown-menu li:first-child{
    border-radius: 20px 20px 0 0 !important;
}
.header-dropdown .dropdown-menu li a{
    font-size: 14px;
    padding: 8px 20px;
    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:hover a {
    background-color: #818c9b4d;
    color: var(--primary-color);
    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='%23FA122A' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.5' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
.navbar-toggler {
    border: 2px solid var(--secondary-color) !important;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem #0ec36426 !important;
}
.banner-shape{
    display: none !important;
    position: absolute;
    z-index: -1;
    height: 500px;
    width: 500px;
    max-width: 600px;
    max-height: 600px;
    top: -90px;
    left: -105px;
    opacity: 0.5;
    animation-name: bs-shape-animation;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes bs-shape-animation{
    0% {
    transform: rotate(0);
   }
    100% {
        transform: rotate(-1000deg);
    }
}
.main-header {
    position: relative;
    z-index: 999;
    padding: 5px 0;
    /* border-bottom: 1px solid #ffffff1c; */
    background: #FFF;
}
/* Section Title */
.section-title{
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.section-title h5{
    color: var(--primary-color);
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    display: inline-block;
    transition: all 0.4s;
    border-radius: 50px;
    background:#f5dadc80;
    box-shadow: 0px 3px 8px 0px rgba(250, 18, 42, 0.05);
    padding: 8px 16px;
    margin-bottom: 24px;
}
.section-title h5 span{
    display: inline-block;
    transition: all 0.4s;
    color: #C4BAE8;
    margin: 0 6px;
}
.section-title h5 img {
    padding-left: 5px;
    width: 18px;
}
.section-title h1{
    color: var(--color-dark);
    font-family: var(--primary-font);
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 63px;
    display: inline-block;
    transition: all 0.4s;
}
.section-title h1 span{
    color: var(--secondary-color) !important;
}
.main-con p{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}
.section-padding{
    padding: 70px 0;
}
/* About us */
.abtus-wid-wrap{
    position: relative;
    z-index: 1;
    left: -50px;
}
.image-anime {
    position: relative;
    overflow: hidden;
}
.image-anime:after {
    content: "";
    position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.image-anime:hover:after {
    height: 250%;
    transition: all 600ms linear;
    background-color: transparent;
}
.abtus-wid-wrap .img-1 img {
    height: 750px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}
.abtus-wid-wrap .img-2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    z-index: -1;
    animation-name: rotate-animate;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: 
cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes rotate-animate{
   0% {
    transform: rotate(0);
}
100% {
    transform: rotate(-1000deg);
}
}
.counter-box-area{
    margin-top: 30px;
}
.counter-box-area h2{
    color: #260209;
    font-family: var(--primary-font);
    font-size: 56px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 12px;
}
.counter-box-area p {
    color: var(--color-dark);
    font-family: var(--primary-font);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: -0.4px;
}
/* Marquee section */
.marquee-wrap{
  background-color: var(--secondary-color);
  width: 100%;
  position: relative;
}
.marquee-wrap .marquee-text{
    animation: marquee 30s 
linear infinite;
    position: relative;
    width: 100%;
    white-space: nowrap;
    padding: 34px 0 28px 0;
}
@keyframes marquee{
    0% {
    transform: translateX(0);
}
100% {
    transform: translatex(-100%);
}
}
.marquee-wrap .marquee-text .brand-single-box {
    display: inline-block;
}
.marquee-wrap h3 {
    color: var(--color-white);
    font-family: var(--primary-font);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.marquee-wrap h3 img {
    margin: -10px 8px 0 16px;
    filter: brightness(0) invert(1);
}
/* Product Section */
.product-section{
    position: relative;
}
.product-slider .product-item {
  padding: 0 10px; 
  box-sizing: border-box;
}
.product-slider .slick-list {
  margin: 0 -15px; 
}
.product-card {
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 24px 20px;
  background: #FFF2F4; /* inner bg */
  overflow: hidden;
}

/* Gradient border hidden by default */
.product-card::before {
  content: "";
  position: absolute;
  inset: 0; /* full cover */
  padding: 2px; /* border thickness */
  border-radius: inherit;
  background: linear-gradient(90deg, #00B857, #FA122A, #00B857);
  background-size: 200% 200%;
  animation: borderMove 4s linear infinite;
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s ease;
}

/* Show gradient border only on hover */
.product-card:hover::before {
  opacity: 1;
}

@keyframes borderMove {
  0%   { background-position: 0% 50%; }
  100% { background-position: 200% 50%; }
}

.prod-img-wrap{
    background-color: var(--color-white);
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 350px;
    width: 100%;
    padding: 25px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.4s;
    margin-bottom: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.prod-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 8px;
    transition: all 0.4s;
}
.product-card:hover img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.product-card:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.product-card ul{
    margin: 0;
    padding: 0;
}
.product-card .star li {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 4px;
    background: var(--color-white);
    font-size: 14px;
    color: #FFA800;
}
.product-card .title{
    margin: 12px 0;
    margin-bottom: 0;
    color: #140406;
    font-family: var(--primary-font);
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    display: inline-block;
    transition: all 0.4s;
}
.product-card .title:hover{
    color: var(--primary-color);
    transition: color 0.4s ease;
}
.product-card .prod-desc{
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding-top: 8px;
    margin-bottom: 0;
}
.prod-slick-buttons .prev-btn, .prod-slick-buttons .next-btn{
    position: relative;
    z-index: 2;
    height: 56px;
    width: 56px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #06030e;
    transition: all 0.4s ease;
    border: none !important;
}
.prod-slick-buttons .prev-btn i, .prod-slick-buttons .next-btn i{
  font-size: 20px;
  color: var(--color-white);
}
.prod-slick-buttons .prev-btn:hover, .prod-slick-buttons .next-btn:hover{
    transition:background-color 0.4s ease;
}
.prod-slick-buttons .prev-btn:hover{
   background-color: var(--secondary-color);
}
.prod-slick-buttons .next-btn:hover{
   background-color: var(--primary-color);
}
/* why Choose Us */
.bg-pattern1{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.bg-pattern1::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: url('../img/shape/pro-shape.png');
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.why-choose-us{
    background-color: #00b85721;
}
.WCU-main-box{
    position: relative;
    z-index: 1;
}
.WCU-main-box .icon-box{
    height: 130px;
    width: 130px;
    border-radius: 50%;
    display: inline-block;
    background: var(--color-white);
    line-height: 130px;
    text-align: center;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    margin-left: -75px;
    margin-top: -85px;
    box-shadow: 0px 7px 29px 0px rgba(0, 184, 87, 0.18);
}
.WCU-main-box .icon-box img{
    height: 80px;
    position: relative;
    animation-name: rotate-animate;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: 
cubic-bezier(0.59, 0.59, 1, 1);
}
.WCU-col{
    margin-bottom: 25px;
}
.WCU-card{
    position: relative;
    background: #FFF;
    padding: 32px;
    height: 100% !important;
    border-radius: 8px;
    transition: all 0.4s;
    margin-bottom: 30px;
    box-shadow: rgba(0, 184, 87, 0.2) 0px 8px 24px;
}
.WCU-card:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}
.WCU-wrap{
    display: flex;
    column-gap: 20px;
}
.WCU-icon-avatar {
    height: 80px;
    width: 80px;
    min-height: 80px;
    min-width: 80px;
    text-align: center;
    border-radius: 50%;
    background: var(--primary-color);
    transition: all 0.4s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.WCU-icon-avatar img{
    height: 45px;
    width: auto;
}
.WCU-card:hover .WCU-icon-avatar {
    transform: rotateY(-180deg);
    transition: all 0.4s;
}
.WCU-con-wrap h4{
    color: #200104;
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -1.2px;
    margin-bottom: 16px;
}
.WCU-con-wrap p{
    color: var(--color-dark);
    font-family: var(--primary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
}
/* Testimonials */
.market-section{
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.market-section::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: url('../img/bg/blurred-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 0;
}
.testimonials-section{
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.testimonials-section::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background-image: url('../img/shape/testimonial-before.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.testi-shape{
    position: absolute;
     animation-name: animation-ts;
    animation-duration: 90s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: 
cubic-bezier(0.59, 0.59, 1, 1);
}
@keyframes animation-ts{
    0% {
    transform: rotate(0);
}
100% {
    transform: rotate(-1000deg);
}
}
.testimonial-item{
    position: relative;
    z-index: 1;
    border-radius: 10px;
    /* background: rgba(255, 255, 255, 0.4); */
    background: var(--color-white);
    padding: 24px 30px 24px 24px;
    /* box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.08); */
    box-shadow: inset 30px 0 60px -12px rgba(0, 187, 98, 0.4), inset -30px 0 60px -12px rgba(255, 0, 48, 0.4);
}
.testimonial-item::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60px;
    height: 130px;
    background-color: #F0F967;
    border-radius: 50% / 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 0.2;
}
.testimonial-item .quote-icon {
    background: rgba(250, 18, 42, 0.1);
    filter: drop-shadow(0px 3px 8px rgba(250, 18, 42, 0.05));
    height: 50px;
    width: 50px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.4s;
    margin-bottom: 16px;
}
.testimonial-item .quote-icon img{
    width: 23px;
    height: auto;
}
.testimonial-item .testi-content{
    color: #180103;
    font-family: var(--primary-font);
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}
.author-area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.author-area .testi-author{
   color: #180103;
   font-family: var(--primary-font);
   font-size: 17px;
   font-weight: 600;
   line-height: 20px;
    display: inline-block;
    transition: all 0.4s;
    letter-spacing: -1px;
}
.testimonial-item .author-area ul{
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.1);
box-shadow: 0px 3px 8px 0px rgba(250, 18, 42, 0.05);
    padding: 8px 15px;
}
.testimonial-item .author-area ul li{
    color: #180103;
    display: inline-block;
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
}
.testimonial-item .author-area ul li i{
  color: #F1CC5F;
  font-size: 14px;
}
.testimonial-slider .testimonial-item {
  margin: 0 15px; 
}
.testimonial-slider .slick-list {
  margin: 0 -15px; 
}
/* How It Works */
.works4-section-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cs_case_study_1_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_case_study_1_list .box2 {
  background: #fa122a1f !important;
}
.cs_case_study_1_list .box3 {
  background: #f8f54b21 !important;
}
.cs_case_study_1_list .box4 {
  background: #fa122a1f !important;
}
@media (max-width: 991px) {
  .cs_case_study_1_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cs_case_study_1_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.cs_case_study_1_list > .cs_case_study.cs_style_1 {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 {
  min-height: 400px;
}
.cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  left: 80px;
  opacity: 0;
}
@media (max-width: 991px) {
  .cs_case_study_1_list .cs_case_study.cs_style_1 .cs_case_study_in {
    left: 0;
    opacity: 1;
  }
}
.cs_case_study_1_list .cs_case_study.cs_style_1.active {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  border-radius: 20px;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_in {
  opacity: 1;
  left: 0;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.cs_case_study_1_list .cs_case_study.cs_style_1.active .cs_case_study_icon {
  -webkit-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.cs_case_study.cs_style_1 {
  height: 750px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  border-radius: 100px;
  background: #00b8572e;
  margin: 0 20px 0 0;
}

@media (max-width: 767px) {
  .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 991px) {
  .cs_case_study.cs_style_1 {
    border-radius: 20px;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 1200px) {
  .cs_case_study.cs_style_1 {
    height: 750px;
  }
}

.cs_case_study.cs_style_1 .cs_case_study_title a {
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 3px;
}

.cs_case_study.cs_style_1 .cs_case_study_number {
  left: 70px;
  top: 70px;
  z-index: 1;
}

@media (max-width: 991px) {
  .cs_case_study.cs_style_1 .cs_case_study_number {
    left: 30px;
    top: 40px;
  }
}

.cs_case_study.cs_style_1 .cs_case_study_category {
  margin-bottom: 15px;
}

.cs_case_study.cs_style_1 .cs_case_study_thumb {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.cs_case_study.cs_style_1 .cs_case_study_in {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 88px 72px;
}

@media (min-width: 1200px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 50px;
  }
}

@media (max-width: 991px) {
  .cs_case_study.cs_style_1 .cs_case_study_in {
    padding: 30px;
  }
}

.cs_case_study.cs_style_1 .cs_case_study_icon {
  left: 70px;
  bottom: 86px;
  z-index: 1;
  height: 55px;
  width: 55px;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

@media (min-width: 1200px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    left: 40px;
    bottom: 50px;
  }
}

@media (max-width: 991px) {
  .cs_case_study.cs_style_1 .cs_case_study_icon {
    display: none;
  }
}

.cs_case_study.cs_style_1.cs_hover_active.active {
  transition: all .4s;
}

.cs_case_study.cs_style_1.cs_hover_active.active .content-area1 {
  opacity: 0;
  transition: all .4s;
}

.cs_case_study.cs_style_1.cs_hover_active.active .content-area {
  left: 0;
  transition: all .4s;
  opacity: 1;
}

.content-area1 .arrow a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--color-white);
  border: 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0px 3px 8px rgba(68, 22, 255, 0.05);
  color: #2c0105;
  font-size: 24px;
  position: absolute;
  font-family: var(--primary-font);
  z-index: 2;
  font-weight: 600;
  top: 40px;
  left: 50%;
  margin-left: -40px;
}

@media (max-width: 767px) {
  .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 991px) {
  .content-area1 .arrow a {
    visibility: hidden;
    opacity: 0;
  }
}

.content-area1 .text a {
  color: #250105;
  font-family: var(--primary-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 142%;
  width: 170%;
  height: 100%;
  bottom: -160px;
  transform: rotate(-90deg);
}

@media (max-width: 767px) {
  .content-area1 {
    display: none;
  }
}

@media (max-width: 991px) {
  .content-area1 {
    display: none;
  }
}

.content-area {
  padding: 40px;
  position: relative;
  transition: all .4s;
  left: -140%;
}

@media (max-width: 767px) {
  .content-area {
    left: 0;
    transition: all .4s;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .content-area {
    left: 0;
    transition: all .4s;
    opacity: 1;
  }
}
.content-area .arrow2 a {
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  transition: all 0.4s;
  background: var(--color-white);
  color: #2c0105;
  font-size: 32px;
  font-family: var(--primary-font);
  z-index: 2;
  font-weight: 600;
}
.content-area .head {
  color: #180205;
  font-family: var(--primary-font);
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  display: inline-block;
  transition: all .4s;
  margin-top: 32px;
  margin-bottom: 16px;
}
.content-area p {
  color: #011008;
  font-family: var(--primary-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  opacity: 70%;
  margin-bottom: 30px;
}
.img1 img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 13px;
}
/* Appointment Section */
.appointment-section .appointment-form-box{
    position: relative;
    z-index: 1;
    background: #f5f4f4;
    border-radius: 16px;
    padding: 34px 32px;
}
.appt-heading-wrap h4 {
    color: #160103;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 19px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 20px;
}
.appt-heading-wrap p{
    color: #414952;
    text-align: center;
    font-family: var(--primary-font);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 25px;
}
.appt-form-wrapper .form-group{
  margin-bottom: 25px;
}
.appt-form-wrapper .form-control, .appt-form-wrapper .form-select{
    /* background: #FFF; */
    border: none;
    box-shadow: none;
    border-radius: 8px;
}
.appt-form-wrapper .form-control::placeholder, .appt-form-wrapper .form-select::placeholder{
    color: #5a5253;
    font-weight: 500;
}
.appt-form-wrapper .form-control.ff, .appt-form-wrapper .form-select.ff{
    height: 55px;
}
.appt-form-wrapper .form-control:focus, .appt-form-wrapper .form-select:focus{
    box-shadow: none;
}
.appointment-wid-wrap img{
    height: 625px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}
/* Footer */
.footer-area{
    position: relative;
    z-index: 1;
    padding: 80px 0 32px;
    overflow: hidden;
}
.footer-area::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
     background-image: url(../img/bg/footer-bg.png);
      background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}
.footer-wrapper{
    position: relative;
    z-index: 2;
}
.footer-logo{
    margin-bottom: 24px;
}
.footer-logo img{
    max-width: 210px;
}
.footer-desc {
    color: #3a1c21;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.footer-widget-area .footer-title, .footer-title{
    color: #0f0002;
    font-family: var(--primary-font);
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
}
.footer-widget-area ul{
    margin: 0;
    padding: 0;
}
.footer-widget-area ul li{
    list-style: none;
}
.footer-widget-area ul li a{
    color: #000;
    font-family: var(--primary-font);
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    transition: all 0.4s;
    display: inline-block;
    padding-top: 10px; 
}
.footer-widget-area ul li a:hover{
     color: var(--primary-color);
    transition: all 0.4s;
    padding-left: 5px;
}
.footer-wrapper .social-links{
    margin: 0;
    padding: 0;
}
.footer-wrapper .social-links li{
    list-style: none;
    display: inline-block;
}
.footer-wrapper .social-links li a {
    height: 36px;
    width: 36px;
    display: inline-block;
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--primary-color);
    line-height: 36px;
    padding: 0;
    text-align: center;
    margin: 0 4px 0 0;
    transition: 0.3s ease;
}
.footer-wrapper .social-links li:hover a{
    background: var(--secondary-color);
}
.footer-wrapper .social-links li a i{
    font-size: 15px;
    color: var(--color-white);
}
.ctcf-list{
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-bottom: 20px;
}
.ctcf-list span{
    height: 50px;
    width: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00bb6238;
}
.ctcf-list i{
    font-size: 23px;
    color: var(--primary-color);
}
.footer-cta-wrap{
    margin-top: 25px;
}
.ctcf-list a, .ctcf-list p{
    color: #310106;
    margin-bottom: 0;
    font-family: var(--primary-font);
    font-weight: 400;
    line-height: 27px;
    transition: all 0.4s;
    display: inline-block;
}
.top-footer{
    padding-bottom: 20px;
}
.footer-bottom{
    padding-top: 20px;
    border-top: 1px solid #D4D6DD;
}
.copyright-text, .credit-text{
    color: #000a05;
    font-family: var(--primary-font);
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}
.brand-text{
    color: var(--primary-color) !important;
}
.credit-text a{
    color: #0091BF;
}
/* Breadcrumb */
/* Breadcrumb */
.site-breadcrumb {
  background-image: url("../img/bg/blurred-bg.jpg");
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  position: relative;
  overflow: hidden;
  padding-top: 200px;
  padding-bottom: 60px;
  z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background-image: url("../img/bg/bc-before.jpg");
    height: 100%;
    width: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    left: 0;
    z-index: -1;
}
.bc-shape {
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    height: 550px;
    width: 550px;
    object-fit: cover;
    margin-left: -325px;
}
.site-breadcrumb .breadcrumb-title {
      font-size: 45px;
    line-height: 54px;
    color: #1a0207;
    font-weight: 700;
    margin-bottom: 9px;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
  padding-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
  position: relative;
  display: inline-block;
  margin-left: 25px;
  color: var(--color-dark);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li a {
  color: var(--color-dark);
  transition: all 0.5s ease-in-out;
}
.site-breadcrumb .breadcrumb-menu li::before {
    position: absolute;
    content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-weight: 900;
    right: -20px;
    top: 5px;
    text-align: center;
    font-size: 10px;
    color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li:last-child:before {
  display: none;
}
.site-breadcrumb .breadcrumb-menu li a:hover {
  color: var(--primary-color);
}
.site-breadcrumb .breadcrumb-menu li.active{
  color: var(--primary-color);
}
.VM-card{
  position: relative;
  border:none !important;
  height: 100% !important;
  background-color: var(--color-white);
  padding: 30px;
 border-radius: 25px !important;
  transition: all 0.4s ease;
}
.VM-card:hover {
  transform: translateY(-8px);
}
.VM-card::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
  border-radius: 0 0 25px 25px;
}
.VM-card.odd{
  box-shadow: rgba(0, 184, 87, 0.35) 0px 5px 15px;
}
.VM-card.even{
 box-shadow: rgba(250, 18, 42, 0.35) 0px 5px 15px;
}
.VM-card.odd::after{
  background-color: var(--secondary-color);
}
.VM-card.even::after{
  background-color: var(--primary-color);
}
.vm-avatar-wrap{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.vm-avatar{
  height: 100px;
  min-width: 100px;
  min-height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.VM-card.odd .vm-avatar{
     background-color: #00bb6214;
    border: 2px solid var(--secondary-color);
}
.VM-card.even .vm-avatar{
  background-color: #fa12290d;
    border: 2px solid var(--primary-color);
}
.vm-avatar img{
  height: 60px;
  width: auto;
}
.VM-info .VM-title {
    font-family: var(--primary-font);
    font-size: 26px;
    font-weight: 700;
    color: #200409;
    text-transform: uppercase;
    letter-spacing: 0.27px;
    margin-bottom: 15px;
}
.VM-info .vm-desc{
  color: var(--color-dark);
  font-size: 18px;
  margin-bottom: 35px;
}
/* Product Grid */
.pro-grid-box{
  box-shadow: rgba(250, 18, 42, 0.1) 0px 0px 5px 0px,
            rgba(250, 18, 42, 0.1) 0px 0px 1px 0px;
  border-radius: 8px;
  margin-bottom: 25px;
}
.progridwid-wrap {
  position: relative;
  border-radius: 8px 8px 0 0;
}
.progridwid-wrap img{
  height: 320px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
  transition: all 0.4s;
}
.pro-grid-box:hover .progridwid-wrap img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}
.pro-grid-info{
  background-color: #fa122915;
  padding: 15px;
  border-radius: 0 0 8px 8px;
}
.pro-cat-title {
    color: #140105;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    transition: 0.3s ease all;
}
.pro-cat-title a{
  color: #140105;
    font-size: 22px;
}
.pro-cat-title:hover a{
  color: var(--primary-color);
  transition:color 0.3s ease;
}
.product-infos {
    margin-top: 20px;
}
.product-infos ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.product-infos ul li {
    width: 100%;
    display: inline-flex;
    margin-bottom: 10px;
    font-size: 16px; 
    padding-bottom: 10px;
    border-bottom: 1px solid #ede7e7;
}
    .new {
        font-size: 40px!important;
        line-height: 50px!important;
    }
.product-infos ul li:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}
.product-infos ul li .prod-key{
      color: #ff0000;
    width: 25%;
}
.product-infos ul li .prod-value{
  /* color: #706c6d; */
  color: var(--color-dark);
  width: 75%;
}
.CtOwN-label {
    display: inline-flex;
    align-items: center;
    background-color: #ff00301f;
    border-left: 5px solid var(--primary-color);
    padding: 8px 14px;
    border-radius: 6px;
    box-shadow: 0 1px 3px rgba(250, 18, 42, 0.05);
    gap: 8px;
    color: #271239;
    max-width: fit-content;
    margin-bottom: 20px;
}
.label-title {
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    color: var(--primary-color);
}
.label-value {
   text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    color: var(--color-dark);
}

/* Inner Product */
.inner-page .product-item{
  margin-bottom: 25px;
}
.inner-page .prod-img-wrap{
  margin-bottom: 0;
}
.product-card .overlay-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: block;
}
.product-card .overlay-wrap::before,
.product-card .overlay-wrap::after {
  display: none !important;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  transition: transform 0.5s ease;
  pointer-events: none;
}
.product-card .overlay-wrap::before {
  display: none;
  left: 0;
  background-color: rgb(0 184 87 / 68%);
  transform: translateX(-100%);
}
.product-card .overlay-wrap::after {
  right: 0;
  background-color: rgb(250 18 42 / 58%);
  transform: translateX(100%);
}
.product-card:hover .overlay-wrap::before {
  transform: translateX(0);
}
.product-card:hover .overlay-wrap::after {
  transform: translateX(0);
}
.product-card .ico-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  max-height: 60px;
  max-width: 60px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: rgba(255, 0, 48, 0.3) 0px 4px 12px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 4;
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  transition: transform 0.4s ease 0.2s, opacity 0.4s ease 0.2s;
  pointer-events: none;
}
.product-card:hover .ico-wrap {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.product-card .ico-wrap i {
  font-size: 25px;
  color: var(--primary-color);
}
.product-card .ico-wrap img{
  display: inline-block;
  max-width: 27px;
  width: 27px;
  transform: none !important;
  transition: none !important;
}
/* Contact Us */
.contus-card {
    background: #b7000f0d;
    height: 100%;
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-bottom: 30px;
    transition: all 0.4s;
}
.contus-card.second-child{
  background-color: var(--primary-color);
}
.contus-card.second-child .info-wrap h4, .contus-card.second-child .info-wrap p, .contus-card.second-child .info-wrap a{
   color: var(--color-white);
}
.contus-card.second-child .icon-wrap{
  background: var(--secondary-color);
   border: 2px solid var(--color-white);
}
.contus-card:hover{
   background: var(--primary-color);
    transition: all 0.4s;
}
.contus-card .icon-wrap{
    height: 60px;
    width: 60px;
    min-height: 60px;
    min-width: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transition: all 0.4s;
    background: var(--primary-color);
    border-radius: 50%;
}
.contus-card:hover .icon-wrap {
    background: var(--secondary-color);
    border-color: var(--color-white);
    transition: all 0.4s;
    transform: rotateY(-180deg);
}
.contus-card .icon-wrap i {
   font-size: 30px;
   color: var(--color-white);
}
.contus-card .info-wrap h4 {
    color: #180103;
    font-size: 22px;
    font-family: var(--primary-font);
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    transition: all 0.4s;
    margin-bottom: 14px;
}
.contus-card:hover .info-wrap h4{
  color: var(--color-white);
}
.contus-card .info-wrap p, .contus-card .info-wrap a{
    color: #180103;
    font-size: 18px;
    display: inline-block;
    transition: all 0.4s;
    margin-bottom: 0;
}
.contus-card:hover .info-wrap p, .contus-card:hover .info-wrap a{
  color: var(--color-white);
}
.contus-form-container{
  margin: 70px 0;
}
.ctsform-wid-wrap img {
    border-radius: 8px;
    height: 645px;
    object-fit: cover;
    object-position: top;
    width: 100%;
}
.contus-form-wrapper{
    position: relative;
    z-index: 1;
    background: #00bb6214;
    border-radius: 16px;
    padding: 34px 32px;
}
.contus-form-wrapper h4{
   color: #180103;
   text-align: center;
   font-family: var(--secondary-font);
   font-size: 20px;
   font-weight: 700;
   line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.contus-form-wrapper p{
   color: #180103;
   text-align: center;
   font-family: var(--primary-font);
   font-size: 18px;
   font-weight: 500;
   line-height: 28px;
   margin-bottom: 6px;
}
.contus-form-wrapper .form-group{
  padding-top: 18px;
}
.contus-form-wrapper .form-control, .contus-form-wrapper .form-select{
  border: none !important;
    border-radius: 8px !important;
    /* background: var(--color-white); */
    color: #180103;
    font-family: var(--primary-font);
    font-size: 16px;
    padding: 18px 16px;
    outline: none;
}
.contus-form-wrapper .form-control::placeholder, .contus-form-wrapper .form-select::placeholder{
   font-size: 16px;
   color: #180103 !important;
   font-weight: 500;
}
.contus-form-wrapper .form-control:focus, .contus-form-wrapper .form-select:focus{
    box-shadow: none;
}
.mkt-item{
  padding:0 15px ;
}
.mkt-card {
    border: none !important;
    border-radius: 10px !important;
    margin-bottom: 25px;
    text-align: center;
    padding: 15px;
    /* width: fit-content; */
    box-shadow: inset 30px 0 60px -12px rgba(0, 187, 98, 0.4),   /* left green glow */
  inset -30px 0 60px -12px rgba(255, 0, 48, 0.4);
}
.mkt-card img{
  min-height: 150px;
  max-height: 150px;
  max-width: 100%;
  object-fit: contain;
}
.mkt-card .cntry-name{
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  margin-top: 10px;
  margin-bottom: 0;
}
.market-slider .mkt-card{
  width: fit-content;
  margin-bottom: 0 !important;
}
.market-slider .mkt-card .cntry-name{
  margin-top: 5px;
}
span.prod-value {
    position: relative;
    z-index: 0;
    padding-left: 15px;
}

span.prod-value:before {
    content: ":";
    position: absolute;
    left: 0px;
    top: 0;
}

.select-lang{
    color: var(--primary-color) ;
    font-size: 13px;

}
.custom-translate-buttons {
    text-align: center;
        margin-top: -10px;
}
.custom-translate-buttons a {
padding: 2px 0px;
    margin: 0px;
    /* background-color: #ba9b78; */
    color: white;
    /* border: none; */
    /* border-radius: 4px; */
    cursor: pointer;
    font-size: 11px;
    text-decoration: underline !important;
}
.custom-translate-buttons a:hover {
  /*background-color: #ba9b78;*/
}
.goog-te-banner-frame.skiptranslate,
#goog-gt-tt, .goog-te-balloon-frame,
.goog-logo-link, .goog-te-gadget {
  display: none !important;
}
/* @media(max-width: 768px){
.select-lang {
    color: var(--primary-color);
    font-size: 10px;
}
.custom-translate-buttons a {
    font-size: 8px;
}
.custom-translate-buttons {
    text-align: center;
    margin-top: -15px;
}
} */
.translate-wrapper {
  display: flex;
  align-items: center;   
  justify-content: flex-start;
  gap: 0px;
}

.icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #333;
  width: 40px;
  height: 40px;
}
.icon-box i{
        color: var(--secondary-color);
}
.content-box {
  display: flex;
  flex-direction: column;
}
.select-lang {

  margin-bottom: 7px;
  font-weight: 600;
}

.custom-translate-buttons a {
  margin-right: 10px;
  text-decoration: none;
  color: var(--color-dark) !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  cursor: pointer;
}
.custom-translate-buttons a:hover {
  text-decoration: underline;
  color: var(--secondary-color) !important;
}
.translated-ltr body, html[lang="auto"] body{
  top: 0 !important;
}
.translated-ltr iframe, .skiptranslate{
  display: none !important;
  visibility:hidden !important;
}

/* Testimonials Inner */
.certi-card{
    height: fit-content;
    padding: 15px;
    box-shadow: 0 0 10px 2px rgba(255, 0, 48, 0.35);
    margin-bottom: 45px;
}
.certi-img-wrap{
    height: fit-content;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.certi-img-wrap .certi-img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
/* .certi-img-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 187, 98, 0.8), rgba(255, 0, 48, 0.8));
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  z-index: 1;
  pointer-events: none;
} */
.certi-view {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.5);
  height: 65px;
  width: 65px;
  background-color: var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px dashed #fff;
  box-shadow: rgba(255, 0, 48, 0.3) 0px 4px 12px;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.5s ease 0.2s;
  z-index: 2;
}
.certi-view::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 1px solid rgba(255, 0, 47, 0.384);
  border-radius: 50%;
  transform: scale(1);
  opacity: 0;
  z-index: -1;
  animation: dottedPulse 1.8s ease-out infinite;
}
.certi-view i{
   color: #f62e2e;
  font-size: 26px;
}
.certi-view img{
  max-width: 30px;
}
@keyframes dottedPulse {
  0% {
    transform: scale(1);
    opacity: 0.9;
  }
  70% {
    transform: scale(2.3); 
    opacity: 0;
  }
  100% {
    transform: scale(2.3);
    opacity: 0;
  }
}
.certi-card:hover .certi-img-wrap::before {
  transform: translateY(0);
}
.certi-card:hover .certi-view {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}