/* Global Vars */

:root {
    --st-blue-dark: #004AB3;
    --st-blue-light: #1AC6FF;
    --st-text-black: #212529;
    --st-timestamp: #006CAE;
    --st-white: #FFFFFF;
    --st-form-text: #4B5563;
    --st-form-border: #DCDCDC;
    --st-field-bg: #F9F9F9;
    --st-gradient: linear-gradient(90deg, #004AB3 0%, #1AC6FF 100%);
    --st-gradient-hover: linear-gradient(180deg, #1AC6FF 0%, #004AB3 100%);
    --st-btn-gradient: linear-gradient(90deg, #1AC6FF 0%, #004AB3 100%);
    --st-box-shadow: 0px 0px 4px 0px #00000026;
}


html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.container{
    padding: 0 20px;
}

.st-container {
    max-width: 1360px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}


h1,
h2,
h3,
h4,
h5,
h6{
    color: var(--st-text-black);
}

/* =========================================

    Common Style

   ========================================= */


.hidden{
    overflow: hidden;
}

.mega-menu-primary-mobile-open {
    overflow: hidden;
}

.st-section-title {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.25;
    font-weight: 700;
    color: var(--st-text-black);
    padding: 0;
}


.read-more-link{
    display: inline-block;
    color: var(--st-blue-light);
    text-decoration: none !important;
    position: relative;
    padding: 0 10px 0 0;
}

.read-more-link::after{
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid var(--st-blue-light);
    border-right: 1px solid var(--st-blue-light);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}

.read-more-link:hover{
    color: var(--st-blue-dark);
}

.read-more-link:hover::after{
    border-color: var(--st-blue-dark);
    transform: translate(5px , -50%) rotate(45deg);
}


.st-btn-wrap{
    margin-top: auto;
}

.st-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--st-btn-gradient);
    color: var(--st-white);
    padding: 8px 15px;
    border-radius: 25px;
    font-size: clamp(12px, 1vw, 14px);
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}



.st-btn-primary:hover {
    color: var(--st-white);
    text-decoration: none;
}



.st-btn-primary .st-arrow-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--st-white);
    transition: all 0.3s ease;
}



.st-btn-primary:hover .st-arrow-icon {
    transform: translateX(5px);
}



.st-btn-primary .st-arrow-icon img {
    width: 14px;
    height: auto;
    transition: all 0.3s ease;
}



.st-arrow-icon.reverse img {
    transform: rotate(180deg);
}



@media (max-width: 768px) {

    .st-btn-primary {
        padding: 6px 12px;
    }

    .st-btn-primary .st-arrow-icon{
        width: 20px;
        height: 20px;
    }

    .st-btn-primary .st-arrow-icon img{
        width: 12px;
    }

}

/* =========================================

    Header

   ========================================= */

header #mega-menu-wrap-primary{
    background-color: transparent;
    position: unset;
}

header .left-side-bar-nav .action-buttons{
    display: flex;
    gap: 20px;
    align-items: center;
}

header .left-side-bar-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

header .left-side-bar-nav .action-buttons .main_icone a{
    background: var(--st-btn-gradient);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 7px 7px 7px 14px;
    border-radius: 30px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.woocommerce div.product {
    margin-top: 47px;
}

header .left-side-bar-nav .action-buttons .main_icone a .contact-logo{
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

header .left-side-bar-nav .action-buttons .main_icone a:hover .contact-logo{
    transform: translateX(2px);
}

header .left-side-bar-nav .action-buttons .main_icone a .contact-logo img{
    width: 11px;
    height: 11px;
}

header #mega-menu-wrap-primary #mega-menu-primary{
    position: unset;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    color: var(--st-white) !important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::after{
    content: none !important;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator{
    width: 7px;
    height: 7px;
    margin: 0 0 0 10px;
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator::before{
    content: '';
    position: absolute;
    right: 0;
    bottom: 50%;
    width: 7px;
    height: 7px;
    border-right: 1px solid var(--st-white);
    border-bottom: 1px solid var(--st-white);
    transform: rotate(45deg);
}

header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
    background-color: var(--st-white);
    min-height: 300px;
}

.custom-mega-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 20px;
    background: #fff;
    padding: 15px;
    list-style: none;
    max-width: 1800px;
    margin: 0 auto;
}

.custom-mega-menu .mega-menu-brands {
    flex: 0 0 calc(25% - 20px);
    padding: 0;
}

.custom-mega-menu .mega-menu-brands li.brand-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #11162B1A;
    margin-right: 0 !important;
    position: relative;
}

.custom-mega-menu .mega-menu-brands li.brand-item a{
    display: block;
    text-decoration: none;
    color: #11162B;
}

.custom-mega-menu .mega-menu-brands li.brand-item a:hover{
    color: #0073aa;
}

.custom-mega-menu .mega-menu-brands li.brand-item .toggle-menu{
    padding: 10px;
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    cursor: pointer;
}

.custom-mega-menu .mega-menu-brands li.brand-item .brand-subcats{
    display: none;
    max-height: 300px;
    overflow-y: auto;
    background-color: #e6edf8;
}

.custom-mega-menu .mega-menu-brands li.brand-item .brand-subcats .brand-subcat-item{
    margin-right: 0 !important;
    padding: 0;
}

.custom-mega-menu .mega-menu-brands li.brand-item .brand-subcats .brand-subcat-item .brand-sub-subcats li{
    border-bottom: 1px solid #11162B1A;
    padding: 10px;
    margin-right: 0 !important;
}

.custom-mega-menu .mega-menu-brands li.brand-item .brand-subcats .brand-subcat-item .brand-sub-subcats li:first-child{
    border-top: 1px solid #11162B1A;
}

@media(max-width:1500px){
    nav#main-nav{
        padding: 10px 0;
    }
}

@media(max-width:1180px){
    .custom-mega-menu .mega-menu-brands {
        flex: 0 0 calc(50% - 20px);
    }
    
}

@media(max-width:992px){
    header #mega-menu-wrap-primary{
        order: 3;
        position: relative;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle{
        background-color: #fff !important;
        height: auto;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin: 0 !important;
        padding: 7px;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box{
        width: 30px;
        height: 20px;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner{
        top: 0;
        margin: 0;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner::before{
        top: 9px;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner::after{
        top: 18px;
    }

    header #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner::after{
        transform: translate3d(0, -18px, 0) rotate(-90deg);
    }

    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner,
    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner::after,
    header #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block .mega-toggle-animated-box .mega-toggle-animated-inner::before{
        width: 100%;
        height: 2px;
        background-color: var(--st-blue-dark);
    }
    
    header #mega-menu-wrap-primary #mega-menu-primary{
        padding: 20px !important;
        background-color: #11162B !important;
        position: fixed;
        left: 0;
        top: 78px;
        width: 100%;
        z-index: 99;
    }

    header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu{
        min-height: auto;
        padding: 0;
    }
    
    .custom-mega-menu{
        padding: 0;
        height: 300px;
        overflow-y: auto;
    }

    .custom-mega-menu .mega-menu-brands {
        flex: 0 0 100%;
    }
    
    header .left-side-bar-nav .custom-logo-link{
        flex: 1;
    }

    header .left-side-bar-nav .action-buttons{
        margin-left: auto;
    }
    
    header .left-side-bar-nav .action-buttons .main_icone a{
        background: var(--st-white);
        padding: 0;
        height: 40px;
        width: 40px;
    }
    
    header .left-side-bar-nav .action-buttons .main_icone a span{
        display: none;
    }

    header .left-side-bar-nav .action-buttons .main_icone a span.contact-logo{
        display: flex;
    }
    
    header .left-side-bar-nav .action-buttons .main_icone a:hover span.contact-logo{
        transform: translateX(0);
    }
    
    header .left-side-bar-nav .action-buttons .main_icone a .contact-logo img{
        width: 15px;
        height: 15px;
    }

}

@media(max-width:480px){
    header .left-side-bar-nav{
        gap: 10px;
    }

    header .left-side-bar-nav .action-buttons{
        gap: 10px;
    }

    header .left-side-bar-nav .action-buttons .main_icone a{
        height: 30px;
        width: 30px;
    }

    header .left-side-bar-nav .action-buttons .header-search-button{
        height: 30px;
        width: 30px;
    }

}


/* =========================================

    Banner Section

   ========================================= */



.st-banner-section {
    width: 100vw;
    max-width: 100%;
    position: relative;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow: hidden;
}

.st-banner-section .st-banner-slides-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /*padding-bottom: 33%;*/
    padding-bottom: 25%;
}

.st-banner-section .st-banner-slides-wrapper .st-banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    z-index: 1;
}

.st-banner-section .st-banner-slides-wrapper .st-banner-slide.active {
    opacity: 1;
    z-index: 2;
}

.st-banner-section .st-banner-nav {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 20px;
    z-index: 10;
}

.st-banner-section .st-banner-nav .nav-btn {
    background: var(--st-white);
    color: var(--st-blue-dark);
    border: none;
    padding: 10px 15px;
    border-radius: 30px;
    font-family: 'Heebo', sans-serif;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: all 0.3s ease;
}

.st-banner-section .st-banner-nav .nav-btn:hover {
    background: var(--st-btn-gradient);
    color: var(--st-white);
}

.st-banner-section .st-banner-nav .nav-btn .st-arrow-icon {
    background: var(--st-btn-gradient);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.st-banner-section .st-banner-nav .nav-btn:hover .st-arrow-icon {
    background: var(--st-white);
}

.st-banner-section .st-banner-nav .nav-btn .st-arrow-icon img {
    filter: brightness(0) invert(1);
    width: 14px;
    height: auto;
    transition: all 0.3s ease;
}

.st-banner-section .st-banner-nav .nav-btn:hover .st-arrow-icon img {
    filter: brightness(1) invert(0);
}


@media (max-width: 768px) {
    .st-banner-section .st-banner-slides-wrapper{
        padding-bottom: 30%;
    }
    .st-banner-section {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .st-banner-section .st-banner-nav .nav-btn {
        padding: 0px;
        background: none;
    }

    .st-banner-section .st-banner-nav .nav-btn .st-arrow-icon {
        background: var(--st-white);
        width: 30px;
        height: 30px;
    }

    .st-banner-section .st-banner-nav .nav-btn .st-arrow-icon img {
        filter: brightness(1) invert(0);
        width: 14px;
    }

    .st-banner-section .st-banner-nav .nav-btn .st-btn-text {
        display: none;
    }

}

/* =========================================

    All Products Banner Section

   ========================================= */
   
.shp-sec-shbanner img{
    width: 100%;
    object-fit: contain;
}

/* =========================================

    Category Banner Section

    ========================================= */

.category-banner-section img{
    width: 100%;
    object-fit: contain;
}

/* =========================================

    Discover Section

   ========================================= */

.st-discover-section .st-tabs-header {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.st-discover-section .st-tabs-header .st-tab-title {
    flex: 1;
    text-align: center;
    align-content: center;
    padding: 25px 30px 20px;
    font-size: clamp(12px, 3vw, 32px);
    line-height: 1.2;
    font-weight: 700;
    color: var(--st-text-black);
    cursor: pointer;
    border-bottom: 4px solid #00000029;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: var(--st-white);
    transition: all 0.3s;
    max-width: 50%;
}

.st-discover-section .st-tabs-header .st-tab-title.active {
    background: var(--st-gradient);
    color: var(--st-white);
    border-bottom: 4px solid transparent;
}

.st-discover-section .st-tabs-body .st-tab-content {
    display: none;
    animation: fadeIn 0.5s;
}

.st-discover-section .st-tabs-body .st-tab-content.active {
    display: block;
}

.st-discover-section .st-tabs-body .st-no-data {
    text-align: center;
    padding: 60px 20px;
    color: #666;
    font-size: 16px;
    font-style: italic;
    background: var(--st-field-bg);
    border-radius: 8px;
    margin: 20px 0;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item {
    background: var(--st-white);
    border: none;
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    text-align: center;
    box-shadow: 0px 0px 10px 0px #00000029;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box:hover {
    text-decoration: none;
    color: inherit;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box .st-card-image {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 150px;
    position: relative;
    aspect-ratio: 1/1;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box .st-card-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: opacity 0.4s ease-in-out;
    padding: 10px;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box .st-card-image img.st-logo-img {
    opacity: 1;
    position: absolute;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box .st-card-image img.st-product-img {
    opacity: 0;
    position: absolute;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box:hover .st-logo-img {
    opacity: 0;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box:hover .st-product-img {
    opacity: 1;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item .st-card-box .st-card-footer {
    background: #F5F5F5;
    padding: 15px;
    font-size: clamp(14px, 2vw, 20px);
    line-height: 1.25;
    font-weight: 500;
    color: var(--st-blue-dark);
    transition: all 0.3s;
}

.st-discover-section .st-tabs-body .st-tab-content .st-grid-layout .st-grid-item:hover .st-card-box .st-card-footer {
    background: var(--st-gradient);
    color: var(--st-white);
}


@media (max-width: 1500px) {
    .st-discover-section .st-tabs-header .st-tab-title{
        padding: 15px 30px 10px;
    }
}


@media (max-width: 1024px) {

    .st-discover-section .st-tabs-body .st-tab-content .st-grid-layout {
        grid-template-columns: repeat(3, 1fr);
    }

}



@media (max-width: 768px) {

    .st-discover-section .st-tabs-body .st-tab-content .st-grid-layout {
        grid-template-columns: repeat(2, 1fr);
    }

    .st-discover-section .st-tabs-header .st-tab-title {
        padding: 15px 10px 10px;
    }

}



@media (max-width: 576px) {

    .st-discover-section .st-tabs-body .st-tab-content .st-grid-layout {
        grid-template-columns: unset;
        grid-auto-flow: column;
        grid-auto-columns: 200px;
        overflow-x: auto;
        padding: 10px;
    }

}



@keyframes fadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

/* =========================================

    Featured Products Section

   ========================================= */

.st-featured-section {
    background: var(--st-gradient);
    color: var(--st-white);
    text-align: center;
}

.st-featured-section .st-section-title {
    color: var(--st-white);
}

.st-featured-section .st-no-products {
    text-align: center;
    padding: 40px;
    color: #666;
    font-style: italic;
    grid-column: 1 / -1;
}

.st-featured-section .st-featured-grid {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: minmax(320px, 425px);
    overflow-x: auto;   
    gap: 20px;
    margin-top: 25px;
    padding: 15px 0;
}

.st-featured-section .st-featured-grid::-webkit-scrollbar{
    height: 8px;
}

.st-featured-section .st-featured-grid::-webkit-scrollbar-track{
    border-radius: 10px;
}

.st-featured-section .st-featured-grid::-webkit-scrollbar-thumb{
    border-radius: 10px;
}

.st-featured-section .st-featured-grid .st-feat-card {
    background: var(--st-white);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    text-align: left;
    color: var(--st-text-black);
    text-decoration: none;
    transition: all 0.3s ease;
}

.st-featured-section .st-featured-grid .st-feat-card:hover {
    transform: translateY(-5px);
}

.st-featured-section .st-featured-grid .st-feat-card .st-feat-img {
    max-height: 250px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.st-featured-section .st-featured-grid .st-feat-card .st-feat-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.st-featured-section .st-featured-grid .st-feat-card .st-feat-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.st-featured-section .st-featured-grid .st-feat-card h3 {
    font-size: clamp(18px, 3vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    color: var(--st-text-black);
    margin: 0 0 10px;
    padding: 0;
    flex-grow: 1;
}

.st-featured-section .st-featured-grid .st-feat-card p {
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 15px;
    padding: 0;
    color: var(--st-text-black);
}


@media (max-width: 768px) {

    .st-featured-section .st-featured-grid .st-feat-card {
        padding: 20px;
    }

}

/* =========================================

    Catalog Section

   ========================================= */

.st-catalog-section {
    background: var(--st-white);
}

.st-catalog-section .st-catalog-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.st-catalog-section .st-catalog-wrapper .st-catalog-content {
    flex: 0 0 calc(60% - 25px);
    max-width: calc(60% - 25px);
}

.st-catalog-section .st-catalog-wrapper .st-catalog-content .st-section-title {
    font-size: clamp(20px, 4vw, 40px);
}

.st-catalog-section .st-catalog-wrapper .st-catalog-content .st-subtitle {
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-text-black);
    margin-top: 10px;
    display: block;
    padding: 0;
}

.st-catalog-section .st-catalog-wrapper .st-catalog-content p {
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.6;
    font-weight: 400;
    color: var(--st-text-black);
    margin: 20px 0;
    padding: 0;
}

.st-catalog-section .st-catalog-wrapper .st-catalog-image {
    flex: 0 0 calc(40% - 25px);
    max-width: calc(40% - 25px);
    border-radius: 20px;
}

.st-catalog-section .st-catalog-wrapper .st-catalog-image img {
    height: auto;
    width: 100%;
    max-height: 600px;
    border-radius: 20px;
}



@media (max-width: 768px) {

    .st-catalog-section .st-catalog-wrapper .st-catalog-content {
        padding-right: 0;
    }

    .st-catalog-section .st-catalog-wrapper .st-catalog-content p {
        margin: 0 auto 30px;
    }

}



@media (max-width: 479px) {

    .st-catalog-section .st-catalog-wrapper {
        flex-direction: column;
        text-align: center;
    }

    .st-catalog-section .st-catalog-wrapper .st-catalog-content {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .st-catalog-section .st-catalog-wrapper .st-catalog-image {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }

}

/* =========================================

    Recently Viewed Products Section

   ========================================= */

.st-recently-viewed-section {
    background: var(--st-field-bg);
    padding: 60px 0;
    text-align: center;
}

.st-recently-viewed-section .st-recent-slider-container {
    overflow: hidden;
    padding: 40px 10px;
    position: relative;
}


.st-recently-viewed-section .st-recent-slider-container .st-recent-slider-track {
    display: flex;
    gap: 20px;
    transition: all 0.3s ease;
    width: 100%;
}

.st-recently-viewed-section .st-recent-card {
    flex: 0 0 calc(25% - 15px);
    background: var(--st-white);
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-shadow: 0px 0px 5px 0px #00000029;
    transition: all 0.3s ease;
}

.st-recently-viewed-section .st-recent-card:hover {
    background: var(--st-gradient-hover);
    color: var(--st-white);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 74, 179, 0.2);
}

.st-recently-viewed-section .st-recent-card .st-recent-img {
    max-height: 250px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.st-recently-viewed-section .st-recent-card .st-recent-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.st-recently-viewed-section .st-recent-card h3 {
    font-size: clamp(18px, 3vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    color: var(--st-text-black);
    padding: 0;
    transition: all 0.3s ease;
}

.st-recently-viewed-section .st-recent-card:hover h3{
    color: var(--st-white);
}

.st-recently-viewed-section .st-recent-card .st-timestamp {
    font-size: 12px;
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-timestamp);
    margin: 10px 0 20px;
    transition: all 0.3s ease;
}

.st-recently-viewed-section .st-recent-card:hover .st-timestamp {
    color: var(--st-white);
}

.st-recently-viewed-section .st-recent-card:hover .st-btn-primary{
    background: var(--st-white);
    color: var(--st-blue-dark);
}

.st-recently-viewed-section .st-recent-card:hover .st-btn-primary .st-arrow-icon{
    background: var(--st-btn-gradient);
}

.st-recently-viewed-section .st-recent-card:hover .st-btn-primary .st-arrow-icon img{
    filter: brightness(0) invert(1);
}

.st-recently-viewed-section .st-recent-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.st-recently-viewed-section .st-recent-nav .st-btn-primary:disabled,
.st-recently-viewed-section .st-recent-nav .st-btn-primary[disabled] {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.st-recently-viewed-section .st-recent-nav .st-btn-primary:hover .st-arrow-icon.reverse{
    transform: translateX(-5px);
}



@media (max-width: 1280px) {

    .st-recently-viewed-section .st-recent-card {
        flex: 0 0 calc(33.33% - 13.33px);
    }

}


@media (max-width: 1024px) {

    .st-recently-viewed-section .st-recent-card {
        flex: 0 0 calc(50% - 10px);
    }

}


@media (max-width: 576px) {

    .st-recently-viewed-section .st-recent-card {
        flex: 0 0 calc(100% - 10px);
    }

}

/* =========================================

    Newsletter Section

   ========================================= */

.st-newsletter-section {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
}

.st-newsletter-box {
    background: var(--st-white);
    padding: 50px;
    border-radius: 20px;
    max-width: 550px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.st-newsletter-box p {
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-text-black);
    margin-top: 10px;
    padding: 0;
}

.st-newsletter-form {
    margin-top: 10px;
}

.st-newsletter-form .tnp-subscription {
    margin: 0;
    max-width: 100%;
}

.st-newsletter-form .tnp-subscription input,
.st-newsletter-form .tnp-subscription input:focus{
    outline: none;
}

.st-newsletter-form .tnp-subscription label{
    margin: 0;
}

.st-newsletter-form .tnp-subscription input::placeholder {
    color: var(--st-form-text);
}

.st-newsletter-form .tnp-subscription .tnp-field-email label{
    display: none;
}

.st-newsletter-form .tnp-subscription .tnp-field-email .tnp-email{
    padding: 0;
    background-color: transparent;
}

.st-newsletter-form .tnp-subscription .tnp-field-email,
.st-newsletter-form .tnp-subscription .tnp-field-checkbox {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--st-form-border);
    border-radius: 10px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-form-text);
    background: var(--st-field-bg);
    outline: none;
}

.st-newsletter-form .tnp-subscription .tnp-field-checkbox {
    width: 50%;
}

.st-newsletter-form .tnp-subscription .tnp-lists{
    display: flex;
    gap: 10px;
}

.st-newsletter-form .tnp-subscription .tnp-lists .tnp-field-checkbox label{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-form-text);
}

.st-newsletter-form .tnp-subscription .tnp-lists .tnp-field-checkbox label input{
    width: 15px;
    height: 15px;
}

.st-newsletter-form .tnp-subscription .tnp-field-button{
    margin: 0;  
    width: fit-content;
    position: relative;
}

.st-newsletter-form .tnp-subscription .tnp-field-button::before{
    content: url('/wp-content/uploads/2025/12/arrow-icon.svg');
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.st-newsletter-form .tnp-subscription .tnp-field-button:hover::before{
    transform: translate(5px,-50%);
}

.st-newsletter-form .tnp-subscription .tnp-submit{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--st-btn-gradient);
    color: var(--st-white);
    padding: 14px 50px 14px 15px;
    border-radius: 30px;
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 74, 179, 0.3);
}



@media (max-width: 768px) {

    .st-newsletter-box {
        max-width: 100%;
        background: #FFFFFFB2;
        padding: 20px;
    }

    .st-newsletter-box .st-section-title {
        font-size: 28px;
    }

    .st-newsletter-form .tnp-subscription .tnp-submit{
        padding: 8px 40px 8px 12px;
    }

    .st-newsletter-form .tnp-subscription .tnp-field-button::before{
        width: 20px;
        height: 20px;
    }

}





@media (max-width: 479px){

    .st-newsletter-form .tnp-subscription .tnp-field-email,
    .st-newsletter-form .tnp-subscription .tnp-field-checkbox{
        padding: 10px 20px;
        width: 100%;
    }

    .st-newsletter-form .tnp-subscription .tnp-lists{
        flex-wrap: wrap;
        gap: 0px;
    }

    .st-newsletter-form .tnp-subscription .tnp-lists .tnp-field-checkbox label{
        gap: 5px;
    }

}

/* =========================================

     Info Cards Section (Custom/About/Marketing)

   ========================================= */

.st-info-section {
    background: var(--st-white);
    padding: 50px 0;
}

.st-info-section .st-info-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.st-info-section .st-info-grid .st-info-card {
    background: #F4F4F4;
    border-radius: 20px;
    padding: 40px;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    height: 100%;
}

.st-info-section .st-info-grid .st-info-card:hover {
    background: var(--st-gradient-hover);
    color: var(--st-white);
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 74, 179, 0.2);
}

.st-info-section .st-info-grid .st-info-card .st-info-img {
    max-height: 250px;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.st-info-section .st-info-grid .st-info-card .st-info-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.st-info-section .st-info-grid .st-info-card .st-info-content {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.st-info-section .st-info-grid .st-info-card h3 {
    margin: 0 0 10px;
    font-size: clamp(18px, 3vw, 30px);
    line-height: 1.25;
    font-weight: 700;
    color: var(--st-text-black);
    padding: 0;
    flex-grow: 1;
}

.st-info-section .st-info-grid .st-info-card:hover h3 {
    color: var(--st-white);
}

.st-info-section .st-info-grid .st-info-card p {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 10px;
    padding: 0;
    transition: all 0.3s ease;
}

.st-info-section .st-info-grid .st-info-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

.st-info-section .st-info-grid .st-info-card:hover .st-btn-primary {
    background: var(--st-white);
    color: var(--st-blue-dark);
}

.st-info-section .st-info-grid .st-info-card:hover .st-btn-primary .st-arrow-icon {
    background: var(--st-btn-gradient);
}

.st-info-section .st-info-grid .st-info-card:hover .st-btn-primary .st-arrow-icon img {
    filter: brightness(0) invert(1);
}

.st-info-section .st-no-features {
    text-align: center;
    padding: 40px;
    color: #666;
    font-style: italic;
    grid-column: 1 / -1;
}



@media (max-width: 1024px) {

    .st-info-section .st-info-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}



@media (max-width: 768px) {

    .st-info-section{
        padding: 0;
    }

    .st-info-section .container {
        padding: 0;
        max-width: 100%;
    }

    .st-info-section .st-info-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .st-info-section .st-info-grid .st-info-card {
        padding: 20px;
        flex-direction: row;
        border-radius: 0;
        gap: 10px;
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) {
        background: var(--st-gradient-hover);
        color: var(--st-white);
        flex-direction: row-reverse;
    }

    .st-info-section .st-info-grid .st-info-card .st-info-img {
        flex: 0 0 calc(40% - 5px);
        margin: 0;
    }

    .st-info-section .st-info-grid .st-info-card .st-info-content {
        flex: 0 0 calc(60% - 5px);
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) h3 {
        color: var(--st-white);
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) p {
        color: rgba(255, 255, 255, 0.9);
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) .st-btn-primary {
        background: var(--st-white);
        color: var(--st-blue-dark);
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) .st-btn-primary .st-arrow-icon {
        background: var(--st-btn-gradient);
    }

    .st-info-section .st-info-grid .st-info-card:nth-child(even) .st-btn-primary .st-arrow-icon img {
        filter: brightness(0) invert(1);
    }

}



@media (max-width: 479px) {

    .st-info-section .st-info-grid .st-info-card,
    .st-info-section .st-info-grid .st-info-card:nth-child(even) {
        flex-direction: column;
    }

    .st-info-section .st-info-grid .st-info-card .st-info-img,
    .st-info-section .st-info-grid .st-info-card .st-info-content {
        flex: inherit;
    }

}


/* =========================================

    Product Category Page

   ========================================= */


.woocommerce-products-header .page-title{
    font-size: clamp(18px, 2vw, 26px);
    font-weight: 600;
    line-height: 1.25;
    color: var(--st-text-black);
}
.woocommerce-products-header .term-description p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.25;
    color: var(--st-text-black);
    padding: 0;
}

.subcategory-filter-section .subcategory-filter-wrapper{
    box-shadow: var(--st-box-shadow);
    border-radius: 12px;
    padding: 15px;
}

.subcategory-filter-section .subcategory-filter-wrapper h3 {
    font-size: 16px;
    line-height: 1.25;
    font-weight: 500;
}

.subcategory-filter-section .subcategory-filter-wrapper .subcategory-tabs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.subcategory-filter-section .subcategory-filter-wrapper .subcategory-tabs-wrapper .subcategory-tab {
    padding: 10px 15px;
    border: 0;
    background: var(--st-white);
    box-shadow: var(--st-box-shadow);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--st-text-black);
    transition: all 0.3s ease;
}

.subcategory-filter-section .subcategory-filter-wrapper .subcategory-tabs-wrapper .subcategory-tab:hover,
.subcategory-filter-section .subcategory-filter-wrapper .subcategory-tabs-wrapper .subcategory-tab.active{
    background: linear-gradient(90deg, #1AC6FF 0%, #004AB3 100%);
    color: var(--st-white);
}

.products-section .products-section-wrapper .products-loading {
    text-align: center;
    padding: 40px;
    font-size: 16px;
    color: #666;
}

.products-section .products-section-wrapper .products .product{
    padding: 0 !important;
    border: 1px solid #ebebeb;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.products-section .products-section-wrapper .products .product:hover{
    transform: translateY(-5px);
    border-color: var(--st-blue-dark);
}

.products-section .products-section-wrapper .products .product .woocommerce-loop-product__link{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-decoration: none;
}

.products-section .products-section-wrapper .products .product .woocommerce-loop-product__link img{
    margin: auto 0;
    width: 100%;
    max-height: 350px;
    height: auto;
    object-fit: contain;
}

.products-section .products-section-wrapper .products .product .woocommerce-loop-product__link .woocommerce-loop-product__title{
    background: #F5F5F5;
    padding: 15px !important;
    font-size: clamp(14px, 1vw, 16px) !important;
    line-height: 1.25;
    font-weight: 500;
    color: var(--st-blue-dark);
    transition: all 0.3s;
}

.products-section .products-section-wrapper .products .product:hover .woocommerce-loop-product__link .woocommerce-loop-product__title{
    background: var(--st-gradient);
    color: var(--st-white);
}

/* Hide default WooCommerce subcategories */
.product-category {
    display: none !important;
}

body[class*="term-"] .sm-sec-checkcatlog {
    display: none !important;
}


@media(max-width:480px){
    .products-section .products-section-wrapper .products{
        grid-template-columns: repeat(1,1fr);
    }
}

/* =========================================

    Product Detail Page

   ========================================= */

.single-product .wrapper > .container{
    max-width: 100%;
    padding: 0;
}

.single-product .brands-horizontal-wrapper {
    max-width: 100%;
    box-shadow: var(--st-box-shadow);
    border-radius: 12px;
    padding: 15px;
    margin: 0 auto;
}

.single-product .brands-horizontal-wrapper .brands-title{
    font-size: 16px;
    font-weight: 500;
    color: var(--st-text-black);
    line-height: 1.2;
}

.single-product .brands-horizontal-wrapper .brands-list{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.single-product .brands-horizontal-wrapper .brands-list .brand-item{
    padding: 10px 15px;
    border: 0;
    background: var(--st-white);
    box-shadow: var(--st-box-shadow);
    border-radius: 8px;
    line-height: 1.25;
    color: var(--st-text-black);
    transition: all 0.3s ease;
}

.single-product .brands-horizontal-wrapper .brands-list .brand-item:hover,
.single-product .brands-horizontal-wrapper .brands-list .brand-item.active{
    background: linear-gradient(90deg, #1AC6FF 0%, #004AB3 100%);
    text-decoration: none;
    transform: none;
}

.single-product .brands-horizontal-wrapper .brands-list .brand-item .brand-name{
    font-size: 14px;
    text-align: center;
    color: var(--st-text-black);
    font-weight: 500;
    line-height: 1.2;
}

.single-product .brands-horizontal-wrapper .brands-list .brand-item.active .brand-name,
.single-product .brands-horizontal-wrapper .brands-list .brand-item:hover .brand-name{
    color: var(--st-white);
}

.single-product .single-product-section .product{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
    width: 100% !important;
    margin-top: 0;
}

.single-product .wrapper .site-main .single-product-section.sec-padd{
    padding: 0;
}
.single-product .single-product-section .product .product-images-section{
    position: relative;
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.single-product .single-product-section .product .product-images-section .wishlist-icon-container{
    width: 40px;
    height: 40px;
    left: auto;
    right: 70px;
    top: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .single-product-section .product .product-images-section .wishlist-icon-container .tinvwl_add_to_wishlist_button {
    width: 40px;
    height: 40px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery{
    width: 100% !important;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
    box-shadow: 0 0 10px 0 #6c6c6c;
    height: 40px;
    width: 40px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before{
    left: 11px;
    top: 11px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .woocommerce-product-gallery__trigger::after{
    left: 24px;
    top: 22px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
    background-color: #F8FDFF;
    border-radius: 12px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
    border-radius: 8px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container{
    margin: 20px 0 0;
    overflow: inherit;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-left,
.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right{
    top: -200%;
    background: #004AB31A;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-left::after,
.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right::after{
    content: none;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-left::before,
.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right::before{
    content: url('/wp-content/uploads/2026/01/product-slider-arrow.webp');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right::before{
    transform: translate(-50%, -50%) rotate(180deg);
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol{
    gap: 20px;
    overflow-x: auto;
    justify-content: flex-start;
    padding: 0 0 20px 0;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol::-webkit-scrollbar{
    height: 8px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol::-webkit-scrollbar-track{
    border-radius: 10px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol::-webkit-scrollbar-thumb{
    border-radius: 10px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol li{
    padding: 0;
    max-height: 105px;
    aspect-ratio: 1 / 1;
    width: auto;
    border-radius: 8px;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol li img{
    background-color: #F8FDFF;
    border: 1px solid #F8FDFF;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container ol li img.flex-active {
    border-color: #004AB3;
}

.single-product .single-product-section .product .product-info-section{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.single-product .single-product-section .product .product-info-section .summary{
    width: 100% !important;
    margin: 0;
}

.single-product .single-product-section .product .product-info-section .summary .product_title{
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.25;
    font-weight: 700;
    color: #363936;
}

.single-product .single-product-section .product .product-info-section .summary .price:empty{
    display: none;
}

.single-product .single-product-section .product .product-info-section .summary .product-summary-box{
    margin-bottom: 20px;
}

.single-product .single-product-section .product .product-info-section .summary .product-summary-box h4{
    font-size: clamp(14px, 2vw, 20px);
    font-weight: 500;
    margin-bottom: 10px;
    color: var(--st-text-black);
    padding-bottom: 0;
}

.single-product .single-product-section .product .product-info-section .summary .product-summary-box p{
    color: var(--st-text-black);
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container{
    border: 0;
    box-shadow: var(--st-box-shadow);
    padding: 25px;
    border-radius: 6px;
    background: var(--st-white);
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section{
    margin: 0;
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section:not(:last-child){
    margin: 0 0 30px 0;
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section h4{
    width: fit-content;
    padding: 5px 15px;
    border-radius: 10px;
    font-weight: 500;
    color: var(--st-text-black);
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section .attribute-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section .attribute-grid .attribute-button{
    padding: 10px 15px;
    margin: 0;
    border: 0;
    background: var(--st-white);
    box-shadow: var(--st-box-shadow);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: var(--st-text-black);
    transition: all 0.3s ease;
}

.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section .attribute-grid .attribute-button:hover,
.single-product .single-product-section .product .product-info-section .summary .custom-attributes-container .attribute-section .attribute-grid .attribute-button.active{
    background: linear-gradient(90deg, #1AC6FF 0%, #004AB3 100%);
    color: var(--st-white);
}

.single-product .single-product-section .product .product-info-section .summary .clear-selection-btn {
    margin-top: 12px;
    cursor: pointer;
    color: var(--st-blue-dark);
    font-size: 13px;
    display: inline-block;
}

.single-product .single-product-section .product .product-info-section .summary .clear-selection-btn:hover {
    text-decoration: underline;
}

@media(max-width:1024px){
    .single-product .single-product-section .product{
        padding: 0 !important;
    }

    .single-product .single-product-section .product .product-images-section{
        flex: 0 0 100%;
        max-width: 100%;    
    }

    .single-product .single-product-section .product .product-info-section{
        flex: 0 0 100%;
        max-width: 100%;
    }

}

@media(max-width: 768px){
    .single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-left,
    .single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right{
        top: -200%;
    }
}

@media(max-width:575px){
    .single-product .brands-horizontal-wrapper{
        padding: 20px 20px 30px;
    }

    .single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-left,
    .single-product .single-product-section .product .product-images-section .woocommerce-product-gallery .carousel-container .arrow-right{
        top: -130%;
    }
}


.single-product .specs-sds-section .specs-sds-wrapper{
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section h3{
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.25;
    font-weight: 700;
    color: #363936;
    padding: 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper {
    padding: 25px;
    margin: 25px 0 0;
    box-shadow: var(--st-box-shadow);
    border-radius: 12px;
    overflow-x: auto;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper::-webkit-scrollbar{
    height: 6px;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper table{
    width: 100%;
    border: 0;
    border-collapse: separate;
    min-width: 450px;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper table th{
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 500;
    background-color: #F4F4F4;
    padding: 10px 15px;
    border-radius: 12px;
    background-clip: padding-box;
    border: 5px solid transparent;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper table tr td{
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 500;
    border: 0;
    padding: 12px 20px;
    border-top: 1px solid #EAEAEA;
}

.single-product .specs-sds-section .specs-sds-wrapper .specs-section .attribute-wrapper table tr.tab-active td{
    background-color: #F4F4F4;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
    padding: 25px;
    box-shadow: var(--st-box-shadow);
    border-radius: 20px;
    height: fit-content;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section h3,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section h3{
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.25;
    font-weight: 700;
    color: #363936;
    padding: 0 0 15px 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation{
    display: flex;
    gap: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation .tab-link {
    padding: 12px 24px;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation .tab-link{
    border: 0;
    background: transparent;
    position: relative;
    color: #363936;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.25;
    font-weight: 500;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation .tab-link.active{
    color: var(--st-blue-dark);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation .tab-link::after{
    content: '';
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    left: 0;
    background-color: transparent;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tabs-navigation .tab-link.active::after{
    background-color: var(--st-blue-dark);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content {
    display: none;
    padding: 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content.active{
    display: block;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section p,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section p{
    font-size: clamp(16px, 2vw, 24px);
    line-height: 1.25;
    font-weight: 400;
    color: #363936;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form p,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form p{
    margin: 0 0 5px 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form input,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form input{
    border-radius: 8px;
    background-color: var(--st-field-bg);
    border: 1px solid var(--st-form-border);
    font-size: clamp(14px, 1vw, 16px);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form .wpcf7-not-valid-tip,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form .wpcf7-not-valid-tip{
    font-size: 14px;
    line-height: 1.25;
    margin: 5px 0 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form p:has(input[type="submit"]),
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form p:has(input[type="submit"]){
    width: fit-content;
    position: relative;
    padding: 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form p:has(input[type="submit"])::before,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form p:has(input[type="submit"])::before{
    content: url(/wp-content/uploads/2025/12/arrow-icon.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form input[type="submit"],
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form input[type="submit"]{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--st-btn-gradient);
    color: var(--st-white);
    padding: 14px 50px 14px 15px;
    border-radius: 30px;
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1;
    font-weight: 400;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 74, 179, 0.3);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form p:has(input[type="submit"]):hover::before,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form p:has(input[type="submit"]):hover::before{
    transform: translate(5px,-50%);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form .wpcf7-spinner,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form .wpcf7-spinner{
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section form .wpcf7-response-output,
.single-product .specs-sds-section .specs-sds-wrapper .sds-section form .wpcf7-response-output{
    border: 1px solid red !important;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0 0;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item{
    text-align: center;
    width: 100%;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item .pdf-preview-wrapper{
    max-height: 230px;
    position: relative;
    aspect-ratio: 1/2;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item .pdf-preview-wrapper iframe{
    height: 100%;
    position: absolute;
    inset: 0;   
    width: 100%;
    border: none;
    pointer-events: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item .pdf-preview-wrapper iframe::-webkit-scrollbar {
    display: none;
}

.single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item span {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 500;
}

@media(max-width:1280px){
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width:1024px){
    .single-product .specs-sds-section .specs-sds-wrapper .specs-section{
        flex: 0 0 100%;
        max-width: 100%;    
    }
    
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section,
    .single-product .specs-sds-section .specs-sds-wrapper .sds-section{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper .pdf-item .pdf-preview-wrapper{
        max-height: 355px;
    }

}

@media(max-width:768px){
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media(max-width: 575px){
    .single-product .specs-sds-section .specs-sds-wrapper .sds-marketing-tabs-section .tab-content .marketing-tab .pdf-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
}


/* =========================================

    Pagination

   ========================================= */


.woocommerce-pagination{
    margin: 40px 0 0;
}

.woocommerce-pagination .page-numbers{
    display: flex !important;
    gap: 20px;
    justify-content: center;
    border: 0 !important;
}

.woocommerce-pagination .page-numbers li{
    border: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--st-blue-dark) !important;
    background: var(--st-white) !important;
    transition: all 0.3s ease;
    border-radius: 50%;
}

.woocommerce-pagination .page-numbers li:hover{
    border-color: var(--st-white) !important;
    box-shadow: 0 0px 8px 2px #b9b9b9;
}

.woocommerce-pagination .page-numbers li .page-numbers{
    width: 35px;
    height: 35px;
    background: transparent !important;
    color: var(--st-blue-dark) !important;
    align-items: center;
}

.woocommerce-pagination .page-numbers li .page-numbers.current{
    color: var(--st-white) !important;
}

.woocommerce-pagination .page-numbers li:has(.page-numbers.dots){
    border: 0 !important;
}

.woocommerce-pagination .page-numbers li:has(.page-numbers.current):hover{
    border-color: var(--st-blue-dark) !important;
}

.woocommerce-pagination .page-numbers li:has(.page-numbers.current):hover,
.woocommerce-pagination .page-numbers li:has(.page-numbers.dots):hover{
    box-shadow: none;
}

.woocommerce-pagination .page-numbers li:has(.page-numbers.current){
    background: var(--st-blue-dark) !important;
    color: var(--st-white) !important;
}




/* =========================================

    Terms of Use & Privacy Policy Page

   ========================================= */

.privacy-policy .entry-content, 
.terms-of-use .entry-content{
    margin: 10px auto 50px;
    border-radius: 20px;
    border-left: 10px solid var(--st-blue-light);
    box-shadow: var(--st-box-shadow);
    padding: 30px;
}

.brh-sec-brochure {
    margin: 50px 0;
}


@media(max-width: 1024px){
    .privacy-policy .entry-content, 
    .terms-of-use .entry-content{
        max-width: 100%;
    }

}


/* =========================================

    About us page

   ========================================= */


.about-us-section .about-us-wrapper{
    border-radius: 20px;
    border-left: 10px solid var(--st-blue-light);
    box-shadow: var(--st-box-shadow);
    padding: 30px;
}


/* =========================================

    Marketing Material Page

   ========================================= */

.st-marketing-material-section .marketing-material-wrapper .upper-wrapper{
    max-width: 70%;
    margin: 0 auto;
    text-align: center;
}

.st-marketing-material-section .marketing-material-wrapper .upper-wrapper p{
    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.6;
    font-weight: 400;
    color: var(--st-text-black);
    margin: 10px 0 0;
    padding: 0;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper{
    margin: 50px 0 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper .pdf-item{
    width: 100%;
    background: var(--st-white);
    border-radius: 20px;
    box-shadow: 0px 0px 5px 0px #00000029;
    transition: all 0.3s ease;
    overflow: hidden;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper .pdf-item a:hover{
    text-decoration: none;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper .pdf-item .pdf-preview-wrapper{
    border: 0;
    border-radius: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper .pdf-item span{
    padding: 10px;
    margin: 0;
    transition: all 0.3s ease;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper .pdf-item:hover span{
    background: var(--st-gradient);
    color: var(--st-white);
}

.st-marketing-material-section .marketing-material-wrapper .pdf-pagination{
    flex-wrap: wrap;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-pagination button{
    background-color: var(--st-white);
    color: var(--st-text-black);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 400;
    box-shadow: 0px 0px 5px 0px #00000029;
    transition: all 0.3s ease;
}

.st-marketing-material-section .marketing-material-wrapper .pdf-pagination button.active,
.st-marketing-material-section .marketing-material-wrapper .pdf-pagination button:hover{
    background: var(--st-btn-gradient);
    color: var(--st-white);
    border: 0;
}

@media(max-width: 1024px){

    .st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper{
        grid-template-columns: repeat(3, 1fr);
    }
    
}

@media(max-width: 768px){
    .st-marketing-material-section .marketing-material-wrapper .upper-wrapper{
        max-width: 100%;
    }
    
    .st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper{
        grid-template-columns: repeat(2, 1fr);
    }

    .st-marketing-material-section .marketing-material-wrapper .pdf-pagination button{
        width: 45px;
        height: 45px;
    }
    
    
}

@media(max-width: 480px){
    
    .st-marketing-material-section .marketing-material-wrapper .pdf-grid-wrapper{
        grid-template-columns: repeat(1, 1fr);
    }
    
    .st-marketing-material-section .marketing-material-wrapper .pdf-pagination button{
        width: 35px;
        height: 35px;
    }
    
}



/* =========================================

    CMS Banner Section

   ========================================= */


.cms-banner-section{
    min-height: 550px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
}

.cms-banner-section::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-45deg, #1ac6ff00 0%, #004ab3e6 100%);
    z-index: -1;
}

.cms-banner-section .banner-section-wrapper{
    text-align: center;
}

.cms-banner-section .banner-section-wrapper h1{
    color: var(--st-white);
}

.cms-banner-section .banner-section-wrapper .breadcrum{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.cms-banner-section .banner-section-wrapper .breadcrum li{
    padding: 0;
}

.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item{
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 500;
    padding: 6px 16px;
    border-radius: 15px;
    background-color: rgb(255 255 255 / 30%);
    transition: all 0.3s ease;
}

.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item.active,
.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item:hover{
    background-color: rgb(255 255 255 / 100%);
}

.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item a{
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 500;
    color: var(--st-white);
    text-decoration: none;
}

.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item.active a,
.cms-banner-section .banner-section-wrapper .breadcrum li.breadcrum-item:hover a{
    color: var(--st-text-black);
}


@media(max-width: 768px){
    .cms-banner-section{
        min-height: 300px;
    }

    .cms-banner-section .banner-section-wrapper{
        text-align: left;
    }

    .cms-banner-section .banner-section-wrapper .breadcrum{
        justify-content: flex-start;
    }
}


@media(max-width: 480px){
    
    .cms-banner-section .banner-section-wrapper .breadcrum{
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }
    
    .cms-banner-section .banner-section-wrapper .breadcrum li img{
        transform: translateX(10px) rotate(90deg);
    }

}


/* =========================================

    CMS Form

   ========================================= */

.cms-content-form-section .content-form-section-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.cms-content-form-section .content-form-section-wrapper .content-section{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.cms-content-form-section .content-form-section-wrapper .content-section .contact-detail-list li a,
.cms-content-form-section .content-form-section-wrapper .content-section .contact-detail-list li{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: clamp(16px, 1vw, 18px);
    font-weight: 400;
    line-height: 1.5;
    color: var(--st-text-black);
    text-decoration: none;
}

.cms-content-form-section .content-form-section-wrapper .content-section .contact-detail-list li a:hover{
    color: var(--st-blue-dark);
}

.cms-content-form-section .content-form-section-wrapper .content-section .contact-detail-list li i{
    font-size: clamp(16px, 1vw, 24px);
    color: var(--st-blue-dark);
}

.cms-content-form-section .content-form-section-wrapper .form-section{
    flex: 0 0 calc(50% - 25px);
    max-width: calc(50% - 25px);
}

.cms-contact-form{
    box-shadow: var(--st-box-shadow);
    padding: 30px;
    border-radius: 20px;
    background-color: var(--st-white);
}

.cms-contact-form input[type="text"],
.cms-contact-form input[type="number"],
.cms-contact-form input[type="email"],
.cms-contact-form input[type="tel"],
.cms-contact-form input[type="url"],
.cms-contact-form textarea{
    width: 100%;
    padding: 15px 20px;
    border: 1px solid var(--st-form-border);
    border-radius: 10px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25 !important;
    font-weight: 400;
    color: var(--st-form-text) !important;
    background: var(--st-field-bg);
    outline: none;
}

.cms-contact-form input[type="text"]:focus,
.cms-contact-form input[type="number"]:focus,
.cms-contact-form input[type="email"]:focus,
.cms-contact-form input[type="tel"]:focus,
.cms-contact-form input[type="url"]:focus,
.cms-contact-form textarea:focus{
    background: var(--st-field-bg);
    border-color: var(--st-form-border);
}

.cms-contact-form .wpcf7-radio{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.cms-contact-form .wpcf7-radio .wpcf7-list-item {
    padding: 10px 20px;
    border: 1px solid var(--st-form-border);
    border-radius: 10px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    color: var(--st-form-text);
    background: var(--st-field-bg);
    outline: none;
}

.cms-contact-form .wpcf7-radio .wpcf7-list-item label{
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: clamp(14px, 1vw, 16px);
    line-height: 1.25;
    font-weight: 400;
    margin: 0;
    cursor: pointer;
}

.cms-contact-form .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label{
    color: var(--st-form-text);
}

.cms-contact-form .main-form .wpcf7-not-valid-tip{
    font-weight: 500 !important;
}

.cms-contact-form p:has(input[type="submit"]){
    position: relative;
    width: fit-content;
}

.cms-contact-form p:has(input[type="submit"])::before{
    content: url(/wp-content/uploads/2025/12/arrow-icon.svg);
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 1;
}

.cms-contact-form p:has(input[type="submit"]):hover::before{
    transform: translate(5px,-50%);
}

.cms-contact-form input[type="submit"]{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--st-btn-gradient) !important;
    color: var(--st-white) !important;
    padding: 14px 50px 14px 15px !important;
    border-radius: 30px;
    font-size: clamp(16px, 1vw, 18px);
    line-height: 1 !important;
    font-weight: 400 !important;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 74, 179, 0.3) !important;
}

.cms-contact-form .wpcf7-spinner{
    position: absolute;
    left: 101%;
    top: 50%;
    transform: translateY(-50%);
}

.cms-contact-form form .wpcf7-response-output{
    border: 1px solid #dc3545 !important;
    color: #dc3545;
    font-size: 14px;
    border-radius: 10px;
}

.request-quote-section .form-section{
    max-width: 60%;
    margin: 0 auto;
}

@media(max-width: 768px){
    
    .cms-content-form-section .content-form-section-wrapper{
        gap: 20px;
    }
    
    .cms-content-form-section .content-form-section-wrapper .content-section{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cms-content-form-section .content-form-section-wrapper .form-section{
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .cms-contact-form{
        padding: 20px;
    }
    
    .cms-contact-form p:has(input[type="submit"])::before{
        width: 20px;
        height: 20px;
    }
    
    .cms-contact-form input[type="submit"]{
        padding: 8px 40px 8px 12px !important;
    }
    
    .request-quote-section .form-section{
        max-width: 100%;
    }

}


/* =========================================

    Accordian

   ========================================= */



.custom-accordion{
    box-shadow: var(--st-box-shadow);
    background-color: var(--st-white);
    padding: 30px;
    border-radius: 20px;
}

.custom-accordion .accordion-item{
    border-bottom: 1px solid var(--st-form-border);
    padding: 15px 0;
}

.custom-accordion .accordion-item:first-child{
    padding: 0 0 15px 0;
}

.custom-accordion .accordion-item .accordion-header{
    font-size: clamp(18px, 2vw, 22px);
    font-weight: 500;
    position: relative;
    padding: 0 20px 0 0;
    cursor: pointer;
}

.custom-accordion .accordion-item .accordion-header::after {
    content: '';
    position: absolute;
    border-right: 1px solid var(--st-text-black);
    right: 5px;
    top: 50%;
    border-bottom: 1px solid var(--st-text-black);
    height: 7px;
    width: 7px;
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.3s ease;
}

.custom-accordion .accordion-item.active .accordion-header::after{
    transform: translateY(-50%) rotate(-135deg);
}

.custom-accordion .accordion-item .accordion-content {
    margin: 10px 0 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}

@media(max-width:768px){
    .custom-accordion{
        padding: 20px;
    }

}