/* Custom CSS */
:root {
    --body-bg-color: #F5F7FF;
    --primary-color: #25408F;
    --secondary-color: #BCDBFF;
    --footer-bg-color: #013C7F;
    --text-color: #000000;
    --black-color: #000000;
    --white-color: #FFFFFF;
    --error-color: #FF0000;
    --success-color: #00a653;
    --border-color: #E6EAF2;
}

@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: swap;
}

[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-email-2:before {
    content: "\e91d";
  }
.icon-message:before {
    content: "\e91c";
}
.icon-chevron-left:before {
    content: "\e914";
}
.icon-chevron-right:before {
    content: "\e915";
}
.icon-quote:before {
    content: "\e913";
}
.icon-multi-portfolio:before {
    content: "\e916";
}
.icon-handshake-partnership:before {
    content: "\e917";
}
.icon-customer-centric:before {
    content: "\e918";
}
.icon-experienced-professionals:before {
    content: "\e919";
}
.icon-handshake:before {
    content: "\e91a";
}
.icon-target:before {
    content: "\e91b";
}
.icon-linkedin:before {
    content: "\e905";
}

.icon-phone:before {
    content: "\e906";
}

.icon-envelopee:before {
    content: "\e907";
}

.icon-facebook:before {
    content: "\e908";
}

.icon-instagram:before {
    content: "\e909";
}

.icon-twitter-x:before {
    content: "\e90a";
}

.icon-beverage-juice:before {
    content: "\e90b";
}

.icon-cement-aggregate:before {
    content: "\e90c";
}

.icon-meat-poultry:before {
    content: "\e90d";
}

.icon-pharmaceuticals:before {
    content: "\e90e";
}

.icon-port-logistics:before {
    content: "\e90f";
}

.icon-pulp-paper:before {
    content: "\e910";
}

.icon-aerospace-defence:before {
    content: "\e911";
}

.icon-bakery-dairies:before {
    content: "\e912";
}

.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: var(--body-bg-color);
}

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

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

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

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: 26px;
    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);
}
p:empty{
    display: none;
}
a{
    text-decoration: none !important;
}
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: var(--text-color);
    transition: all 0.3s ease-in-out;
}

a:hover {
    color: var(--primary-color);
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.container {
    max-width: 1690px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;

}

.btn,.button,
form input[type="submit"],
.single-product .ast-article-single .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .form-submit input[type="submit"],
.single-product .ast-article-single .entry-summary .single_add_to_cart_button.button,
.single-product .ast-article-single .entry-summary .add_to_cart_button.button,
.single-product .ast-woocommerce-container .ast-article-single .woocommerce-product-details__short-description .btn.btn-primary ,
.single-product .ast-article-single .astra-shop-summary-wrap .button,
#ast-commentform .form-submit input[type="submit"],
.single-product .ast-woocommerce-container .ast-article-single .entry-summary .woocommerce-product-details__short-description a,
.products .ast-article-post .astra-shop-summary-wrap .add_to_cart_button.button,
button.wp-block-button__link,
.wc-empty-cart-message .return-to-shop .button.wc-backward,
[CLASS*="wc-block"] button{
    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;
    margin:  0 0;
}
.custom-product-archive #primary.content-area .site-main .ast-woocommerce-container .products li .button,
.custom-product-archive .wp-block-woocommerce-product-filter-taxonomy .wp-block-woocommerce-product-filter-checkbox-list.wc-block-product-filter-checkbox-list .wc-block-product-filter-checkbox-list__show-more,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,
#secondary [CLASS*="wc-block"] button,
.woocommerce-js #reviews #review_form input[type="submit"]{
    line-height: 20px;
    min-width: 180px;
    min-height: 40px;
    font-size: 16px;
    text-decoration: none;
    border: 1px solid var(--primary-color);
}
.custom-product-archive #primary.content-area .site-main .ast-woocommerce-container .products li .button{
    margin-top: auto;
}
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button{
    border-color: var(--primary-color);
	color:var(--primary-color);
}

.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,
.button,
form input[type="submit"],
.single-product .ast-article-single .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .form-submit input[type="submit"],
.single-product .ast-article-single .entry-summary .single_add_to_cart_button.button,
.single-product .ast-article-single .entry-summary .add_to_cart_button.button,
.single-product .ast-woocommerce-container .ast-article-single .woocommerce-product-details__short-description .btn.btn-primary,
.single-product .ast-article-single .astra-shop-summary-wrap .button,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed,
.woocommerce  .woocommerce-notices-wrapper .woocommerce-message a.button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce button.button,
#ast-commentform .form-submit input[type="submit"],
.single-product .ast-woocommerce-container .ast-article-single .entry-summary .woocommerce-product-details__short-description a,
.products .ast-article-post .astra-shop-summary-wrap .add_to_cart_button.button,
.product_type_simple,
.custom-product-archive #primary.content-area .site-main .ast-woocommerce-container .products li .button,
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button:hover,
[CLASS*="wc-block"] button,
.woocommerce-js #reviews #review_form input[type="submit"] {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-color: var(--primary-color);
}
.woocommerce button.button.alt.disabled,
.woocommerce-js button.button:disabled, .woocommerce-js button.button:disabled[disabled]{
    opacity: 1 !important;
}
.btn.btn-secondary:hover,.button:hover,
form input[type="submit"]:hover,
.single-product .ast-article-single .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .form-submit input[type="submit"]:hover,
.single-product .ast-article-single .entry-summary .single_add_to_cart_button.button:hover,
.single-product .ast-article-single .entry-summary .add_to_cart_button.button:hover,
.single-product .ast-woocommerce-container .ast-article-single .woocommerce-product-details__short-description .btn.btn-primary:hover,
.single-product .ast-article-single .astra-shop-summary-wrap .button:hover,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
.woocommerce  .woocommerce-notices-wrapper .woocommerce-message a.button:hover,
.single-product .ast-woocommerce-container .ast-article-single .entry-summary .woocommerce-product-details__short-description a:hover,
[CLASS*="wc-block"] button:hover,
.woocommerce .rqp-open-modal, .woocommerce button.rqp-open-modal, .woocommerce button.button.alt.rqp-open-modal:hover,
.woocommerce-js #reviews #review_form input[type="submit"]:hover
 {
    background-color: var(--white-color) !important;
    color: var(--primary-color) !important;
}
.woocommerce-js #reviews #review_form input[type="submit"]:hover{
    border-width: 1px;
}
.single-product .ast-woocommerce-container .ast-article-single .entry-summary .woocommerce-product-details__short-description a button{
    background-color: transparent;
    margin: 0 0;
    font-size: inherit;
	padding:0 0;
}
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
.woocommerce button.button.alt.disabled:hover,
.button:hover{
    border-color: var(--primary-color)!important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-left-width: 1px !important;
    border-right-width: 1px !important;
}
.custom-product-archive #primary.content-area .site-main .ast-woocommerce-container .products li .button::after {
    content: "\e904";
	font-family:'icomoon';
	margin-left:10px;
}
.section-mb-3{
    margin:0 0 30px;
}

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

.section-heading,
.related h2,
.entry-content h2 {
    position: relative;
    margin-bottom: 30px;
    padding: 0 0 30px;
    max-width: max-content;
}

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

.section-heading::after,
.related > h2::after,
.entry-content h2::after {
    bottom: 2px;
    width: 100px;
}

.section-heading.center {
    margin: 0 auto 30px;
    text-align: center;
}

.section-heading.center::before,
.section-heading.center::after {
    left: 50%;
    transform: translateX(-50%);
}

.text-center {
    text-align: center;
}
/* Form Css */
.form-box {
    background-color: var(--white-color);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 25px 40px #25408f70;
    position: relative;
    z-index: 1;
}

.form-box form p{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    margin-bottom: 0;
    row-gap: 30px
}

.form-box form p label,
#rqp-modal .wpcf7-form label {
    margin: 0;
    max-width: 50%;
    padding: 0 15px;
    width: 100%;
}
.form-box form p > label:nth-last-of-type(1) {
    width: 100%;
    max-width: 100%;
}

.form-box form label,
form .comment-form-author .label,
#rqp-modal .form-box .wpcf7-form label {
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form textarea,
.woocommerce form input[type="text"],
.woocommerce form input[type="email"],
.woocommerce form input[type="tel"],
.woocommerce form textarea,
.comments-area .ast-comment-formwrap input[type="text"],
.comments-area .comment-form-comment textarea#comment,
.password-input input[type="password"],
#rqp-modal .wpcf7-text, #rqp-modal .wpcf7-email, #rqp-modal .wpcf7-tel, #rqp-modal .wpcf7-textarea, #rqp-modal .wpcf7-select{
    width: 100%;
    padding: 14px 18px;
    border: 1px solid #25408f75;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: transparent;
    margin: 5px 0 0 0;
    height: 50px;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="tel"]:focus,
form textarea:focus,
#rqp-modal .wpcf7-text:focus, #rqp-modal .wpcf7-email:focus, #rqp-modal .wpcf7-tel:focus, #rqp-modal .wpcf7-textarea:focus, #rqp-modal .wpcf7-select:focus{
    outline: none;
    border-color: var(--primary-color);
    background: var(--white-color);
    box-shadow: 0 0 0 3px rgba(37, 64, 143, 0.1);
}
.comments-area .ast-comment-formwrap input[type="text"]::placeholder,
.comments-area .comment-form-comment textarea#comment::placeholder{
    color: var(--text-color);
}
form textarea,
#rqp-modal .wpcf7-textarea {
    min-height: 150px;
    resize: vertical;
}
.form-box .wpcf7-form .wpcf7-submit{
    margin-left: 15px;
}
.ast-header-break-point #masthead .ast-mobile-header-wrap .ast-primary-header-bar{
    padding: 0 0;
}
.ast-builder-grid-row{
    width: 100%;
}
/* Top Bar */
.top-header-bar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--primary-color);
    padding: 10px 130px;
}

.top-header-bar .top-header-widget .header-connect a{
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    gap: 18px;
}
.ast-builder-menu .main-navigation>ul{
    padding-right: 60px; 
}
.main-header-menu .menu-item.search-main{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.search-main .menu-link::after {
    display: none;
}

.search-main .menu-link .aws-container .aws-search-form .aws-wrapper{
    width: 0;
}

.search-main.open .menu-link .aws-container .aws-search-form .aws-wrapper{
    width: 100%;
    max-width: calc(100% - 60px);
}
.search-main .menu-link .aws-search-form{
    height: 100%;
    align-items: center;
    border: 1px solid transparent;
    background-color: var(--white-color);
    border-radius: 100px;
}
.search-main.open .menu-link .aws-search-form{
    border-color: var(--primary-color);
    border-right: 0;
}
.search-main .menu-link .aws-search-form .aws-search-btn{
    background:var(--primary-color);
    width:60px;
    height:60px;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius:100px !important;
    border: 1px solid transparent;
}
.search-main .menu-link .aws-search-form .aws-search-field{
    background-color: transparent;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 100px;
    padding: 0 18px;
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    height: 44px;
    max-width: calc(100% - 15px);
}
.search-main .menu-link .aws-search-form .aws-search-btn .aws-search-btn_icon svg{
    fill:var(--white-color);
}
.search-main .menu-link .aws-container .aws-search-form .aws-form-btn:hover{
    background: transparent;
    border-color: var(--primary-color);
}
.search-main .menu-link .aws-container .aws-search-form .aws-form-btn:hover .aws-search-btn_icon svg{
    fill:var(--primary-color);
}
/* Header */
.site-header {
    width: 100%;
    transition: all 0.3s ease;  
}
.page-template-home.is-sticky .site-content{
    padding: 0px 0 0;
}
.ast-desktop-header .site-header .main-header-bar {
    background-color: var(--body-bg-color);
}

.site-header .ast-container
 {
    max-width: 1690px;
}

.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    transition: all .4s;
    gap: 10px;
}
.site-header .site-navigation .main-navigation .main-header-menu > .menu-item.menu-item-has-children .menu-link .dropdown-menu-toggle svg{
	margin-left:0;
}
.site-header .site-navigation .main-navigation .main-header-menu>.search-main.menu-item>.menu-link {
    padding-right: 0;
}

.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link::after {
    content: "";
    position: absolute;
    width: calc(100% - 20px);
    height: 2px;
    background-color: var(--primary-color);
    bottom: 20px;
    left: 10px;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 0.4s ease;
}
.site-header .site-navigation .main-navigation .main-header-menu > .menu-item.menu-item-has-children .menu-link > .dropdown-menu-toggle{
    transition: transform 0.4s ease;
}
.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link:hover .dropdown-menu-toggle{
    transform: rotate(-180deg);
}
.site-header .site-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item .menu-link {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
}

.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link:hover,
.site-header .site-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item .menu-link:hover {
    color: var(--primary-color);
}

.site-header .site-navigation .main-navigation .main-header-menu .menu-item .sub-menu {
    border-color: var(--primary-color);
}

.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link:hover::after,
.site-header .site-navigation .main-navigation .main-header-menu>.menu-item.current-menu-item>.menu-link::after{
    transform: scaleX(1);
    transform-origin: left center;
}

/* Sticky Header State */

.site-header.is-sticky {
    background-color: var(--white-color);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
}

.site-header.is-sticky .main-header-bar {
    background-color: var(--white-color);
}

#ast-mobile-header {
    display: none;
}

/* Hero Banner Slider */
.is-sticky  .hero-banner {
    padding: 83px 0 0;
}

.hero-banner-slide-btn a:hover {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
}

/* Contract Info Strip */
.contract-bar {
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    color: var(--white-color);
    padding: 22px;
    border-radius: 50px;
    justify-content: center;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.25);
}

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

.contract-text li:not(:last-child)  {
    font-size: 24px;
    position: relative;
    padding: 0 36px 0 0;
    margin: 0 36px 0 0;
}

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

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

.category-card,
.woocommerce-page ul.products li.product{
    background: var(--white-color);
    border: 1px solid var(--border-color);
    padding: 40px 30px !important;
    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,
.woocommerce-page ul.products li.product: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: 100%;
}
.view-all-categories-btn-wrapper{
    margin: 50px 0 0;
}
.cat-content {
    margin-bottom: 20px;
}

.category-grid .category-card .cat-content h4 {
    margin-bottom: 6px;
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 600;
}

.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;
    line-height: normal;
}

.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,
.category-card .cat-image img {
    height: 165px;
    object-fit: contain;
}
.product-categories .category-right-grid .category-card .cat-image{
    justify-content: center;
}
.product-categories .category-right-grid  .category-card-box {
    min-height: 363px;
}
.product-categories .category-right-grid  .category-card-box .category-card{
    height: 100%;
}
/* 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);
}

.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;
    font-size: 16px;
    min-width: 210px;
    line-height: 22px;
}

/* Industry: Performance & Features CTA */

/* .industry-pf-cta-kicker{
    font-weight: 600;
    color: var(--white-color);
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 8px;
}
.industry-pf-cta-heading{
    margin: 0 0 10px;
    color: var(--white-color);
}
.industry-pf-cta-product{
    font-size: 44px;
    line-height: 1.05;
    font-weight: 700;
    color: var(--white-color);
    margin: 0 0 18px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}
.industry-pf-cta-product::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 56px;
    height: 3px;
    background: rgba(255,255,255,0.7);
}
.industry-pf-cta-product::after{
    content: "";
    display: block;
    width: 260px;
    height: 3px;
    background: rgba(255,255,255,0.7);
    margin-top: 16px;
}
.industry-pf-cta-subheading{
    font-size: 34px;
    line-height: 1.2;
    font-weight: 700;
    margin: 26px 0 14px;
    max-width: 680px;
}
.industry-pf-cta-description{
    font-size: 16px;
    line-height: 1.8;
    opacity: 0.95;
    margin-bottom: 22px;
}
.industry-pf-cta-description p{
    margin-bottom: 10px;
}
.industry-pf-cta-button.btn{
    background: var(--white-color);
    color: var(--primary-color);
    border-color: var(--white-color);
    border-radius: 999px;
}
.industry-pf-cta-image{
    height: 100%;
}
.industry-pf-cta-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
} */

/* Industry: Extra content block */

.industry-extra-intro-content p:not(:last-child){
    margin-bottom: 15px;
}


/* Industry: Performance & Features (Section) */
.industry-pf-section-grid{
    display: grid;
    grid-template-columns: 1.25fr 0.75fr;
    gap: 28px;
    align-items: start;
}
.industry-pf-section-left ul{
    margin: 0 0 18px;
    padding-left: 18px;
    list-style: disc;
}
.industry-pf-section-left li{
    margin-bottom: 6px;
    list-style: disc;
}
.industry-pf-section-right{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.industry-pf-section-image{
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    background: var(--white-color);
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}
.industry-pf-section-image img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.industry-extra-blocks{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.industry-extra-block-card{
    background: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    display: flex;
    flex-direction: column;
}
.industry-extra-block-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.industry-extra-block-body{
    padding: 18px 18px 20px;
}

.industry-extra-block-content p{
    margin-bottom: 14px;
}
.industry-extra-blocks-actions{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

/* Industry: Traditional Open Gear Lubricants */
.industry-togl-grid{
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 30px;
    align-items: start;
}
.industry-togl-image img{
    width: 100%;
    height: auto;
    border-radius: 14px;
    object-fit: cover;
}
.industry-togl-rich p{
    margin-bottom: 14px;
}

/* Why Choose Us Section */
.why-choose-us{
    margin-bottom: 30px;
}

.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);
}

.authorized-partners .partners-header-title {
    margin: 0 0 12px;
}

.partner-marquee-wrapper {
    margin: 33px 0 45px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.authorized-partners .partners-marquee {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    position: relative;
    user-select: none;
    gap: 10px;
}

.marquee-track {
    display: flex;
    min-width: 100%;
    flex-shrink: 0;
    justify-content: space-around;
    gap: 10px;
    align-items: center;
    /* Adjust duration for two full width tracks */
    animation: marquee-scroll 40s linear infinite;
}

.authorized-partners .partners-marquee .marquee-item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 240px;
    flex-shrink: 0;
    box-shadow: 0px 4px 15px #B4B4B426;
    background-color: var(--white-color);
    overflow: hidden;
    height: 110px;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.authorized-partners .partners-marquee .marquee-item img {
    transition: all 0.4s ease;
    flex-grow: 1;
    line-height: 0;
    max-height: 60px;
    width: 170px;
    object-fit: contain;
}

.authorized-partners .partners-marquee .marquee-item:hover img {
    transform: scale(1.2);
}

/* Feature Card Design (Reusable) */
.feature-card {
    display: flex;
    background-color: #013C7F;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.feature-content {
    flex: 0 0 50%;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.feature-card .feature-content h3{
    margin-bottom: 15px;
}
.feature-card .section-heading,
.feature-card .feature-content h3 {
    color: var(--white-color);
}

.feature-card .section-heading::before,
.feature-card .section-heading::after {
    background-color: var(--white-color);
}

.feature-content .section-text,
.feature-content .section-text p {
    color: var(--white-color);
    margin: 0 0 20px;
    font-size: 18px;
}

.feature-content .section-text:last-child,
.feature-content .section-text p:last-child {
    margin-bottom: 0;
}

.feature-image {
    flex: 0 0 50%;
    position: relative;
    min-height: 400px;
}

.feature-image img,
.woocommerce .feature-image img, .woocommerce-page .feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.industries-serve {
    background-color: var(--secondary-color);
    padding: 40px 0;
}

.industries-serve .industries-grid {
    margin: 0 -10px;
}

.industries-grid .grid-item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 25%;
}

.industries-grid .grid-item .industry-card {
    background-color: var(--white-color);
    min-height: 275px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

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

.industries-grid .grid-item .industry-card .industry-card-title {
    font-weight: 500;
    color: var(--primary-color);
    text-align: center;
}

.industries-grid .grid-item .industry-card .icon,
.industries-grid .grid-item .industry-card img {
    font-size: 70px;
    margin: 0 0 15px;
    color: var(--primary-color);
}
.industries-serve .view-all-industries-btn-wrapper{
    margin-top: 27px;
}
/* Reusable Info Card Design */
.info-card {
    display: flex;
    background-color: #fff;
    padding: 20px;
    border: 1px solid transparent;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    gap: 37px;
    transition: all 0.3s ease;
}

.info-card:hover {
    transform: translateY(-5px);
    border-color: var(--primary-color);
}

/* Vertical Variant (if needed for other sections) */
.info-card.vertical {
    flex-direction: column;
    text-align: center;
}

.distributor-associations .assoc-grid.row {
    margin: 0 -15px;
}

.distributor-associations .grid-item {
    width: 50%;
    padding: 0 15px;
}
.info-card .card-logo {
    width: 198px;
    height: 198px;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--white-color);
    box-shadow: 0 4px 8px #c9c9c940;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px;
}
.info-card .card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.featured-products-slider.slick-dotted.slick-slider{
    margin:0 0 0;
    padding: 0 0 50px;
}
.featured-products-slider .slick-list{
    margin: 0 -15px;
}

.featured-product-card{
    display: flex;
    flex-direction: column;
}
.featured-product-card,
.blog .content-area .site-main .ast-row .ast-grid-common-col .ast-article-inner,
.ast-related-posts-wrapper .ast-related-post{
    background-color: var(--white-color);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    height: 100%;
    border: 1px solid transparent;
    transition: all 0.4s ease;
}
.featured-product-card:hover,
.blog .content-area .site-main .ast-row .ast-grid-common-col .ast-article-inner:hover,
.ast-related-posts-wrapper .ast-related-post:hover{
    border-color: var(--primary-color);
}

.featured-product-card-image{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 71.71%;
}


.featured-product-card-image img{
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    transition: all 0.4s ease;
    position: absolute;
}

.featured-products-listing.js-featured-products .featured-product-card-image img{
    object-fit: contain;
}
.industires-products-listing .featured-product-card-image img{
    object-fit: cover;
}
.ast-related-posts-wrapper .ast-related-post .ast-related-post-featured-section{
    height: 302px;
    overflow: hidden;
}
.ast-related-posts-wrapper .ast-related-post .ast-related-post-featured-section img{
    transition: all 0.4s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-product-card:hover .featured-product-card-image img,
.ast-related-posts-wrapper .ast-related-post:hover img{
    transform: scale(1.1);
}
.featured-product-card-content{
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
}
.featured-product-card-content,
.ast-related-posts-wrapper .ast-related-post .ast-related-posts-inner-section .ast-related-post-content .related-entry-header{
    padding: 20px;
}

.featured-product-card-title{
    margin-bottom: 15px;
    line-clamp:3;
    -webkit-line-clamp:3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.featured-product-card-content p{
    color: var(--text-color);
    margin: 0 0 0;
}
.featured-product-card-content p:not(:last-child){
    margin: 0 0 15px;
}
.featured-products .slick-dots li button::before{
    display: none;
}
.featured-products .slick-dots li button{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid var(--primary-color);
    background-color: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}
.featured-products-listing {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    row-gap: 30px;
}
.featured-products .slick-dots li.slick-active button,
.featured-products .slick-dots li button:hover {
    background-color: var(--primary-color);
}
.featured-products-slider .slick-dots {
    bottom: 0px;
}
.is-hidden {
    display: none !important;
}

.featured-products-load-more {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

/* Brand single: stack heading, grid, and Load more; center button in container */
.single-brand .featured-products > .container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.single-brand .featured-products .featured-products-listing {
    width: 100%;
}

.single-brand .featured-products .featured-products-load-more {
    margin-top: 28px;
    padding-top: 8px;
    clear: both;
}

.single-brand .featured-products .featured-products-load-more .btn {
    margin-left: auto;
    margin-right: auto;
}

.industrial-applications-section{
    background:linear-gradient(180deg, var(--primary-color) 50%, var(--body-bg-color) 100%);
}
.industrial-applications-lead,
.industrial-applications-title{
    text-align: center;
    color: var(--white-color);
}
.industrial-applications-section .industrial-applications-grid,
.industrial-applications-section .industrial-applications-grid.featured-products-listing {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 0;
}
.industrial-applications-section .industrial-applications-grid {
    justify-content: center;
}
.industrial-applications-section .industrial-applications-grid .industrial-app-card {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    margin: 0;
    background-color: var(--white-color);
}

/* New section cards - industrial-app-card */
.industrial-applications-section .industrial-app-card {
    background: var(--ia-white);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid transparent;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
}

.industrial-applications-section .industrial-app-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
    border-color: var(--primary-color);
}

.industrial-applications-section .industrial-app-card-image {
    width: 100%;
    overflow: hidden;
    background: var(--white-color);
    position: relative;
    padding-bottom: 60%;
}

.industrial-applications-section .industrial-app-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease;
    position: absolute;
    left: 0;
    top: 0;
}

.industrial-applications-section .industrial-app-card:hover .industrial-app-card-image img {
    transform: scale(1.06);
}

.industrial-applications-section .industrial-app-card-content {
    padding: 22px 24px 24px;
    flex: 1;
}

.industrial-applications-section .industrial-app-card-desc {
    color: var(--text-color);
    text-align: center;
    margin: 0;
}

.industrial-applications-section .industrial-applications-grid .featured-product-card-wrapper {
    flex: 0 0 calc(25% - 20px);
    max-width: calc(25% - 20px);
    padding: 0 13px;
    margin: 0;
}

/* Cards - white/light surface, rounded corners, soft shadow */
.industrial-applications-section .featured-product-card {
    background: var(--ia-white);
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid rgba(74, 85, 104, 0.1);
    box-shadow: var(--ia-shadow-soft);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.featured-product-card .featured-product-card-content .btn{
	margin-top:auto;
}
/* Hover: elevated shadow, subtle glow, image zoom */
.industrial-applications-section .featured-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--ia-shadow-hover), var(--ia-glow);
    border-color: rgba(91, 122, 158, 0.35);
}

.industrial-applications-section .featured-product-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    background: var(--ia-bg-light);
}

.industrial-applications-section .featured-product-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.industrial-applications-section .featured-product-card:hover .featured-product-card-image img {
    transform: scale(1.06);
}

.industrial-applications-section .featured-product-card-content {
    padding: 22px 24px 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.industrial-applications-section .featured-product-card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--ia-charcoal);
    margin: 0 0 10px;
    line-height: 1.3;
}

.industrial-applications-section .featured-product-card-desc {
    font-size: 14px;
    line-height: 1.58;
    color: var(--ia-steel);
    margin: 0 0 16px;
    flex: 1;
}

.industrial-applications-section .featured-product-card-content .btn {
    align-self: flex-start;
    margin-top: auto;
}

.key-sectors-highlight {
    color: var(--primary-color);
    font-weight: 600;
}

.key-sectors-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px 24px;
    /* margin: 0 -12px; */
}

.key-sector-card {
    flex: 1 1 calc(33.333% - 24px);
    min-width: 280px;
    max-width: 100%;
    padding: 28px 26px 26px;
    background: #f4f8fc;
    border: 1px solid #d1dce8;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(37, 64, 143, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.25s ease;
}

.key-sector-card::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--primary-color);
}

.key-sector-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(37, 64, 143, 0.1);
    border-color: var(--primary-color);
}

.key-sector-card-title {
    color: var(--black-color);
    margin: 0 0 14px;
    padding-left: 4px;
}

.key-sector-card-desc {
    font-size: 14px;
    line-height: 1.62;
    color: var(--text-color);
    margin: 0 0 16px;
}

.key-sector-bearing-types {
    font-size: 13px;
    line-height: 1.55;
    color: var(--black-color);
    margin: 0;
}

.key-sector-bearing-types strong {
    color: var(--black-color);
    font-weight: 600;
}

.key-sector-bearing-types .bearing-type {
    color: var(--primary-color);
    font-weight: 600;
}

.use-cases-section {
    background: #fff;
    padding: 64px 0 80px;
}

.use-cases-layout {
    display: flex;
    align-items: flex-start;
    gap: 48px;
}

.use-cases-content {
    flex: 1;
    min-width: 0;
}

.use-cases-image-wrap {
    flex-shrink: 0;
    width: 50%;
    position: sticky;
    top: 100px;
}

.use-cases-image {
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(30, 58, 95, 0.12);
    border: 1px solid #e5e7eb;
}

.use-cases-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: middle;
}

.common-bearings-header {
    max-width: 100%;
    margin: 0 0 40px;
    padding: 0 15px 0 0;
}

.use-cases-lead {
    font-size: 16px;
    line-height: 1.68;
    color: var(--text-color);
    margin: 0;
}

.use-cases-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.use-cases-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 0 26px;
    border-bottom: 1px solid #e5e7eb;
    transition: background 0.2s ease;
}

.use-cases-item:last-child {
    border-bottom: none;
}

.use-cases-item:hover {
    background: linear-gradient(90deg, rgba(37, 64, 143, 0.04) 0%, transparent 100%);
}

.use-cases-num {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    color: var(--primary-color);
    background: rgba(37, 64, 143, 0.08);
    border-radius: 10px;
    border-left: 3px solid var(--primary-color);
}

.use-cases-text {
    flex: 1;
    min-width: 0;
}

.use-cases-name {
    color: var(--primary-color);
    margin: 0 0 8px;
}
.use-cases-desc {
    color: var(--text-color);
    margin: 0;
}

/* Certifications Section */
.certifications {
    background-color: var(--secondary-color);
    padding: 60px 0;
}

.certifications .certifications-grid {
    margin: 0 -15px;
    justify-content: center;
}

.certifications .certifications-grid .certification-card {
    width: 100%;
    max-width: 550px;
    padding: 0 15px;
}

.certifications .certifications-grid .certification-card .card-logo {
    width: 160px;
    height: 160px;
}

.certifications .info-card {
    justify-content: center;
    align-items: center;
    gap: 30px;
    position: relative;
}

.certifications .certifications-grid .certification-card .card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.certifications .certifications-grid .certification-card .card-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certifications .certifications-grid .certification-card .info-card .card-title {
    margin: 0 0 14px;
}

.certifications .certifications-grid .certification-card .info-card .card-text{
    font-size: 18px;
}

.final-about .feature-card {
    background-color: var(--secondary-color);
    box-shadow: none;
}

.final-about .feature-card .feature-content .medium-title,
.final-about .feature-card .feature-content h3 {
    color: var(--text-color);
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 20px;
    max-width: 635px;
    line-height: 36px;
}

.final-about .feature-card .feature-content .section-text {
    color: var(--text-color);
    font-size: 16px;
}
.final-about .feature-card .feature-content .section-text p{
    color: inherit;
}

.feature-content.performance-features-content .section-heading::before,
.feature-content.performance-features-content .section-heading::after {
    background-color:var(--black-color);
}
/* Footer */
.site-footer .quote-cta-strip {
    background: linear-gradient(90deg, #215EA2 0%, #026CE5 100%);
    padding: 28px 0;
}

.site-footer .quote-cta-strip .quote-text {
    max-width: 1044px;
}

.site-footer .quote-cta-strip .quote-text-title {
    font-weight: 500;
    margin: 16px 0 0;
    line-height: 1.4;
}

/* Footer Main Design */
.footer-main {
    background-color: var(--footer-bg-color);
    padding: 48px 0 25px;
    color: #fff;
}
.footer-grid{
    max-width: 1587px;
    margin: 0 auto;
}
.footer-grid .row {
    justify-content: space-between;
    row-gap: 30px;
    margin: 0 -15px;
}

.footer-main .grid-item {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
}

.stay-up {
    width: 356px;
}

.stay-up .footer-subscribe .wpr-mailchimp-fields {
    display: flex;
    border: 1px solid var(--white-color);
    flex-wrap: wrap;
    position: relative;
    margin: 0 0 0;
}

.stay-up .footer-subscribe .wpr-mailchimp-email {
    max-width: calc(100% - 115px);
    width: 100%;
}

.stay-up .footer-subscribe .wpr-mailchimp-email input[type="email"] {
    background-color: transparent;
    border: 0;
    width: 100%;
    padding: 12px;
    height: 100%;
    color: var(--white-color);
    margin: 0 0;
}

.stay-up .footer-subscribe .wpr-mailchimp-email input[type="email"]::placeholder {
    color: var(--white-color);
    opacity: .5;
}

.stay-up .footer-subscribe .wpr-mailchimp-subscribe {
    max-width: 115px;
    width: 100%;
    overflow: hidden;
}

.wpr-mailchimp-subscribe-btn {
    width: 100%;
    background-color: var(--white-color);
    color: var(--primary-color);
    font-size: 14px;
    font-weight: 600;
    border-radius: 0;
    padding: 10px;
    height: 100%;
}

.footer-logo img {
    margin-bottom: 20px;
    max-width: 250px;

}

.footer-desc {
    margin-bottom: 20px;
    color: var(--white-color);
    max-width: 300px;
}

.footer-main .footer-grid .grid-item .widget_block .footer-title {
    color: var(--white-color);
    margin-bottom: 25px;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.footer-links li a {
    color: var(--white-color);
    font-size: 18px;
    opacity: 1;
    transition: opacity 0.3s;
    text-decoration: none;
}

.footer-links li a:hover,
.contact-info a:hover {
    opacity: .8;
    color: var(--secondary-color);
}

/* Contact & Social */
.contact-info {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}

.contact-info a {
    margin-bottom: 18px;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 18px;
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a,
.contact-info a span {
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s;
    font-size: 18px;
    border: 1px solid var(--white-color);
}

.social-links a:hover,
.contact-info a:hover span {
    background: transparent;
    color: #fff;
}

.contact-info a span {
    width: 36px;
    height: 36px;
    font-size: 17px;
}

/* Footer Bottom */

.footer-bottom {
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    font-size: 18x;
}

.footer-partners {
    display: flex;
    gap: 15px;
}

.footer-partners img {
    width: 84px;
    height: 48px;
    background: var(--white-color);
    padding: 5px 13px;
    border-radius: 4px;
}

.site-below-footer-wrap {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    background-color: #003066 !important;
}

.ast-footer-copyright p,
.ast-footer-copyright p a {
    font-size: 18x;
    color: var(--white-color);
}

.footer-partners {
    display: flex;
    gap: 15px;
}

.footer-partners img {
    width: 84px;
    height: 48px;
    background: var(--white-color);
    padding: 5px 13px;
    border-radius: 4px;
}
.ast-filter-wrap .wc-block-product-filters h2.wp-block-heading{
    font-size: 26px;
}
.ast-filter-wrap .wc-block-product-filters h3.wp-block-heading{
    font-size: 22px;
}
.ast-filter-wrap .wc-block-product-filters
.wpr-mailchimp-success-message,
.wpr-mailchimp-error-message,
.wc-block-product-filter-checkbox-list__text {
    font-size: 16px;
    display: block;
    font-weight: 400;
}

.wpr-mailchimp-error-message {
    color: var(--error-color);
}

.wpr-mailchimp-success-message {
    color: var(--success-color);
}

/* Contact Us */
.inner-hero-banner{
    background-color: var(--primary-color);
    min-height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.inner-hero-banner::after {
    content: '';
    position: absolute;
    background-color: #00000050;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.is-sticky .site-content{
    padding: 90px 0 0;
}
.inner-hero-banner .banner-content-box{
    z-index: 1;
}
.inner-hero-banner figure.inner-hero-banner-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.inner-hero-banner figure.inner-hero-banner-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inner-hero-banner-image,
.inner-hero-banner-image div{
    height:100%;
}
.inner-hero-banner  .banner-content,
.inner-hero-banner .banner-title,
.inner-hero-banner .blog_banner_title{
    position: relative;
    z-index: 1;
    color: var(--white-color);
}
.inner-hero-banner .blog_banner_title{
    max-width: 1690px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}
.inner-hero-banner .banner-content{
    max-width: 675px;
}
.inner-hero-banner  .banner-content .banner-description p{
    color: var(--white-color);
    margin: 15px 0;
}
.inner-hero-banner .banner-title{ 
    color: var(--white-color);
}
.inner-hero-banner .banner-content .banner-button-wrapper{
    display: flex;
    gap: 15px;
    margin: 15px 0 0;
}
.contact-section {
    position: relative;
    overflow: hidden;
}

.contact-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.contact-info-box {
    background: var(--primary-color);
    background: linear-gradient(135deg, var(--primary-color) 0%, #1e2f5f 100%);
    color: var(--white-color);
    padding: 50px 180px 50px 50px;
    border-radius: 20px;
    flex: 1;
    max-width: 55%;
    position: relative;
    z-index: 1;
}

.contact-info-box::before {
    content: '';
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 50%;
    z-index: -1;
}

.contact-info-box::after {
    content: '';
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 50%;
    z-index: -1;
}

.contact-info-box .section-heading {
    color: var(--white-color);
    margin-bottom: 30px;
}

.contact-info-box .section-heading::before,
.contact-info-box .section-heading::after {
    background-color: var(--white-color);
}

.contact-info-box p {
    color: var(--white-color);
}

.contact-details {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-details li {
    padding: 18px 0;
    font-size: 18px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: var(--white-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-details li:last-child {
    border-bottom: none;
}

.contact-details li strong {
    font-weight: 600;
    min-width: 80px;
    color: var(--white-color);
}

.contact-details li a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.contact-details li a:hover {
    color: var(--white-color);
    text-decoration: underline;
}
.contact-form-box.form-box{
    max-width: 55%;
    margin-left: -150px;
    flex: 1;
    z-index: 111;
}
/* Request Quote */
.quote-form-box{
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.quote-form-box::before {
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    left: 0;
    width: 58.855%;
    height: 100%;
    top: 0;
}
.quote-form-box figure {
    line-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 41.99%;
    height: 100%;
}
.quote-form-box figure img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.quote-form-box figure::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2705882353);
}
.request-form-box.form-box{
    max-width: 1200px;
    width: 73.2%;
    
}

/* About Us Css */
.about-us-wrapper {
    display: flex;
    align-items: center;
}
.about-us-wrapper .about-us-image,
.about-us-wrapper .about-us-content{
    width: 100%;
}

.about-us-image div{
    display: flex;
}
.about-us-content ul{
    padding-left: 20px;
}
.about-us-wrapper .about-us-image{
    max-width: 801px;
    aspect-ratio: 801 / 440;
    height: auto;
}
.about-us-wrapper .about-us-image img{
    height: auto;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.about-us-content{
    flex: 1;
    background-color: var(--body-bg-color);
    padding: 24px 24px 23px 60px;
    margin-left: -40px;
}
.about-us-content .section-heading{
    padding: 0px;
    margin: 0 0 16px 0;
    font-size: 30px;
}
.about-us-content .section-heading::before{
    display: none;
}
.about-us-content .section-heading::after{
    width: 3px;
    background-color: var(--black-color);
    height: 100%;
    left: -19px;
    top: 0;
}
.about-us-content .about-us-content-box p:not(:last-child){
    margin: 0 0 11px 0;
}
.about-us-content .about-us-content-box p{
    color: var(--text-color);
    font-size: 18px;
    margin: 0;
}
.about-us-content ul,
.about-us-content ul li{
    list-style:disc;
}
.about-us-content ul li:not(:last-child){
    margin-bottom: 15px;
}
.our-mission-section .row{
    margin: 0 -16px;
}
.our-mission-section .col{
    padding: 0 16px;
}
.mv-left {
max-width: 49.7%;
}
.mv-image{
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
}
.mv-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-right{
    display: flex;
    flex-direction: column;
    gap: 23px;
    max-width: 50.3%;
    flex: 1;
}
.mv-content-box {
    background-color: #212552;
    border-radius: 15px;
    padding: 34px 30px;
    min-height: 290px;
}
.mv-content-box .icon-box{
    font-size: 65px;
    color: var(--white-color);
    margin: 0 0 16px 0;
    display: inline-flex;
}
.mv-content-box .medium-title{
    color: var(--white-color);
    margin: 0 0 16px 0;
}
.mv-content-box p{
    font-size: 18px;
    color: var(--white-color);
    margin: 0 0;
}

/* Key Strengths Section */
.key-strengths-section {
    background-color: #14182B;
    position: relative;
    overflow: hidden;
}

.key-strengths-heading.section-heading{
    color: var(--white-color);
}
.key-strengths-heading.section-heading::before,
.key-strengths-heading.section-heading::after,
.industrial-applications-title.section-heading::before,
.industrial-applications-title.section-heading::after{
    background-color: var(--white-color);
}

.key-strengths-wrapper {
    display: flex;
    gap: 40px;
    max-width: 1450px;
    margin: 0 auto;
}

.key-strengths-image {
    flex: 0 0 45.25%;
    max-width: 45.25%;
    overflow: hidden;
}

.key-strengths-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.key-strengths-cards {
    flex: 0 0 52%;
    max-width: 52%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 26px;
}

.strength-card {
    background: var(--white-color);
    padding: 18px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    box-shadow: 0px 7.91px 27.7px 0px #82828240;
    align-items: flex-start;
}

.strength-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px #82828240;
    border-color: var(--white-color);
}

.strength-card .icon-box {
    font-size: 50px;
    color: var(--primary-color);
    margin-bottom: 10px;
    display: inline-flex;
    line-height: 1;
}

.strength-card-title {
    margin: 0 0 10px 0;
}

.strength-card-text {
    color: var(--text-color);
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 22px;
}
.strength-card-btn{
    padding: 10px 24px;
    min-width: 125px;
    font-weight: 500;
    font-size: 14px;
}

/* Testimonials Section */
.testimonials-section {
    position: relative;
    overflow: hidden;
}
.testimonials-section-image{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.testimonials-section-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testimonials-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 23px;
    position: relative;
    z-index: 1;
}

.testimonials-heading {
    color: var(--white-color);
}

.testimonials-heading::before,
.testimonials-heading::after {
    background-color: var(--white-color);
}

.testimonials-nav {
    display: flex;
    gap: 15px;
}

.testimonial-nav-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--white-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    color: var(--primary-color);
    font-size: 20px;
    padding: 0;
}

.testimonial-nav-btn:hover {
    background-color: #D5D5D5;
    color: var(--primary-color);
}

.testimonial-nav-btn:focus {
    outline: none;
}

.testimonials-slider {
    position: relative;
    z-index: 1;
}

.testimonial-card {
    background: var(--white-color);
    padding: 35px 30px;
    border-radius: 12px;
    position: relative;
    margin: 0 13px;
    display: flex;
    flex-direction: column;
    min-height: 280px;
}

.testimonial-quote-icon {
    font-size: 53px;
    color: var(--primary-color);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.testimonial-text {
    font-size: 18px;
    color: var(--text-color);
    margin: 0 0 16px 0;
    padding: 20px 0 0px 0;
    flex-grow: 1;
    border-top: 1px solid #C7C7C7;
}

.testimonial-client {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #F5F5F5;
    padding: 12px 40px;
    border-radius: 10px;
    max-width: 291px;
    margin: 0 auto;
    position: relative;
}

.testimonial-client::before{
    content: '\e91c';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 50px;
    color: #F2F2F2;
    font-family: 'icomoon' !important;
    top: -26px;
    left: 56px;
    z-index: 0;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
    position: relative;
}

.client-name {
    color: var(--text-color);
    position: relative;
}

/* Slick Slider Custom Styles */
.testimonials-slider .slick-list {
    margin: 0 -13px;
}

.testimonials-slider .slick-slide {
    padding: 30px;
}

.order-distribution-section .row{
    gap: 24px;
    justify-content: center;
}
.order-distribution-section .btn{
    min-width: 351px;
    min-height: 76px;
}
.order-distribution-section .btn.order-now-btn{
    background-color: transparent;
    border: 1px solid var(--primary-color);
}
.order-distribution-section .btn.order-now-btn:hover{
    background-color: var(--primary-color);
    color: var(--white-color);
}

.industries-serve.industries-serve-listing{
    background-color: transparent;
    padding: 65px 0 13px;
}
.is-sticky .industries-serve.industries-serve-listing{
    padding: 120px 0 13px;
}


.page-template-government .key-strengths-section .key-strengths-wrapper .key-strengths-cards{
    grid-template-columns: auto;
}
.contact-image,
.contact-image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.contract-section .contract-card .info-card{
    gap: 20px;
}
.contract-section .row  .contract-card{
    max-width: 420px;
}
.contract-section .contract-card .info-card .card-content{
    flex-grow: auto;
}
.contract-section .contract-card .info-card .card-content .card-title{
    margin-bottom: 0;
}
.trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card{
    max-width: 33.33%;
    padding: 0 10px;
}
.trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card .info-card{
    gap: 15px;
    flex-direction: column;
}
.trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card .card-logo{
    width: 80px;
    height: 80px;
}
.trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card .info-card .card-content .bottom-title{
    color: var(--primary-color);
    margin-top: 15px;
}
.logo-carousel-free .sp-lc-logo{
    background-color: var(--white-color);
}
.privacy-policy .site-content .ast-container .site-main ul,
.privacy-policy .site-content .ast-container .site-main ul li,
.wp-singular .site-content .ast-container .site-main ul,
.wp-singular .site-content .ast-container .site-main ul li{
    list-style: disc;
    margin: 0 0 0 0;
}
.wp-singular .site-content .ast-container .site-main ul li .astra-shop-thumbnail-wrap a img{
    margin: 0 0 0 0;
}
.wp-singular .site-content .ast-container .site-main ul li .astra-shop-summary-wrap{
    margin-top: 20px;
}
.single-product .ast-article-single{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.single-product  .product_title,
.archive .page-title {
    font-size: 32px;
}
.single-product.woocommerce-js div.product div.summary .single-product-category{
    display: none;
}
.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper{
    margin-bottom: 40px;
}
.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description p:last-child,
.single-product .product.type-product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel--description{
    margin-bottom: 0;
}
.single-product  .woocommerce-tabs .wc-tabs li a {
    font-family: 'Poppins', sans-serif;
    padding: 10px 20px !important;
    border: 1px solid #d1d5db;
    padding: 10px 20px;
    border-top: 0;
    color:var(--black-color) !important;
}
.single-product  .woocommerce-tabs .wc-tabs li.active a {
    border-color: #25408F;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{
        background: var(--primary-color) !important;
}
.single-product  .woocommerce-product-gallery{
    max-width: 650px;
    margin-right: 40px;
    padding: 10px;
    margin-bottom: 0 !important;
    /* height: 380px; */
    overflow: hidden;
    margin-bottom: 20px;
}
.single-product .woocommerce-product-gallery .flex-viewport,
.single-product  .woocommerce-product-gallery{
    box-shadow: 0px 0px 10px #25408f;
}
.single-product .summary.entry-summary{
    margin-bottom: 0 !important;
    width: calc(100% - 700px) !important;
}

.brand-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}
.brand-card {
    background: var(--white-color);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--white-color);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
    width: calc(33.33% - 20px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.woocommerce .brand-card img {
    max-width: 160px;
    height: auto;
    margin-bottom: 18px;
    filter: grayscale(100%);
    transition: all 0.35s ease;
}

.brand-card span {
    display: block;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin-top: auto;
}

/* Hover Effect */
.brand-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
    border-color: var(--primary-color);
}

.brand-card:hover img {
    filter: grayscale(0%);
    transform: scale(1.05);
}

.see-more.see-more-btn{
    gap: 9px;
       align-items:center;
}

.cat-image{
   height: 100%;
}

.category-card-wrapper .category-card{
   height:100%;
}
.category-right-grid{
    margin: 0 -10px;
}

.single-product .product_meta .sku_wrapper{
    font-weight: 500;
	color:var(--text-color);
}
.single-product .product_meta  span.posted_in a,
.woocommerce-js .woocommerce-breadcrumb a,
.woocommerce-breadcrumb,
.blog .post .ast-article-inner .post-content .entry-header .entry-meta .author a .author-name,
.blog .post .ast-article-inner .post-content .entry-header .entry-meta .posted-on .published{
	color: var(--primary-color);
	font-size:14px;
}
.single-product .product_meta span.posted_in a:hover,
.woocommerce-js .woocommerce-breadcrumb a:hover,
.blog .post .ast-article-inner .post-content .entry-header .entry-meta .author a .author-name:hover{
	color: var(--text-color);
}
.ast-article-single .astra-shop-thumbnail-wrap .woocommerce-loop-product__link {
    height: 100%;
}
.ast-article-single .astra-shop-thumbnail-wrap .woocommerce-loop-product__link img {
    height: 100% !important;
    object-fit: cover;
}
.ast-article-single .astra-shop-thumbnail-wrap {
    position: relative;
}
.woocommerce ul.products{
    display: flex !important;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.woocommerce-page.woocommerce-js ul.products li.product{
    height: auto !important;
    margin-bottom: 0;
    max-width: calc(25% - 15px);
    flex: 0 0 calc(25% - 15px);
}

.ast-woo-product-category{
    font-weight: 600;
    opacity: 1 !important;
}
.woocommerce .woocommerce-message{
    color: var(--text-color);
}
.woocommerce .woocommerce-message::before{
    color: var(--primary-color);
}
.widget.widget_block{
    width: 100%;
}
.entry-meta,
.single-post .entry-meta .posted-by  a.url span,
.single-post .entry-meta .posted-on .published,
.ast-related-post-content .related-entry-header .entry-meta a{
    color: var(--primary-color);
}
#ast-scroll-top{
    border-radius: 100px;
    width: 35px;
    height: 60px;
    background-color: var(--primary-color);
    bottom: 200px;
}
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img{
    border: 1px solid var(--primary-color);
}
.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li img.flex-active{
	border-color:transparent;
}

.blog .content-area{
	margin:60px 0;
}
.woocommerce-pagination .page-numbers li{
    border:0 !important;
    margin: 0 0;
    height: 45px;
}
/* Blog: ul.page-numbers AND a/span.page-numbers share class "page-numbers" — only style links/spans, not the ul */
.blog .content-area .ast-pagination .navigation .nav-links ul.page-numbers{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
}
.blog .content-area .ast-pagination .navigation .nav-links ul.page-numbers li{
	margin: 0;
	display: flex;
	align-items: stretch;
}

.blog .content-area .ast-pagination .navigation .nav-links a.page-numbers.next,
.blog .content-area .ast-pagination .navigation .nav-links a.page-numbers.prev{
    font-size: 0;
}
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers{
	border:1px solid var(--primary-color);
	border-radius:100px;
    padding: 0 14px;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.ast-pagination .navigation .nav-links{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.ast-pagination .navigation .nav-links .page-numbers.next, 
.ast-pagination .navigation .nav-links .page-numbers.prev,
.blog .content-area .ast-pagination .navigation .nav-links a.page-numbers.next .ast-right-arrow,
.blog .content-area .ast-pagination .navigation .nav-links a.page-numbers.prev .ast-left-arrow {
    border: 0;
    font-size: 28px;
}
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover{
	color:var(--white-color);
	border-color:var(--primary-color);
}
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.current,
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers:hover,
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.current:hover,
.woocommerce-pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers:hover{
	background-color:var(--primary-color);
}
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.next,
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.prev{
    color: var(--black-color);
    background-color: transparent;
    border:0;
	min-width: 0;
	padding: 0 8px;
    gap:10px;
    font-size: 18px;
}
.woocommerce-pagination .page-numbers li .page-numbers.next:hover,
.woocommerce-pagination .page-numbers li .page-numbers.prev:hover,
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.next:hover,
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.prev:hover{
    background-color: transparent;
    color: var(--primary-color);
}
.blog .content-area .ast-pagination .navigation .nav-links .page-numbers.dots{
	border: 0;
	background: transparent;
	min-width: 0;
	padding: 0 4px;
	color: var(--text-color);
}
.blog.ast-page-builder-template .site-content > .ast-container{
	max-width: 1700px;
	margin:0px auto;
    padding: 0 15px;
}
.blog .ast-blog-layout-4-grid .ast-article-post{
    padding: 0 15px;
}
/* Lightweight modal (Government certificates lightbox) */
.exim-modal{
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: none;
}
.exim-modal.is-open{
	display: block;
}
.exim-modal__backdrop{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.65);
}
.exim-modal__dialog{
	position: relative;
	width: min(980px, calc(100vw - 32px));
	max-height: calc(100vh - 32px);
	margin: 16px auto;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 20px 60px rgba(0,0,0,.35);
	display: flex;
	flex-direction: column;
}
.exim-modal__header{
	padding: 14px 52px 20px 18px;
	border-bottom: 1px solid rgba(0,0,0,.08);
}
.exim-modal__title{
	margin: 0;
	font-size: 18px;
	line-height: 1.3;
	color: var(--black-color);
}
.exim-modal__close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 36px;
	height: 36px;
	border: 0;
	border-radius: 10px;
	background: var(--primary-color);
	color: var(--white-color);
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
    padding: 0 0;
    min-width: 36px;
    border:1px solid transparent;
}
.exim-modal__close:hover{
	background: var(--white-color);
	color: var(--primary-color);
    border-color: var(--primary-color);
}
.exim-modal__body{
	padding: 12px 18px 18px 18px;
	overflow: auto;
}
.exim-modal__body img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.exim-modal__body iframe{
	width: 100%;
	height: min(75vh, 720px);
	border: 0;
}
.woocommerce-pagination .page-numbers{
    display: flex;
    gap: 10px;
}
.single-post-featured-image{
	    height: 440px;
    overflow: hidden;
    margin-bottom: 60px;
}
.single-post-featured-image img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.site-main .ast-woocommerce-container .woocommerce-ordering .orderby{
    border: 1px solid #25408f;
    border-radius: 5px ;
    color: var(--text-color);
    padding-right: 30px;
}
.products{
    gap: 30px;
    justify-content: center;
}
.brands-gallery .brands-gallery-wrapper.row{
    margin: 0 -10px;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item{
    padding: 10px;
    width: 100%;

}
.brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid{
    max-width: calc(100% - 33.33%);
    width: 100%;
    margin: 0;
}
.brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid .brands-gallery-item{
    min-height: 271px;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single{
    max-width: 33.33%;
    min-height: 586px;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single .brands-gallery-item-link,
.brands-gallery .brands-gallery-wrapper.row .grid-item .brands-gallery-item-link img,
.brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single .brands-gallery-item-link img{
    max-width: 100%;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single .brands-gallery-item-link img{
    width: 80%;
    object-fit: contain;
    transition: all 0.3s ease;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item .brands-gallery-item-link img{
    width: 100%;
    object-fit: contain;
    transition: all 0.3s ease;
}

.brands-gallery .brands-gallery-wrapper.row .grid-item .brands-gallery-item-link{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: var(--white-color);
    padding: 20px;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
.brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid.brands-gallery-item-horizontal{
    max-width: 100%;
}
.brands-gallery .brands-gallery-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}
.brands-gallery .brands-gallery-wrapper.row .grid-item .brands-gallery-item-link:hover{
    border: 1px solid var(--primary-color);
}
.brands-gallery .brands-gallery-wrapper.row .grid-item .brands-gallery-item-link:hover img{
    transform: scale(1);
}

.custom-product-archive .ast-container{
	display: flex;
}

.custom-product-archive.ast-left-sidebar #secondary{
	padding-right: 30px;
    width: 100%;
    max-width: 252px;
}

.custom-product-archive .content-area#primary{
    max-width: calc(100% - 251px);
    width: 100%;
    padding-left: 30px;
    margin: 40px 0;
}
.products.columns-4 .ast-article-post .astra-shop-summary-wrap{
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    gap: 15px;
}
.products.columns-4 .ast-article-post .astra-shop-summary-wrap .button{
    margin: auto 0 0;
}
.blog .site-content .site-main{
    margin: 0 -15px;
}
.blog .site-content{
    padding-top: 0 !important;
  }
.ast-related-posts-wrapper .ast-related-post .ast-related-posts-inner-section .ast-related-post-content .related-entry-header{
    margin: 0 0;
}

.featured-products-listing  .featured-product-card-wrapper{
    max-width: 25%;
    padding: 0 15px;
    width: 100%;
}
.form input[type="submit"],
#rqp-modal .wpcf7-submit{
    margin-left: 15px;
}
.woocommerce-form-login{
	max-width:845px;
	width:100%;
	margin: 0 auto !important;
}
.woocommerce-js div.product .woocommerce-tabs .panel{
    overflow-x: auto;
}
.woocommerce-js div.product .woocommerce-tabs .panel p{
    margin-bottom: 15px;
}
.final-about .feature-card ul,
.final-about .feature-card ol {
    list-style: disc;
    margin-left: 20px;
}
.final-about .feature-card ul li{
    list-style: disc;
}

.brands-gallery .brands-gallery-wrapper .brands-gallery-item-grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.brands-gallery .category-right-grid,
.brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid.brands-gallery-item-horizontal{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}
.blog-listing-banner{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 0;
    padding: 0;
  }
  .blog-listing-banner .blog_banner_title{
    margin: 0;
    padding: 0 20px;
  }
  
  .blog .is-sticky .site-content{
    padding-top: 0 !important;
  }
  .woocommerce.ast-page-builder-template .site-main{
      padding:0 0;
  }
  .wp-block-woocommerce-product-filter-removable-chips .wc-block-product-filter-removable-chips__items{
    width: 100%;
  }
  .wp-block-woocommerce-product-filter-removable-chips .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item{
      width: 100%;
      position: relative;
      padding: 10px 10px;
      gap: 10px;
  }
  .wp-block-woocommerce-product-filter-removable-chips .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__label{
      font-size:16px;
      max-width: 100%;
      width: calc(100% - 29px);
  }
  #secondary .wp-block-woocommerce-product-filter-removable-chips .wc-block-product-filter-removable-chips__items .wc-block-product-filter-removable-chips__item .wc-block-product-filter-removable-chips__remove{
      min-width: auto !important;
      min-height: auto !important;
      width: 20px;
      height: 20px;
      padding: 0 !important;
}
  .woocommerce-js ul.products li.product .ast-woo-product-category, .woocommerce-page ul.products li.product .ast-woo-product-category{
    padding: 5px 10px;
    background-color: var(--secondary-color);
    border-radius: 50px;
    min-width: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 16px;
    text-align: center;
}
#secondary .wc-block-product-filter-price-slider .text input[type=text]{
    border-color: var(--primary-color);
    color: var(--text-color);
    font-size: 16px;
}
.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__input-wrapper:before{
    background: var(--primary-color);
}
.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__input-wrapper input[type="checkbox"]:checked, 
.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__input-wrapper input[type="checkbox"]:hover:checked, 
.wc-block-product-filter-checkbox-list__label .wc-block-product-filter-checkbox-list__input-wrapper input[type="checkbox"]:focus:checked{
    border-color: var(--primary-color);
    background-color: var(--primary-color);
    color: var(--white-color);
}
input[type=checkbox].wc-block-product-filter-checkbox-list__input:checked+.wc-block-product-filter-checkbox-list__mark{
    width: 100%;
    padding: 3px;
    height: 100%;
    color: var(--white-color);
}
.woocommerce-js ul.products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title, 
.woocommerce-page ul.products li.product .astra-shop-summary-wrap .woocommerce-loop-product__title{
    font-size: 20px;
    line-height: normal;
    margin: 0 0 0 0;
}
/* Brand inner page only — detail-layout (single-brand.php) */
body.single-brand .detail-layout__inner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 24px;
}
body.single-brand .detail-layout__media {
    flex: 0 0 48%;
    max-width: 801px;
    width: 48%;
    height: 350px;
    margin: 0;
    overflow: hidden;
    border-radius: 12px;
}
body.single-brand .detail-layout__media img {
    display: block;
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
}
body.single-brand .detail-layout__content {
    flex: 1 1 auto;
    min-width: 0;
    display: flex;
    flex-direction: column;
    line-height: 1.75;
}
body.single-brand .detail-layout__content p {
    margin: 0 0 0.85em;
}
body.single-brand .detail-layout__content p:last-child {
    margin-bottom: 0;
}
body.single-brand .detail-layout__note {
    width: 100%;
    margin-top: 20px;
    line-height: 1.75;
}
body.single-brand .detail-layout__note p {
    margin: 0 0 0.85em;
}
body.single-brand .detail-layout__note p:last-child {
    margin-bottom: 0;
}

.about-brand-section .about-us-wrapper{
    align-items: stretch;
}
.about-brand-section .about-us-wrapper .about-us-image{
    display: flex;
    aspect-ratio: auto;
    border-radius: 15px;
    overflow: hidden;
}
.about-brand-section .about-us-wrapper .about-us-content{
    margin-left: 0px;
    padding: 0 0 0 60px;
}
.single-post .dt-container .dt-length .dt-input{
    width: 80px;
}
.single .entry-header{
    margin-bottom: 30px;
}
.single-post .entry-content ol li{
    list-style: unset;
}

.search-results .widget-area{
    display: none;
}
.single-product .widget-area#secondary{
    display: none;
}
.search-results .content-area#primary,
.single-product .content-area#primary{
    max-width: 100%;
    padding-left: 0;
    width: 100%;
    border: 0;
}
.thank-you-section{
    background-color: var(--primary-color);
}
.thank-you-section .thank-you-info-box{
    padding: 50px;
}
.thank-you-section .thank-you-info-box .section-heading{
    color: var(--white-color);
}
.thank-you-section .thank-you-info-box .section-heading::before,
.thank-you-section .thank-you-info-box .section-heading::after{
    background-color: var(--white-color);
}
.thank-you-section .thank-you-info-box p{
    margin-bottom: 10px;    
}
.thank-you-section .thank-you-info-box .thank-you-icon{
    width: 100px;
    height: 100px;
    margin: 0 auto 20px;
}
.thank-you-section .thank-you-info-box .thank-you-icon img{
    width: 100%;
    height: 100%;
}

.thank-you-section .thank-you-info-box .contact-details{
	display:flex;
	padding:0 0;
	justify-content:center;
    margin: 40px 0 0 0;
}
.thank-you-section .thank-you-info-box .contact-details li{
	border-bottom:0;
	padding:0 0;
}
.thank-you-section .thank-you-info-box ul.contact-details li:not(:last-child){
	border-right:1px solid rgba(255, 255, 255, 0.15);
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}
.thank-you-section .thank-you-info-box ul.contact-details li .icon{
	font-size:30px;
	width: 36px;
}


/* Responsive Grid */
@media screen and (max-width: 1550px) {
	.site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link{
		    font-size: 16px;
		    padding: 0 10px;
	}
    .custom-product-archive .content-area#primary {
        max-width: calc(100% - 302px);
    }
    .search-results .content-area#primary{
        max-width: 100%;
    }
}
@media screen and (max-width: 1440px) {
    .contract-text li:not(:last-child){
        font-size: 22px
    }
    .about-us-wrapper .about-us-image {
        max-width: 590px;
    }
}

@media screen and (max-width: 1366px) {
    .top-header-bar{
        padding: 10px 15px;
    }
    .search-main .menu-link .aws-search-form .aws-search-btn{
		width: 46px;
        height: 46px;
    }
    .search-main.open .menu-link .aws-container .aws-search-form .aws-wrapper {
        max-width: calc(100% - 40px);
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link {
        font-size: 14px;
    }
    .search-main .menu-link{
        max-width: 200px;
    }
    .hero-slide-text h2.n2-ss-text{
		font-size:30px !important;
		line-height:36px !important;
	}
    .about-us-wrapper .about-us-image {
        max-width: 520px;
    }
    .about-us-content .about-us-content-box p {
        font-size: 16px;    
    }
    .contract-text li:not(:last-child) {
        font-size: 20px;
        padding: 0 20px 0 0;
        margin: 0 20px 0 0;
    }
    .featured-products-listing .featured-product-card-wrapper{
        max-width: 33.33%;
    }
    .single-product .ast-article-single .product_title{
        font-size: 34px;
        line-height: 46px;
    }
    .single-product .ast-article-single .summary.entry-summary{
        width: 45% !important;
    }
    .custom-product-archive .content-area#primary {
        max-width: calc(100% - 102px);
    }
    .search-results .content-area#primary{
        max-width: 100%;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        max-width: calc(33.33% - 15px);
        flex: 0 0 calc(33.33% - 15px);
    }
    .featured-products-listing  .featured-product-card-wrapper {
        max-width: 33.33%;
    }
    .brands-grid.row{
        grid-template-columns: repeat(5, minmax(0, 1fr)); 
    }
    .brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single{
        min-height: 420px;
    }
    .about-brand-section .about-us-wrapper .about-us-content{
        padding: 0 0 0 40px;
    }
}

@media screen and (max-width: 1200px) {
    .btn, .button, form input[type="submit"], .single-product .ast-article-single .woocommerce-Tabs-panel .woocommerce-Reviews .comment-form .form-submit input[type="submit"], .single-product .ast-article-single .entry-summary .single_add_to_cart_button.button, .single-product .ast-article-single .entry-summary .add_to_cart_button.button, .single-product .ast-woocommerce-container .ast-article-single .woocommerce-product-details__short-description .btn.btn-primary, .single-product .ast-article-single .astra-shop-summary-wrap .button, #ast-commentform .form-submit input[type="submit"], .single-product .ast-woocommerce-container .ast-article-single .entry-summary .woocommerce-product-details__short-description a, .products .ast-article-post .astra-shop-summary-wrap .add_to_cart_button.button, button.wp-block-button__link, .wc-empty-cart-message .return-to-shop .button.wc-backward, [CLASS*="wc-block"] button,
    .woocommerce .rqp-open-modal, .woocommerce button.rqp-open-modal, .woocommerce button.button.alt.rqp-open-modal, .woocommerce a.rqp-open-modal, .rqp-open-modal{
        padding: 8px 18px !important;
        font-size: 16px !important;
        line-height: 26px !important;
        min-width: 180px !important;
        min-height: 46px !important;
    }

    .top-header-bar .top-header-widget .header-connect a{
        font-size: 18px;
        gap: 10px;
    }
    .site-header .site-navigation .main-navigation .main-header-menu > .menu-item > .menu-link{
        padding: .5em;
        font-size: 12px;
    }
    .ast-desktop .ast-primary-header-bar .main-header-menu > .menu-item {
        line-height: 60px;
    }
    .aws-search-result .aws_results .aws_result_item .aws_result_content,
    .aws-search-result .aws_results .aws_result_item .aws_result_image{
        width: 100%;
    }
    .aws-search-result .aws_results .aws_result_item .aws_result_image{
            padding: 0 0;
        
    }
    .aws-search-result .aws_results .aws_result_item .aws_result_image img{
            width: 90px;
    }
    .search-main {
        max-width: 170px;
    }
    .hero-banner-slide-btn .n2-ss-button-container a{
        font-size:16px !important;
        padding:14px 28px !important;
    }
    .hero-slide-text h2.n2-ss-text{
        font-size:26px !important;
        line-height:30px !important;
    }
    .hero-slide-text h2 {
        max-width: calc(100% - 30%);
        font-size: 32px;
        line-height: 1.2;
    }
    
    .contract-text li:not(:last-child) {
        font-size: 16px;
        padding: 0 15px 0 0;
        margin: 0 15px 0 0;
    }

    .contract-bar .view-gsa-btn {
        padding: 12px 24px;
        min-width: 210px;
        font-size: 16px;
    }

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

    .category-card.span-2-rows {
        grid-row: auto;
        grid-column: span 1;
        min-height: 399px;
    }

    .product-categories .category-grid .category-card:first-child .cat-image,
    .product-categories .category-right-grid .category-card-wrapper .category-card:first-child .cat-image {
        height: 230px;
        min-height: auto;
    }
    .brands-gallery .category-right-grid{
        grid-template-columns: repeat(4, 1fr);
    }
    .wcu-grid {
        align-items: flex-start;
    }

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

    .industries-grid .grid-item .industry-card .industry-card-title {
        line-height: 28px;
        font-size: 20px;
    }

    .info-card {
        gap: 20px;
    }
    .industries-grid .grid-item .industry-card{
        min-height: 220px;
    }
    .info-card .card-logo {
        width: 130px;
        height: 130px;
    }

    .certifications .certifications-grid .certification-card {
        max-width: 496px;
    }

    .stay-up {
        width: 300px;
    }

    .contact-info-box{
        max-width: 60%;
        padding: 30px 120px 30px 30px;
    }
    .contact-form-box.form-box{
        max-width: 50%;
        margin-left: -99px;
    }
    .about-us-wrapper .about-us-image {
        max-width: 460px;
    }
    .about-us-content{
        padding: 24px 24px 23px 40px;
    }
    .about-us-content .about-us-content-box p {
        line-height: 1.9;
    }
    .mv-content-box-text p{
        font-size: 16px;
        line-height: 1.9;
    }
    .mv-content-box .icon-box{
        font-size: 50px;
    }
    .key-strengths-wrapper,
    .key-strengths-cards{
        gap: 20px;
    }
    .key-strengths-cards {
        flex: 0 0 53%;
        max-width: 53%;
    }

    .trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card{
        max-width: 50%;
    }
    .trusted-advisors-section .trusted-advisors-grid{
        justify-content: center;
        row-gap: 20px;
    }
    .featured-products-listing .featured-product-card-wrapper {
        max-width: 50%;
    }
    .industrial-applications-section .industrial-applications-grid .featured-product-card-wrapper {
        flex: 0 0 calc(33.333% - 18px);
        max-width: calc(33.333% - 18px);
    }
    .industrial-applications-section .industrial-applications-grid .industrial-app-card {
        flex: 0 0 calc(33.333% - 18px);
        max-width: calc(33.333% - 18px);
    }
    .about-us-content p {
		font-size:14px;
		line-height:28px;
	}
    .ast-plain-container.ast-no-sidebar #primary.content-area{
        margin-top: 60px;
    }
    .single-product .ast-article-single .woocommerce-product-gallery{
        margin-right: 30px;
    }
    .single-product .woocommerce ul.products:not(.elementor-grid), 
    .single-product.woocommerce-page ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px;
    }   
    .custom-product-archive .content-area#primary {
        max-width: calc(100% - 157px);
    }
    .search-results .content-area#primary{
        max-width: 100%;
    }
    .industires-products-listing{
        gap: 20px;
    }
    .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid .brands-gallery-item{
        min-height: 200px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .key-sector-card{
        flex: 1 1 calc(50% - 24px);
    }
    .blog .ast-blog-layout-4-grid .ast-article-post{
        width: 50%;
    }
    .feature-card {
        flex-direction: column-reverse;
    }

    .feature-content,
    .feature-image {
        flex: 0 0 100%;
        min-height: auto;
    }

    .about-brand-section .about-us-wrapper{
        gap: 20px;
    }
    .about-brand-section .about-us-wrapper .about-us-content{
        padding: 0;
    }
    .industry-togl-grid{
        grid-template-columns: auto;
    }
    .woocommerce-page ul.products li.product{
        max-width: calc(33.33% - 15px);
       flex: 0 0 calc(33.33% - 15px);
   }
   .woocommerce-page.woocommerce-js ul.products li.product {
    max-width: calc(33.33% - 15px);
    flex: 0 0 calc(33.33% - 15px);
}
}

@media screen and (max-width: 991px) {
    .top-header-bar{
        display: none;
    }
    body.ast-main-header-nav-open {
        overflow-y: hidden !important;
    }
    .header .custom-logo-link img{
        width: auto;
    }
    #ast-desktop-header{
        display: none;
    }
    #ast-mobile-header {
        display: block;
        padding: 15px;
    }
    .ast-header-break-point #ast-mobile-header{
        display: block;
        background-color: var(--white-color);
        border-bottom: 1px solid var(--primary-color);
    }
    .ast-mobile-header-wrap .ast-primary-header-bar{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        border-bottom: 0;
    }
    .ast-builder-grid-row{
        width: 100%;
    }
    .ast-main-header-nav-open.ast-header-break-point .ast-mobile-header-wrap .ast-mobile-header-content{
        display: block;
        left: 0;
        top: 81px;
    }

    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item.current-menu-item>.menu-link{
        background: var(--primary-color);
        color: var(--white-color);
    }
    [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg{
        fill: var(--primary-color);
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item .ast-menu-toggle:focus,
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item .ast-menu-toggle:active,
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item .ast-menu-toggle:focus-visible{
        outline: none;
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item .ast-menu-toggle {
        padding: 0 0;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li.ast-submenu-expanded > .ast-menu-toggle{
        transform: rotate(180deg);
        color: var(--white-color);
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li.ast-submenu-expanded > .ast-menu-toggle {
        transform: rotate(180deg);
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li .sub-menu .menu-item .ast-menu-toggle .ast-icon svg{
        color: var(--primary-color);
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item.current-menu-item .ast-arrow-svg{ 
        color: var(--white-color);
    }
    .ast-header-break-point .ast-icon.icon-arrow svg{
        margin-left: 0px;
    }
    .site-header .site-navigation .main-navigation .main-header-menu .menu-item .sub-menu .menu-item .menu-link .icon-arrow{
        display: none;
    }
    .ast-header-break-point .main-navigation .stack-on-mobile li:not(:last-child) {
        border-bottom: 1px solid var(--primary-color);
    }
    .site-header .site-navigation .main-navigation .main-header-menu > .menu-item > .menu-link{
        padding: 15px;
        font-size: 16px;
        line-height: normal;
        height: auto;
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link::after{
        display: none;
    }
    .site-header{
        top: 0;
    }
    .ast-builder-menu .main-navigation>ul{
        padding-right: 0px;
    }
    .ast-header-break-point .site-header .main-header-bar-wrap .site-branding{
        padding: 0;
    }
    .ast-header-break-point .ast-builder-menu-mobile .main-navigation{
        height: calc(100vh - 70px);
        overflow: auto;
    }
    .ast-header-break-point .ast-mobile-header-wrap .ast-flex.stack-on-mobile{
        flex-direction: column;
    }
    .ast-mobile-header-wrap .ast-primary-header-bar, .ast-primary-header-bar .site-primary-header-wrap {
        min-height: 50px;
    }
    .main-header-menu .search-main.menu-item{
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        max-width: 100%
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.search-main.menu-item>.menu-link{
        max-width: 100%;
        padding-right: 15px;
    }
    .main-header-menu .search-main.menu-item .menu-link .aws-search-form{
        border: 1px solid var(--primary-color);
    }
    .hero-slide-text h2 {
        font-size: 28px !important;
        line-height: 1.1 !important;
        max-width: calc(100% - 30%);
    }
    .contract-text li:not(:last-child) {
        font-size: 12px;
        padding: 0 12px 0 0;
        margin: 0px 12px 0 0;
    }
    .contract-bar .view-gsa-btn {
        padding: 8px 16px;
        min-width: 170px;
        font-size: 14px;
    }
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .category-card.span-2-rows .cat-image img{
        height: 165px;
    }
    .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;
    }


    .industries-grid .grid-item {
        width: 33.33%;
    }

    .distributor-associations .assoc-grid.row {
        row-gap: 30px;
    }

    .distributor-associations .grid-item {
        width: 100%;
    }
    

    .certifications .certifications-grid .certification-card {
        max-width: 384px;
    }

    .footer-main .grid-item {
        width: 100%;
    }

    .footer-main .grid-item:not(:first-child) {
        width: 50%;
    }

    .footer-main .grid-item:nth-child(2),
    .footer-main .grid-item:nth-child(3) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff66;
    }
    .contact-wrapper{
        flex-direction: column;
    }
    .contact-info-box{
        max-width: 100%;
        padding: 30px 30px 30px 30px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .contact-form-box.form-box{
        max-width: 100%;
        margin-left: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .quote-form-box::before{
        display: none;
    }
    .quote-form-box figure{
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: 750px;
    }
    .request-form-box.form-box{
        width: 90%;
        margin: -110px auto 0 auto;
    }
    .form-box .wpcf7-form .wpcf7-submit{
        margin-left: 15px;
    }
    .about-us-wrapper{
        flex-direction: column;
    }

    body.single-brand .detail-layout__inner {
        flex-direction: column;
        gap: 20px;
    }
    body.single-brand .detail-layout__media {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    body.single-brand .detail-layout__note {
        margin-top: 16px;
    }

    /* Stacked layout: use aspect box so image keeps proportion (row stretch rules don't apply) */
    .about-brand-section .about-us-image{
        display: block;
        max-width: 100%;
    }
    .about-brand-section .about-us-image img{
        display: block;
        width: 100% !important;
        height: 100% !important;
        object-fit: cover !important;
    }
    .about-us-wrapper .about-us-image {
        max-width: 100%;
    }
    .about-us-content{
        margin: -50px auto 0;
        max-width: 95%;
    }
    /* .about-brand-section .about-us-content{
        margin-left: 0px;
    } */
    .our-mission-section .row{
        row-gap: 20px;
    }
    .mv-left,
    .mv-right {
        max-width: 100%;
    }
    .mv-content-box {
        padding: 20px 15px;
        min-height: auto;
    }

    .key-strengths-wrapper {
        flex-direction: column;
    }

    .key-strengths-image,
    .key-strengths-cards {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .key-strengths-cards {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .brands-gallery	.brands-gallery-wrapper .brands-gallery-item-grid,
	.brands-gallery .category-right-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .use-cases-layout {
        flex-direction: column;
        gap: 36px;
    }
    .use-cases-image-wrap {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
        position: static;
    }
    .key-sectors-grid {
        gap: 22px;
    }
    .key-sector-card {
        flex: 1 1 100%;
        min-width: 0;
    }
    .industrial-applications-section {
        padding: 56px 0 72px;
    }
    .industrial-applications-title {
        font-size: clamp(28px, 3.5vw, 36px);
    }
    .industrial-applications-lead {
        font-size: 16px;
    }
    .industrial-applications-header {
        margin-bottom: 44px;
    }
    .industrial-applications-section .industrial-applications-grid .featured-product-card-wrapper {
        flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
    }
    .industrial-applications-section .industrial-applications-grid .industrial-app-card {
        flex: 0 0 calc(50% - 13px);
        max-width: calc(50% - 13px);
    }
    .brand-grid .brand-card {
        width: calc(50% - 10px);
    }
    .single-product .ast-article-single .summary.entry-summary,
    .single-product .ast-article-single .woocommerce-product-gallery{
        width: 100% !important;
        max-width: 100%;
    }
    .single-product .ast-article-single .woocommerce-product-gallery{
        margin-right: 0px;
        margin-bottom: 30px !important;
        height: 450px;
        overflow: hidden;
    }
    .single-product .ast-article-single .woocommerce-product-gallery div,
    .single-product.woocommerce-js div.product div.images img{
        height: 100%;
    }
    .single-product.woocommerce-js div.product div.images img{
        object-fit: contain;
    }
    .ast-plain-container.ast-no-sidebar #primary.content-area {
        margin-top: 30px;
    }
    .ast-left-sidebar #content > .ast-container{
        flex-direction: row;
    }
    .woocommerce-page.woocommerce-js ul.products li.product {
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .about-brand-section .about-us-content{
        margin:0 0 0 0px;
  }
  .brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single,
  .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid{
    max-width: 100%;
  }
  .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid.brands-gallery-item-horizontal{
    grid-template-columns: repeat(3, 1fr);
  }
  .blog .ast-blog-layout-4-grid .ast-article-post{
    width: 50%;
   }
   .woocommerce-page ul.products li.product{
        max-width: calc(50% - 15px);
        flex: 0 0 calc(50% - 15px);
    }
    .thank-you-section .thank-you-info-box .contact-details{
        flex-direction: column;
        margin: 40px 0 0 0;
    }
    .thank-you-section .thank-you-info-box ul.contact-details li:not(:last-child){
        border-right:0px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        margin:0 0 10px 0;
        padding:0 0 10px 0;
    }
}

@media screen and (max-width: 767px) {
    h1, .h1, .xlarge-title{
        font-size: 34px;
        line-height: 46px;
    }
    h2,
    .h2,
    .large-title {
        font-size: 32px;
    }

    h3, .h3, .medium-title{
        font-size: 22px;
        line-height: 28px;
    }
    .hero-slide-text h2.n2-ss-text{
		font-size:20px !important;
        max-width: 100% !important;
        display:flex !important;
		line-height:26px !important;
	}
	.hero-slide-text h2.n2-ss-text br{
		display:none;
		
	}
    .contract-bar {
        padding: 20px;
    }
    .site-header .site-navigation .main-navigation .main-header-menu>.menu-item>.menu-link::after{
        display: none;
    }
    .contract-bar,
    .contract-text {
        flex-direction: column;
        width: 100%;
    }

    .contract-text li:not(:last-child) {
        padding: 0 0 15px 0;
        margin: 0 0 15px 0;
        text-align: center;
        width: 100%;
    }

    .contract-text li:not(:last-child)::after {
        width: 100%;
        height: 2px;
        top: auto;
        right: 0;
        bottom: 0;
    }

    .wcu-features {
        grid-template-columns: 1fr;
    }

    .wcu-image {
        height: auto;
    }

    .industries-grid .grid-item {
        width: 50%;
    }

    .certifications .certifications-grid {
        row-gap: 30px;
    }

    .certifications .certifications-grid .certification-card {
        max-width: 100%;
    }

    .hero-slide-text h2 {
        font-size: 26px !important;
        line-height: 1.2;
    }

    .hero-banner-slide-btn a {
        font-size: 16px !important;
        line-height: 1.2 !important;
        display: inline-flex !important;
        padding: 12px 28px 12px 28px;
    }
    .quote-text .quote-text-title {
        font-size: 16px;
        line-height: 1.5;
    }
    .quote-form-box{
        padding: 60px 0;
    }
    .request-form-box.form-box,
    #rqp-modal .form-box .wpcf7-form label {
        width: 100%;
        max-width: 100%;
        row-gap: 0px;
    }
    .key-strengths-heading {
        margin-bottom: 30px;
    }

    .key-strengths-heading::before {
        width: 100px;
    }

    .key-strengths-heading::after {
        width: 60px;
    }

    .key-strengths-cards {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .strength-card {
        padding: 25px 20px;
    }

    .strength-card .icon-box {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .strength-card-title {
        font-size: 18px;
        margin-bottom: 12px;
    }

    .strength-card-text {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .strength-card-btn {
        padding: 8px 20px;
        font-size: 13px;
    }

    .testimonial-card {
        padding: 25px 20px;
        min-height: auto;
    }

    .testimonial-quote-icon {
        font-size: 50px;
        margin-bottom: 15px;
    }

    .testimonial-text {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .client-avatar {
        width: 45px;
        height: 45px;
    }

    .client-name {
        font-size: 14px;
    }

    .industry-card figcaption .inductry-card-btn {
        min-width: 210px;
        min-height: 50px;
        padding: 10px 14px;
        font-size: 16px;
    }
    .trusted-advisors-section .trusted-advisors-grid .trusted-advisor-card{
        max-width: 100%;
    }
    .inner-hero-banner{
        min-height: 350px;
    }

    .featured-products-listing .featured-product-card-wrapper {
        width: 100%;
        max-width: 100%;
    }
    .use-cases-section {
        padding: 48px 0 64px;
    }
    .use-cases-layout {
        gap: 28px;
    }
    .common-bearings-header {
        margin-bottom: 32px;
    }
    .use-cases-item {
        gap: 18px;
        padding: 20px 0 22px;
    }
    .use-cases-num {
        width: 42px;
        height: 42px;
        font-size: 13px;
    }
    .use-cases-image-wrap {
        max-width: 100%;
    }
    .key-sectors-bearings {
        padding: 48px 0 56px;
    }
    .key-sectors-header {
        margin-bottom: 36px;
    }
    .key-sectors-title {
        font-size: 22px;
        padding: 6px 16px 8px;
    }
    .key-sectors-lead {
        font-size: 15px;
    }
    .industrial-applications-section {
        padding: 44px 0 56px;
    }
    .industrial-applications-header {
        margin-bottom: 36px;
    }
    .industrial-applications-section .industrial-applications-grid .featured-product-card-wrapper {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .industrial-applications-section .industrial-applications-grid .industrial-app-card {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .brand-card {
        padding: 25px 15px;
    }

    .brand-card img {
        max-width: 140px;
    }
    .custom-product-archive .woocommerce-products-header .page-title{
        margin-bottom: 20px;
    }
    .custom-product-archive .content-area#primary{
        max-width: calc(100% - 0px);
        padding-left: 0px;
        margin: 30px 0;
    }

    .custom-product-archive.ast-left-sidebar #secondary{
        max-width: 100%;
        padding-right: px;
    }
    .ast-left-sidebar #content > .ast-container{
        flex-direction: column;
    }
    .brands-gallery .category-right-grid,
	.brands-gallery .brands-gallery-wrapper .brands-gallery-item-grid{
        grid-template-columns: repeat(3, 1fr);
    }
    .featured-products-listing  .featured-product-card-wrapper {
        max-width: 100%;
    }
    .brands-gallery .brands-gallery-wrapper.row .grid-item.brands-gallery-item.brands-gallery-item-single,
    .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid{
        max-width: 100%;
    }
    .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid.brands-gallery-item-horizontal{
        grid-template-columns: repeat(2, 1fr);
    }
    .about-us-content .section-heading{
        font-size: 26px;
    }
    .about-us-content {
        padding: 24px 18px 0px 30px;
    }
    .blog .ast-blog-layout-4-grid .ast-article-post{
        width: 100%;
    }
    .woocommerce-page.woocommerce-js ul.products li.product{
        max-width: calc(100% - 15px);
        flex: 0 0 calc(100% - 15px);
    }
}

@media screen and (max-width: 575px) {
    header .custom-logo-link img{
        width: 176px;
    }
    h2, .h2, .large-title{
        font-size: 28px;
        line-height: 36px;
    }
    .hero-slide-text h2 {
        font-size: 22px !important;
        line-height: 1.1 !important;
    }
    .hero-banner-slide-btn a {
        font-size: 14px !important;
        padding: 10px 20px 10px 20px !important;
    }

    .category-grid {
        grid-template-columns: 1fr;
    }

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

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

    .industries-grid .grid-item {
        width: 100%;
    }

    .industries-grid .grid-item .industry-card {
        min-height: 200px;
    }

    .distributor-associations .assoc-grid .assoc-card .info-card {
        flex-direction: column;
    }

    .footer-grid {
        row-gap: 0px;
    }

    .footer-main .grid-item:not(:first-child) {
        width: 100%;
    }

    .footer-main .grid-item:not(:last-child) {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ffffff66;
    }

    .footer-links li a {
        font-size: 16px;
    }

    .footer-title {
        margin-bottom: 20px;
    }
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    .form-box form p label {
        max-width: 100%;
    }
    .quote-form-box figure{
        height: 510px;
    }

    .testimonials-nav{
        display: none;
    }

    .testimonials-slider .slick-dots li button::before{
        display: none;
    }
    .testimonials-slider .slick-dots li button{
        background-color: transparent;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        border: 1px solid #ffffff;
        transition: all 0.3s ease;
    }
    .testimonials-slider .slick-dots li.slick-active button,
    .testimonials-slider .slick-dots li button:hover{
        background-color: var(--primary-color);
        border: 1px solid #ffffff;
    }
    .brands-gallery	.brands-gallery-wrapper .brands-gallery-item-grid,
	.brands-gallery .category-right-grid{
        grid-template-columns: repeat(1, 1fr);
    }
    .inner-hero-banner .banner-content .banner-button-wrapper{
        flex-direction: column;
    }
    .inner-hero-banner .banner-content .banner-description p{
        font-size: 14px;
        line-height: 24px
    } 
    .brand-grid .brand-card {
        width: 100%;
    }
    
    .brand-card img {
        max-width: 130px;
    }
    .single-product .ast-article-single .woocommerce-product-gallery{
        height: 300px;
    }
    .single-product .woocommerce ul.products:not(.elementor-grid), 
    .single-product.woocommerce-page ul.products:not(.elementor-grid) {
        grid-template-columns: repeat(1, 1fr) !important;
        gap: 20px;
    } 

    .featured-product-card-wrapper{
        width:calc(100% - 0px);
    }
    .brands-gallery .brands-gallery-wrapper.row .brands-gallery-item-grid.brands-gallery-item-horizontal{
        grid-template-columns: repeat(1, 1fr);
    }
    .ast-pagination .navigation .nav-links .page-numbers.next,
    .ast-pagination .navigation .nav-links .page-numbers.prev{
        width: 100%;
    }
    .woocommerce-page ul.products li.product{
        max-width: calc(100% - 15px);
       flex: 0 0 calc(100% - 15px);
   }
   #ast-scroll-top{
        bottom: 105px;
   }
   .thank-you-section .thank-you-info-box{
    padding: 20px;
   }
}
