/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A lightweight and minimalist WordPress theme for Elementor page builder.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.8.1.1692863239
Updated: 2023-08-24 07:47:19

*/

#content .page-header {
    display: none;
}

/*body {
    background: url(/wp-content/uploads/2023/08/home-gradinet-bg.png) top center no-repeat;
}*/

#masthead {
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    position: absolute !important;
}

.main-header.fixed {
    background: #fff !important;
    box-shadow: 0 0 10px rgb(0 0 0 / 12%) !important;
}

.h-service-block .elementor-image-box-img {
    width: auto !important;
}

.h-service-block .elementor-image-box-content h3 {
    margin: 0 !important;
}

.testimonial-slider .elementor-main-swiper {
    padding: 20px 20px;
}

.testimonial-slider .swiper-pagination-bullet-active {
    width: 44px !important;
    border-radius: 8px;
}

.testimonial-slider .swiper-slide {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgb(0 0 0 / 25%);
}

.testimonial-slider .swiper-slide:before {
    content: "";
    background: url(/wp-content/themes/ByteSize/images/quote-icon.svg) 0 0 no-repeat;
    background-size: 40px;
    margin-bottom: 30px;
    display: block;
    height: 30px;
    width: 40px;
}

.testimonial-slider .swiper-pagination {
    margin-top: 50px;
    position: static;
}

.elementor-button-icon svg {
    width: 2em;
    height: auto;
}

/**/

.work-block {
    display: flex;
    flex-wrap: wrap;
}

.work-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 25px;
    margin-top: 90px;
}

.work-block .work-box {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    padding: 15px 20px;
    border-radius: 15px;
}

.work-block .work-content {
    flex: 0 0 58%;
    max-width: 58%;
}

.work-block .work-content h3 {
    margin: 0;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
    margin-bottom: 4px;
    font-family: 'Poppins';
}

.work-block .work-content p {
    margin: 0;
    color: #000;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: 'Poppins';
}

.work-block .project-btn,
.contact-form .submit-btn .wpcf7-submit {
    color: #FFF;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    padding: 18px 65px 18px 30px;
    border-radius: 50px;
    background: #000A25;
    display: inline-block;
    font-family: 'Poppins';
    letter-spacing: 0.084px;
    text-decoration: none;
    margin-top: 40px;
}

.work-block .project-btn {
    padding: 18px 30px !important;
}

.work-block .project-btn:after,
.contact-form .submit-btn .arrow {
    content: "";
    display: inline-block;
    background: url(images/right-arrow.svg) 0 0 no-repeat;
    width: 30px;
    height: 20px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 12px;
}

.work-block .project-btn:hover,
.work-block .project-btn:focus,
.contact-form .submit-btn .wpcf7-submit:hover,
.contact-form .submit-btn .wpcf7-submit:focus {
    color: #fff;
    background: #b75bcc;
}

.contact-form .form-field.submit-btn p {
    display: inline-block;
    position: relative;
}

.contact-form .form-field.submit-btn p:after {
    content: '';
    display: inline-block;
    background: url(images/right-arrow.svg) 0 0 no-repeat;
    width: 30px;
    height: 20px;
    background-size: 100%;
    vertical-align: middle;
    margin-left: 12px;
    position: absolute;
    right: 30px;
    top: 27px;
}

.contact-form .form-field.submit-btn span.wpcf7-spinner {
    position: absolute;
}

/**/

.work-block .work-img {
    flex: 0 0 42%;
    max-width: 42%;
    position: relative;
}

.work-block .work-img:after {
    content: "";
    width: 200px;
    height: 200px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    background: linear-gradient(134deg, #CC8CDB 0%, #A6C1E5 100%);
}

.work-block .work-img img {
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: 270px;
    transform: translateX(-50%);
}

/**/


.popModal.work-popup {
    z-index: 999999;
}

.work-popup .modal-content {
    width: 90%;
    padding: 0;
    margin: 8% auto;
    max-width: 1000px;
    text-align: center;
    position: relative;
    background: linear-gradient(180deg, #FDFBFE 0%, #ffffff 100%);
}

.work-popup .modal-content ul,
.work-popup .modal-content ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.work-popup.modal-content img {
    max-width: 100%;
}

.work-popup .closePop,
.work-popup .modal-content .modal-close {
    top: 0;
    right: 10px;
    color: #000;
    position: absolute;
}

.work-popup .closePop:hover,
.work-popup .modal-content .modal-close:hover {
    color: #b75bcc;
}

.services-block-content .elementor-widget-image-box {
    height: 100%;
}

.services-block-content .elementor-widget-container {
    display: flex;
    height: 100%;
    align-items: center;
}

/**/

.faq-content-block .elementor-heading-title {
    min-height: 58px !important;
}

/**/
.contact-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.contact-form .form-field {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
}

.contact-form .form-field.submit-btn p {
    margin: 0;
}

.contact-form .form-field.submit-btn,
.contact-form .form-field.full-width {
    flex: 0 0 100%;
    max-width: 100%;
}

.contact-form .wpcf7-form-control {
    color: #9DAFBD;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    padding: 16px 15px;
    border-radius: 4px;
    background: transparent;
    font-family: 'Roboto';
    letter-spacing: -0.318px;
    border: 1px solid #E1D1E3;
}

.contact-form .wpcf7-form-control:focus {
    outline: 0;
    box-shadow: none;
    background: #F7F9FA;
    border-color: #E1D1E3;
}

.contact-form .form-field.submit-btn {
    text-align: center;
    position: relative;
}

.contact-form .form-field.submit-btn:after {
    content: '';
}

.contact-form .form-field.submit-btn input {
    margin-top: 10px;
}

.contact-form .invalid .wpcf7-response-output {
    display: none;
}

.contact-form .form-field .wpcf7-not-valid-tip {
    display: none;
}


/**/

.popup-form {}

.popup-form .contact-form .wpcf7-form-control {
    max-height: 86px;
    padding: 10px 15px;
    background: #F7F9FA;
    border-radius: 15px;
    border: 1px solid #fff;
}

.popup-form .contact-form .wpcf7-form-control.wpcf7-not-valid {
    border-color: #dc3232 !important;
}

.wpcf7 form.invalid .wpcf7-response-output {
    display: none !important;
}

.popup-form .contact-form .submit-btn {
    text-align: left;
}

.popup-form .contact-form .submit-btn .wpcf7-form-control {
    color: #3C333E;
    margin-top: 0;
    padding: 18px 45px 18px 20px;
    border-radius: 50px;
}

.popup-form .contact-form .form-field.submit-btn p:after {
    background: url(images/arrow-black-right.svg) 0 0 no-repeat;
    right: 10px;
    top: 16px;
}

.popup-form .contact-form .form-field.submit-btn p:hover:after {
    background: url(images/arrow-white-right.svg) 0 0 no-repeat;
}

.popup-form .contact-form .submit-btn .wpcf7-form-control:hover,
.popup-form .contact-form .submit-btn .wpcf7-form-control:focus {
    color: #fff;
    border-color: #b75bcc;
}

/*================================

           Responsive

=================================*/

@media(max-width:1440px) {

    .work-block .work-content h3 {
        font-size: 32px;
    }

}

@media(max-width:1280px) {

    .work-block .work-content h3 {
        font-size: 28px;
    }

    .work-block .work-img:after {
        width: 160px;
        height: 160px;
    }

    .work-block .work-img img {
        height: 220px;
    }

}

@media(max-width:1024px) {

    .testimonial-slider .elementor-main-swiper {
        padding: 0px 0px;
    }

    .testimonial-slider .swiper-slide {
        box-shadow: 0 0px 12px rgb(0 0 0 / 10%);
    }

    .work-col {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0px;
        margin-top: 80px;
    }

    .work-block .work-box {
        max-width: 520px;
    }

}

@media(max-width:767px) {

    .faq-content-block .elementor-heading-title {
        min-height: inherit !important;
    }

    .services-block-content .elementor-image-box-wrapper,
    .mobile-design-text .elementor-image-box-wrapper,
    .smarter-block .elementor-image-box-wrapper {
        display: flex;
        align-items: center;
    }

    .contact-form .form-field {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 15px;
    }

    br {
        display: none;
    }
}


@media(max-width:575px) {

    br {
        display: none;
    }

    .work-col {
        margin-top: 30px;
    }

    .work-block .work-box {
        padding: 30px 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 4%);
    }

    .work-block .work-content {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .work-block .work-img {
        flex: 0 0 100%;
        max-width: 100%;
        position: relative;
        text-align: center;
        margin-top: -90px;
    }

    .work-block .work-img img {
        height: 220px;
        position: relative;
        transform: translate(0);
        left: 0;
        right: 0;
        bottom: -120px;
    }

}
