﻿.cs_site_branding .logo {
    max-height: 28px;
}

.cs_top_header a:hover {
    color: var(--black);
}

.cs_language_toggle {
    cursor: pointer;
    color: var(--primary);
}

.cs_site_header.cs_style_1.cs_type_1 .cs_bottom_header {
    border: none;
    background-color: var(--white);
    border-top: 1px solid #e8e8e8;
}

.cs_site_header.cs_style_1 .cs_bottom_header {
    border: none;
    background-color: var(--primary);
}

.cs_header_category_toggle {
    color: var(--black);
}

.cs_main_header {
    border-top: 4px solid var(--accent);
}
/*.cs_top_header {
    display: none;
}*/
input, textarea {
    color: var(--black);
}

.hero-slider .cs_slider_arrows.cs_style_1 .cs_left_arrow {
    left: 20px;
}

.hero-slider .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    right: 20px;
}

.hero-slider .cs_slider_arrows.cs_style_1 .cs_left_arrow,
.hero-slider .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    color: var(--white);
    border: 1px solid var(--white)
}

.hero-slider .cs_slider .cs_hero_text {
    position: absolute;
    bottom: 30px;
    left: 0px;
    z-index: 999;
    width: 100%;
    text-align: center;
    padding: 20px;
    background: #00000029;
}

    .hero-slider .cs_slider .cs_hero_text .cs_btn.cs_style_1 {
        background-color: var(--primary);
    }

.hero-slider .cs_slider {
    height: auto !important;
    margin-bottom: 0 !important;
}

.hero-slider img.cs_hero {
    padding: 0;
    width: 100%;
    height: auto;
    margin-top: 170px;
}

.cs_slider_gap_20 .slick-slide {
    padding-bottom: 40px
}

.cs_contact_info {
    padding: 50px 40px;
    min-height: 575px;
    position: relative;
}

.cs_contact_form_wrap .cs_btn.cs_style_1 {
    background-color: var(--primary);
}

.cs_breadcamp_wrap.cs_style_1 {
    min-height: 200px;
}

.cs_product_card.cs_style_1, .cs_product_card.cs_style_3, .cs_product_card.cs_style_9 {
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #e4e4e4;
}

    .cs_product_card.cs_style_3:hover {
        /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
        /* box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 10px; */
    }

    .cs_product_card.cs_style_1 .cs_product_info, .cs_product_card.cs_style_3 .cs_product_info, .cs_product_card.cs_style_9 .cs_product_info {
        height: 167px;
    }

    .cs_product_card.cs_style_1 .cs_product_title, .cs_product_card.cs_style_3 .cs_product_title {
        min-height: 58px;
    }

    .cs_product_card.cs_style_3 .cs_product_title {
        display: block;
    }

    .cs_product_card.cs_style_3 .cs_product_thumb img {
        max-height: 100%;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

    .cs_product_card.cs_style_3:hover .cs_product_thumb img {
        -webkit-transform: scale(1.06);
        transform: scale(1.06);
    }

.cs_btn.cs_style_1 {
    background-color: var(--primary);
}

.cs_btn.cs_style_1, .cs_btn.cs_style_2 {
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 30px
}

.cs_like_btn, .cs_product_icon_btn {
    border-radius: 50%
}

.cs_iconbox.cs_style_1 {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border: 1px solid #d9d9d9;
    border-radius: 15px;
    transition: all 0.4s ease;
}

    .cs_iconbox.cs_style_1:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

        .cs_iconbox.cs_style_1:hover img {
            -webkit-transform: none;
            transform: none;
        }

    .cs_iconbox.cs_style_1 img {
        height: 30px;
        width: auto;
    }

.cs_nav .cs_nav_list > li > a {
    font-weight: 500;
}

    .cs_nav .cs_nav_list > li > a.special {
        text-transform: uppercase;
        color: #cb7607;
        font-weight: 500;
    }

.cs_payment_img {
    padding: 20px 10px 10px;
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
}

    .cs_payment_img img {
        height: 20px;
        margin: 0 2px;
        display: inline;
        margin-bottom: 10px;
    }

.cs_bottom_footer {
    border-top: 1px solid #48494b;
}

.breadcamp .container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 20px 20px;
}

.container > .cs_breadcamp_wrap.cs_style_1 {
    padding: 20px 100px;
}

.cs_breadcamp_wrap.cs_style_1 {
    min-height: 50px;
    border: 1px solid var(--border);
    border-radius: 6px;
}

.cs_filter_widget {
    background-color: #fff;
}

.cs_product_card.cs_style_3 {
    background-color: #fff;
}

    .cs_product_card.cs_style_1 .cs_label, .cs_product_card.cs_style_3 .cs_label, .cs_product_card.cs_style_9 .cs_label {
        padding: 0 10px;
        height: 35px;
        font-size: 13px;
    }


.cs_sub_categories {
    margin-bottom: 40px;
}

.cs_tagcloud a {
    background-color: #fff;
}

    .cs_tagcloud a:hover,
    .cs_tagcloud a.active {
        color: #fff;
        background-color: var(--accent);
    }

.cs_tab_links.cs_style_1 .active a {
    color: var(--primary);
}
/*.cs_sub_categories .cs_tagcloud a {
    background-color: #fff;
}*/
/*.cs_sub_categories ul li {
    display: inline;
    list-style: none;
}

.cs_sub_categories ul li a {
    padding: 7px 15px;
    border: 1px solid var(--border);
    color: var(--primary);
    border-radius: 10px;
    margin-right: 10px;
}

.cs_sub_categories ul li a:hover,
.cs_sub_categories ul li.active a {
    background-color: #efdfca;
    border-color: #1b4999;
}*/
/* categories menu */
.categories-menu {
    /* width: 250px;
    font-family: Arial, sans-serif;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px; */
}
    /* 
.categories-menu h3 {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
} */

    .categories-menu .menu {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .categories-menu .menu li {
            position: relative;
            margin: 15px 0;
        }

    .categories-menu label {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .categories-menu a {
        text-decoration: none;
        color: #333;
    }

        .categories-menu a:hover {
            text-decoration: underline;
        }

    .categories-menu .submenu {
        list-style: none;
        padding-left: 10px;
        padding-right: 20px;
        display: none;
    }

        .categories-menu .submenu.open {
            display: block; /* Display submenu when active */
        }

    /* .categories-menu .toggle-submenu::after {
    content: '\25BC';
    font-size: 10px;
    margin-left: 10px;
    cursor: pointer;
    transition: transform 0.3s ease;
}

 */
    /* .categories-menu .toggle-submenu{
    width: 20px;
    height: 20px;
} */
    .categories-menu .fa-circle-dot {
        color: #acb0b8;
    }
    /* .categories-menu .active .fa-circle-dot:first{
    color: #a30404; 
} */
    .categories-menu .toggle-submenu.open {
        transform: rotate(90deg);
    }


/* categories menu */

.cs_value_box {
    min-height: 240px;
}

.breadcrumb-item a {
    color: var(--primary);
}

    .breadcrumb-item a:hover {
        color: var(--accent);
    }

.cs_account_nav_list .active a {
    color: var(--white);
}

    .cs_account_nav_list .active a::before {
        opacity: 1;
    }

.myaccount .cs_account_body {
    min-height: 290px;
}

.cart-details .cs_product_card.cs_style_11 img {
    max-height: 150px
}

.cs_product_review_media img {
    width: 35px;
    height: 35px;
}

.preview_pass {
    position: absolute;
    right: 10px;
    top: 13px;
}

.cs_details.cs_style_1 {
    padding-left: 50px;
}

.wishlist_link {
    position: relative;
}

    .wishlist_link .cs_cart_label {
        position: absolute;
        top: -3px;
        left: 15px;
        height: 22px;
        min-width: 22px;
        text-align: center;
        line-height: 22px;
        font-size: 12px;
        border-radius: 11px;
        padding: 0 5px;
    }

.cs_nav_category_list > li > a {
    font-size: 14px
}

    .cs_nav_category_list > li > a img {
        height: 60px;
        width: 60px;
        border-radius: 0;
    }

.cs_product_card.cs_style_1:hover::before, .cs_product_card.cs_style_3:hover::before, .cs_product_card.cs_style_9:hover::before {
    opacity: 0;
}

.cs_product_card.cs_style_1 {
    background: #fff;
}

    .cs_product_card.cs_style_1:hover {
        box-shadow: 0 16px 32px 0 rgba(7, 28, 31, 0.1);
    }

    .cs_product_card.cs_style_1 .cs_product_thumb img {
        transition: all 0.4s ease;
    }

    .cs_product_card.cs_style_1:hover .cs_product_thumb img {
        transform: scale(1.06);
    }

.cs_section_heading_title {
    text-transform: capitalize;
}

.cs_highlight_category_thumb {
    height: 125px;
    width: 125px;
    border-radius: 50%;
    padding: 26px;
    border: 1px solid #b51f24;
    background: #fff;
}

.cs_tabs.cs_type_1 {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    border: 1px solid var(--border);
}

.cs_tab_links.cs_style_1 {
    display: flex;
    flex-wrap: wrap;
    background-color: #f8f9fa;
    padding: 15px 20px;
    border-bottom: 1px solid var(--border);
    gap: 15px;
}

    .cs_tab_links.cs_style_1 li {
        list-style: none;
        margin: 0;
    }

    .cs_tab_links.cs_style_1 a {
        display: inline-block;
        padding: 12px 30px;
        font-weight: 600;
        color: var(--primary);
        border-radius: 50px;
        transition: all 0.3s ease;
        text-decoration: none;
        font-size: 16px;
        background-color: transparent;
        border: 1px solid transparent;
    }

        .cs_tab_links.cs_style_1 a:hover {
            background-color: rgba(235, 142, 20, 0.1);
            /* Based on accent color */
            color: var(--accent);
        }

    .cs_tab_links.cs_style_1 .active a {
        background-color: var(--accent);
        color: #fff;
        box-shadow: 0 4px 15px rgba(235, 142, 20, 0.3);
    }

.cs_tab_body {
    /*padding: 40px;*/
    background-color: #fff;
}

.cs_tab {
    display: none;
    animation: fadeIn 0.5s ease;
}

    .cs_tab.active {
        display: block;
    }

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cs_product_desc_list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 25px;
    line-height: 1.6;
}

    .cs_product_desc_list li::before {
        content: "�";
        color: var(--accent);
        position: absolute;
        left: 5px;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        top: 2px;
    }

.cs_single_product_nav_2 .cs_single_product_thumb_mini img {
    max-height: 100%;
}

.cs_single_product_slider_1.cs_type_1 .cs_single_product_thumb_item:hover img {
    opacity: 1;
}

#section_categories .cs_category_card {
    border: 1px solid var(--accent);
    border-radius: 30px;
    padding: 10px 12px;
    margin-top: 10px;
    text-align: center;
    background: #fff;
    height: 100%;
    transition: transform 0.3s ease;
}

    #section_categories .cs_category_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        border: 1px solid #9f9f9f;
    }

#section_categories .cs_category_image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
    margin-bottom: 8px;
}

    #section_categories .cs_category_image img {
        max-width: 100%;
        max-height: 100px;
        width: auto;
        height: auto;
        object-fit: contain;
    }

#section_categories .cs_category_name {
    color: #333;
    margin-bottom: 3px;
    font-weight: 500;
    height: 57px;
}

#section_categories .cs_category_count {
    color: #666;
    margin-bottom: 0;
}

.cs_post.cs_style_2.cs_type_1 .cs_post_info {
    margin-top: 15px;
}

.cs_blog_details h1 {
    font-size: 40px;
}

.page-link {
    color: var(--primary);
}

    .active > .page-link, .page-link.active {
        color: #fff;
        background-color: var(--accent);
        border-color: var(--accent);
    }

.page-item:not(.active) .page-link:hover {
    color: var(--accent);
}

.cs_language_list li a {
    color: #fff !important;
}

.cs_language_list li img {
    max-height: 15px
}

.cs_language_toggle img {
    width: 20px
}

.cs_hero.cs_style_2 {
    min-height: 370px;
    margin-top: 170px;
    padding: 0px 0 80px;
}

.cs_accordians.cs_style_1 .cs_accordian_body {
    margin-top: 10px;
}

.cs_slider_arrows.cs_style_1 .cs_left_arrow, .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    top: 60%;
}

.cs_header_number_wrap .cs_header_number_text {
    color: #fff;
}

.cs_header_number_wrap svg {
    stroke: var(--white);
}

.new_services a {
    color: var(--accent);
}

    .new_services a:hover {
        color: var(--primary);
    }

.cs_overlay_filter_widgets .cs_drower_logo {
    margin-bottom: 60px;
    text-align: center;
}

.cs_drower_logo img {
    max-width: 170px
}

.cs_overlay_filter_widgets .cs_filter_widgets {
    padding: 70px 30px 70px 0;
    width: 300px;
    position: absolute;
}


.cs_drawer_btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 568px;
}

.cs_overlay_filter_widgets .cs_filter_widget {
    border: none;
    border: 0;
    padding: 0px 0px;
    max-width: 240px;
    margin-left: 20px;
    border: 1px solid var(--border);
    border-radius: 6px;
    padding: 30px;
}

@media (min-width: 1200px) {
    /*.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }*/
}

@media (max-width: 1600px) {
    .cs_hero.cs_style_2 {
        min-height: 370px;
    }
}

@media (max-width: 1400px) {
    .cs_hero.cs_style_2 {
        min-height: 370px;
    }

    .cs_blog_details h1 {
        font-size: 32px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .cs_nav .cs_nav_list > li {
        margin-right: 25px;
    }
}

@media (min-width: 992px) {
    .cs_site_header_height_1 {
        height: 215px;
    }

    .cs_nav .cs_nav_list > li > a {
        color: #fff;
        font-size: 18px;
    }

        .cs_nav .cs_nav_list > li > a:hover {
            color: var(--accent);
        }

    .cs_nav_category_btn {
        background: var(--accent);
        color: #fff;
        padding: 0 20px
    }

        .cs_nav_category_btn::before {
            background: none !important;
        }

    .cs_header_search_with_category_form {
        width: 650px;
    }

    .cs_nav .cs_nav_list > li.active > a {
        border-bottom: 2px solid var(--accent);
        font-weight: 600
    }
}

@media (max-width: 991px) {
    .cs_site_header.cs_style_1,
    .cs_site_header.cs_style_1.cs_sticky_active {
        box-shadow: 2px 2px 10px #cdcdcd;
    }

    .cs_site_branding_wrap.cs_mobile_show img.mobile_logo {
        height: 30px;
    }

    .cs_header_search_form_wrap {
        top: -100%;
    }

        .cs_header_search_form_wrap.active {
            top: 80px;
        }

    .hero-slider img.cs_hero {
        margin-top: 74px;
    }

    .hero-slider .cs_slider {
        /*height: 500px;*/
        height: auto;
    }

        .hero-slider .cs_slider img {
            /*height: 100%;
            object-fit: cover;*/
        }

    .cs_iconbox_style_1_wrap {
        grid-template-columns: repeat(3, 1fr);
    }

        .cs_iconbox_style_1_wrap .cs_grid_col:nth-child(5) {
            grid-column: auto;
        }

    .cs_tab_links.cs_style_1 {
        padding: 10px;
        gap: 10px;
        justify-content: center;
    }

        .cs_tab_links.cs_style_1 a {
            padding: 10px 20px;
            font-size: 14px;
        }

    .cs_header_search_with_category_form {
        width: 100%;
    }
}

/* Services Section Styles */

.cs_service_card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e4e4;
    margin-top: 10px;
}

    .cs_service_card:hover {
        transform: translateY(-5px);
        box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    }

.cs_service_image {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
    background: #f8f9fa;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
    padding-bottom: 10px;
}

    .cs_service_image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all 0.3s ease;
    }

.cs_service_card:hover .cs_service_image img {
    transform: scale(1.05);
}

.cs_service_content {
    padding: 0 20px 20px 20px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
}

.cs_service_title {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    line-height: 1.4;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.3s ease;
}

.cs_service_card:hover .cs_service_title {
    color: var(--primary);
}

/* Service button uses cs_btn cs_style_1 cs_size_md classes - no additional styling needed */

/* Services Section Arrows */
#section_services .cs_slider_arrows.cs_style_1 .cs_left_arrow,
#section_services .cs_slider_arrows.cs_style_1 .cs_right_arrow {
    background: #fff;
    border: 1px solid #e4e4e4;
    color: var(--primary);
    transition: all 0.3s ease;
}

    #section_services .cs_slider_arrows.cs_style_1 .cs_left_arrow:hover,
    #section_services .cs_slider_arrows.cs_style_1 .cs_right_arrow:hover {
        background: var(--accent);
        color: #fff;
        border-color: var(--accent);
    }

/* Services Pagination */
#section_services .cs_pagination.cs_style_1 {
    margin-top: 30px;
}

    #section_services .cs_pagination.cs_style_1 .swiper-pagination-bullet {
        background: var(--accent);
        opacity: 0.3;
        width: 12px;
        height: 12px;
        transition: all 0.3s ease;
    }

    #section_services .cs_pagination.cs_style_1 .swiper-pagination-bullet-active {
        opacity: 1;
        width: 30px;
        border-radius: 6px;
        background: var(--accent);
    }

/* Responsive Design for Services */
@media (max-width: 991px) {
    .cs_service_image {
        height: 180px;
        padding: 25px;
    }

    .cs_service_content {
        padding: 25px 20px;
    }

    .cs_service_title {
        font-size: 18px;
        min-height: 50px;
    }

    .cs_service_btn {
        padding: 10px 30px;
        font-size: 14px;
    }

    .cs_hero.cs_style_2 {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .cs_service_image {
        height: 160px;
        padding: 20px;
    }

    .cs_service_content {
        padding: 20px 15px;
    }

    .cs_service_title {
        font-size: 16px;
        min-height: 44px;
        margin-bottom: 15px;
    }

    .cs_service_btn {
        padding: 10px 25px;
        font-size: 13px;
    }

    #section_services .cs_slider_arrows.cs_style_1 .cs_left_arrow,
    #section_services .cs_slider_arrows.cs_style_1 .cs_right_arrow {
        width: 40px;
        height: 40px;
    }

    .hero-slider .cs_slider {
        height: 270px;
        margin-bottom: 80px
    }

    .cs_slider_gap_20 .slick-slide {
        padding-bottom: 5px !important;
    }

    .cs_hero.cs_style_2 {
        min-height: 270px;
        margin-top: 70px;
    }
}

/* Product Specifications Styles */
.cs_product_specifications {
    margin-top: 25px;
    margin-bottom: 25px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

.cs_specs_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .cs_specs_list li {
        padding: 10px 0;
        display: flex;
        align-items: flex-start;
        line-height: 1.7;
    }

.cs_spec_label {
    min-width: 150px;
    color: #2c3e50;
    font-weight: 600;
    margin-right: 20px;
    flex-shrink: 0;
    font-size: 15px;
}

    .cs_spec_label strong {
        font-weight: 600;
        color: #2c3e50;
    }

.cs_spec_value {
    color: #555;
    flex: 1;
    font-size: 15px;
    line-height: 1.6;
}

@media (max-width: 767px) {
    .cs_product_specifications {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 15px;
    }

    .cs_specs_list li {
        flex-direction: column;
        padding: 8px 0;
    }

    .cs_spec_label {
        min-width: auto;
        margin-right: 0;
        margin-bottom: 4px;
        font-size: 14px;
    }

    .cs_spec_value {
        width: 100%;
        font-size: 14px;
    }
}

/* Service Details Page Styles */
.cs_service_details_content {
    padding-right: 30px;
}

    .cs_service_details_content h1 {
        color: #2c3e50;
    }

.cs_service_features {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .cs_service_features li {
        padding: 8px 0;
        padding-left: 25px;
        position: relative;
        line-height: 1.6;
    }

        .cs_service_features li::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--accent);
            font-weight: bold;
            font-size: 18px;
        }

/* Request Quote Form Styles */
.cs_request_quote_form {
    background: #f1f1f1;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.cs_quote_header {
    background: var(--primary);
    padding: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .cs_quote_header::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 50%), radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
        opacity: 0.6;
    }

.cs_quote_title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cs_quote_form_body {
    padding: 40px 30px;
}

    .cs_quote_form_body label {
        display: block;
        margin-bottom: 8px;
        color: #333;
        font-size: 14px;
    }

        .cs_quote_form_body label span {
            color: #e61f7f;
        }

    .cs_quote_form_body .cs_form_field {
        width: 100%;
        padding: 12px 15px;
        border: 1px solid #e4e4e4;
        border-radius: 6px;
        font-size: 14px;
        transition: all 0.3s ease;
        background: #fff;
    }

        .cs_quote_form_body .cs_form_field:focus {
            border-color: var(--accent);
            outline: none;
            box-shadow: 0 0 0 3px rgba(235, 142, 20, 0.1);
        }

    .cs_quote_form_body textarea.cs_form_field {
        resize: vertical;
        min-height: 120px;
    }

.cs_char_counter {
    margin-top: 5px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.cs_checkbox_wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}

    .cs_checkbox_wrap input[type="checkbox"] {
        width: 18px;
        height: 18px;
        cursor: pointer;
        accent-color: var(--accent);
    }

.cs_checkbox_label {
    margin: 0;
    cursor: pointer;
    font-size: 14px;
    color: #555;
    font-weight: normal;
}

.cs_quote_form_body .cs_btn.cs_style_1 {
    padding: 14px 25px;
    background-color: var(--accent);
    border: none;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

    .cs_quote_form_body .cs_btn.cs_style_1:hover {
        background-color: var(--primary);
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(235, 142, 20, 0.3);
    }

/* Product Quote Modal */
.cs_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 1050;
}

    .cs_modal.active {
        display: flex;
    }

.cs_modal_dialog {
    background: #f7f9fc;
    border-radius: 16px;
    width: 100%;
    max-width: 740px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    animation: modalSlideIn 0.4s ease;
}

.cs_modal_header {
    background: var(--primary);
    padding: 25px 30px;
    text-align: center;
}

.cs_modal_body {
    padding: 35px 30px 40px;
    background: linear-gradient(135deg, rgba(0, 123, 255, 0.05), rgba(235, 142, 20, 0.05)), #f7f9fc;
}

.cs_modal_close {
    position: absolute;
    top: 12px;
    right: 15px;
    border: none;
    background: transparent;
    font-size: 28px;
    color: #fff;
    cursor: pointer;
    z-index: 2;
}

.cs_phone_field {
    display: flex;
    gap: 10px;
}

.cs_phone_code {
    max-width: 120px;
}

.cs_phone_number {
    flex: 1;
}

@keyframes modalSlideIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

body.modal-open {
    overflow: hidden;
}

.swatches_products {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}

    .swatches_products a {
        padding: 10px 20px;
        background-color: #ebeaea;
        border-radius: 5px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 16px;
        font-weight: 600;
        color: #858585;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
    }

        .swatches_products a.active {
            background-color: #b51f24;
            color: #fff;
        }


.whatsapp-number {
    position: fixed;
    right: 20px;
    bottom: 20px;
    transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    border-radius: 50%;
    z-index: 999;
}

    .whatsapp-number img {
        width: 64px
    }

/* .whatsapp-number:hover {
    right: 20px;
} */
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}


.cs_counter_section {
    background: linear-gradient(135deg, rgba(255, 236, 248, 0.9), rgba(229, 241, 255, 0.9));
    border-radius: 20px;
    padding: 50px 40px;
    position: relative;
    overflow: hidden;
}

    .cs_counter_section::after {
        content: "";
        position: absolute;
        width: 180px;
        height: 180px;
        background: rgba(255, 255, 255, 0.4);
        border-radius: 50%;
        top: -60px;
        right: -60px;
    }

.cs_counter_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cs_counter_card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    text-align: center;
    box-shadow: 0 20px 45px rgba(35, 14, 62, 0.08);
    position: relative;
    overflow: hidden;
}

    .cs_counter_card::before {
        content: "";
        position: absolute;
        inset: 0;
        border-radius: inherit;
        border: 1px solid rgba(196, 123, 255, 0.15);
        pointer-events: none;
    }

.cs_counter_icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    font-size: 22px;
    color: var(--accent);
    background: rgba(194, 101, 255, 0.12);
    transition: transform 0.3s ease;
}

.cs_counter_card:hover .cs_counter_icon {
    transform: translateY(-4px);
}

.cs_counter_value {
    font-size: 42px;
    font-weight: 700;
    color: #1c1a32;
    margin-bottom: 6px;
}

.cs_counter_label {
    font-size: 16px;
    color: #5f5b7a;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-top: 20px;
}

@media (max-width: 991px) {
    .cs_counter_grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cs_drawer_btn.cs_type_1 {
        display: block;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .cs_counter_section {
        padding: 32px 22px;
    }

    .cs_counter_grid {
        grid-template-columns: 1fr;
    }

    .cs_counter_card {
        padding: 24px 18px;
    }
}


@media screen and (max-width: 480px) {
    .whatsapp-number img {
        width: 50px
    }

    .lang_title {
        display: none;
    }
}



@media (max-width: 575px) {
    .cs_phone_field {
        flex-direction: column;
    }

    .cs_modal_body {
        padding: 25px 20px 30px;
    }

    .hero-slider .cs_slider {
        height: 160px;
    }

    .cs_hero.cs_style_2 {
        min-height: 160px;
    }
}

@media (max-width: 380px) {
    .hero-slider .cs_slider {
        height: 130px;
    }

    .cs_hero.cs_style_2 {
        min-height: 130px;
    }
}

@media (max-width: 991px) {
    .cs_site_header.cs_style_1 .cs_main_header_in {
        height: 70px;
    }

    .cs_service_details_content {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .cs_quote_header {
        padding: 25px 20px;
    }

    .cs_quote_title {
        font-size: 24px;
    }

    .cs_quote_form_body {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .cs_quote_header {
        padding: 20px 15px;
    }

    .cs_quote_title {
        font-size: 20px;
    }

    .cs_quote_form_body {
        padding: 25px 15px;
    }

    .cs_blog_details h1 {
        font-size: 28px;
    }

    .cs_fs_24 {
        font-size: 20px;
    }

    #alldivfeature h3 {
        font-size: 20px;
    }

    .new_services h3 {
        font-size: 20px
    }
}
