/*
 Theme Name:   G5Plus Oars Child Theme
 Theme URI:    http://themes.g5plus.net/oars/
 Description:  G5Plus Oars Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     g5plus-oars
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        g5plus-oars
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
/*
Custom Css
Header Css
Footer Css
Home Css
About Us Css
Contact Us Css
Services Css
Shop Page Css
PDP Page Css
Career Page Css

Responsive Css
*/
/*============================================ Custom Css ============================================*/
@font-face {
    font-family: 'Streamster';
    src: url('fonts/Streamster.woff2') format('woff2'),
         url('fonts/Streamster.woff') format('woff'),
         url('fonts/Streamster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply Streamster Font */
.primary-font, 
.review-wrapper .review-list li span, 
.review-wrapper .review-desc .review-summary-title {
    font-family: 'Streamster';
}

/* Encode Sans Condensed Font */
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Apply Encode Sans Condensed to Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Encode Sans Condensed', sans-serif;
    line-height: 46.8px;
}
.light-color {
    color: #ffffff !important;
}
.light-color .heading-title {
    color: #ffffff;
}
.light-color .description {
    color: #ffffff !important;
}
.light-color .heading-sub-title {
    color: #ffffff;
}
.gsf-heading .heading-sub-title {
    margin-bottom: 1rem;
    display: inline-block;
}
.wp-block-button__link, input[type="submit"], input[type="button"], input[type="reset"], .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
}
.skin-light .main-menu > li > a, .gsf-skin .skin-light .main-menu > li > a, .gsf-skin .gsf-skin .skin-light .main-menu > li > a, .gsf-skin .gsf-skin .gsf-skin .skin-light .main-menu > li > a {
    text-transform: capitalize !important;
}
.font-18 {
    font-size: 18px;
    line-height: 29px;
}
.font-20 {
    font-size: 20px;
    line-height: 29px;
}
.margin-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*============================================ # Custom Css ============================================*/

/*============================================ Image Zoom Effect ============================================*/
/* General image zoom effect - Apply to all image wrappers */
.vc_single_image-wrapper,
.wpb_single_image .vc_single_image-wrapper,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
    display: block;
}

.vc_single_image-wrapper img,
.wpb_single_image .vc_single_image-wrapper img,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img,
.vc_single_image-wrapper img.vc_single_image-img,
.vc_single_image-wrapper .vc_single_image-img {
    transition: transform 0.5s ease !important;
    display: block;
    width: 100%;
    will-change: transform;
}

.vc_single_image-wrapper:hover img,
.wpb_single_image .vc_single_image-wrapper:hover img,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img,
.vc_single_image-wrapper:hover img.vc_single_image-img,
.vc_single_image-wrapper:hover .vc_single_image-img {
    transform: scale(1.1) !important;
}

/* Core Capabilities Section Image Zoom */
.core-section .vc_single_image-wrapper,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.core-section .vc_single_image-wrapper img,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.core-section .vc_single_image-wrapper:hover img,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Services Section Image Zoom */
.services-section .services-card .vc_single_image-wrapper,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.services-section .services-card .vc_single_image-wrapper img,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.services-section .services-card .vc_single_image-wrapper:hover img,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Banner Section Background Zoom Effect */
.banner-section.vc_parallax {
    overflow: hidden !important;
}

.banner-section .vc_parallax-inner {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.banner-section:hover .vc_parallax-inner {
    transform: scale(1.05) !important;
}

/* Who We Are Section Image Zoom */
.who-we-are-section .vc_single_image-wrapper,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.who-we-are-section .vc_single_image-wrapper img,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.who-we-are-section .vc_single_image-wrapper:hover img,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* EzyTime Section Image Zoom */
.ezy-time-section .vc_single_image-wrapper,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.ezy-time-section .vc_single_image-wrapper img,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.ezy-time-section .vc_single_image-wrapper:hover img,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* About Us Section Image Zoom */
.about-us .vc_single_image-wrapper,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.about-us .vc_single_image-wrapper img,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.about-us .vc_single_image-wrapper:hover img,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Additional fallback for any figure elements */
figure.wpb_wrapper.vc_figure {
    overflow: hidden !important;
}

figure.wpb_wrapper.vc_figure img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

figure.wpb_wrapper.vc_figure:hover img {
    transform: scale(1.1) !important;
}
/*============================================ # Image Zoom Effect ============================================*/

/*============================================ Header Css ============================================*/
.main-menu li.menu-item-has-children > a:after {
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
}
.main-menu > .menu-item.menu-item-has-children > a:after {
    position: relative;
    left: 2px;
}
.main-menu > .menu-item + .current-menu-item.current_page_item a.x-menu-link, .main-menu > .menu-item.current-menu-item.page_item.current_page_item a.x-menu-link {
    color: #144D29;
    font-weight: 500;
}
.main-menu ul.sub-menu .menu-item.current-menu-item.page_item.current_page_item a.x-menu-link {
    font-weight: 500;
}
.menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent ul.sub-menu .menu-item a.x-menu-link {
    color: #0A0A0A;
}
.main-menu > .menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent a.x-menu-link {
    color: #144D29;
    font-weight: 500;
}
.menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent ul.sub-menu li.menu-item.current-menu-item a.x-menu-link {
    color: #144D29;
}
.product-actions .product-action-item.product-action-end {
    border: 1px solid #E4AD11;
}
.product-actions .product-action-item {
    background-color: #E4AD11;
    color: #0A0A0A;
    border-top: 1px solid #E4AD11;
    border-bottom: 1px solid #E4AD11;
}
.product-actions .product-action-item:first-child {
    border: 1px solid #E4AD11;
}
.product-flash {
    background-color: #144D29;
}
.on-featured {
    background-color: #E4AD11;
}
.shopping-cart-list ul.product_list_widget li a {
    font-size: 16px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.shopping-cart-list span.quantity {
    font-size: 16px;
}
.shopping-cart-list p.total strong {
    text-transform: capitalize;
}
.mini-cart-canvas.in .widget_shopping_cart_content .shopping-cart-list, .mini-cart-canvas.show-cart .widget_shopping_cart_content .shopping-cart-list {
    z-index: 10000;
    height: -webkit-fill-available;
}
.main-menu ul.sub-menu {
    border-top: none !important;
}
ul.header-customize-nav li.customize-custom-html a, header.mobile-header.header-1 .header-customize li.customize-custom-html a {
    background-color: #144D29;
    border: 1px solid #144D29;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'PT Sans';
    text-decoration: none;
}
ul.header-customize-nav li.customize-custom-html a:hover, header.mobile-header.header-1 .header-customize li.customize-custom-html a:hover {
    background-color: #0A0A0A;
    border: 1px solid #0A0A0A;
    color: #FFFFFF;
}
ul.header-customize-nav li.customize-custom-html a:focus, header.mobile-header.header-1 .header-customize li.customize-custom-html a:focus {
    background-color: #0A0A0A;
    border: 1px solid #0A0A0A;
    color: #FFFFFF;
}
ul.header-customize-nav > li:first-child {
    padding-left: 0;
}
.main-menu > .menu-item.current-menu-item.page_item.current_page_item ul.sub-menu li.menu-item a.x-menu-link {
    color: #0A0A0A;
}
/*============================================ # Header Css ============================================*/

/*============================================ Footer Css ============================================*/
.footer-subscribe {
    background: linear-gradient(90deg, #FFF3D4 0%, #D8FAE4 100%);
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-section .footer-contact {
    width: 30%;
}
.footer-section .footer-quick {
    width: 17%;
}
.footer-section .sm-clear-both.footer-service {
    width: 20%;
}
.footer-section .footer-about {
    width: 33%;
    padding-left: 10px;
}
.footer-section .wp-block-group .wp-block-group__inner-container > h2, .footer-section .widget-title, .footer-section .wpb_heading {
    font-size: 18px;
    position: relative;
    margin-bottom: 40px !important;
    line-height: 36px;
    font-weight: 600;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content {
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content a {
    color: #0A0A0A;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content a:hover {
    color: #144D29;
}
.footer-section ul.menu li.menu-item {
    border: none;
    padding: 0 0 1rem;
}
.footer-section ul.menu li.menu-item a.x-menu-link {
    font-size: 16px;
}
.footer-section .footer-about .wpb_column.vc_column_container .vc_column-inner {
    border: 5px solid #B9CFC1;
    border-radius: 0;
}
.footer-section .footer-about .wpb_single_image {
    display: inline-block;
    margin: 0 0;
}
.footer-section .footer-about .wpb_single_image.background {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%, 10px);
}
.vc_row.wpb_row.vc_row-fluid.footer-copyright.vc_custom_1774967499774.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex {
    font-size: 18px;
}
.footer-copyright {
    font-size: 18px;
}
.footer-copyright .vc_wp_custommenu {
    text-align: right;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container 
ul.menu {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container ul.menu li.menu-item:first-child {
    padding-right: 2rem;
    border-right: 1px solid #F2DEA8;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container ul.menu li.menu-item {
    border: none;
    margin: 0 0;
}
.footer-copyright .vc_wp_custommenu {
    text-align: right;
    margin: 0 0;
}
.footer-copyright h2 {
    font-weight: 400;
    font-size: 18px;
}
.main-footer-wrapper .menu li > a:hover {
    padding: 0;
}
.widget-info-box .widget-icon-box-item {
    padding-bottom: 10px;
}
ul.footer-contact-list {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
}
ul.footer-contact-list li {
    margin: 0  0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
ul.footer-contact-list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
}

/*============================================ # Footer Css ============================================*/

/*============================================ Home Css ============================================*/
/*------------------ Banner Section ------------------*/
.banner-section {
    padding: 5rem 15px;
    min-height: 730px;
}
.banner-section .banner-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #0A0A0A;
    margin-bottom: 1.5rem;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 44px;
    line-height: 50px;
}
.banner-section .wpb_text_column.wpb_content_element.banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.banner-section .banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.banner-section .banner-btn-1 {
    margin-right: 1.5rem;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3 {
    border: 1px solid #144D29;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3:hover {
    background-color: #0A0A0A !important;
}
.banner-section .banner-btn-2 .vc_general.vc_btn3 {
    border: 1px solid #144D29;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
    background-image: none;
}
.banner-section .banner-btn-2 .vc_general.vc_btn3:hover {
    background-color: #144D29 !important;
    color: #ffffff !important;
}
/*------------------ # Banner Section ------------------*/

/*------------------ Who we are Section ------------------*/
.who-we-are-section .gsf-heading .description {
    font-size: 18px;
    max-width: 950px;
    line-height: 29px;
}
.who-we-are-section .gsf-icon-box.title-medium .icon-box-title {
    font-size: 18px;
    font-weight: 600;
}
/*------------------ # Who we are Section ------------------*/

/*------------------ Core Capabilities Section ------------------*/
.core-section .gsf-heading .heading-sub-title {
    color: #ffffff;
}
.core-section .heading-title {
    color: #ffffff;
}
.core-section .gsf-heading .description {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 29px;
}
.core-section .gsf-icon-box.ib-left-top .ib-content, .core-section .gsf-icon-box.ib-left-middle .ib-content {
    padding-left: 30px;
    color: #ffffff;
}
.core-section .gsf-icon-box.title-small .icon-box-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.core-section .gsf-icon-box.title-small .icon-box-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
}
.services-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
/*------------------ # Core Capabilities Section ------------------*/
/*------------------ Our Services Section ------------------*/
.services-section .services-card figure.wpb_wrapper.vc_figure {
    width: 100%;
    max-width: 100%;
}
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
    max-width: 100%;
}
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img.vc_single_image-img {
    width: 100%;
}
.services-section .services-card .heading-title {
    font-size: 18px;
    line-height: initial;
}
.services-section .services-card .gsf-heading {
    padding: 2.5rem 2.5rem 1.5rem;
}
.services-section .services-card .gsf-heading .description {
    margin: 0.875rem 0 0 !important;
    font-size: 16px;
    font-weight: 400;
}
.services-section .services-card .vc_btn3-container {
    padding: 0 0 0 2.5rem;
}
.services-section .services-card .vc_btn3-container .vc_general.vc_btn3 {
    font-family: 'PT Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    background: transparent !important;
    box-shadow: none;
    padding: 0 0;
}
/*------------------ # Our Services Section ------------------*/
/*------------------ Our Products Section ------------------*/
.our-products-section {
    background-image: url('https://blendcoinc.com/wp-content/uploads/2026/04/our-products-bg.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #FFF8E5;
    background-size: cover;
}
.our-products-section .nav-tabs > li > a {
    padding: 6px 28px;
    border: 1px solid #144d29;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.our-products-section .layout-grid .product-info {
    padding: 25px;
    text-align: center;
    background-color: #F8F0DC !important;
}
.single-product-info.quick-view-product-image .summary-product form.cart button.button {
    border: 1px solid #144D29 !important;
    background: #144D29 !important;
}
.single-product-info.quick-view-product-image .summary-product form.cart button.button:hover {
    background: transparent !important;
    color: #144D29 !important;
}
.our-products-section .layout-grid .product-info .product-name .gsf-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
/* .our-products-section .layout-grid .product-info .price {
    display: none;
} */
/* Hide product hover actions */
.product-actions {
    display: none !important;
}

/* Performance Optimizations for Infinite Scroll */
.products .product-item-wrap,
.gsf-products .product-item-wrap {
    will-change: auto;
    contain: layout style paint;
}

.quote-checkbox-wrapper {
    will-change: auto;
}

.product-learn-more-wrapper {
    will-change: opacity, visibility;
}

/* Hide Load More button - using infinite scroll instead */
.gsf-paging-wrapper .btn-load-more,
.woocommerce .gsf-paging-wrapper .btn-load-more,
.btn-load-more {
    display: none !important;
}

/* Hide theme pagination and Load More button for infinite scroll */
.gsf-paging,
.blog-pagination,
[data-items-paging],
[data-items-paging="pagination-ajax"],
[data-items-paging="load-more"],
.woocommerce-pagination,
nav.woocommerce-pagination,
.page-numbers {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Infinite scroll loading spinner */
.infinite-scroll-loader {
    text-align: center;
    padding: 40px 0;
    clear: both;
    width: 100%;
}

.infinite-scroll-loader .gsf-content-loading {
    display: inline-block;
    margin: 0 auto;
}

/* Learn More Button on Product Hover */
.product-item-wrap .product-image {
    position: relative;
    overflow: hidden;
}

.product-learn-more-wrapper {
    position: absolute;
    bottom: 15rem;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 10;
    max-width: 75%;
    margin: 0 auto;
}

.product-item-wrap:hover .product-learn-more-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-learn-more-btn {
    display: block;
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid #144D29;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-family: 'PT Sans';
}
.entry-thumbnail:hover .entry-thumbnail-overlay:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.product-learn-more-btn:hover {
    background-color: #0A0A0A !important;
    color: #FFFFFF !important;
}

/* List View - Learn More Button Fix */
.layout-list .product-learn-more-wrapper {
    position: relative;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    max-width: 30%;
    margin: 0 auto;
    transition: all 0.3s ease;
    left: 0%;
}

.layout-list .product-item-wrap .product-learn-more-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    background: #ffffff;
    color: #27272f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #E5E6EC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*------------------ # Our Products Section ------------------*/
/*------------------ Partner Section ------------------*/
.partner-section .g5plus-partner {
    border-bottom: 1px solid #DDCDA3;
}
/*------------------ # Partner Section ------------------*/
/*------------------ Our Process Section ------------------*/
.our-process-section-heading .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.our-process-card .gsf-icon-box .ib-content .icon-box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27.8px;
}
.our-process-card .gsf-icon-box .ib-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.our-process-card .vc_column-inner {
    background-position: bottom !important;
}
/*------------------ # Our Process Section ------------------*/
/*------------------ Testimonial Section ------------------*/
.testimonial-section .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    font-family: 'PT SANS';
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    padding: 80px 25px 25px !important;
    margin-bottom: 20px !important;
    background-color: #ffffff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    height: 350px;
    position: relative;
}
.testimonial-section .g5plus-testimonials .testimonial-item:before {
    content: " ";
    background-image: url('https://blendcoinc.com/wp-content/uploads/2026/04/double-quote.svg');
    position: absolute;
    left: 50%;
    top: 25px;
    width: 50px;
    height: 50px;
    transform: translate(-50%, 0);
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text {
    margin: 1rem 0 0;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb:before {
    content: none !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .testimonial-thumb-wrap:before {
    content: none !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .testimonial-thumb-wrap {
    margin-bottom: 1.5rem !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb {
    width: 50px !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb img {
    border-radius: 0 !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-style: initial !important;
    margin: 0 0 2rem !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item  h4 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text span.fs-13.primary-color.text-italic {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 25px !important;
    font-style: initial !important;
    color: #0A0A0A !important;
}
.testimonial-section .g5plus-testimonials .owl-dots > div {
    background-color: #C4D8CB !important;
}
.testimonial-section .g5plus-testimonials .owl-dot.active {
    background-color: #144D29 !important;
}
.testimonial-section .owl-carousel > .owl-nav > div {
    background: #FFFFFF !important;
    color: #27272F !important;
    font-size: 23px;
}
/*------------------ # Testimonial Section ------------------*/
/*------------------ EzyTime Products Section ------------------*/
.ezy-time-section {
    background: linear-gradient(180deg, #F7FFD4 0%, #D8FADA 100%);
}
.ezy-time-section .gsf-heading-inner .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
/*------------------ # EzyTime Products Section ------------------*/
/*============================================ # Home Css ============================================*/

/*============================================ About Us Css ============================================*/
.inner-banner-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
.who-we-are-section.about-us .gsf-icon-box {
    background-color: #ffffff;
    padding: 35px 25px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.bottom-paragraph p {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.who-we-are-section.about-us {
    padding: 70px 0;
}
/*============================================ # About Us Css ============================================*/

/*============================================ Contact Us Css ============================================*/
.contact-us-form-section {
    margin: 70px 0;
}
.contact-us-form-section .gsf-heading.text-center .description {
    font-size: 18px;
    line-height: 29px;
}
.btn.btn-primary {
    color: #fff;
    background-color: #144D29;
    border-color: #144D29;
    border: 1px solid #144D29;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
}
.g5plus-contact-form input:not([type="submit"]), .g5plus-contact-form textarea {
    font-size: 18px;
}
.contact-us-info .contact-info-item .contact-item-content h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 29px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.contact-us-info .contact-info-item .contact-item-content p {
    line-height: 26px;
}
.g5plus-contact-form span.wpcf7-not-valid-tip {
    color: #dc3232;
    position: initial;
}
.contact-social {
    text-align: center;
}
.contact-social .gsf-icon-box {
    display: inline-block;
    width: auto;
    margin: 0 25px 0;
}
.contact-social .gsf-icon-box .ib-shape-inner {
    width: 40px !important;
    height: 40px !important;
}
.contact-social .gsf-icon-box .ib-shape-inner i {
    font-size: 20px !important;
    line-height: 38px !important;
}
.contact-social .gsf-icon-box .ib-content {
    margin-top: 5px !important;
}
.contact-social .gsf-icon-box .icon-box-title {
    margin: 0 0 0 !important;
}
.contact-social .gsf-icon-box .icon-box-title:before, .contact-social .gsf-icon-box .icon-box-title:after {
    content: none !important;
}
.contact-social .gsf-icon-box .ib-shape-inner a {
    display: block;
    z-index: 10;
    position: relative;
}
/*============================================ # Contact Us Css ============================================*/


/*============================================ Shop Page Css ============================================*/
.primary-sidebar-inner .widget-title {
    font-weight: 600;
}
.widget + .widget {
    margin-top: 25px;
}
.skin-light input[type="color"], .gsf-skin .skin-light input[type="color"], .gsf-skin .gsf-skin .skin-light input[type="color"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="color"], .skin-light input[type="date"], .gsf-skin .skin-light input[type="date"], .gsf-skin .gsf-skin .skin-light input[type="date"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="date"], .skin-light input[type="datetime"], .gsf-skin .skin-light input[type="datetime"], .gsf-skin .gsf-skin .skin-light input[type="datetime"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="datetime"], .skin-light input[type="datetime-local"], .gsf-skin .skin-light input[type="datetime-local"], .gsf-skin .gsf-skin .skin-light input[type="datetime-local"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="datetime-local"], .skin-light input[type="email"], .gsf-skin .skin-light input[type="email"], .gsf-skin .gsf-skin .skin-light input[type="email"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="email"], .skin-light input[type="month"], .gsf-skin .skin-light input[type="month"], .gsf-skin .gsf-skin .skin-light input[type="month"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="month"], .skin-light input[type="number"], .gsf-skin .skin-light input[type="number"], .gsf-skin .gsf-skin .skin-light input[type="number"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="number"], .skin-light input[type="password"], .gsf-skin .skin-light input[type="password"], .gsf-skin .gsf-skin .skin-light input[type="password"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="password"], .skin-light input[type="search"], .gsf-skin .skin-light input[type="search"], .gsf-skin .gsf-skin .skin-light input[type="search"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="search"], .skin-light input[type="tel"], .gsf-skin .skin-light input[type="tel"], .gsf-skin .gsf-skin .skin-light input[type="tel"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="tel"], .skin-light input[type="text"], .gsf-skin .skin-light input[type="text"], .gsf-skin .gsf-skin .skin-light input[type="text"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="text"], .skin-light input[type="time"], .gsf-skin .skin-light input[type="time"], .gsf-skin .gsf-skin .skin-light input[type="time"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="time"], .skin-light input[type="url"], .gsf-skin .skin-light input[type="url"], .gsf-skin .gsf-skin .skin-light input[type="url"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="url"], .skin-light input[type="week"], .gsf-skin .skin-light input[type="week"], .gsf-skin .gsf-skin .skin-light input[type="week"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="week"], .skin-light input:not([type]), .gsf-skin .skin-light input:not([type]), .gsf-skin .gsf-skin .skin-light input:not([type]), .gsf-skin .gsf-skin .gsf-skin .skin-light input:not([type]), .skin-light textarea, .gsf-skin .skin-light textarea, .gsf-skin .gsf-skin .skin-light textarea, .gsf-skin .gsf-skin .gsf-skin .skin-light textarea, .skin-light select, .gsf-skin .skin-light select, .gsf-skin .gsf-skin .skin-light select, .gsf-skin .gsf-skin .gsf-skin .skin-light select {
    border-color: #D4D4D4;
}
.products .gsf-catalog-filter .woocommerce-result-count, .products .gsf-catalog-filter li.gsf-catalog-filter-filter, .products .gsf-catalog-filter select {
    font-weight: 600;
}
.skin-light .product-item-wrap .product-thumb, .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb {
    border: none;
}
.layout-grid .product-item-inner {
    border: 1px solid #D4D4D4;
}
.skin-light .layout-grid .product-info, .gsf-skin .skin-light .layout-grid .product-info, .gsf-skin .gsf-skin .skin-light .layout-grid .product-info, .gsf-skin .gsf-skin .gsf-skin .skin-light .layout-grid .product-info {
    background-color: #F8F0DC !important;
}
.layout-grid .product-info .product-name {
    font-size: 18px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 52px !important;
    min-height: 52px !important;
}
.skin-light .gsf-sidebar-toggle:hover, .gsf-skin .skin-light .gsf-sidebar-toggle:hover {
    color: #ffffff !important;
}
.skin-light .product-item-wrap .product-thumb, .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb {
    border: 1px solid #D4D4D4;
}
.wp-block-tag-cloud > a, .tagcloud > a {
    font-size: 16px !important;
    color: #144D29 !important;
    border: 1px solid #144D29 !important;
    margin: 0 12px 12px 0;
}
/* Hide Product Prices */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.product-info .price,
.layout-grid .product-info .price,
.layout-list .product-info .price,
.single-product .summary .price,
.single-product .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}
/* Hide Product Prices */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.product-info .price,
.layout-grid .product-info .price,
.layout-list .product-info .price {
    display: none !important;
}
.layout-list .product-item-inner {
    background-color: #F8F0DC;
}
.layout-list .product-item-wrap .product-info {
    padding-top: 25px;
}
.layout-list .product-item-wrap .product-name {
    font-size: 18px;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 52px !important;
    min-height: 52px !important;
    line-height: 26px !important;
}
.layout-list .product-item-wrap .product-description {
    margin-top: 0px;
}
/*============================================ # Shop Page Css ============================================*/


/*============================================ Request a Quote Styles ============================================*/
/* Checkbox Styling */
.quote-checkbox-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}
.single-product .product-item-inner.clearfix .quote-checkbox-wrapper {
    right: 25px;
}
.quote-checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.quote-checkbox-wrapper label {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #515151;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.quote-checkbox-wrapper input[type="checkbox"]:checked + label {
    background-color: #144D29;
}

.quote-checkbox-wrapper input[type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.quote-checkbox-wrapper label:hover {
    border-color: #0A0A0A;
}

/* Sticky Bar Styling */
.quote-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px 0;
    animation: slideUp 0.3s ease;
}

/* Add padding to footer when sticky bar is visible */
body:has(.quote-sticky-bar:not([style*="display: none"])) .main-footer-wrapper {
    padding-bottom: 90px;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.quote-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote-bar-left .quote-count {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    font-family: 'Encode Sans Condensed', sans-serif;
}

.request-quote-btn {
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.request-quote-btn:hover {
    background-color: #0A0A0A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Styling */
.quote-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-modal-content {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.quote-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #0A0A0A;
    cursor: pointer;
    line-height: 1;
}

.quote-modal-close:hover {
    color: #144D29;
}

.quote-modal-content h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
    color: #144D29;
        font-family: 'Encode Sans Condensed', sans-serif;
}

/* Selected Products List in Modal */
.quote-selected-products {
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 15px;
    background-color: #F8F8F8;
}

.quote-product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.quote-product-item:last-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 0;
    padding: 0 0 0;
}

.quote-product-item:last-child {
    border-bottom: none;
}

.quote-product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.quote-product-item span {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* Form Styling */
.quote-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.quote-form-row input {
    flex: 1;
    margin-bottom: 15px;
}

#quote-form input[type="text"],
#quote-form input[type="email"],
#quote-form input[type="tel"],
#quote-form textarea,
#single-quote-form input[type="text"],
#single-quote-form input[type="email"],
#single-quote-form input[type="tel"],
#single-quote-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#quote-form input:focus,
#quote-form textarea:focus,
#single-quote-form input:focus,
#single-quote-form textarea:focus {
    outline: none;
    border-color: #144D29;
}

#quote-form textarea,
#single-quote-form textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-quote-btn {
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.submit-quote-btn:hover {
    background-color: #0A0A0A !important;
}

.submit-quote-btn:disabled {
    background-color: #CCCCCC !important;
    cursor: not-allowed;
}

/* Response Messages */
.quote-success {
    background-color: #D4EDDA;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

.quote-error {
    background-color: #F8D7DA;
    color: #721C24;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

/* Responsive Styles for Quote */
@media screen and (max-width: 767px) {
    .quote-bar-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .request-quote-btn {
        width: 100%;
        text-align: center;
    }
    
    .quote-modal-content {
        padding: 30px 20px;
    }
    
    .quote-checkbox-wrapper {
        top: 8px;
        right: 8px;
    }
    
    .quote-checkbox-wrapper label {
        width: 20px;
        height: 20px;
    }
    
    .quote-form-row {
        flex-direction: column;
        gap: 0;
    }
}
/*============================================ # Request a Quote Styles ============================================*/

/*============================================ Single Product - Add to Quote ============================================*/
/* Hide checkboxes only in viewed products sections - ENABLE in related products */
.recently-viewed-products .quote-checkbox-wrapper,
.product-recently-viewed .quote-checkbox-wrapper {
    display: none !important;
}

/* Hide checkboxes in category filter products section (Products We Manufacture) */
.gsf-products.cate-filter-center .quote-checkbox-wrapper,
.gsf-products .quote-checkbox-wrapper {
    display: none !important;
}

/* Add to Quote Button on Single Product Page */
.single-product-quote-wrapper {
    margin-top: 15px;
}

.single-product-add-quote-btn {
    display: block;
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: 2px solid #144D29 !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.single-product-add-quote-btn:hover {
    background-color: #FFFFFF !important;
    color: #144D29 !important;
    border-color: #144D29 !important;
}

.single-product-add-quote-btn.added {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/* Single Product Sticky Bar */
#single-product-sticky-bar {
    display: none;
}

#single-product-sticky-bar .quote-bar-left .single-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    font-family: 'Encode Sans Condensed', sans-serif;
}

/* Product info in single product modal */
#single-quote-product-info {
    margin-bottom: 20px;
}

.quote-selected-products {
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
    padding: 10px 15px;
    background-color: #F8F0DC;
}

#single-quote-product-info .quote-product-item {
    display: flex;
    align-items: center;
}

#single-quote-product-info .quote-product-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}

#single-quote-product-info .quote-product-item span {
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
}

/*============================================ # Single Product - Add to Quote ============================================*/

/* Remove Sidebar from Product Details Page */
.single-product .primary-sidebar.sidebar {
    display: none !important;
}

.single-product .primary-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-product .col-md-9.col-md-push-3 {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* Remove Page Title from Product Details Page */
.single-product .gsf-page-title {
    display: none !important;
}

/*============================================ Services Css ============================================*/
.services-bottom h3.font_2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.services-bottom p {
    font-size: 18px;
}
.services-bottom h2.font_4 {
    color: #144D29;
    font-size: 36px;
}
.list-50 {
    display: flex;
    flex-wrap: wrap;
}
.list-50 li.list-item {
    width: 50%;
}
.services-list li.list-item span.list-bullet {
    margin: 1rem 0 0;
}
/*============================================ # Services Css ============================================*/


/*============================================ PDP Page Css ============================================*/
.single-product #primary-content {
    margin: 50px 0 0;
}
.skin-light .single-product-image-main, .gsf-skin .skin-light .single-product-image-main, .gsf-skin .gsf-skin .skin-light .single-product-image-main, .gsf-skin .gsf-skin .gsf-skin .skin-light .single-product-image-main {
    border: 1px solid #D4D4D4 !important;
}
.skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .gsf-skin .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item {
    border: 1px solid #D4D4D4  !important;
}
.summary-product .product_title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px;
}
.summary-product .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 27px;
}
.single-product-add-quote-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: 'PT Sans';
    max-width: 90%;
}
.summary-product .product_meta {
    padding-top: 35px;
}
.summary-product .product_meta > span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.summary-product .product_meta > span span.sku, .summary-product .product_meta > span a {
    font-weight: 400;
    font-family: 'PT Sans';
}
.summary-product .gsf-product-share .gsf-product-share-title {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #0A0A0A;
}
.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 20px 0 95px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    width: fit-content;
    margin: initial;
    padding-left: 95px;
}
.woocommerce div.product .shop_attributes th {
    padding: 10px 15px;
}
.woocommerce table.shop_attributes td {
    padding: 0 70px 0;
}
.woocommerce-tabs {
    margin-top: 0;
}
.single-product-add-quote-btn.added {
    background-color: #144D29 !important;
    border-color: #144D29 !important;
    color: #ffffff !important;
}
.wp-block-search__input placeholder {
    color: #0A0A0A !important;
}
.tagcloud a.active {
    background-color: #144D29 !important;
    color: #fff !important;
    border-color: #144D29 !important;
}
.zoom-image i.fa.fa-expand {
    color: #ffffff;
}
.zoom-image:hover i.fa.fa-expand {
    color: #144d29;
}
/*============================================ # PDP Page Css ============================================*/

/*============================================ Career Page Css ============================================*/
section.vc_section.career-banner-section.vc_section-has-fill {
    background-position: right !important;
    background-size: 50% !important;
    padding: 60px 0 60px 100px;
    height: 400px;
    min-height: 400px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 18px;
    color: #0A0A0A;
    max-width: 70%;
    line-height: 29px;
    margin: 0 0 40px;
}
.career-banner-section .btn-container {
    display: inline-block;
    margin-right: 10px;
}
.job-opening-section .jobs-table {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0;
}
.job-opening-section .table-header {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 0 25px 10px;
    border-bottom: 2px solid #e0e0e0;
}
.job-opening-section .table-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0 0;
}
.job-opening-section .table-header h3:first-child {
    padding-left: 0;
}
.job-opening-section .table-header h3:nth-child(2) {
    padding-left: 25%;
}
.job-opening-section .table-header h3:last-child {
    padding-right: 0;
    text-align: right;
}
.job-opening-section .table-row {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 20px 25px;
    border-bottom: 1px solid #B5B5B5;
    align-items: center;
}
.job-opening-section .table-row:hover {
    background-color: #fafafa;
}
.job-opening-section .role-name {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    padding-left: 0;
}
.job-opening-section .department-name {
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
    text-align: left;
    padding-left: 25%;
}
.job-opening-section .apply-btn {
    font-size: 14px;
    font-weight: 700;
    color: #144D29;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: right;
    padding-right: 0;
    display: block;
}
.job-opening-section .apply-btn:hover {
    color: #144D29;
    text-decoration: underline;
}
.job-opening-section .gsf-heading {
    padding: 0 0 25px;
}
.job-opening-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
.job-opening-section .btn-container {
    text-align: center;
    margin: 1rem 0 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs {
    background-color: #FDFAF8;
    border: 1px solid #CCCCCC;
    padding: 40px 50px;
    border-radius: 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel-body {
    padding: 35px 0 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels {
    border: none;
}
.job-tab-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
    max-width: 47%;
}
.job-tab-section .gsf-heading {
    margin: 0 0 25px;
}
.job-tab-section .vc_tta-tabs-container {
    text-align: center !important;
}
.job-tab-section ul.vc_tta-tabs-list {
    border: 1px solid #144D29;
    max-width: max-content;
    margin: 0 auto !important;
    border-radius: 5px;
    padding: 6px 10px !important;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0 0;
    padding: 0 0;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab:first-child {
    margin-right: 35px;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 16px;
    color: #144D29;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background-color: #144D29;
    border-radius: 4px !important;
    padding: 12px 40px;
}
.job-tab-section .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:focus, .job-tab-section .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover {
    background-color: #144D29;
    color: #ffffff;
    border: none;
    border-radius: 4px !important;
    line-height: 20px !important;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a:hover {
    background-color: #0A0A0A;
    border-radius: 4px !important;
    padding: 12px 40px;
    color: #ffffff !important;
}
.career-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.career-col {
    flex: 1;
    min-width: 300px;
}

.career-col-full {
    width: 100%;
}

.career-input,
.career-col input,
.career-col select,
.career-col textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 15px;
}

.step-box {
    border: 1px solid #d5d5d5;
    padding: 25px;
    border-radius: 4px;
    background: #fff;
}

.step-box h3 {
    color: #144D29 !important;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'PT Sans';
}
.step-box p {
    color: #0A0A0A;
    line-height: 29px;
    font-size: 16px;
    margin: 0 0;
}
.step-box a {
    font-weight: 700;
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-textarea, .job-tab-section .career-row .wpcf7-form-control.wpcf7-textarea {
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    height: 93px;
    padding: 15px 15px;
    width: 100%;
}

.file-upload {
    margin-top: 10px;
}

.career-submit {
    text-align: center;
    margin-top: 30px;
}

.career-submit input[type="submit"] {
    background: #1f4f24;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.career-submit input[type="submit"]:hover {
    opacity: 0.9;
}
.career-row{
    display:flex;
    gap:22px;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.career-col{
    flex:1;
    min-width:300px;
}

.career-full{
    width:100%;
}

.career-col label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 400;
    line-height: 29px;
}
.job-tab-section .career-form-row .wpcf7-form-control, .job-tab-section .career-row .wpcf7-form-control {
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    height: 48px;
    padding: 5px 15px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 52%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}
.job-tab-section .resume-upload-box .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 80%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}

.career-col br {
    display: none;
}

/* Custom Select Dropdown Arrow */
.career-col select,
.job-tab-section .career-form-row select.wpcf7-form-control,
.job-tab-section .career-row select.wpcf7-form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230A0A0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 40px !important;
}

.career-input,
.career-col input,
.career-col select,
.career-full textarea{
    width:100%;
    padding:15px;
    border:1px solid #B5B5B5;
    border-radius:5px;
    font-size:16px;
    background:#ffffff;
    box-sizing:border-box;
}

.career-full textarea{
    height:120px;
    resize:none;
}

.resume-upload-box {
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
    background: #fff;
}

.upload-content h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.upload-content p {
    margin: 0 0 7px;
    font-size: 18px;
}

/* Fix spacing between Choose File button and text */
.wpcf7-form-control.wpcf7-file {
    display: inline-block;
}
.wpcf7-form-control.wpcf7-file::file-selector-button {
    margin-right: 10px;
}
.wpcf7-form-control.wpcf7-file::-webkit-file-upload-button {
    margin-right: 10px;
}
.wpcf7-form-control.wpcf7-file::-ms-browse {
    margin-right: 10px;
}

.file-upload{
    border:1px solid #295b32;
    padding:10px;
    border-radius:4px;
    background:#fff;
}

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

.career-submit input[type="submit"]{
    background:#214f27;
    color:#fff;
    border:none;
    padding:16px 60px;
    font-size:14px;
    font-weight:700;
    border-radius:4px;
    text-transform:uppercase;
    cursor:pointer;
}

.career-submit input[type="submit"]:hover {
    background-color: #0A0A0A;
}

.wp-block-search__button {
    color: #0A0A0A !important;
    font-weight: 900;
}
.wp-block-search__input::placeholder {
    color: #0A0A0A;
}
.wpcf7 form .wpcf7-response-output {
    text-align: center;
}
.career-submit p {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
}
.career-banner-section h4.heading-title {
    font-weight: 700 !important;
}
/*============================================ # Career Page Css ============================================*/

/*============================================ Custom Css ============================================*/
/*============================================ # Custom Css ============================================*/

/* Style block widget headings to match widget-title */
.primary-sidebar-inner .widget h2.wp-block-heading {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.primary-sidebar-inner .widget h2.wp-block-heading::before {
    content: '';
    display: inline-block;
}

.primary-sidebar-inner .widget h2.wp-block-heading::after {
    content: '';
    display: inline-block;
}

/* Match the exact styling of h4.widget-title */
.primary-sidebar-inner .widget h2.wp-block-heading {
    color: inherit;
    text-transform: inherit;
}

/*============================================ Responsive Css ============================================*/
@media screen and (min-width: 992px) {
    header.main-header {
        box-shadow: 0px 4px 25px 0px #0C2D1833;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1320px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
    width: 1140px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.wc-block-product-categories li, .wp-block-page-list li, .wp-block-categories-list li, .wp-block-archives-list li, .widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_pages li, .widget_product_categories li {
    font-size: 14px;
}
.layout-list .product-learn-more-wrapper {
    left: 2%;
}
.btn.btn-primary {
    font-size: 14px;
}
}

@media screen and (max-width: 1400px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 60px 0 60px 100px;
    height: 370px;
    min-height: 370px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 16px;
    max-width: 85%;
    margin: 0 0 35px;
}
.career-banner-section .heading-title {
    font-size: 32px !important;
}
}

@media screen and (max-width: 1360px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 100px;
    height: 350px;
    min-height: 350px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 16px;
    max-width: 85%;
    margin: 0 0 25px !important;
}
}

@media screen and (max-width: 1280px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 100px;
    height: 330px;
    min-height: 330px;
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
}

@media screen and (max-width: 1199px) {
    .testimonial-section .g5plus-testimonials .testimonial-item {
    height: 370px;
}
.dropdown-menu {
    left: -15rem;
}
.our-process-card .vc_column-inner {
    padding-top: 80px !important;
    padding-right: 50px !important;
    padding-bottom: 95px !important;
    padding-left: 50px !important;
}
.banner-section {
    padding: 5rem 15px;
    min-height: 600px;
}
.owl-dots > div {
    background-color: #C4D8CB !important;
}
.skin-light .owl-dots > div.active, .gsf-skin .skin-light .owl-dots > div.active, .gsf-skin .gsf-skin .skin-light .owl-dots > div.active {
    background-color: #144D29 !important;
}
ul.header-customize-nav li.customize-custom-html a {
    padding: 12px 15px;
    font-size: 12px;
}
.logo-header, .canvas-logo {
    width: 150px;
}
.main-menu > .menu-item + .menu-item {
    margin-left: 20px !important;
}
..inner-banner-section .g5plus-space {
    height: 70px !important;
}
.inner-banner-section .g5plus-space {
    height: 70px !important;
}
.who-we-are-section.about-us .gsf-icon-box {
    display: block;
}
.who-we-are-section .g5plus-space {
    height: 70px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 20px 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 0;
}
section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 40px;
    height: 300px;
    min-height: 300px;
}
.career-banner-section .heading-title {
    font-size: 28px !important;
}
.career-banner-section .gsf-heading .heading-sub-title {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 20px !important;
}
.career-banner-section .gsf-heading p.description {
    font-size: 15px;
    max-width: 90%;
    margin: 0 0 15px !important;
}
.career-banner-section .btn.btn-primary {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 35px;
}
}
/* @media (max-width: 407px) {
    .woocommerce-result-count{
        position:absolute
    }
} */
@media screen and (max-width: 1024px) {
    .footer-section .footer-about .wpb_single_image.background {
    bottom: -20px;
    transform: translate(-50%, 10px);
}
.footer-section .container {
    width: 100%;
    display: flex;
    padding: 0 15px !important;
}
.pd-top-70 {
    padding-top: 50px !important;
}
.pd-bottom-70 {
    padding-bottom: 50px !important;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
    font-size: 36px;
}
.our-process-card .vc_column-inner {
    padding-top: 80px !important;
    padding-right: 25px !important;
    padding-bottom: 95px !important;
    padding-left: 25px !important;
}
.our-process-card .vc_column-inner:last-child {
    padding-right: 40px !important;
}
.banner-section .vc_col-sm-7 {
    width: 67.333333%;
}
.services-section {
    padding-left: 15px;
    padding-right: 15px;
}
.layout-list .product-learn-more-wrapper {
    left: 5%;
}
.who-we-are-section .g5plus-space {
    height: 50px !important;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 70%;
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
.footer-section .footer-about .vc_column-inner.vc_custom_1781508034427 {
    padding-left: 0 !important;
}
}
@media screen and (max-width: 992px) {
    .layout-list .product-learn-more-wrapper {
    left: 10%;
}
.who-we-are-section.about-us .gsf-icon-box {
    height: 470px;
}
}
@media screen and (max-width: 991px) {
    .testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
.mobile-navigation-wrapper {
    background-color: #ffffff;
    color: #0A0A0A;
}
.mobile-navigation-wrapper .search-form {
    background-color: #ffffff;
    display: none;
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
    padding: 50px 0 0;
}
.mobile-navigation-wrapper .mobile-menu li + li {
    border-color: #EEFFF4 !important;
}
.gsf-menu-vertical a {
    color: #0A0A0A;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-family: 'PT Sans';
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu {
    background-color: #ffffff !important;
}
.mobile-navigation-wrapper .mobile-menu {
    border-top: none !important;
}
.mobile-navigation-wrapper .mobile-menu {
    border-bottom: 1px solid #EEFFF4 !important;
    border-top: none !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu li + li {
    border-color: #EEFFF4 !important;
}
.gsf-menu-vertical ul.sub-menu:before {
    content: none;
}
.gsf-menu-vertical ul.sub-menu a {
    font-size: 13px;
    font-weight: 400;
}
/*.mobile-navigation-wrapper .mobile-menu {
    border-top: 1px solid #EEFFF4 !important;
}*/
.mobile-navigation-wrapper .search-form .search-field {
    background-color: #EEFFF4;
    border-color: #EEFFF4;
    color: #0A0A0A;
}
.mobile-navigation-wrapper .search-form .search-field::placeholder {
    color: #565d6d;
}
.mobile-navigation-wrapper .search-form .search-submit i, .mobile-navigation-wrapper .search-form .search-submit i:before {
    color: #0A0A0A;
}
.mobile-navigation-wrapper .canvas-menu-close img {
    -webkit-filter: initial;
    filter: initial;
}
ul.header-customize-mobile > li {
    margin-right: 35px;
}
.search-popup-product-wrap .search-popup-product {
    padding: 90px 50px 100px;
}
.search-popup-product-wrap {
    width: 750px;
}
.banner-section .vc_col-sm-7 {
    width: 90%;
}
.services-section .services-card .vc_column-inner {
    height: 435px;
}
.ezy-time-section .sm-mg-bottom-40 {
    margin-bottom: 0 !important;
}
.footer-subscribe {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-section .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    justify-content: flex-start;
}
.ezy-time-section .vc_row.wpb_row.vc_inner {
    display: flex;
    flex-direction: column-reverse;
}
.ezy-time-section .vc_row.wpb_row.vc_inner > .wpb_column {
    margin-bottom: 0 !important;
}
.ezy-time-section .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
    margin-bottom: 25px !important;
}
.wc-block-product-categories li > a, .wp-block-page-list li > a, .wp-block-categories-list li > a, .wp-block-archives-list li > a, .widget_archive li > a, .widget_categories li > a, .widget_nav_menu li > a, .widget_pages li > a, .widget_product_categories li > a {
    font-size: 14px;
}
..inner-banner-section .g5plus-space {
    height: 70px !important;
}
.inner-banner-section .g5plus-space {
    height: 70px !important;
}
.list-50 li.list-item {
    width: 100%;
}
header.mobile-header {
    box-shadow: 0px 4px 25px 0px #0C2D1833;
}
.woocommerce div.product .woocommerce-tabs .panel {
    overflow: auto;
    width: 100%;
}
.woocommerce-tabs {
    margin-top: 0;
}
.woocommerce .up-sells, .woocommerce .related.products, .woocommerce .cross-sells {
    padding-top: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 0;
}
section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 50px 15px 0;
    height: auto;
    min-height: auto;
}
.job-tab-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
    max-width: 60%;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 100%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 50%;
}
.gsf-sidebar-canvas.in .primary-sidebar-inner {
    background-color: #ffffff;
}
.layout-list .product-learn-more-wrapper {
    left: 7%;
}
}

@media screen and (max-width: 767px) {
    .footer-section .container {
    flex-wrap: wrap;
}
.footer-section .footer-contact, .footer-section .footer-quick, .footer-section .sm-clear-both.footer-service, .footer-section .footer-about {
    width: 100%;
}
.footer-section {
    padding: 0 0 0;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container 
ul.menu {
    align-items: center;
    width: 100%;
    justify-content: center;
}
.footer-copyright .align-left {
    text-align: center;
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
ul.header-customize-mobile > li {
    margin-right: 15px;
}
.mobile-logo-header img {
    max-height: 70px;
}
ul.header-customize-mobile > li {
    margin-right: 25px;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list p.buttons {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.shopping-cart-list p.buttons .wc-forward {
    width: 100% !important;
    margin: 0 0 15px;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list {
    padding: 35px 15px 30px;
}
.shopping-cart-head h3 {
    font-size: 36px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.search-popup-product-wrap {
    width: 100%;
}
.search-popup-product-wrap .search-popup-product {
    padding: 40px 15px 50px;
    overflow-y: auto;
}
.banner-section {
    padding: 0 0;
    min-height: auto;
}
.banner-section .vc_col-sm-7 {
    width: 100%;
}
.banner-section .vc_column-inner {
    background-color: transparent !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 45px;
}
.banner-section .wpb_text_column.wpb_content_element.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
}
.banner-section .banner-btn-1, .banner-section .banner-btn-2 {
    width: 100%;
    text-align: left;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3, .banner-section .banner-btn-2 .vc_general.vc_btn3 {
    width: 75%;
}
.services-section {
    padding-left: 0;
    padding-right: 0;
}
.services-section .services-card .vc_column-inner {
    height: auto;
}
.services-section .services-card {
    padding: 0 25px !important;
    margin: 0 0 25px;
}
.services-section  .vc_row.wpb_row.vc_inner {
    margin-bottom: 0 !important;
}
/* Fix for quick view modal scrolling to bottom on mobile */
#popup-product-quick-view-wrapper {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

#popup-product-quick-view-wrapper:before {
    display: none !important;
}

#popup-product-quick-view-wrapper > .modal-dialog {
    display: block !important;
    margin: 20px auto !important;
}

#popup-product-quick-view-wrapper .modal-content {
    margin-top: 0 !important;
}
.testimonial-section .nav-center > .owl-nav {
    display: none !important;
}
header.mobile-header.header-1 .mobile-header-menu {
    width: 10%;
}
header.mobile-header.header-1 .mobile-logo-header {
    width: 40%;
}
header.mobile-header.header-1 .header-customize {
    width: 50%;
}
ul.header-customize-nav li.customize-custom-html a, header.mobile-header.header-1 .header-customize li.customize-custom-html a {
    padding: 12px 20px;
    font-size: 12px;
}
.layout-list .product-learn-more-wrapper {
    left: 0;
    max-width: 85%;
}
.layout-list .product-item-wrap .product-thumb {
    width: 100%;
    float: left;
}
.quote-modal-content h2 {
    font-size: 28px;
}
.quote-product-item span {
    font-size: 15px;
}
.submit-quote-btn {
    padding: 12px 15px;
}
.services-bottom h3.font_2 {
    font-size: 20px;
    line-height: 36px;
}
.margin-tb-70 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.who-we-are-section.about-us .gsf-icon-box {
    height: auto;
}
.woocommerce-tabs {
    margin-top: 25px;
}
body:has(.quote-sticky-bar:not([style*="display: none"])) .main-footer-wrapper {
    padding-bottom: 135px;
}
.job-opening-section .table-row {
    display: block;
    padding: 20px 15px;
}
.job-opening-section .department-name {
    padding-left: 0;
}
.job-opening-section .apply-btn {
    text-align: left;
}
.job-opening-section .table-header,
.job-opening-section .table-row {
    grid-template-columns: 1fr;
    gap: 10px;
}
.job-opening-section .table-header {
    display: none;
}
.job-opening-section .table-row {
    padding: 20px 10px;
}
.job-opening-section .role-name::before {
    content: "Role: ";
    font-weight: 400;
    color: #666;
}
.job-opening-section .department-name {
    padding-left: 0;
}
.job-opening-section .department-name::before {
    content: "Department: ";
    font-weight: 400;
    color: #666;
}
.job-opening-section .apply-btn {
    text-align: left;
}
.career-row{
    flex-direction:column;
}
.resume-upload-box{
    flex-direction:column;
    text-align:center;
}
.job-tab-section .gsf-heading .description {
    max-width: 100%;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs {
    padding: 20px 5px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 100%;
}
.job-tab-section .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
}
.job-tab-section .vc_tta.vc_general .vc_tta-panel-body {
    overflow: visible;
}
.job-tab-section .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #ffffff !important;
    color: #144D29 !important;
    border: none !important;
    border-radius: 4px !important;
    line-height: 20px !important;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
}
.job-tab-section .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    background-color: #144D29 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    line-height: 20px !important;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
}
.job-tab-section .career-submit {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.job-tab-section .career-submit p {
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.step-box {
    padding: 15px 15px;
}
.step-box a {
    font-size: 16px;
}
.job-opening-section .gsf-heading {
    padding: 0 0 15px;
}
.job-tab-section .resume-upload-box .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 70%;
    margin: 0 auto;
}
.layout-list .product-item-wrap .product-info {
    padding: 0px 15px 0;
}
.layout-list .product-item-inner {
    padding-bottom: 25px;
}
.woocommerce .woocommerce-result-count {
    line-height: initial;
}
/*
 Theme Name:   G5Plus Oars Child Theme
 Theme URI:    http://themes.g5plus.net/oars/
 Description:  G5Plus Oars Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     g5plus-oars
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:               two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain:        g5plus-oars
*/
/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
/*
Custom Css
Header Css
Footer Css
Home Css
About Us Css
Contact Us Css
Services Css
Shop Page Css
PDP Page Css
Career Page Css

Responsive Css
*/
/*============================================ Custom Css ============================================*/
@font-face {
    font-family: 'Streamster';
    src: url('fonts/Streamster.woff2') format('woff2'),
         url('fonts/Streamster.woff') format('woff'),
         url('fonts/Streamster.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Apply Streamster Font */
.primary-font, 
.review-wrapper .review-list li span, 
.review-wrapper .review-desc .review-summary-title {
    font-family: 'Streamster';
}

/* Encode Sans Condensed Font */
@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Encode Sans Condensed';
    src: url('fonts/EncodeSansCondensed-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Apply Encode Sans Condensed to Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Encode Sans Condensed', sans-serif;
    line-height: 46.8px;
}
.light-color {
    color: #ffffff !important;
}
.light-color .heading-title {
    color: #ffffff;
}
.light-color .description {
    color: #ffffff !important;
}
.light-color .heading-sub-title {
    color: #ffffff;
}
.gsf-heading .heading-sub-title {
    margin-bottom: 1rem;
    display: inline-block;
}
.wp-block-button__link, input[type="submit"], input[type="button"], input[type="reset"], .btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-user-select: none;
}
.skin-light .main-menu > li > a, .gsf-skin .skin-light .main-menu > li > a, .gsf-skin .gsf-skin .skin-light .main-menu > li > a, .gsf-skin .gsf-skin .gsf-skin .skin-light .main-menu > li > a {
    text-transform: capitalize !important;
}
.font-18 {
    font-size: 18px;
    line-height: 29px;
}
.font-20 {
    font-size: 20px;
    line-height: 29px;
}
.margin-tb-70 {
    margin-top: 70px;
    margin-bottom: 70px;
}

/*============================================ # Custom Css ============================================*/

/*============================================ Image Zoom Effect ============================================*/
/* General image zoom effect - Apply to all image wrappers */
.vc_single_image-wrapper,
.wpb_single_image .vc_single_image-wrapper,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
    display: block;
}

.vc_single_image-wrapper img,
.wpb_single_image .vc_single_image-wrapper img,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img,
.vc_single_image-wrapper img.vc_single_image-img,
.vc_single_image-wrapper .vc_single_image-img {
    transition: transform 0.5s ease !important;
    display: block;
    width: 100%;
    will-change: transform;
}

.vc_single_image-wrapper:hover img,
.wpb_single_image .vc_single_image-wrapper:hover img,
figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img,
.vc_single_image-wrapper:hover img.vc_single_image-img,
.vc_single_image-wrapper:hover .vc_single_image-img {
    transform: scale(1.1) !important;
}

/* Core Capabilities Section Image Zoom */
.core-section .vc_single_image-wrapper,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.core-section .vc_single_image-wrapper img,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.core-section .vc_single_image-wrapper:hover img,
.core-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Services Section Image Zoom */
.services-section .services-card .vc_single_image-wrapper,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.services-section .services-card .vc_single_image-wrapper img,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.services-section .services-card .vc_single_image-wrapper:hover img,
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Banner Section Background Zoom Effect */
.banner-section.vc_parallax {
    overflow: hidden !important;
}

.banner-section .vc_parallax-inner {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.banner-section:hover .vc_parallax-inner {
    transform: scale(1.05) !important;
}

/* Who We Are Section Image Zoom */
.who-we-are-section .vc_single_image-wrapper,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.who-we-are-section .vc_single_image-wrapper img,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.who-we-are-section .vc_single_image-wrapper:hover img,
.who-we-are-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* EzyTime Section Image Zoom */
.ezy-time-section .vc_single_image-wrapper,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.ezy-time-section .vc_single_image-wrapper img,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.ezy-time-section .vc_single_image-wrapper:hover img,
.ezy-time-section figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* About Us Section Image Zoom */
.about-us .vc_single_image-wrapper,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    overflow: hidden !important;
}

.about-us .vc_single_image-wrapper img,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

.about-us .vc_single_image-wrapper:hover img,
.about-us figure.wpb_wrapper.vc_figure .vc_single_image-wrapper:hover img {
    transform: scale(1.1) !important;
}

/* Additional fallback for any figure elements */
figure.wpb_wrapper.vc_figure {
    overflow: hidden !important;
}

figure.wpb_wrapper.vc_figure img {
    transition: transform 0.5s ease !important;
    will-change: transform;
}

figure.wpb_wrapper.vc_figure:hover img {
    transform: scale(1.1) !important;
}
/*============================================ # Image Zoom Effect ============================================*/

/*============================================ Header Css ============================================*/
.main-menu li.menu-item-has-children > a:after {
    font: normal normal normal 20px/1 FontAwesome;
    font-size: 20px;
}
.main-menu > .menu-item.menu-item-has-children > a:after {
    position: relative;
    left: 2px;
}
.main-menu > .menu-item + .current-menu-item.current_page_item a.x-menu-link, .main-menu > .menu-item.current-menu-item.page_item.current_page_item a.x-menu-link {
    color: #144D29;
    font-weight: 500;
}
.main-menu ul.sub-menu .menu-item.current-menu-item.page_item.current_page_item a.x-menu-link {
    font-weight: 500;
}
.menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent ul.sub-menu .menu-item a.x-menu-link {
    color: #0A0A0A;
}
.main-menu > .menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent a.x-menu-link {
    color: #144D29;
    font-weight: 500;
}
.menu-item + .menu-item.current-menu-parent.current-page-parent.current_page_parent ul.sub-menu li.menu-item.current-menu-item a.x-menu-link {
    color: #144D29;
}
.product-actions .product-action-item.product-action-end {
    border: 1px solid #E4AD11;
}
.product-actions .product-action-item {
    background-color: #E4AD11;
    color: #0A0A0A;
    border-top: 1px solid #E4AD11;
    border-bottom: 1px solid #E4AD11;
}
.product-actions .product-action-item:first-child {
    border: 1px solid #E4AD11;
}
.product-flash {
    background-color: #144D29;
}
.on-featured {
    background-color: #E4AD11;
}
.shopping-cart-list ul.product_list_widget li a {
    font-size: 16px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.shopping-cart-list span.quantity {
    font-size: 16px;
}
.shopping-cart-list p.total strong {
    text-transform: capitalize;
}
.mini-cart-canvas.in .widget_shopping_cart_content .shopping-cart-list, .mini-cart-canvas.show-cart .widget_shopping_cart_content .shopping-cart-list {
    z-index: 10000;
    height: -webkit-fill-available;
}
.main-menu ul.sub-menu {
    border-top: none !important;
}
ul.header-customize-nav li.customize-custom-html a, header.mobile-header.header-1 .header-customize li.customize-custom-html a {
    background-color: #144D29;
    border: 1px solid #144D29;
    padding: 15px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'PT Sans';
    text-decoration: none;
}
ul.header-customize-nav li.customize-custom-html a:hover, header.mobile-header.header-1 .header-customize li.customize-custom-html a:hover {
    background-color: #0A0A0A;
    border: 1px solid #0A0A0A;
    color: #FFFFFF;
}
ul.header-customize-nav li.customize-custom-html a:focus, header.mobile-header.header-1 .header-customize li.customize-custom-html a:focus {
    background-color: #0A0A0A;
    border: 1px solid #0A0A0A;
    color: #FFFFFF;
}
ul.header-customize-nav > li:first-child {
    padding-left: 0;
}
.main-menu > .menu-item.current-menu-item.page_item.current_page_item ul.sub-menu li.menu-item a.x-menu-link {
    color: #0A0A0A;
}
/*============================================ # Header Css ============================================*/

/*============================================ Footer Css ============================================*/
.footer-subscribe {
    background: linear-gradient(90deg, #FFF3D4 0%, #D8FAE4 100%);
    padding-top: 70px;
    padding-bottom: 70px;
}
.footer-section .footer-contact {
    width: 30%;
}
.footer-section .footer-quick {
    width: 17%;
}
.footer-section .sm-clear-both.footer-service {
    width: 20%;
}
.footer-section .footer-about {
    width: 33%;
    padding-left: 10px;
}
.footer-section .wp-block-group .wp-block-group__inner-container > h2, .footer-section .widget-title, .footer-section .wpb_heading {
    font-size: 18px;
    position: relative;
    margin-bottom: 40px !important;
    line-height: 36px;
    font-weight: 600;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content {
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content a {
    color: #0A0A0A;
}
.footer-section .footer-contact ul.widget-icon-box-wrap li.widget-icon-box-item .widget-info-box-content a:hover {
    color: #144D29;
}
.footer-section ul.menu li.menu-item {
    border: none;
    padding: 0 0 1rem;
}
.footer-section ul.menu li.menu-item a.x-menu-link {
    font-size: 16px;
}
.footer-section .footer-about .wpb_column.vc_column_container .vc_column-inner {
    border: 5px solid #B9CFC1;
    border-radius: 0;
}
.footer-section .footer-about .wpb_single_image {
    display: inline-block;
    margin: 0 0;
}
.footer-section .footer-about .wpb_single_image.background {
    position: absolute;
    left: 50%;
    bottom: -35px;
    transform: translate(-50%, 10px);
}
.vc_row.wpb_row.vc_row-fluid.footer-copyright.vc_custom_1774967499774.vc_row-has-fill.vc_row-o-content-middle.vc_row-flex {
    font-size: 18px;
}
.footer-copyright {
    font-size: 18px;
}
.footer-copyright .vc_wp_custommenu {
    text-align: right;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container 
ul.menu {
    display: inline-flex;
    align-items: center;
    gap: 2rem;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container ul.menu li.menu-item:first-child {
    padding-right: 2rem;
    border-right: 1px solid #F2DEA8;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container ul.menu li.menu-item {
    border: none;
    margin: 0 0;
}
.footer-copyright .vc_wp_custommenu {
    text-align: right;
    margin: 0 0;
}
.footer-copyright h2 {
    font-weight: 400;
    font-size: 18px;
}
.main-footer-wrapper .menu li > a:hover {
    padding: 0;
}
.widget-info-box .widget-icon-box-item {
    padding-bottom: 10px;
}
ul.footer-contact-list {
    list-style-type: none;
    margin: 0 0;
    padding: 0 0;
}
ul.footer-contact-list li {
    margin: 0  0 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}
ul.footer-contact-list li a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #0A0A0A;
}

/*============================================ # Footer Css ============================================*/

/*============================================ Home Css ============================================*/
/*------------------ Banner Section ------------------*/
.banner-section {
    padding: 5rem 15px;
    min-height: 730px;
}
.banner-section .banner-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    color: #0A0A0A;
    margin-bottom: 1.5rem;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
        font-family: 'Encode Sans Condensed', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 50px;
}
.banner-section .wpb_text_column.wpb_content_element.banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.banner-section .banner-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
}
.banner-section .banner-btn-1 {
    margin-right: 1.5rem;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3 {
    border: 1px solid #144D29;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3:hover {
    background-color: #0A0A0A !important;
}
.banner-section .banner-btn-2 .vc_general.vc_btn3 {
    border: 1px solid #144D29;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
    background-image: none;
}
.banner-section .banner-btn-2 .vc_general.vc_btn3:hover {
    background-color: #144D29 !important;
    color: #ffffff !important;
}
/*------------------ # Banner Section ------------------*/

/*------------------ Who we are Section ------------------*/
.who-we-are-section .gsf-heading .description {
    font-size: 18px;
    max-width: 950px;
    line-height: 29px;
}
.who-we-are-section .gsf-icon-box.title-medium .icon-box-title {
    font-size: 18px;
    font-weight: 600;
}
/*------------------ # Who we are Section ------------------*/

/*------------------ Core Capabilities Section ------------------*/
.core-section .gsf-heading .heading-sub-title {
    color: #ffffff;
}
.core-section .heading-title {
    color: #ffffff;
}
.core-section .gsf-heading .description {
    color: #ffffff !important;
    font-size: 18px;
    line-height: 29px;
}
.core-section .gsf-icon-box.ib-left-top .ib-content, .core-section .gsf-icon-box.ib-left-middle .ib-content {
    padding-left: 30px;
    color: #ffffff;
}
.core-section .gsf-icon-box.title-small .icon-box-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
}
.core-section .gsf-icon-box.title-small .icon-box-title {
    font-size: 16px;
    color: #ffffff;
    line-height: 24px;
    font-weight: 600;
}
.services-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
/*------------------ # Core Capabilities Section ------------------*/
/*------------------ Our Services Section ------------------*/
.services-section .services-card figure.wpb_wrapper.vc_figure {
    width: 100%;
    max-width: 100%;
}
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper {
    width: 100%;
    max-width: 100%;
}
.services-section .services-card figure.wpb_wrapper.vc_figure .vc_single_image-wrapper img.vc_single_image-img {
    width: 100%;
}
.services-section .services-card .heading-title {
    font-size: 18px;
    line-height: initial;
}
.services-section .services-card .gsf-heading {
    padding: 2.5rem 2.5rem 1.5rem;
}
.services-section .services-card .gsf-heading .description {
    margin: 0.875rem 0 0 !important;
    font-size: 16px;
    font-weight: 400;
}
.services-section .services-card .vc_btn3-container {
    padding: 0 0 0 2.5rem;
}
.services-section .services-card .vc_btn3-container .vc_general.vc_btn3 {
    font-family: 'PT Sans';
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-decoration-style: solid;
    background: transparent !important;
    box-shadow: none;
    padding: 0 0;
}
/*------------------ # Our Services Section ------------------*/
/*------------------ Our Products Section ------------------*/
.our-products-section {
    background-image: url('https://blendcoinc.com/wp-content/uploads/2026/04/our-products-bg.png');
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-color: #FFF8E5;
    background-size: cover;
}
.our-products-section .nav-tabs > li > a {
    padding: 6px 28px;
    border: 1px solid #144d29;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 14px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.our-products-section .layout-grid .product-info {
    padding: 25px;
    text-align: center;
    background-color: #F8F0DC !important;
}
.single-product-info.quick-view-product-image .summary-product form.cart button.button {
    border: 1px solid #144D29 !important;
    background: #144D29 !important;
}
.single-product-info.quick-view-product-image .summary-product form.cart button.button:hover {
    background: transparent !important;
    color: #144D29 !important;
}
.our-products-section .layout-grid .product-info .product-name .gsf-link {
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}
/* .our-products-section .layout-grid .product-info .price {
    display: none;
} */
/* Hide product hover actions */
.product-actions {
    display: none !important;
}

/* Performance Optimizations for Infinite Scroll */
.products .product-item-wrap,
.gsf-products .product-item-wrap {
    will-change: auto;
    contain: layout style paint;
}

.quote-checkbox-wrapper {
    will-change: auto;
}

.product-learn-more-wrapper {
    will-change: opacity, visibility;
}

/* Hide Load More button - using infinite scroll instead */
.gsf-paging-wrapper .btn-load-more,
.woocommerce .gsf-paging-wrapper .btn-load-more,
.btn-load-more {
    display: none !important;
}

/* Hide theme pagination and Load More button for infinite scroll */
.gsf-paging,
.blog-pagination,
[data-items-paging],
[data-items-paging="pagination-ajax"],
[data-items-paging="load-more"],
.woocommerce-pagination,
nav.woocommerce-pagination,
.page-numbers {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/* Infinite scroll loading spinner */
.infinite-scroll-loader {
    text-align: center;
    padding: 40px 0;
    clear: both;
    width: 100%;
}

.infinite-scroll-loader .gsf-content-loading {
    display: inline-block;
    margin: 0 auto;
}

/* Learn More Button on Product Hover */
.product-item-wrap .product-image {
    position: relative;
    overflow: hidden;
}

.product-learn-more-wrapper {
    position: absolute;
    bottom: 15rem;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 10;
    max-width: 75%;
    margin: 0 auto;
}

.product-item-wrap:hover .product-learn-more-wrapper {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product-learn-more-btn {
    display: block;
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s ease;
    border: 1px solid #144D29;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    text-transform: uppercase;
    font-family: 'PT Sans';
}
.entry-thumbnail:hover .entry-thumbnail-overlay:after {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}

.product-learn-more-btn:hover {
    background-color: #0A0A0A !important;
    color: #FFFFFF !important;
}

/* List View - Learn More Button Fix */
.layout-list .product-learn-more-wrapper {
    position: relative;
    bottom: auto;
    opacity: 0;
    visibility: hidden;
    max-width: 30%;
    margin: 0 auto;
    transition: all 0.3s ease;
    left: 0%;
}

.layout-list .product-item-wrap .product-learn-more-wrapper {
    opacity: 1;
    visibility: visible;
    transform: none;
}
.owl-carousel.owl-theme > .owl-nav [class*='owl-'] {
    padding: 0;
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 23px;
    background: #ffffff;
    color: #27272f;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    border: 1px solid #E5E6EC;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*------------------ # Our Products Section ------------------*/
/*------------------ Partner Section ------------------*/
.partner-section .g5plus-partner {
    border-bottom: 1px solid #DDCDA3;
}
/*------------------ # Partner Section ------------------*/
/*------------------ Our Process Section ------------------*/
.our-process-section-heading .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.our-process-card .gsf-icon-box .ib-content .icon-box-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 27.8px;
}
.our-process-card .gsf-icon-box .ib-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
.our-process-card .vc_column-inner {
    background-position: bottom !important;
}
/*------------------ # Our Process Section ------------------*/
/*------------------ Testimonial Section ------------------*/
.testimonial-section .description {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    font-family: 'PT SANS';
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    padding: 25px 25px 25px !important;
    margin-bottom: 20px !important;
    background-color: #ffffff !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    border-top-right-radius: 0 !important;
    -webkit-border-top-right-radius: 0 !important;
    height: 350px;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb:before {
    content: none !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .testimonial-thumb-wrap:before {
    content: none !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .testimonial-thumb-wrap {
    margin-bottom: 1.5rem !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb {
    width: 50px !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-thumb img {
    border-radius: 0 !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text p {
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 25px !important;
    font-style: initial !important;
    margin: 0 0 2rem !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item  h4 {
    font-size: 18px !important;
    line-height: 20px !important;
    margin-bottom: 0 !important;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text span.fs-13.primary-color.text-italic {
    font-weight: 400;
    font-size: 14px !important;
    line-height: 25px !important;
    font-style: initial !important;
    color: #0A0A0A !important;
}
.testimonial-section .g5plus-testimonials .owl-dots > div {
    background-color: #C4D8CB !important;
}
.testimonial-section .g5plus-testimonials .owl-dot.active {
    background-color: #144D29 !important;
}
.testimonial-section .owl-carousel > .owl-nav > div {
    background: #FFFFFF !important;
    color: #27272F !important;
    font-size: 23px;
}
/*------------------ # Testimonial Section ------------------*/
/*------------------ EzyTime Products Section ------------------*/
.ezy-time-section {
    background: linear-gradient(180deg, #F7FFD4 0%, #D8FADA 100%);
}
.ezy-time-section .gsf-heading-inner .description {
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
/*------------------ # EzyTime Products Section ------------------*/
/*============================================ # Home Css ============================================*/

/*============================================ About Us Css ============================================*/
.inner-banner-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
.who-we-are-section.about-us .gsf-icon-box {
    background-color: #ffffff;
    padding: 35px 25px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: column;
    align-content: center;
}
.bottom-paragraph p {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
}
.who-we-are-section.about-us {
    padding: 70px 0;
}
/*============================================ # About Us Css ============================================*/

/*============================================ Contact Us Css ============================================*/
.contact-us-form-section {
    margin: 70px 0;
}
.contact-us-form-section .gsf-heading.text-center .description {
    font-size: 18px;
    line-height: 29px;
}
.btn.btn-primary {
    color: #fff;
    background-color: #144D29;
    border-color: #144D29;
    border: 1px solid #144D29;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    font-family: 'PT Sans';
    padding: 15px 37px;
}
.g5plus-contact-form input:not([type="submit"]), .g5plus-contact-form textarea {
    font-size: 18px;
}
.contact-us-info .contact-info-item .contact-item-content h4 {
    font-size: 18px;
    margin-bottom: 6px;
    font-weight: 600;
    line-height: 29px;
        font-family: 'Encode Sans Condensed', sans-serif;
}
.contact-us-info .contact-info-item .contact-item-content p {
    line-height: 26px;
}
.g5plus-contact-form span.wpcf7-not-valid-tip {
    color: #dc3232;
    position: initial;
}
.contact-social {
    text-align: center;
}
.contact-social .gsf-icon-box {
    display: inline-block;
    width: auto;
    margin: 0 25px 0;
}
.contact-social .gsf-icon-box .ib-shape-inner {
    width: 40px !important;
    height: 40px !important;
}
.contact-social .gsf-icon-box .ib-shape-inner i {
    font-size: 20px !important;
    line-height: 38px !important;
}
.contact-social .gsf-icon-box .ib-content {
    margin-top: 5px !important;
}
.contact-social .gsf-icon-box .icon-box-title {
    margin: 0 0 0 !important;
}
.contact-social .gsf-icon-box .icon-box-title:before, .contact-social .gsf-icon-box .icon-box-title:after {
    content: none !important;
}
.contact-social .gsf-icon-box .ib-shape-inner a {
    display: block;
    z-index: 10;
    position: relative;
}
/*============================================ # Contact Us Css ============================================*/


/*============================================ Shop Page Css ============================================*/
.primary-sidebar-inner .widget-title {
    font-weight: 600;
}
.widget + .widget {
    margin-top: 25px;
}
.skin-light input[type="color"], .gsf-skin .skin-light input[type="color"], .gsf-skin .gsf-skin .skin-light input[type="color"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="color"], .skin-light input[type="date"], .gsf-skin .skin-light input[type="date"], .gsf-skin .gsf-skin .skin-light input[type="date"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="date"], .skin-light input[type="datetime"], .gsf-skin .skin-light input[type="datetime"], .gsf-skin .gsf-skin .skin-light input[type="datetime"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="datetime"], .skin-light input[type="datetime-local"], .gsf-skin .skin-light input[type="datetime-local"], .gsf-skin .gsf-skin .skin-light input[type="datetime-local"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="datetime-local"], .skin-light input[type="email"], .gsf-skin .skin-light input[type="email"], .gsf-skin .gsf-skin .skin-light input[type="email"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="email"], .skin-light input[type="month"], .gsf-skin .skin-light input[type="month"], .gsf-skin .gsf-skin .skin-light input[type="month"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="month"], .skin-light input[type="number"], .gsf-skin .skin-light input[type="number"], .gsf-skin .gsf-skin .skin-light input[type="number"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="number"], .skin-light input[type="password"], .gsf-skin .skin-light input[type="password"], .gsf-skin .gsf-skin .skin-light input[type="password"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="password"], .skin-light input[type="search"], .gsf-skin .skin-light input[type="search"], .gsf-skin .gsf-skin .skin-light input[type="search"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="search"], .skin-light input[type="tel"], .gsf-skin .skin-light input[type="tel"], .gsf-skin .gsf-skin .skin-light input[type="tel"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="tel"], .skin-light input[type="text"], .gsf-skin .skin-light input[type="text"], .gsf-skin .gsf-skin .skin-light input[type="text"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="text"], .skin-light input[type="time"], .gsf-skin .skin-light input[type="time"], .gsf-skin .gsf-skin .skin-light input[type="time"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="time"], .skin-light input[type="url"], .gsf-skin .skin-light input[type="url"], .gsf-skin .gsf-skin .skin-light input[type="url"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="url"], .skin-light input[type="week"], .gsf-skin .skin-light input[type="week"], .gsf-skin .gsf-skin .skin-light input[type="week"], .gsf-skin .gsf-skin .gsf-skin .skin-light input[type="week"], .skin-light input:not([type]), .gsf-skin .skin-light input:not([type]), .gsf-skin .gsf-skin .skin-light input:not([type]), .gsf-skin .gsf-skin .gsf-skin .skin-light input:not([type]), .skin-light textarea, .gsf-skin .skin-light textarea, .gsf-skin .gsf-skin .skin-light textarea, .gsf-skin .gsf-skin .gsf-skin .skin-light textarea, .skin-light select, .gsf-skin .skin-light select, .gsf-skin .gsf-skin .skin-light select, .gsf-skin .gsf-skin .gsf-skin .skin-light select {
    border-color: #D4D4D4;
}
.products .gsf-catalog-filter .woocommerce-result-count, .products .gsf-catalog-filter li.gsf-catalog-filter-filter, .products .gsf-catalog-filter select {
    font-weight: 600;
}
.skin-light .product-item-wrap .product-thumb, .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb {
    border: none;
}
.layout-grid .product-item-inner {
    border: 1px solid #D4D4D4;
}
.skin-light .layout-grid .product-info, .gsf-skin .skin-light .layout-grid .product-info, .gsf-skin .gsf-skin .skin-light .layout-grid .product-info, .gsf-skin .gsf-skin .gsf-skin .skin-light .layout-grid .product-info {
    background-color: #F8F0DC !important;
}
.layout-grid .product-info .product-name {
    font-size: 18px !important;
    line-height: 26px !important;
    text-transform: uppercase !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 52px !important;
    min-height: 52px !important;
}
.skin-light .gsf-sidebar-toggle:hover, .gsf-skin .skin-light .gsf-sidebar-toggle:hover {
    color: #ffffff !important;
}
.skin-light .product-item-wrap .product-thumb, .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb, .gsf-skin .gsf-skin .gsf-skin .skin-light .product-item-wrap .product-thumb {
    border: 1px solid #D4D4D4;
}
.wp-block-tag-cloud > a, .tagcloud > a {
    font-size: 16px !important;
    color: #144D29 !important;
    border: 1px solid #144D29 !important;
    margin: 0 12px 12px 0;
}
/* Hide Product Prices */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.product-info .price,
.layout-grid .product-info .price,
.layout-list .product-info .price,
.single-product .summary .price,
.single-product .product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
    display: none !important;
}
/* Hide Product Prices */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.product-info .price,
.layout-grid .product-info .price,
.layout-list .product-info .price {
    display: none !important;
}
.layout-list .product-item-inner {
    background-color: #F8F0DC;
}
.layout-list .product-item-wrap .product-info {
    padding-top: 25px;
}
.layout-list .product-item-wrap .product-name {
    font-size: 18px;
    margin-bottom: 0 !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    height: 52px !important;
    min-height: 52px !important;
    line-height: 26px !important;
}
.layout-list .product-item-wrap .product-description {
    margin-top: 0px;
}
/*============================================ # Shop Page Css ============================================*/


/*============================================ Request a Quote Styles ============================================*/
/* Checkbox Styling */
.quote-checkbox-wrapper {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
}

.quote-checkbox-wrapper input[type="checkbox"] {
    display: none;
}

.quote-checkbox-wrapper label {
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #515151;
    border-radius: 4px;
    background-color: #FFFFFF;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
}

.quote-checkbox-wrapper input[type="checkbox"]:checked + label {
    background-color: #144D29;
}

.quote-checkbox-wrapper input[type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
}

.quote-checkbox-wrapper label:hover {
    border-color: #0A0A0A;
}

/* Sticky Bar Styling */
.quote-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    padding: 20px 0;
    animation: slideUp 0.3s ease;
}

/* Add padding to footer when sticky bar is visible */
body:has(.quote-sticky-bar:not([style*="display: none"])) .main-footer-wrapper {
    padding-bottom: 90px;
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

.quote-bar-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.quote-bar-left .quote-count {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    font-family: 'Encode Sans Condensed', sans-serif;
}

.request-quote-btn {
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.request-quote-btn:hover {
    background-color: #0A0A0A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Modal Styling */
.quote-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-modal-content {
    background-color: #FFFFFF;
    padding: 40px;
    border-radius: 8px;
    max-width: 600px;
    width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
}

.quote-modal-close {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 30px;
    font-weight: bold;
    color: #0A0A0A;
    cursor: pointer;
    line-height: 1;
}

.quote-modal-close:hover {
    color: #144D29;
}

.quote-modal-content h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
    color: #144D29;
        font-family: 'Encode Sans Condensed', sans-serif;
}

/* Selected Products List in Modal */
.quote-selected-products {
    margin-bottom: 30px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    padding: 15px;
    background-color: #F8F8F8;
}

.quote-product-item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 10px;
    padding: 0 0 10px;
}
.quote-product-item:last-child {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 0;
    padding: 0 0 0;
}

.quote-product-item:last-child {
    border-bottom: none;
}

.quote-product-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 15px;
}

.quote-product-item span {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    text-transform: uppercase;
}

/* Form Styling */
.quote-form-row {
    display: flex;
    gap: 15px;
    margin-bottom: 0;
}

.quote-form-row input {
    flex: 1;
    margin-bottom: 15px;
}

#quote-form input[type="text"],
#quote-form input[type="email"],
#quote-form input[type="tel"],
#quote-form textarea,
#single-quote-form input[type="text"],
#single-quote-form input[type="email"],
#single-quote-form input[type="tel"],
#single-quote-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Fira Sans Condensed', sans-serif;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

#quote-form input:focus,
#quote-form textarea:focus,
#single-quote-form input:focus,
#single-quote-form textarea:focus {
    outline: none;
    border-color: #144D29;
}

#quote-form textarea,
#single-quote-form textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-quote-btn {
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
}

.submit-quote-btn:hover {
    background-color: #0A0A0A !important;
}

.submit-quote-btn:disabled {
    background-color: #CCCCCC !important;
    cursor: not-allowed;
}

/* Response Messages */
.quote-success {
    background-color: #D4EDDA;
    color: #155724;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

.quote-error {
    background-color: #F8D7DA;
    color: #721C24;
    padding: 15px;
    border-radius: 4px;
    margin-top: 15px;
    text-align: center;
    font-weight: 500;
}

/* Responsive Styles for Quote */
@media screen and (max-width: 767px) {
    .quote-bar-content {
        flex-direction: column;
        gap: 15px;
    }
    
    .request-quote-btn {
        width: 100%;
        text-align: center;
    }
    
    .quote-modal-content {
        padding: 30px 20px;
    }
    
    .quote-checkbox-wrapper {
        top: 8px;
        right: 8px;
    }
    
    .quote-checkbox-wrapper label {
        width: 20px;
        height: 20px;
    }
    
    .quote-form-row {
        flex-direction: column;
        gap: 0;
    }
}
/*============================================ # Request a Quote Styles ============================================*/

/*============================================ Single Product - Add to Quote ============================================*/
/* Hide checkboxes only in viewed products sections - ENABLE in related products */
.recently-viewed-products .quote-checkbox-wrapper,
.product-recently-viewed .quote-checkbox-wrapper {
    display: none !important;
}

/* Hide checkboxes in category filter products section (Products We Manufacture) */
.gsf-products.cate-filter-center .quote-checkbox-wrapper,
.gsf-products .quote-checkbox-wrapper {
    display: none !important;
}

/* Add to Quote Button on Single Product Page */
.single-product-quote-wrapper {
    margin-top: 15px;
}

.single-product-add-quote-btn {
    display: block;
    width: 100%;
    background-color: #144D29 !important;
    color: #FFFFFF !important;
    border: 2px solid #144D29 !important;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: all 0.3s ease;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.single-product-add-quote-btn:hover {
    background-color: #FFFFFF !important;
    color: #144D29 !important;
    border-color: #144D29 !important;
}

.single-product-add-quote-btn.added {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}

/* Single Product Sticky Bar */
#single-product-sticky-bar {
    display: none;
}

#single-product-sticky-bar .quote-bar-left .single-product-name {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    font-family: 'Encode Sans Condensed', sans-serif;
}

/* Product info in single product modal */
#single-quote-product-info {
    margin-bottom: 20px;
}

.quote-selected-products {
    margin-bottom: 30px;
    border: 1px solid #D4D4D4;
    padding: 10px 15px;
    background-color: #F8F0DC;
}

#single-quote-product-info .quote-product-item {
    display: flex;
    align-items: center;
}

#single-quote-product-info .quote-product-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    margin-right: 15px;
}

#single-quote-product-info .quote-product-item span {
    font-size: 16px;
    font-weight: 600;
    color: #0A0A0A;
}

/*============================================ # Single Product - Add to Quote ============================================*/

/* Remove Sidebar from Product Details Page */
.single-product .primary-sidebar.sidebar {
    display: none !important;
}

.single-product .primary-content {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.single-product .col-md-9.col-md-push-3 {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
}

/* Remove Page Title from Product Details Page */
.single-product .gsf-page-title {
    display: none !important;
}

/*============================================ Services Css ============================================*/
.services-bottom h3.font_2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px;
}
.services-bottom p {
    font-size: 18px;
}
.services-bottom h2.font_4 {
    color: #144D29;
    font-size: 36px;
}
.list-50 {
    display: flex;
    flex-wrap: wrap;
}
.list-50 li.list-item {
    width: 50%;
}
/*============================================ # Services Css ============================================*/


/*============================================ PDP Page Css ============================================*/
.single-product #primary-content {
    margin: 50px 0 0;
}
.skin-light .single-product-image-main, .gsf-skin .skin-light .single-product-image-main, .gsf-skin .gsf-skin .skin-light .single-product-image-main, .gsf-skin .gsf-skin .gsf-skin .skin-light .single-product-image-main {
    border: 1px solid #D4D4D4 !important;
}
.skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item, .gsf-skin .gsf-skin .gsf-skin .skin-light .single-product-image-thumb .product-image-thumb-item {
    border: 1px solid #D4D4D4  !important;
}
.summary-product .product_title {
    font-size: 30px;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 50px;
}
.summary-product .woocommerce-product-details__short-description p {
    font-size: 18px;
    line-height: 27px;
}
.single-product-add-quote-btn {
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 700;
    transition: all 0.3s ease;
    font-family: 'PT Sans';
    max-width: 90%;
}
.summary-product .product_meta {
    padding-top: 35px;
}
.summary-product .product_meta > span {
    display: block;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.summary-product .product_meta > span span.sku, .summary-product .product_meta > span a {
    font-weight: 400;
    font-family: 'PT Sans';
}
.summary-product .gsf-product-share .gsf-product-share-title {
    font-weight: 600;
    font-size: 18px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: 700;
    font-size: 23px;
    font-family: 'Encode Sans Condensed', sans-serif;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #0A0A0A;
}
.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 18px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    text-align: left;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 20px 0 95px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    width: fit-content;
    margin: initial;
    padding-left: 95px;
}
.woocommerce div.product .shop_attributes th {
    padding: 10px 15px;
}
.woocommerce table.shop_attributes td {
    padding: 0 70px 0;
}
.woocommerce-tabs {
    margin-top: 0;
}
.single-product-add-quote-btn.added {
    background-color: #144D29 !important;
    border-color: #144D29 !important;
    color: #ffffff !important;
}
.wp-block-search__input placeholder {
    color: #0A0A0A !important;
}
.tagcloud a.active {
    background-color: #144D29 !important;
    color: #fff !important;
    border-color: #144D29 !important;
}
.zoom-image i.fa.fa-expand {
    color: #ffffff;
}
.zoom-image:hover i.fa.fa-expand {
    color: #144d29;
}
/*============================================ # PDP Page Css ============================================*/

/*============================================ Career Page Css ============================================*/
section.vc_section.career-banner-section.vc_section-has-fill {
    background-position: right !important;
    background-size: 50% !important;
    padding: 60px 0 60px 100px;
    height: 400px;
    min-height: 400px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 18px;
    color: #0A0A0A;
    max-width: 70%;
    line-height: 29px;
    margin: 0 0 40px;
}
.career-banner-section .btn-container {
    display: inline-block;
    margin-right: 10px;
}
.job-opening-section .jobs-table {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #ffffff;
    padding: 0;
}
.job-opening-section .table-header {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 0 25px 10px;
    border-bottom: 2px solid #e0e0e0;
}
.job-opening-section .table-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0A0A0A;
    margin: 0 0;
}
.job-opening-section .table-header h3:first-child {
    padding-left: 0;
}
.job-opening-section .table-header h3:nth-child(2) {
    padding-left: 25%;
}
.job-opening-section .table-header h3:last-child {
    padding-right: 0;
    text-align: right;
}
.job-opening-section .table-row {
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
    padding: 20px 25px;
    border-bottom: 1px solid #B5B5B5;
    align-items: center;
}
.job-opening-section .table-row:hover {
    background-color: #fafafa;
}
.job-opening-section .role-name {
    font-size: 18px;
    font-weight: 600;
    color: #0A0A0A;
    padding-left: 0;
}
.job-opening-section .department-name {
    font-size: 16px;
    font-weight: 400;
    color: #0A0A0A;
    text-align: left;
    padding-left: 25%;
}
.job-opening-section .apply-btn {
    font-size: 14px;
    font-weight: 700;
    color: #144D29;
    text-decoration: none;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: color 0.3s ease;
    text-align: right;
    padding-right: 0;
    display: block;
}
.job-opening-section .apply-btn:hover {
    color: #144D29;
    text-decoration: underline;
}
.job-opening-section .gsf-heading {
    padding: 0 0 25px;
}
.job-opening-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
}
.job-opening-section .btn-container {
    text-align: center;
    margin: 1rem 0 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs {
    background-color: #FDFAF8;
    border: 1px solid #CCCCCC;
    padding: 40px 50px;
    border-radius: 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs .vc_tta-panel-body {
    padding: 35px 0 0;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs .vc_tta-panels {
    border: none;
}
.job-tab-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
    max-width: 47%;
}
.job-tab-section .gsf-heading {
    margin: 0 0 25px;
}
.job-tab-section .vc_tta-tabs-container {
    text-align: center !important;
}
.job-tab-section ul.vc_tta-tabs-list {
    border: 1px solid #144D29;
    max-width: max-content;
    margin: 0 auto !important;
    border-radius: 5px;
    padding: 6px 10px !important;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab {
    margin: 0 0;
    padding: 0 0;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab:first-child {
    margin-right: 35px;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab a {
    font-size: 16px;
    color: #144D29;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a {
    background-color: #144D29;
    border-radius: 4px !important;
    padding: 12px 40px;
}
.job-tab-section .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:focus, .job-tab-section .vc_tta-color-grey.vc_tta-style-outline .vc_tta-tab>a:hover {
    background-color: #144D29;
    color: #ffffff;
    border: none;
    border-radius: 4px !important;
    line-height: 20px !important;
}
.job-tab-section ul.vc_tta-tabs-list li.vc_tta-tab.vc_active a:hover {
    background-color: #0A0A0A;
    border-radius: 4px !important;
    padding: 12px 40px;
    color: #ffffff !important;
}
.career-form-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.career-col {
    flex: 1;
    min-width: 300px;
}

.career-col-full {
    width: 100%;
}

.career-input,
.career-col input,
.career-col select,
.career-col textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    font-size: 15px;
}

.step-box {
    border: 1px solid #d5d5d5;
    padding: 25px;
    border-radius: 4px;
    background: #fff;
}

.step-box h3 {
    color: #144D29 !important;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 29px;
    font-weight: 700;
    font-family: 'PT Sans';
}
.step-box p {
    color: #0A0A0A;
    line-height: 29px;
    font-size: 16px;
    margin: 0 0;
}
.step-box a {
    font-weight: 700;
    text-decoration: underline;
    line-height: 29px;
    font-size: 20px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-textarea, .job-tab-section .career-row .wpcf7-form-control.wpcf7-textarea {
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    height: 93px;
    padding: 15px 15px;
    width: 100%;
}

.file-upload {
    margin-top: 10px;
}

.career-submit {
    text-align: center;
    margin-top: 30px;
}

.career-submit input[type="submit"] {
    background: #1f4f24;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 4px;
    cursor: pointer;
}

.career-submit input[type="submit"]:hover {
    opacity: 0.9;
}
.career-row{
    display:flex;
    gap:22px;
    margin-bottom:22px;
    flex-wrap:wrap;
}

.career-col{
    flex:1;
    min-width:300px;
}

.career-full{
    width:100%;
}

.career-col label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #0A0A0A;
    font-weight: 400;
    line-height: 29px;
}
.job-tab-section .career-form-row .wpcf7-form-control, .job-tab-section .career-row .wpcf7-form-control {
    background-color: #ffffff;
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    height: 48px;
    padding: 5px 15px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 50%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}
.job-tab-section .resume-upload-box .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 80%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}

.career-col br {
    display: none;
}

/* Custom Select Dropdown Arrow */
.career-col select,
.job-tab-section .career-form-row select.wpcf7-form-control,
.job-tab-section .career-row select.wpcf7-form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%230A0A0A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 8px;
    padding-right: 40px !important;
}

.career-input,
.career-col input,
.career-col select,
.career-full textarea{
    width:100%;
    padding:15px;
    border:1px solid #B5B5B5;
    border-radius:5px;
    font-size:16px;
    background:#ffffff;
    box-sizing:border-box;
}

.career-full textarea{
    height:120px;
    resize:none;
}

.resume-upload-box {
    border: 1px solid #B5B5B5;
    border-radius: 5px;
    padding: 25px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
    background: #fff;
}

.upload-content h4 {
    margin: 0 0 5px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}


.file-upload{
    border:1px solid #295b32;
    padding:10px;
    border-radius:4px;
    background:#fff;
}

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

.career-submit input[type="submit"]{
    background:#214f27;
    color:#fff;
    border:none;
    padding:16px 60px;
    font-size:14px;
    font-weight:700;
    border-radius:4px;
    text-transform:uppercase;
    cursor:pointer;
}

.career-submit input[type="submit"]:hover {
    background-color: #0A0A0A;
}

.wp-block-search__button {
    color: #0A0A0A !important;
    font-weight: 900;
}
.wp-block-search__input::placeholder {
    color: #0A0A0A;
}
/*============================================ # Career Page Css ============================================*/

/*============================================ Custom Css ============================================*/
/*============================================ # Custom Css ============================================*/

/* Style block widget headings to match widget-title */
.primary-sidebar-inner .widget h2.wp-block-heading {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0 0 20px;
    padding: 0;
    position: relative;
    display: inline-block;
}

.primary-sidebar-inner .widget h2.wp-block-heading::before {
    content: '';
    display: inline-block;
}

.primary-sidebar-inner .widget h2.wp-block-heading::after {
    content: '';
    display: inline-block;
}

/* Match the exact styling of h4.widget-title */
.primary-sidebar-inner .widget h2.wp-block-heading {
    color: inherit;
    text-transform: inherit;
}

/*============================================ Responsive Css ============================================*/
@media screen and (min-width: 992px) {
    header.main-header {
        box-shadow: 0px 4px 25px 0px #0C2D1833;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .container {
    width: 1140px;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.wc-block-product-categories li, .wp-block-page-list li, .wp-block-categories-list li, .wp-block-archives-list li, .widget_archive li, .widget_categories li, .widget_nav_menu li, .widget_pages li, .widget_product_categories li {
    font-size: 14px;
}
.layout-list .product-learn-more-wrapper {
    left: 2%;
}
}

@media screen and (max-width: 1400px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 60px 0 60px 100px;
    height: 370px;
    min-height: 370px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 16px;
    max-width: 85%;
    margin: 0 0 35px;
}
.career-banner-section .heading-title {
    font-size: 32px !important;
}
}

@media screen and (max-width: 1360px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 100px;
    height: 350px;
    min-height: 350px;
}
.career-banner-section .gsf-heading p.description {
    font-size: 16px;
    max-width: 85%;
    margin: 0 0 25px !important;
}
}

@media screen and (max-width: 1280px) {
    section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 100px;
    height: 330px;
    min-height: 330px;
}
}

@media screen and (max-width: 1199px) {
    .testimonial-section .g5plus-testimonials .testimonial-item {
    height: 310px;
}
.dropdown-menu {
    left: -15rem;
}
.our-process-card .vc_column-inner {
    padding-top: 80px !important;
    padding-right: 50px !important;
    padding-bottom: 95px !important;
    padding-left: 50px !important;
}
.banner-section {
    padding: 5rem 15px;
    min-height: 600px;
}
.owl-dots > div {
    background-color: #C4D8CB !important;
}
.skin-light .owl-dots > div.active, .gsf-skin .skin-light .owl-dots > div.active, .gsf-skin .gsf-skin .skin-light .owl-dots > div.active {
    background-color: #144D29 !important;
}
ul.header-customize-nav li.customize-custom-html a {
    padding: 12px 15px;
    font-size: 12px;
}
.logo-header, .canvas-logo {
    width: 150px;
}
.main-menu > .menu-item + .menu-item {
    margin-left: 20px !important;
}
..inner-banner-section .g5plus-space {
    height: 70px !important;
}
.inner-banner-section .g5plus-space {
    height: 70px !important;
}
.who-we-are-section.about-us .gsf-icon-box {
    display: block;
}
.who-we-are-section .g5plus-space {
    height: 70px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 20px 0 0;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-left: 0;
}
section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 40px 0 40px 40px;
    height: 300px;
    min-height: 300px;
}
.career-banner-section .heading-title {
    font-size: 28px !important;
}
.career-banner-section .gsf-heading .heading-sub-title {
    margin-bottom: 0.5rem;
    display: inline-block;
    font-size: 20px !important;
}
.career-banner-section .gsf-heading p.description {
    font-size: 15px;
    max-width: 90%;
    margin: 0 0 15px !important;
}
.career-banner-section .btn.btn-primary {
    font-size: 13px;
    line-height: 20px;
    padding: 10px 35px;
}
}
/* @media (max-width: 407px) {
    .woocommerce-result-count{
        position:absolute
    }
} */
@media screen and (max-width: 1024px) {
    .footer-section .footer-about .wpb_single_image.background {
    bottom: -20px;
    transform: translate(-50%, 10px);
}
.footer-section .container {
    width: 100%;
    display: flex;
    padding: 0 15px !important;
}
.pd-top-70 {
    padding-top: 50px !important;
}
.pd-bottom-70 {
    padding-bottom: 50px !important;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
    font-size: 36px;
}
.our-process-card .vc_column-inner {
    padding-top: 80px !important;
    padding-right: 25px !important;
    padding-bottom: 95px !important;
    padding-left: 25px !important;
}
.our-process-card .vc_column-inner:last-child {
    padding-right: 40px !important;
}
.banner-section .vc_col-sm-7 {
    width: 67.333333%;
}
.services-section {
    padding-left: 15px;
    padding-right: 15px;
}
.layout-list .product-learn-more-wrapper {
    left: 5%;
}
.who-we-are-section .g5plus-space {
    height: 50px !important;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 70%;
}
}
@media screen and (max-width: 992px) {
    .layout-list .product-learn-more-wrapper {
    left: 10%;
}
.who-we-are-section.about-us .gsf-icon-box {
    height: 470px;
}
}
@media screen and (max-width: 991px) {
    .testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
.mobile-navigation-wrapper {
    background-color: #ffffff;
    color: #0A0A0A;
}
.mobile-navigation-wrapper .search-form {
    background-color: #ffffff;
    display: none;
}
.mobile-navigation-wrapper .canvas-sidebar-inner {
    padding: 50px 0 0;
}
.mobile-navigation-wrapper .mobile-menu li + li {
    border-color: #EEFFF4 !important;
}
.gsf-menu-vertical a {
    color: #0A0A0A;
    font-size: 14px;
    text-transform: capitalize;
    padding: 10px 20px;
    font-family: 'PT Sans';
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu {
    background-color: #ffffff !important;
}
.mobile-navigation-wrapper .mobile-menu {
    border-top: none !important;
}
.mobile-navigation-wrapper .mobile-menu {
    border-bottom: 1px solid #EEFFF4 !important;
    border-top: none !important;
}
.mobile-navigation-wrapper .mobile-menu ul.sub-menu li + li {
    border-color: #EEFFF4 !important;
}
.gsf-menu-vertical ul.sub-menu:before {
    content: none;
}
.gsf-menu-vertical ul.sub-menu a {
    font-size: 13px;
    font-weight: 400;
}
/*.mobile-navigation-wrapper .mobile-menu {
    border-top: 1px solid #EEFFF4 !important;
}*/
.mobile-navigation-wrapper .search-form .search-field {
    background-color: #EEFFF4;
    border-color: #EEFFF4;
    color: #0A0A0A;
}
.mobile-navigation-wrapper .search-form .search-field::placeholder {
    color: #565d6d;
}
.mobile-navigation-wrapper .search-form .search-submit i, .mobile-navigation-wrapper .search-form .search-submit i:before {
    color: #0A0A0A;
}
.mobile-navigation-wrapper .canvas-menu-close img {
    -webkit-filter: initial;
    filter: initial;
}
ul.header-customize-mobile > li {
    margin-right: 35px;
}
.search-popup-product-wrap .search-popup-product {
    padding: 90px 50px 100px;
}
.search-popup-product-wrap {
    width: 750px;
}
.banner-section .vc_col-sm-7 {
    width: 90%;
}
.services-section .services-card .vc_column-inner {
    height: 435px;
}
.ezy-time-section .sm-mg-bottom-40 {
    margin-bottom: 0 !important;
}
.footer-subscribe {
    padding-top: 50px;
    padding-bottom: 50px;
}
.services-section .vc_row.vc_row-flex>.vc_column_container>.vc_column-inner {
    justify-content: flex-start;
}
.ezy-time-section .vc_row.wpb_row.vc_inner {
    display: flex;
    flex-direction: column-reverse;
}
.ezy-time-section .vc_row.wpb_row.vc_inner > .wpb_column {
    margin-bottom: 0 !important;
}
.ezy-time-section .vc_row.wpb_row.vc_inner > .wpb_column:last-child {
    margin-bottom: 25px !important;
}
.wc-block-product-categories li > a, .wp-block-page-list li > a, .wp-block-categories-list li > a, .wp-block-archives-list li > a, .widget_archive li > a, .widget_categories li > a, .widget_nav_menu li > a, .widget_pages li > a, .widget_product_categories li > a {
    font-size: 14px;
}
..inner-banner-section .g5plus-space {
    height: 70px !important;
}
.inner-banner-section .g5plus-space {
    height: 70px !important;
}
.list-50 li.list-item {
    width: 100%;
}
header.mobile-header {
    box-shadow: 0px 4px 25px 0px #0C2D1833;
}
.woocommerce div.product .woocommerce-tabs .panel {
    overflow: auto;
    width: 100%;
}
.woocommerce-tabs {
    margin-top: 0;
}
.woocommerce .up-sells, .woocommerce .related.products, .woocommerce .cross-sells {
    padding-top: 50px;
}
.woocommerce div.product .woocommerce-tabs .panel {
    padding-bottom: 0;
}
section.vc_section.career-banner-section.vc_section-has-fill {
    padding: 50px 15px 0;
    height: auto;
    min-height: auto;
}
.job-tab-section .gsf-heading .description {
    font-size: 18px;
    line-height: 29px;
    max-width: 60%;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    border: 1px solid #144D29;
    max-width: 100%;
    font-size: 16px;
    color: #144D29;
    line-height: 29px;
    font-weight: 400;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 50%;
}
.gsf-sidebar-canvas.in .primary-sidebar-inner {
    background-color: #ffffff;
}
.layout-list .product-learn-more-wrapper {
    left: 7%;
}
}

@media screen and (max-width: 767px) {
    .footer-section .container {
    flex-wrap: wrap;
}
.footer-section .footer-contact, .footer-section .footer-quick, .footer-section .sm-clear-both.footer-service, .footer-section .footer-about {
    width: 100%;
}
.footer-section {
    padding: 0 0 0;
}
.footer-copyright .vc_wp_custommenu .menu-footer-privacy-container 
ul.menu {
    align-items: center;
    width: 100%;
    justify-content: center;
}
.footer-copyright .align-left {
    text-align: center;
}
.testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
ul.header-customize-mobile > li {
    margin-right: 15px;
}
.mobile-logo-header img {
    max-height: 70px;
}
ul.header-customize-mobile > li {
    margin-right: 25px;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list p.buttons {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}
.shopping-cart-list p.buttons .wc-forward {
    width: 100% !important;
    margin: 0 0 15px;
}
.mini-cart-canvas .widget_shopping_cart_content .shopping-cart-list {
    padding: 35px 15px 30px;
}
.shopping-cart-head h3 {
    font-size: 36px;
    padding-bottom: 25px;
    margin-bottom: 0;
}
.search-popup-product-wrap {
    width: 100%;
}
.search-popup-product-wrap .search-popup-product {
    padding: 40px 15px 50px;
    overflow-y: auto;
}
.banner-section {
    padding: 0 0;
    min-height: auto;
}
.banner-section .vc_col-sm-7 {
    width: 100%;
}
.banner-section .vc_column-inner {
    background-color: transparent !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.banner-section .banner-title h1, .banner-section .banner-title h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 45px;
}
.banner-section .wpb_text_column.wpb_content_element.banner-text {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
}
.banner-section .banner-btn-1, .banner-section .banner-btn-2 {
    width: 100%;
    text-align: left;
}
.banner-section .banner-btn-1 .vc_general.vc_btn3, .banner-section .banner-btn-2 .vc_general.vc_btn3 {
    width: 75%;
}
.services-section {
    padding-left: 0;
    padding-right: 0;
}
.services-section .services-card .vc_column-inner {
    height: auto;
}
.services-section .services-card {
    padding: 0 25px !important;
    margin: 0 0 25px;
}
.services-section  .vc_row.wpb_row.vc_inner {
    margin-bottom: 0 !important;
}
/* Fix for quick view modal scrolling to bottom on mobile */
#popup-product-quick-view-wrapper {
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
}

#popup-product-quick-view-wrapper:before {
    display: none !important;
}

#popup-product-quick-view-wrapper > .modal-dialog {
    display: block !important;
    margin: 20px auto !important;
}

#popup-product-quick-view-wrapper .modal-content {
    margin-top: 0 !important;
}
.testimonial-section .nav-center > .owl-nav {
    display: none !important;
}
header.mobile-header.header-1 .mobile-header-menu {
    width: 10%;
}
header.mobile-header.header-1 .mobile-logo-header {
    width: 40%;
}
header.mobile-header.header-1 .header-customize {
    width: 50%;
}
ul.header-customize-nav li.customize-custom-html a, header.mobile-header.header-1 .header-customize li.customize-custom-html a {
    padding: 12px 20px;
    font-size: 12px;
}
.layout-list .product-learn-more-wrapper {
    left: 0;
    max-width: 85%;
}
.layout-list .product-item-wrap .product-thumb {
    width: 100%;
    float: left;
}
.quote-modal-content h2 {
    font-size: 28px;
}
.quote-product-item span {
    font-size: 15px;
}
.submit-quote-btn {
    padding: 12px 15px;
}
.services-bottom h3.font_2 {
    font-size: 20px;
    line-height: 36px;
}
.margin-tb-70 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.who-we-are-section.about-us .gsf-icon-box {
    height: auto;
}
.woocommerce-tabs {
    margin-top: 25px;
}
body:has(.quote-sticky-bar:not([style*="display: none"])) .main-footer-wrapper {
    padding-bottom: 135px;
}
.job-opening-section .table-row {
    display: block;
    padding: 20px 15px;
}
.job-opening-section .department-name {
    padding-left: 0;
}
.job-opening-section .apply-btn {
    text-align: left;
}
.job-opening-section .table-header,
.job-opening-section .table-row {
    grid-template-columns: 1fr;
    gap: 10px;
}
.job-opening-section .table-header {
    display: none;
}
.job-opening-section .table-row {
    padding: 20px 10px;
}
.job-opening-section .role-name::before {
    content: "Role: ";
    font-weight: 400;
    color: #666;
}
.job-opening-section .department-name {
    padding-left: 0;
}
.job-opening-section .department-name::before {
    content: "Department: ";
    font-weight: 400;
    color: #666;
}
.job-opening-section .apply-btn {
    text-align: left;
}
.career-row{
    flex-direction:column;
}
.resume-upload-box{
    flex-direction:column;
    text-align:center;
}
.job-tab-section .gsf-heading .description {
    max-width: 100%;
}
.job-tab-section .vc_general.vc_tta.vc_tta-tabs {
    padding: 20px 5px;
}
.job-tab-section .career-form-row .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 100%;
}
.job-tab-section .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
    border: none;
}
.job-tab-section .vc_tta.vc_general .vc_tta-panel-body {
    overflow: visible;
}
.job-tab-section .vc_tta-panel-heading .vc_tta-panel-title a {
    background-color: #ffffff !important;
    color: #144D29 !important;
    border: none !important;
    border-radius: 4px !important;
    line-height: 20px !important;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
}
.job-tab-section .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    background-color: #144D29 !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    line-height: 20px !important;
    font-size: 16px;
    line-height: 20px !important;
    font-weight: 700;
    text-transform: uppercase;
    border: none !important;
    box-shadow: none !important;
}
.job-tab-section .career-submit {
    text-align: center;
    margin-bottom: 25px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.job-tab-section .career-submit p {
    text-align: center;
    width: auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.step-box {
    padding: 15px 15px;
}
.step-box a {
    font-size: 16px;
}
.job-opening-section .gsf-heading {
    padding: 0 0 15px;
}
.job-tab-section .resume-upload-box .wpcf7-form-control.wpcf7-file.file-upload {
    max-width: 70%;
    margin: 0 auto;
}
.layout-list .product-item-wrap .product-info {
    padding: 0px 15px 0;
}
.layout-list .product-item-inner {
    padding-bottom: 25px;
}
.woocommerce .woocommerce-result-count {
    line-height: initial;
}
.career-banner-section .btn-container {
    margin-right: 5px;
}
.career-banner-section .btn.btn-primary {
    font-size: 12px;
    padding: 10px 20px;
}
.testimonial-section .g5plus-testimonials .testimonial-item .test-item-info-text {
    margin: 7rem 0 0;
}
}

@media screen and (max-width: 360px) {
    .testimonial-section .g5plus-testimonials .testimonial-item {
    height: 400px;
}
header.mobile-header.header-1 .mobile-logo-header {
    width: 30%;
}
ul.header-customize-nav li.customize-custom-html a, header.mobile-header.header-1 .header-customize li.customize-custom-html a {
    padding: 10px 15px;
    font-size: 10px;
}
.submit-quote-btn {
    font-size: 15px;
}
.job-tab-section .gsf-container.container .vc_column-inner {
    padding: 0 0;
}
}

/*============================================ # Responsive Css ============================================*/
