/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.site-header {
    padding-block-end: 23px;
    padding-block-start: 23px;
}

.site-navigation ul.menu {
    gap: 50px;
}

.site-navigation ul.menu li a {
    padding: 0px;
}

.site-header .header-inner {
    max-width: 1440px;
    padding: 0 16px;
}

.sec_4_main {
    position: relative;
    overflow: hidden;
}

.product_img {
    background-color: #F3F3F3;
    border: 1px solid #E5E5E5;
}

.product_btn a:hover {
    border: none !important;
}

.team_choose_sub::before {
    content: "";
    position: absolute;
    left: -5px;
    width: calc(100% + 10px);
    height: calc(100% - 20px);
    background-color: #51C8ED;
    z-index: -1;
    top: -5px;
}

.site-header .site-navigation ul.menu li a:hover,
.site-header .site-navigation ul.menu li.current_page_item a {
    color: #51C8ED;
}

.category_page_list,
.category_list {
    width: calc((100% / 3) - (60px / 3));
}

/* .category_list {
    width: calc((100% / 3) - (60px / 3));
} */

.get-in-touch {
    padding: 50px;
    background: #EAFBFF;
    border: 1px solid #51C8ED;
}

.get-in-touch-main::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 2px solid #ffffff80;
    z-index: 2;
    width: calc(100% - 40px);
    margin: 10px;
    height: calc(100% - 40px);
    left: 8px;
    z-index: 0;
}

.get-in-touch span input,
.get-in-touch textarea {
    padding: 20px 30px;
    border: 1px solid #93D0E3;
    background-color: #FFFFFF;
    border-radius: 0;
    color: #373435;
    font-family: 'Lato';
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
}

.get-in-touch span input::placeholder,
.get-in-touch textarea::placeholder {
    color: #373435;
    font-size: 20px;
    line-height: 30px;
    font-family: "lato";
    font-weight: 600;
}

.get-in-touch p br {
    display: none;
}

.get-in-touch>p {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
}

.get-in-touch .submit-wrap p {
    display: flex;
    justify-content: center;
    margin: 0;
}

.get-in-touch .submit-wrap p input {
    width: 30%;
    border: none;
    background-color: #51C8ED;
    color: #373435;
    border-radius: 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    font-family: "lato";
    padding: 10px 16px;
}

.get-in-touch .submit-wrap p .wpcf7-spinner {
    display: none;
}

.category_page_list>.elementor-image-box-wrapper figure,
.category_list>.elementor-image-box-wrapper figure {
    margin: 0 !important;
}

.category_page_list>.elementor-image-box-wrapper img,
.category_list>.elementor-image-box-wrapper img {
    width: 100%;
}

.category_page_list>.elementor-image-box-wrapper>.elementor-image-box-content h3 {
    margin: 0;
}

.category_list>.elementor-image-box-wrapper>.elementor-image-box-content {
    position: absolute;
    bottom: 30px;
}

@media (min-width: 1200px) {
    .sec_4_main::before {
        content: "";
        position: absolute;
        left: 45%;
        top: 0;
        width: 50px;
        height: 100%;
        background: #51C8ED;
        transform: skewX(324deg);
        transform-origin: left;
        z-index: 2;
    }

    .sec_4_left {
        mask-image: linear-gradient(126deg, transparent 0%, #000 49%, #000 74%, transparent 52%) !important;
    }
}

@media (min-width: 990.98px) and (max-width: 1399.98px) {
    .sec_4_main::before {
        content: "";
        position: absolute;
        left: 39%;
        top: 0;
        width: 50px;
        height: 100%;
        background: #51C8ED;
        transform: skewX(328deg);
        transform-origin: left;
        z-index: 2;
    }

    .sec_4_left {
        width: 55% !important;
        position: relative;
        z-index: 1;
        -webkit-mask-repeat: no-repeat !important;
        mask-image: linear-gradient(125deg, transparent 0%, #000 49%, #000 66%, transparent 52%) !important;
        mask-size: 100% 100% !important;
    }

    .sec_4_right {
        width: 45% !important;
    }
}

@media (max-width: 1023.98px) {
    .get-in-touch {
        padding: 30px;
    }

    .get-in-touch span input,
    .get-in-touch textarea {
        padding: 15px 20px;
        font-size: 18px;
        line-height: 28px;
    }

    .get-in-touch span input::placeholder,
    .get-in-touch textarea::placeholder {
        color: #373435;
        font-size: 18px;
        line-height: 28px;
        font-family: "lato";
        font-weight: 600;
    }
}

@media (max-width: 767.98px) {
    .get-in-touch {
        padding: 30px;
    }

    .get-in-touch span input,
    .get-in-touch textarea {
        padding: 15px 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .get-in-touch span input::placeholder,
    .get-in-touch textarea::placeholder {
        color: #373435;
        font-size: 16px;
        line-height: 24px;
        font-family: "lato";
        font-weight: 600;
    }
}

@media (min-width: 575px) and (max-width: 767.98px) {

    .category_page_list,
    .category_list {
        width: calc((100% / 2) - (30px / 2));
    }

}

@media (max-width: 574.98px) {

    .category_page_list,
    .category_list {
        width: 100%;
        gap: 30px;
    }

    .get-in-touch .submit-wrap p input {
        width: 100%;
    }

}