/* Custom CSS */
:root {
    --primary-color: #25408F;
    --secondary-color: #BCDBFF;
    --text-color: #000000;
    --black-color: #000000;
    --white-color: #FFFFFF;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?214bxk');
  src:  url('../fonts/icomoon.eot?214bxk#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?214bxk') format('truetype'),
        url('../fonts/icomoon.woff?214bxk') format('woff'),
        url('../fonts/icomoon.svg?214bxk#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* icommoon Icons */
.icon-support:before {
    content: "\e900";
}

.icon-industry-offerings:before {
    content: "\e901";
}

.icon-fast-shipping:before {
    content: "\e902";
}

.icon-distributore:before {
    content: "\e903";
}

.icon-arrow-right:before {
    content: "\e904";
}

/* End */
.site-content .ast-container {
    display: block;
}

body.ast-page-builder-template {
    font-family: 'Poppins', sans-serif;
    background-color: #F5F7FF;
}

h1,
.h1,
.xlarge-title {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0px;
    color: var(--text-color);
    text-transform: capitalize;
}

h2,
.h2,
.large-title {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--text-color);
    text-transform: capitalize;
}

h3,
.h3,
.medium-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0px;
    color: var(--text-color);
    text-transform: capitalize;
}

h4,
.h4,
.small-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: 0px;
    color: var(--text-color);
}

h5,
.h5,
.xsmall-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: 0px;
    color: var(--text-color);
}

h6,
.h6,
.micro-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0px;
    color: var(--text-color);
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0px;
    color: var(--text-color);
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--text-color);
}

a:hover {
    color: var(--primary-color);
}
.row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.container {
    max-width: 1690px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;

}

.btn {
    padding: 12px 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 240px;
    min-height: 48px;
    position: relative;
    border: 1px solid;
    overflow: hidden;
    border-radius: 50px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0px;
    font-family: "Poppins";
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    appearance: none;
    transition: all 0.3s ease-in-out;
}

.btn.btn-primary {
    background-color: var(--white-color);
    color: var(--primary-color);
    border-color: var(--white-color);
}

.btn.btn-primary:hover {
    background-color: transparent;
    color: var(--white-color);
}

.btn.btn-secondary {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}

.btn.btn-secondary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.site-header {
    margin-bottom: 50px;
}

.section-padding {
    padding: 30px 0;
}

.section-heading {
    position: relative;
    margin: 0 0 30px;
    padding: 0 0 30px;
    max-width: max-content;
}

.section-heading::before,
.section-heading::after {
    content: '';
    width: 200px;
    height: 2px;
    background-color: var(--primary-color);
    position: absolute;
    bottom: 15px;
    left: 0;
}

.section-heading::after {
    bottom: 0;
    width: 100px;
}

.text-center {
    text-align: center;
}

/* Contract Info Strip */
.contract-bar {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    color: #fff;
    padding: 22px 159px;
    border-radius: 50px;
    justify-content: space-between;
}

.contract-text {
    display: flex;
    align-items: center;
    font-weight: 500;
}

.contract-text li {
    font-size: 24px;
    position: relative;
}

.contract-text li:not(:first-child)::before,
.contract-text li:not(:first-child)::after {
    content: '';
    width: 2px;
    height: 100%;
    background-color: #D9D9D9;
    top: 0;
    position: absolute;
}

.contract-text li:not(:first-child)::before {
    left: 0;
}

.contract-text li:not(:first-child)::after {
    right: 0;
}

.contract-text li:last-child::before {
    display: none;
}

.contract-text li:nth-child(2) {
    padding: 0 22px;
    margin: 0 0 0 48px;
}

.contract-text li:nth-child(3) {
    padding: 0px 36px 0 50px;
    margin: 0 40px 0 0;
}

/* Category Grid */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 1fr;
    gap: 20px;
    margin-bottom: 50px;
}

.category-card {
    background: #fff;
    border: 1px solid #E6EAF2;
    padding: 40px 30px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 5px 4px rgba(0, 0, 0, 0.03);
}

.category-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

.category-card.span-2-rows {
    grid-row: span 2;
    min-height: 747px;
}

.category-card.span-2-rows .cat-image {
    min-height: auto;
}

.category-card.span-2-rows .cat-image img {
    height: auto;
}

.cat-content {
    margin-bottom: 20px;
}

.cat-content h4 {
    margin-bottom: 6px;
    color: var(--primary-color);
    text-transform: uppercase;
}

.see-more {
    font-size: 20px;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 500;
    line-height: 30px;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.see-more::after {
    content: "\e904";
    font-family: 'icomoon';
    transform: translateX(0px);
    transition: all .4s;
}

.see-more:hover::after {
    color: var(--primary-color);
    transform: translateX(5px);
}

.cat-image {
    margin-top: auto;
    text-align: center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cat-image img {
    height: 165px;
    object-fit: contain;
}

/* Large image for the first card */
.product-categories .category-grid .category-card:first-child .cat-image {
    min-height: 450px;
}

/* Quote CTA Strip */
.quote-cta-strip {
    background-color: var(--primary-color);
    padding: 32px 0;
    margin: 30px 0;
}

.quote-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.quote-text .quote-text-title {
    color: var(--white-color);
    line-height: 1.819
}

.quote-btn {
    white-space: nowrap;
}

/* Why Choose Us Section */
.wcu-grid {
    display: flex;
    gap: 20px;
    margin-top: 50px;
}

.wcu-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    max-width: 59%;
    width: 100%;
}

.wcu-image {
    max-width: 41%;
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.wcu-image img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.wcu-card {
    background: var(--white-color);
    padding: 28px 15px 15px;
    border-radius: 12px;
    display: flex;
    gap: 13px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.03);
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.wcu-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border-color: var(--primary-color);
}

.wcu-card .icon-box {
    color: var(--primary-color);
    font-size: 50px;
}

.wcu-card .text-box .wcu-card-title {
    margin-bottom: 2px;
    color: var(--primary-color);
}

.wcu-card .text-box .wcu-card-text {
    font-size: 12px;
    line-height: 22px;
    color: var(--text-color);
    margin: 0;
}
.authorized-partners{
    background-color: var(--secondary-color);
    padding: 28px 0 38px;
}
.authorized-partners .partners-header-title{
    margin: 0 0 12px;
}
.authorized-partners .partners-grid{
    margin: 33px -10px 35px;
}
.authorized-partners .partners-grid .partner-box{
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 12.5%;
}
.authorized-partners .partners-grid .partner-box .partner-card{
    transition: all 0.2s ease;
    flex-grow: 1;
    min-height: 70px;
    background-color: var(--white-color);
    line-height: 0;
    box-shadow: 0px 4px 15px #B4B4B426;
    overflow: hidden;
    max-height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.authorized-partners .partners-grid .partner-box .partner-card img{
    transition: all 0.4s ease;
    max-height: 100%;
    transform: scale(0.8);
    height: 100px;
}
.authorized-partners .partners-grid .partner-box:hover{
    box-shadow: 0px 4px 20px #B4B4B426;
}
.authorized-partners .partners-grid .partner-box:hover .partner-card img{
    transform: scale(1);
}
/* Responsive Grid */
@media (max-width: 1200px) {
    .contract-bar {
        padding: 22px 40px;
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .contract-text {
        flex-direction: column;
        gap: 10px;
    }

    .contract-text li {
        font-size: 18px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .contract-text li::before,
    .contract-text li::after {
        display: none !important;
    }

    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .category-card.span-2-rows {
        grid-row: auto;
        /* Reset span on smaller screens if needed, or keep spans */
        grid-column: span 3;
        /* Make it full width or keep grid */
    }

    .wcu-grid {
        align-items: flex-start;
    }

    .wcu-card {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-card.span-2-rows {
        grid-column: span 2;
    }

    .quote-flex {
        flex-direction: column;
        text-align: center;
    }

    .quote-text .quote-text-title {
        font-size: 22px;
    }

    .wcu-grid {
        flex-direction: column;
    }

    .wcu-image,
    .wcu-features {
        max-width: 100%;
    }

    .wcu-card {
        flex-direction: row;
    }
}

@media (max-width: 768px) {
    .wcu-features {
        grid-template-columns: 1fr;
    }

    .wcu-image {
        height: auto;
    }
}

@media (max-width: 576px) {
    .category-grid {
        grid-template-columns: 1fr;
    }

    .category-card.span-2-rows {
        grid-column: span 1;
    }

    .wcu-card {
        flex-direction: column;
    }
}