/* 
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 */

/* Header CSS */
.header_active::before{
    content:"";
    width: 100%;
    height: 0%;
    position: absolute;
    background: #00000060;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
}
.header_active.elementor-sticky--effects::before{
    height: 100%;
}
.header_active .e-con-inner{
    transition: all 0.4s ease-in-out;
}
.header_active.elementor-sticky--effects .e-con-inner{
    padding-top: 20px;
    padding-bottom: 20px;
    transition: all 0.4s ease-in-out;
}
.header_active .logo img{
    transition: all 0.4s ease-in-out;
}
.header_active.elementor-sticky--effects .logo img{
    max-width: 155px;
    transition: all 0.4s ease-in-out;
}

.three-style-heading .light{
    font-weight: 300;
}
.three-style-heading .orange{
    color: #DC3B26;
}
.site-btn svg{
    font-size: 15px;
    transition: all 0.4s ease;
}
.site-btn:hover svg {
    transform: rotate(45deg);
}

.site-btn:hover svg path {
    fill: #DC3B26;
}

/* Homepage CSS */
.serv-icons .elementor-widget-container{
    background: #fff;
    height: 41px !important;
    width: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    border: 2px solid #4c4c4c1a;
}
.read-more-btn svg{
    font-size: 13px;
    transition: all 0.4s ease;
}
.services-box:hover {
    background-color: #DC3B26;
}

.services-box:hover .serv-icons .elementor-widget-container {
    border: 2px solid #DC3B26;
}

.services-box:hover h3 {
    color: #fff;
}

.services-box:hover .elementor-button {
    background: #DC3B26 !important;
    color: #fff !important;
}

.services-box:hover .read-more-btn svg {
    transform: rotate(45deg);
}

.services-box:hover .read-more-btn svg path {
    fill: #fff;
}

.choose-iconbox .elementor-icon{
    border: 1px solid #DC3B26;
}
.review-carousel .elementor-swiper-button:hover svg path{
    fill: #fff;
}
.review-carousel .swiper-pagination-bullet{
    height: 15px;
    width: 15px;
    border-radius: 4px;
    background: #fffcf9;
    border: 1.5px solid #0b0b09f1;
    transition: all 0.4s ease;
}
.review-carousel .swiper-pagination-bullet:hover{
    border-color: #DC3B26;
}
.review-carousel .swiper-pagination-bullet-active{
    background: #DC3B26;
    border: 1.5px solid #DC3B26;
}
.faqs .e-n-accordion-item-title{
    height: 73px;
}
.faqs .e-n-accordion-item-title-icon .e-opened {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #DC3B26;
    border-radius: 4px;
}

.faqs .e-n-accordion-item-title-icon .e-opened svg path {
    fill: #FEFEFE;
}

.faqs .e-n-accordion-item-title-icon .e-closed{
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F5F2EF;
    border-radius: 4px;
}


/* Footer css */
.site-btn-1 svg{
    font-size: 15px;
    transition: all 0.4s ease;
}
.site-btn-1:hover svg {
    transform: rotate(45deg);
}

.site-btn-1:hover svg path {
    fill: #0B0B09;
}

.copyright-text a{
    color: #A1A19F !important;
    font-size: 18px !important;
}
.copyright-text a:hover{
    color: #DC3B26 !important;
}


/* Contact page CSS */
.contact-ops .elementor-icon{
    border: 2px solid #4C4C4C1A;
}
.contact-ops a::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}
.contact-ops:hover .elementor-widget-container {
    background-color: #DC3B26 !important;
}

.contact-ops:hover h3 {
    color: #FEFEFE !important;
}

.contact-ops:hover p {
    color: #FEFEFE;
}

.contact-ops:hover .elementor-icon {
    border: 2px solid #DC3B26;
}

/* contact page gravity form css */
.contact-form{
    .elementor-shortcode{
        h2{
            margin: 0;
            text-align: center;
        }
        p{
            text-align: center;
            font-size: 24px;
            line-height: 34px;
            color: #0B0B09;
            font-weight: 400;
        }
        .gfield_required{
            display: none;
        }
        .gform_fields{
            margin-top: 25px;
            column-gap: 30px;
            row-gap: 30px;
        }
        input:focus, textarea:focus{
            outline: none;
        }
        .gfield_label{
            font-size: 18px;
            font-weight: 500;
            color: #0B0B09;
        }
        input:not([type="submit"]){
            background: #F6F6F6;
            border: none;
            border-radius: 4px;
            padding: 24px 20px;
            font-size: 18px;
            font-weight: 300;
            color: #0B0B09;
            box-shadow: none;
        }
        input:not([type="submit"])::placeholder{
            color: #4c4c4c4d;
        }
        textarea{
            background: #F6F6F6;
            border: none;
            border-radius: 4px;
            padding: 15px 20px;
            font-size: 18px;
            font-weight: 300;
            color: #0B0B09;
            box-shadow: none;
            resize: none;
            white-space: pre-wrap; /* Allows wrapping and preserves whitespace */
            word-wrap: break-word; /* Break long words if needed */
            overflow-wrap: break-word;
        }
        textarea::placeholder{
            color: #4c4c4c4d;
        }
        input[type="submit"]{
            background-color: #DC3B26 !important;
            border-radius: 10px !important;
            font-size: 18px !important;
            font-weight: 600 !important;
            padding: 14px 24px !important;
        }
        input[type="submit"]:focus{
            outline: none !important;
        }
        input[type="submit"]:hover{
            background-color: #0B0B09 !important;
        }
        .instruction{
            color: #c02b0a;
        }
        .gform_validation_errors{
            display: none;
        }
        .gform_confirmation_message{
            text-align: center;
            color: #0B0B09;
        }
        .gform-footer{
            margin-block-start: 0;
        }
    }
}


/* Services page CSS */
.services-tab .e-n-tab-title-text{
    column-gap: 21px;
}
.services-tab .serv-text{
    width: 72%;
}
.services-tab .serv-img{
    width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 4px;
    outline: 2px solid #4C4C4C1A;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 10px; */
} 
.services-tab .serv-img img{
    width: 27px;
}
.services-tab .e-n-tab-title[aria-selected="false"] .serv-img{
    width: 41px;
    height: 41px;
}
.services-tab .e-n-tab-title[aria-selected="true"]{
    .serv-img{
        background: #DC3B26;
        width: 41px;
        height: 41px;
        outline: 2px solid #4C4C4C1A;
    }
    .serv-img img{
        filter: brightness(0) invert(1);
    }
}
.services-tab .e-n-tab-title:hover{
    .serv-img{
        background: #DC3B26;
        width: 41px;
        height: 41px;
        outline: 2px solid #4C4C4C1A;
    }
    .serv-img img{
        filter: brightness(0) invert(1);
    }
}
.services-tab .e-n-tab-title{
    position: relative;
}
.services-tab .e-n-tab-title:focus-visible{
    outline: none;
}
.services-tab .e-n-tab-title[aria-selected="false"]::after{
    content: '';
    width: 100%;
    height: 1px;
    background-color: #4C4C4C1A;
    position: absolute;
    top: 100%;
    left: 0;
}
.services-tab .e-n-tab-title[aria-selected="false"]:hover::after{
    content: none;
}




/* Responsive part  */
@media only screen and (max-width:1366px){
    .header_active.elementor-sticky--effects .logo img{
        max-width: 140px;
        transition: all 0.4s ease-in-out;
    }
    .site-btn svg{
        font-size: 13px;
    }
    .faqs .e-n-accordion-item-title-icon .e-opened{
        height: 35px;
        width: 35px;
    }
    .faqs .e-n-accordion-item-title-icon .e-closed{
        height: 35px;
        width: 35px;
    }
    .copyright-text a{
        font-size: 17px !important;
    }

    .contact-form{
        .elementor-shortcode{
            p{
                font-size: 22px;
            }
            .gform_fields{
                margin-top: 20px;
                column-gap: 25px;
                row-gap: 25px;
            }
        }
    }
}
@media only screen and (max-width:1024px){
    .header_active.elementor-sticky--effects .logo img{
        max-width: 140px;
        transition: all 0.4s ease-in-out;
    }
    .faqs .e-n-accordion-item-title{
        height: 68px;
    }
    .faqs .e-n-accordion-item-title-icon .e-opened{
        height: 30px;
        width: 30px;
    }
    .faqs .e-n-accordion-item-title-icon .e-closed{
        height: 30px;
        width: 30px;
    }
    .copyright-text a{
        font-size: 16px !important;
    }

    .contact-form{
        .elementor-shortcode{
            p{
                font-size: 20px;
            }
            .gform_fields{
                margin-top: 18px;
                column-gap: 22px;
                row-gap: 22px;
            }
        }
    }
}
@media only screen and (max-width:880px){
    .header_active.elementor-sticky--effects .logo img{
        max-width: 130px;
        transition: all 0.4s ease-in-out;
    }
    .site-btn svg{
        font-size: 11px;
    }
    .copyright-text a{
        font-size: 15px !important;
    }

    .contact-form{
        .elementor-shortcode{
            p{
                font-size: 17px;
            }
            .gform_fields{
                margin-top: 15px;
                column-gap: 20px;
                row-gap: 20px;
            }
            .gfield_label{
                font-size: 16px;
                font-weight: 500;
                color: #0B0B09;
            }
            input:not([type="submit"]){
                padding: 18px 14px;
                font-size: 16px;
            }
            textarea{
                padding: 10px 14px;
                font-size: 16px;
            }
            input[type="submit"]{
                font-size: 16px !important;
                padding: 12px 18px !important;
            }
        }
    }
}
@media only screen and (max-width:767px){
    .header_active.elementor-sticky--effects .logo img{
        max-width: 115px;
        transition: all 0.4s ease-in-out;
    }
    .faqs .e-n-accordion-item-title{
        height: 80px;
    }
    .copyright-text a{
        font-size: 14px !important;
    }
    .contact-form{
        .elementor-shortcode{
            p{
                font-size: 16px;
                line-height: 24px;
            }
            .gfield{
                grid-column: span 12;
            }
            input:not([type="submit"]){
                font-size: 15px;
            }
            .gform-footer{
                justify-content: center;
            }
        }
    }
    .services-tab .e-n-tab-title[aria-selected="false"]::after{
        width: 100%;
    }
}