
/* variable */
:root {
    --alt-font: "Archivo", sans-serif;
    --primary-font: "Archivo", sans-serif;
    --base-color:#007dcc;
    --dark-gray: #151515;
    --medium-gray:#848484;
    --primary: #007dcc;
}
/* reset */
body {
    font-size: 17px;
    line-height: 1.5;
}
/* heading */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    letter-spacing: -1px;
}
h1, .h1 {
    font-size: 4.5rem;
    line-height: 4.8rem;
}
.h2, h2 {
    line-height: 3.2rem;
}
.h3, h3 {
    line-height: 2.8rem;
}
.h6, h6 {
    line-height: 2.2rem;
}
/* btn */
.btn {
    letter-spacing:0px;
    text-transform: none;
}
.btn.btn-extra-large {
    font-size: 19px;
    padding: 22px 45px;
}
.btn.btn-large {
    font-size: 16px;
    padding: 16px 34px;
}
.btn.btn-medium {
    font-size: 14px;
    padding: 12px 24px;
}
.btn.btn-small {
    font-size: 12px;
    padding: 9px 20px;
}
.btn.btn-very-small {
    font-size: 11px;
    padding: 9px 16px 7px;
}
.btn.btn-switch-text.btn-extra-large>span {
    padding: 22px 47px;
}
.btn.btn-switch-text.btn-large>span {
    padding: 12px 36px;
}
.btn.btn-switch-text.btn-medium>span {
    padding: 12px 26px;
}
.btn.btn-switch-text.btn-small>span {
    padding: 7px 22px;
}
.btn.btn-switch-text.btn-very-small>span {
    padding: 11px 18px 9px;
}
.btn.btn-link {
    padding: 0 0 2px;
}
.btn.btn-transparent-light-gray:active, .btn.btn-transparent-light-gray:hover {
    border-color: var(--dark-gray);
}
.btn.btn-outline:hover{
    border-color: var(--primary);
}
.btn.btn-outline{
    background: transparent;
    border: 1px solid var(--black);
    color: var(--black);
}
/* gradient background color */
.bg-gradient-misty-rose {
    background-image: linear-gradient(360deg, rgba(254, 243, 240, 0.5) 0%, #fff6f3 100%);
}
/* text gradient color */
.text-gradient-light-gray-white {
    background-image: linear-gradient(to bottom, #eaeaea, #efefef, #f7f7f7, #fafafa, #ffffff);
}
/* background */
.bg-bright-turquoise {
    background-color: #007dcc;
}
.bg-seashell {
    background-color: rgb(232 246 255);
}
.bg-base-color-transparent {
    background-color: rgb(24 127 204 / 0.8);
}
/* padding */
.pb-190px {
    padding-bottom: 190px;
}
/* bg sliding line */
.bg-sliding-line-dark-gray {
    background-image: linear-gradient(135deg, transparent 45%, #464646 45%, #464646 55%, transparent 0);
    background-size: 5px 5px;
}
/* header */
header .container-fluid {
    padding-left: 4%;
    padding-right: 4%;
}
.navbar .navbar-nav .nav-link {
    font-size: 17px;
}
.navbar .btn.btn-switch-text.btn-large > span {
    padding: 13px 25px 12px;
}
header .left-nav .navbar-nav:before {
    background: rgba(0,0,0,.3);
}
header .navbar-brand img {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
header.sticky.sticky-active .navbar-brand .alt-logo {
    max-height: 50px;
}

/* highlight separator */
.highlight-separator[data-shadow-animation] span,
.highlight-separator[data-shadow-animation] span img {
    height: 29px;
    z-index: -1;
}
.highlight-separator[data-shadow-animation] span {
    bottom: -13px;
}
/* height */
.h-430px {
    height: 430px !important;
}
/* position */
.bottom-minus-180px {
    bottom: -180px;
}
/* HTML video play */
.video-icon-medium .video-icon {
    width: 60px;
    height: 60px;
}
.video-icon-medium .video-icon .video-icon-sonar .video-icon-sonar-bfr {
    width: 110px;
    height: 110px;
}
/* blog button */
.categories-btn {
    font-size: 12px;
}
/* accordion style 02 */
.accordion-style-02 .accordion-item .accordion-header {
    padding: 24px 0;
}
.accordion-style-02 .accordion-item .accordion-body {
    padding-right: 35px;
}
/* review star */
.review-star-icon i {
    color: var(--base-color);
}
/* animation rotation */
.animation-rotation-slow {
    -webkit-animation: rotation 35s infinite linear;
}
/* list */
.list-style-02 li {
    align-items: center;
}
/* portfolio */
.portfolio-transform .portfolio-box .caption {
    box-shadow: none;
    padding: 10px 35px;
}
/* page title */
.page-title-extra-large h2 {
    font-size: 5rem;
    line-height: 5rem;
}

/* swiper */
.swiper-pagination-style-2 .swiper-pagination-bullet:first-child{
    margin-left: 0 !important;
}
.swiper-pagination-style-2 .swiper-pagination-bullet {
    margin: 0 10px !important;
}
/* footer */
footer {
    line-height: 24px;
    background: url('../images/footer-bg.jpg') no-repeat center / cover;
}
footer ul li {
    margin-bottom: 3px;
}
footer ul li a {
    color: var(--white);
}

.hm-video-thumb {
    background: url('../images/hm-video-thumb.webp') no-repeat center / cover;
}

/* ---------------------custom css------------------- */
.img-cover {
    object-fit: cover;
}
.img-contain{
    object-fit: contain;
}
.img-contain, .img-cover {
    width: 100%;
    height: 100%;
    display: block;
}
.hm-abt-img{
    aspect-ratio: 1/1;
}
.hm-product-range-sec .list-wrap .feature-box-icon{
    max-width: 16px;
    max-height: 28px;
}
.hm-product-range-sec .list-wrap .feature-box.feature-box-left-icon{
    display: flex;
}
.hm-product-range-sec .list-wrap .feature-box.feature-box-left-icon .feature-box-icon{
    margin-right: 1.25rem;
}
.hm-product-sec .product-img{
    aspect-ratio: 9/11;
}


.two-col-grid{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: self-start;
    column-gap: 15px;
}

.list-wrap.two-col-grid{
    padding-right: 20px;
}

.product-slider .swiper-slide a, .video-slider .swiper-slide a{
    display: block;
    height: 100%;
}

.product-slider .portfolio-modern , .video-slider .portfolio-modern{
    /* gap: 20px; */
    height: 100% !important;
    /* display: flex; */
    width: 100%;
}

.product-slider .grid.grid-3col li, .video-slider .grid.grid-3col li{
    width: 100%;
    height: 100%;
    position: initial !important;
}

.product-slider .grid.grid-3col li a, .video-slider .grid.grid-3col li a{
    display: block;
    height: 100%;
}

.left-minus-56 {
    left: -56%;
}

.btn{
    background: var(--color-black);
    color: #fff;
    border: 1px solid var(--color-black);
}

.btn:hover{
    background: transparent;
    color: var(--primary);
}

.hm-abt-sec .highlight-separator{
    font-size: 52px;
}

.hm-abt-sec .highlight-separator sup {
    top: -20px;
    left: -5px;
}

.custom-pagination {
    position: absolute;
    width: 100px;
    bottom: 35px;
    left: 0;
    display: flex;
    right: 0;
    margin: 0 auto;
}

.nav-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    padding: 10px;
    border-radius: 50%;
}

.product-slider .swiper-wrapper, .swiper.product-slider,  .swiper.video-slider{
    position: initial;
}

.banner-video-sec{
    right: 25px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.banner-video-sec .banner-form-sec{
    padding-left: 4% !important;
    padding-right: 4% !important;
}

.fs-23{
    font-size: 23px;
}

.bg-gradient-light-blue {
    background-image: linear-gradient(360deg, rgb(0 125 204 / 0.1) 0%, rgb(0 125 204 / 0.1) 100%);
}

.opacity-05{
    opacity: 0.05;
}

.video-sec-banner{
    background: url(../images/hm-video-thumb.webp) no-repeat center / cover;
}

.newsletter-style-02 .btn:hover .bi-arrow-right{
    color: var(--primary) !important;
}

.product-slider .portfolio-image{
    height: 100%;
    width: 100%;
    aspect-ratio: 1/1;
    padding: 30px;
    background: #eaeaea;
}

.feature-card-1 img{
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
    height: auto;
    max-width: 270px;
    opacity: 0.8;
    bottom: -20px;
    right: -10px;
}

.swiper-dark-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-dark-pagination .swiper-pagination-bullet:hover{
    background-color: var(--primary);
}

.sec-breadcrumb::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--black);
    opacity: 0.3;
}

.sec-breadcrumb{
    position: relative;
}

.about-banner{
    background: url('../images/about-us-banner.webp') no-repeat center / cover;
}
.product-banner{
    background: url('../images/product-banner.webp') no-repeat center / cover;
}
.gallery-banner{
    background: url('../images/gallery-banner.webp') no-repeat center / cover;
}
.contact-us-banner{
    background: url('../images/contact-us-banner.webp') no-repeat center / cover;
}
.oem-banner{
    background: url('../images/oem-banner.webp') no-repeat center / cover;
}

.categories-style-01 a:last-child:after{
    display: none;
}

.icon-box {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
    padding: 10px;
}

.icon-box a{
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.icon-box img{
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.categories-style-01:hover img {
    opacity: 1;
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.categories-style-01:hover .categories-box {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
}

.category-filter {
    overflow: hidden;
    max-height: 240px;
    transition: max-height 0.4s ease-in-out;
    -webkit-transition: max-height 0.4s ease-in-out;
    -moz-transition: max-height 0.4s ease-in-out;
    -ms-transition: max-height 0.4s ease-in-out;
    -o-transition: max-height 0.4s ease-in-out;
}

.category-filter.expanded {
    max-height: 1000px;
}

.view-more-btn {
    margin-top: 10px;
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-size: 14px;
    padding: 0;
}

.view-more-btn:hover {
    text-decoration: underline;
}

.product-pricing{
    margin-top: 8px;
}

.shop-footer a{
    line-height: 1.28;
    display: block;
}

/* .swiper-navigation-icon{
    display: none;
} */

.main-category{
    color: var(--primary);
}

.product-enquiry-form .modal-content {
 padding: 3.5rem;
}

.product-info{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
}

.product-detail-wrap {
    /* background: #e5e5e5;
    padding: 20px; */
    border-radius: 12px;
}

.product-detail-list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.product-detail-list .feature-box.feature-box-left-icon-middle {
    align-items: start !important;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1270px;
    }
}
@media (max-width: 1900px) {
    .fs-275 {
        font-size: 14rem;
        line-height: 14rem;
    }
}
@media (max-width: 1600px) {
    header .container-fluid {
        padding-left: 2%;
        padding-right: 2%;
    }
    h1, .h1 {
        font-size: 3.5rem;
        line-height: 3.5rem;
    }
    .fs-275 {
        font-size: 12rem;
        line-height: 12rem;
    }
}
@media (max-width: 1399px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 10px;
    }
    .fs-275 {
        font-size: 9rem;
        line-height: 9rem;
    }
}
@media (max-width: 991px) {
    .fs-275 {
        font-size: 8rem;
        line-height: 8rem;
    }
}
@media (max-width: 767px) {
    .fs-275 {
        font-size: 4rem;
        line-height: 4rem;
    }
}

/* Price Range Slider Styles */
.range-inputs {
    position: relative;
    height: 28px;
    display: flex;
    align-items: center;
}
.range-inputs input[type=range] {
    padding: 0px 0px;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px; /* thin track */
    border-radius: 99px;
    background: linear-gradient(90deg, rgba(0,0,0,0.06) 0%, rgba(0,0,0,0.06) 100%);
    outline: none;
    margin: 0;
}
.range-inputs input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px; /* smaller thumb */
    height: 14px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    cursor: pointer;
    margin-top: -5px; /* center thumb on thin track */
}
.range-inputs input[type=range]::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--primary);
    border: 2px solid #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.12);
    cursor: pointer;
}
.range-inputs input[type=range]::-webkit-slider-runnable-track{
    height:4px; /* thin track */
}
.price-slider-wrapper .text-muted{
    font-size: 13px;
}
@media (max-width: 576px) {
    .price-slider-wrapper { padding: 12px; }
}

.price-labels {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 576px) {
    .price-slider-wrapper { padding: 12px; }
}


.loading-spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 9999;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.error {
    color: red;
    font-size: 12px;
}

.success-msg h4{
    color: var(--primary);
}
.success-msg p{
    font-size: 18px;
    color: #000;
}
.success-msg {
    margin-top: 15px;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 30px;
    background: rgb(35 35 35 / 5%);
    border-radius: 12px;
}

.tabs-swiper ul{
    flex-wrap: nowrap;
}

.map iframe{
    width: 100%;
    height: 60vh;
}

.map{
    margin-bottom: -10px;
}

.tabs-swiper .custom-pagination{
    width: 100%;
    bottom: 81px;
}

.products-gallery{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    padding: 0;
}

/* ---------------------- counter ----------------------- */

.counter-card {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: center;
}

.counter-card .counter-wrap {
    font-size: max(3rem, min(6vw, 3.75rem));
    font-weight: 500;
    color: var(--black);
    display: flex;
}

.counter-card p {
    font-weight: 700;
    color: var(--primary);
    line-height: 1.3;
}

.products-loading {
    text-align: center;
    padding: 40px 0;
    font-size: 18px;
    font-weight: 600;
    position: absolute;
    z-index: 2;
    top: 58%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.shop-image a {
    aspect-ratio: 1 / 1;
    height: 100%;
    width: 100%;
}

.product-enquiry-form .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

/* .product-image {
    aspect-ratio: 9/10;
} */

.product-info ul{
    padding-left: 0;
}

.product-price{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
}

.product-image-thumb .swiper-slide img{
    aspect-ratio: 16/11;
    border: 1px solid rgba(35, 35, 35, 0.1);
    padding: 10px;
}

.product-image-slider .gallery-box img {
    aspect-ratio: 16 / 11;
}

img.mfp-img{
    background: #fff;
}

.card-product-img-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}
.oem-card .product-img{
    aspect-ratio: 1 / 1;
}
.oem-card-main-wrap .oem-card .card-content ul li{
    list-style: disc;
}

.oem-card ul li{
    color: #656565;
}
.oem-card ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding-left: 16px;

}
.oem-card:last-child{
    margin-bottom: 0;
}
.oem-card {
    background: rgb(35 35 35 / 5%);
    padding: 3rem;
    border-radius: 24px;
    margin-bottom: 40px;

}
.card-content h4{
    color: #000;
    margin-bottom: 1.5625rem;
}

.product-img {
    height: 100%;
    width: 100%;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    padding: 12px;
}
.card-icon {
    height: 100%;
    width: 100%;
}



/* ------------------ client section --------------- */

    .clientsswiper .swiper-wrapper, .clientsswiperrtl .swiper-wrapper {
        /* padding: 40px 0; */
        padding: 40px 0;
        align-items: center;
    }

    .clientsswiper .swiper-slide, .clientsswiperrtl .swiper-slide {
        background: var(--bodycolor);
        display: flex;
        justify-content: center;
    }

    .clientsswiper .swiper-slide img,
    .clientsswiperrtl .swiper-slide img {
        /* filter: grayscale(100%); */
        transition: all 0.4s ease;
        width: 100%;
        height: 100%;
        object-fit: contain;
        max-width: 120px;
        mix-blend-mode: multiply;
        max-height: 80px;
    }

    .clientsswiper .swiper-slide img:hover,
    .clientsswiperrtl .swiper-slide img:hover {
        filter: grayscale(0);
    }
/* ----------------------------------------------------------- */

/* --font50: max(2rem, min(3.13vw, 3.125rem));
    --font40: max(2rem, min(3vw, 2.5rem));
    --font34: max(1.75rem, min(3vw, 2.125rem));
    --font32: max(1.45rem, min(2vw, 2rem));
    --font26: max(1.25rem, min(3vw, 1.625rem));
    --font22: max(1rem, min(1.8vw, 1.375rem));
    --font20: max(1.125rem, min(2vw, 1.25rem));
    --font18: max(1.20rem, min(1.5vw, 1.125rem));
    --font16: max(.875rem, min(1.5vw, 1rem));
    --font15: .9375rem;
    --font14: .875rem;
    --font13: .8125rem;
    --space4rem: 4rem;
    --space110: max(3.5rem, min(8vw, 6.875rem));
    --space200: 12.5rem;
    --space160: max(3rem, min(8vw, 10rem)); */

.video-wrap iframe{
    aspect-ratio: 16 / 9;
    width: 100%;
    border-radius: 24px;
}
.video-content span{
    font-size: .875rem;
    color: var(--medium-gray);
}
.video-content h3{
    font-size: max(1.25rem, min(3vw, 1.625rem));
    margin-bottom: 0;
    line-height: 1.3;
}
.popup-sidebar{
    border-left: 1px solid rgb(128 128 128 / 27%);
    padding-left: 1rem;
    /* height: 70vh; */
    height: 60vh;
    overflow-y: auto;
    padding-right: 12px;
    position: relative;
}
.video-wrap {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}
/* .modal-body{
    padding: 0 3rem 2.5rem;
} */
.sidebar-heading h4{
    font-size: max(1.125rem, min(2vw, 1.25rem));
    border-bottom: 1px solid rgba(35, 35, 35, 0.1);
    font-weight: 600;
    color: var(--primary);
    background: var(--white);
    text-align: left;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    letter-spacing: 0.1px;
    padding-bottom: 15px;
        line-height: 1.2;
}
.listing-video-content img{
    aspect-ratio: 16 / 9;
    border-radius: 12px;
}
.listing-video-content{
    display: grid;
    grid-template-columns: calc(40% - 7px) calc(60% - 8px);
    gap: 15px;
}
.listing-video-content p{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.video-listing .listing-wrap:first-child{
    padding-top: 0;
}
.video-listing .listing-wrap:last-child{
    border-bottom: none;
}
.video-listing .listing-wrap{
    border-bottom:1px solid rgb(128 128 128 / 27%);
    padding: 12px 0;
}
.modal-header{
    border-bottom: 0;
}
.sidebar-heading {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.video-listing a{
    color: var(--bs-modal-color);
}
.product-detail-slider button:focus:not(:focus-visible) {
    outline: 0;
    padding: 0;
}
.product-detail-slider .btn:focus-visible,
.product-detail-slider .btn:first-child:active {
    color: transparent;
    background-color: transparent;
    padding: 0;
}
.product-detail-slider button{
    padding: 0;
}

.single-product-thumb .img-wrap .icon-wrap{
    position: absolute;
}
.video-img-wrap svg{
    height: 50px;
    width: 50px;
}
.single-product-thumb .img-wrap .icon-wrap svg{
    height: 30px;
    width: 30px;
}
.single-product-thumb .img-wrap,
.video-img-wrap{
    position: relative;
}
.single-product-thumb .video-info p{
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    margin-top: 3px;
}
.single-product-thumb .img-wrap .icon-wrap,
.video-img-wrap .icon-wrap{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.oem-card-main-wrap .card-left a{
    color: var(--primary);
    width: 100%;
    text-align: center;
    display: block;
}
.gallery-tab-section .gallery-box .gallery-image{
    border-radius:18px;
    aspect-ratio: 1 / 1;
    padding: 20px;
}
.gallery-tab-section .gallery-box .gallery-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.shop-boxed {
    display: flex;
    height: auto !important;
    flex-wrap: wrap;
}
.shop-boxed .grid-item{
    position: initial !important;
}

.counter-plus{
    font-size: 4.5rem;
    font-weight: 200;
}

.hm-banner-slide1{
    background: url('../images/banner-01.webp') no-repeat center / cover;
}
.hm-banner-slide2{
    background: url('../images/banner-02.webp') no-repeat center / cover;
}
.hm-banner-slide3{
    background: url('../images/banner-03.webp') no-repeat center / cover;
}
.hm-banner-slide4{
    background: url('../images/banner-04.webp') no-repeat center / cover;
}


.hm-banner-sec .swiper-slide{
    position: relative;
}

.hm-banner-sec .hm-banner-slide1::before,
.hm-banner-sec .hm-banner-slide2::before,
.hm-banner-sec .hm-banner-slide3::before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--black);
    opacity: 0.2;
}

.product-list-sec .search-icon{
    color: var(--primary);
}
.product-list-sec .search-input {
    padding: 12px 15px;
    border-radius: 6px;
}
.product-list-sec .main-category{
    border-top: 1px solid rgba(35, 35, 35, 0.1);
    padding-top: 25px;
    margin: 33px 0 15px 0px;
}

.product-list-sec .clear-all-btn:hover{
    background: var(--primary);
    color: var(--white);
}
.product-list-sec .clear-all-btn{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    font-size: 14px;
    padding: 6px 20px;
    cursor: pointer;
}
.product-list-sec .terms-condition-box{
    width: 100%;
}
.product-list-sec .sidebar-top-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.product-list-sec .all-checkbox{
    margin-bottom: 8px;
}
.product-list-sec .label-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-list-sec .shop-sidebar{
    border-right: 1px solid rgba(35, 35, 35, 0.1);
}

.popup-sidebar::-webkit-scrollbar {
    width: 4px;
}
.popup-sidebar::-webkit-scrollbar-track {
    background:var(--bs-gray-200);
}
.popup-sidebar::-webkit-scrollbar-thumb {
    background:var(--primary);
}
/* .popup-sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--primary);
} */

.get-in-touch-sec .feature-box img{
    height: 50px;
    width: 50px;
}

.banner-form-sec button i{
    color: var(--primary);
}
.hm-testimonial-sec figcaption{
    padding: 1.3rem;
  }

.product-detail-sec .product-image-slider{
    /* margin-left: 7rem; */
}

.mobile-toggle-btn,
.left-panel .close-btn-wrap{
    display: none;
}
.close-btn-wrap {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 2rem;
}
.close-btn-wrap .close-btn{
    border: transparent;
    background: transparent;
}

.product-brochure-btn:hover{
    color: var(--white);
}
.product-brochure-btn{
    /*position: fixed;
    top: 78%;
    right: -9px;
    */background: var(--primary);
    color: var(--white);
    border: none;
    padding: 12px;
    border-radius: 0.6rem 0.6rem 0rem 0;
    cursor: pointer;
    z-index: 2;
    font-size: 16px;
    transition: left 0.4s ease-in-out;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.gallery-hover{
    right: 0;
    margin: 0 auto;
}

.oem-card .card-icon {
    background: #fff;
    padding: 40px;
    border-radius: 18px;
    aspect-ratio: 16 / 10;
}

/* .product-slider-img-wrap{
    position: sticky;
    height: 100%;
    top: 70px;
} */

.product-suggestions .shop-boxed .shop-box .shop-image {
    background: #fff;
}

/* ------------------ video modal -------------------- */
.video-icon-large .video-icon {
    cursor: pointer;
    display: flex;
    width: 65px;
    height: 65px;
    font-size: 16px;
}
.video-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
}

.video-content {
    width: 80%;
    max-width: 900px;
    position: relative;
    background: #000;
    padding: 30px;
}

.video-content iframe {
    width: 100%;
    height: 450px;
}

.close-btn {
    position: absolute;
    top: -7px;
    font-size: 31px !important;
    color: #fff !important;
    cursor: pointer;
    right: 8px;
}

.mfp-iframe-holder .mfp-close {
    top: -10px;
    right: -10px;
}

.projectdes {
    position: absolute;
    top: 50%;
    bottom: 50%;
    margin: 0 auto;
    width: 100%;
}
.video-sec .yt-thumb {
    width: 100%;
}

.product-main-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.product-main-wrap .product-card{
    border: 1px solid #dfe6ee;
    background: #fff;
    box-shadow: 0 18px 42px rgba(8, 24, 39, 0.06);
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
    border-radius: 8px;
}

.product-main-wrap .product-card .shop-image{
    min-height: 0;
    place-items: center;
    overflow: hidden;
    background: #eff3f7;
    transition: background 180ms ease;
}

.product-main-wrap .product-card .shop-image img {
    width: 100%;
    height: var(--local-product-image-height);
    max-width: none;
    max-height: none;
    box-sizing: border-box;
    object-fit: contain;
    padding: 20px;
    height: 100%;
    aspect-ratio: 1 / 1;
}

.product-main-wrap .product-card .shop-footer.text-center {
    padding: 18px;
}

.product-main-wrap .product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(7, 136, 216, 0.36);
    box-shadow: 0 22px 52px rgba(8, 24, 39, 0.1);
}

.whatsapp-float {
    position: fixed;
    right: 24px;
    bottom: 24px;
    z-index: 40;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 18px 0 16px;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    box-shadow: 0 18px 38px rgba(8, 24, 39, 0.24);
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.whatsapp-float svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex: 0 0 auto;
}

.whatsapp-float:hover, .whatsapp-float:focus-visible {
    transform: translateY(-2px);
    background: #1ebe5d;
    color: #fff;
    box-shadow: 0 22px 44px rgba(8, 24, 39, 0.28);
}

.terms-condition-box .label-list label{
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.terms-condition-box .label-list label span.text-muted {
    display: flex;
    line-height: normal;
    align-items: center;
    background: #000;
    color: #fff !important;
    width: 25px;
    height: 25px;
    justify-content: center;
    border-radius: 24px;
    aspect-ratio: 1 / 1;
    padding: 2px;
    font-weight: 500;
}

.product-card .content-wrap .btn.btn-rounded.btn-large{
    padding: 10px 12px !important;
}
.btn.btn-square{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 10px 15px;
}
.product-card .btn-wrap .btn{
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-card .btn-wrap{
    display: flex;
    gap: 10px;
    margin-top: 12px;
    justify-content: center;
}
.product-detail-feature-card-wrapper{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-detail-feature-card h3{
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 500;
}
.product-detail-feature-card{
    box-shadow: 0 24px 70px rgba(8, 24, 39, 0.08);
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    background: var(--white);
    padding: 20px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
.tag{
    font-size: max(0.9rem, min(1vw, 1rem));
    color: var(--base-color);
    text-transform: uppercase;
    font-weight: 500;
}
.product-info-wrap{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    margin: 0;
    overflow: hidden;
    border: 1px solid #dfe6ee;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}
.product-info-box{
    display: flex;
    flex-direction: column;
}
.product-info-wrap .product-info-box{
    min-width: 0;
    padding: 10px 12px;
    border-right: 1px solid #dfe6ee;
    border-bottom: 1px solid #dfe6ee;
}
.product-heading h2{
    font-size: max(1.8rem, min(3vw, 2.0625rem));
    color: var(--black);
    margin-bottom: 0;
}
.simple-btn:hover{
    color: var(--white);
    background: var(--base-color);
}
.simple-btn{
    background: #eff3f7;
    color: var(--black);
}
.rounded-pills{
    padding: 8px 18px;
    background:#eff3f7;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    margin-bottom: 0;
}
.product-main-info{
    display: flex;
    gap: 10px;   
    font-size: max(1rem, min(1vw, 1rem));
}
.product-value,
.product-main-info{
    font-weight: 500;
}
.product-value{
    color: var(--black);
}
.overview-heading{
    font-size: max(1.2rem, min(1.5vw, 1.25rem));
    margin-bottom: 0;
    color: var(--black);
    font-weight: 500;
}
.product-overview-content p{
    margin-bottom: 0;
}
.detail-page-related-products .shop-boxed{
    flex-direction: column;
}
.detail-page-related-products .grid.gutter-large li{
    padding: 0;
    margin-bottom: 15px;
}
.detail-page-related-products .shop-boxed .shop-box{
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr);
    border: 1px solid #dfe6ee;
    background:#eff3f7;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 10px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.detail-page-related-products .shop-boxed .shop-box:hover {
    transform: translateY(-1px);
    border-color: rgba(7, 136, 216, 0.4);
    box-shadow: 0 14px 28px rgba(8, 24, 39, 0.08);
}
.detail-page-related-products .shop-boxed .shop-box .shop-footer a{
    font-size: 16px;
}

.back-btn a span{
    padding: 8px 16px !important;
}

.product-enquiry-form h6 {
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
}
.form-field-wrap .form-field{
    width: 100%;
}
.form-field-wrap {
    display: flex;
    gap: 10px;
    width: 100%;
}

#product-info-form{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-enquiry-form .modal-body{
    padding: 0;
}
.product-enquiry-form button{
    margin-top: 20px;
}
.product-enquiry-form .form-wrap{
    display: flex;
    flex-direction: column;
    gap: 35px;
}
.product-enquiry-form .form-field-main-wrap .btn{
    width: fit-content;
}

/* ---------------------- editor-style ---------------------------- */
/* list */
.editor-style ul:last-child,
.editor-style ol:last-child{
    margin-bottom: 0;
}
 
.editor-style ul,
.editor-style ol{
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.editor-style ul li{
    list-style: disc;
}
 

/* table  */
.editor-style th{
    text-align: center;
}
.editor-style table, td, th {
    border:1px solid black;
    padding: 10px;
}
.editor-style tr:nth-child(1) td{
    font-weight: 500;
    color: var(--black);
        background: var(--medium-gray);
}
.editor-style table{
    width: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1.2rem;
}
 
.detail-page-related-products ul {
    list-style: none;
    padding-left: 0;
}

.detail-page-related-products ul li{
    list-style: none;
}

.product-overview-content ul li {
    position: relative;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 5px;
}

.product-overview-content ul{
    padding-left: 0;
}

.product-overview-content ul li::before {
    content: "";
    display: block;
    width: 100%;
    max-width: 17px;
    height: 17px;
    margin-right: 8px;
    background-image: url(../images/list-icon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-top: 4px;
}

.label-list a {
    display: flex;
    /* min-height: 48px; */
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid #dfe6ee;
    border-radius: 6px;
    /* background: #fff; */
    /* color: #081827; */
    /* font-weight: 600; */
    line-height: 1.3;
}

.label-list a .text-muted {
    display: grid;
    min-width: 22px;
    height: 22px;
    place-items: center;
    border-radius: 50%;
    /* background: var(--primary); */
    /* color: #fff !important; */
    font-size: 11px;
    border: 1px solid var(--primary);
    font-weight: 600;
    line-height: 21px;
}

.label-list a.active, .label-list a:hover {
    /* border-color: rgba(7, 136, 216, 0.4); */
    /* background: #e9f7ff; */
    color: var(--primary);
}

/* .shop-sidebar{
    position: sticky;
    top: 14%;
} */

.text-primary{
    color: var(--primary) !important;
}

.enquiry-btn {
    background: var(--base-color);
    color: var(--white);
}

.enquiry-btn:hover {
    background: #eff3f7;
    color: var(--black);
}

.product-info-wrap .product-info-box:last-child{
    border-bottom: none;
}

.products-card-main-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
}

.related-product-mobile, .project-discription-mobile{
    display: none;
}

.product-suggestions.detail-page-related-products .grid.gutter-large li{
    margin-bottom: 0px;
}

.btn.btn-switch-text.btn-large.interested-btn>span{
    padding: 12px 18px;
}
.elements-social .facebook-square:hover, .elements-social .facebook:hover {
    color: #1877F2;
}

/* ---------------------- editor-style ---------------------------- */

@media screen and (max-width: 1300px) {
    .hm-product-range-sec .feature-box-content span {
        font-size: 16px;
    }
    .hm-product-range-sec .stack-card .stack-item h2 {
        margin-bottom: 10px !important;
    }
    .hm-product-range-sec .list-wrap .feature-box.feature-box-left-icon .feature-box-icon {
        margin-right: 12px;
    }
    .hm-banner-sec h1 {
        letter-spacing: -2px !important;
        font-size: 2.8rem;
        line-height: 2.8rem;
    }
}
@media screen and (max-width: 1199px) {
    .hm-product-range-sec .stack-card .stack-item {
        position: relative;
        padding-top: 0 !important;
        top: 0 !important;
    }
    .hm-banner-sec .btn.btn-switch-text.btn-large>span {
        padding: 10px 30px;
    }
    .hm-banner-sec span.btn-double-text {
        font-size: 14px;
    }
    .hm-banner-sec h1 {
        font-size: 2.6rem;
    }
}

@media screen and (max-width: 767px){
    .product-main-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 380px){
    .product-main-wrap {
        grid-template-columns: repeat(1, 1fr);
    }
}