/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/


/* Header CSS */
.sc-links > .elementor-grid{
    flex-wrap: nowrap !important; 
}

/* footer css */
.divider-line{
    opacity: 0.15;
}

.header-menu .menu-item-has-children.current-menu-parent > a,
.header-menu .menu-item-has-children.current-page-ancestor > a {
    color: #D80E0E;
}

/*Homepage CSS*/

/* Google Review Slider CSS */

.ti-widget.ti-goog.ti-disable-font .ti-widget-container, .ti-widget.ti-goog.ti-disable-font .ti-widget-container *, .ti-widget.ti-goog.ti-disable-font .ti-enable-widget{
    font-family: "Open Sans" !important;
}
.review-slider .ti-widget.ti-goog .ti-widget-container .ti-name{
    color: rgba(28, 28, 28, 1);
    font-weight: 800;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}
.review-slider .ti-verified-review.ti-verified-platform{
    display: none !important;
}
.review-slider .ti-widget.ti-goog .ti-review-content{
    font-size: 18px !important;
    line-height: 28px !important;
    color: rgba(92, 92, 92, 1) !important;
    font-weight: 400;
}

/* Portfolio Sec CSS */
.portfolioBox .hoverBox{
    opacity: 0;
    transition: opacity 0.3s ease;
}
.portfolioBox:hover .hoverBox{
    opacity: 1;
    transition: opacity 0.3s ease;
}
.portfolioSlider .elementor-swiper-button:hover svg path{
    fill: #fff;
    transition: all 0.3s ease;
}

/* Inner Page Heading */
.dual_heading span{
    font-weight: 400;
    letter-spacing: 0.24em;
}

/* Services page CSS */
.process-grid {
    counter-reset: numbers;
    position: relative;
}
.process-box-icon::after{
    counter-increment: numbers;
  	content: counter(numbers, decimal-leading-zero);
    font-family: "Oswald";
    font-weight: 700;
    font-size: 150px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: transparent;
    text-transform: uppercase;
    background: linear-gradient(180deg, #0B08C4 0%, rgba(11, 8, 196, 0.1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    opacity: 0.15;
    position: absolute;
    top: 100%;
    margin-top: -45px;
}

/* Contact Page CSS */
.cta-box{
    display: flex;
}
.cta-box 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);
}
.cta-box:hover .elementor-icon-box-content .elementor-icon-box-title{
    color: #1C1C1C !important;
}
.cta-box:hover .elementor-icon-box-content .elementor-icon-box-description{
    color: #1C1C1C !important;
}
.cta-box:hover .elementor-icon-box-icon .elementor-icon{
    background-color: #D80E0E !important;
}
.cta-box:hover .elementor-icon-box-icon .elementor-icon svg path{
    fill: #fff;
}

/* Contact Form CSS */
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
   row-gap: 23px;
   column-gap: 30px;
}
.contactUs .elementor-shortcode .gform_wrapper .gform_heading, .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_required{
    display: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
    font-size: 24px;
    font-weight: 800;
    color: #1C1C1C;
    font-family: "Open Sans";
    text-transform: uppercase;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
    height: 68px;
    padding: 0 30px;
    border: 1px solid #CECECE;
    border-radius: 100px;
    box-shadow: none;
    font-size: 18px;
    font-weight: 400;
    color: #5C5C5C;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:focus{
   outline: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
   padding: 18px 30px;
   border: 1px solid #CECECE;
   border-radius: 20px;
   box-shadow: none;
   font-size: 18px;
   font-weight: 400;
   color: #5C5C5C;
   resize: none;
   white-space: pre-wrap; 
   word-wrap: break-word; 
   overflow-wrap: break-word;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea:focus{
   outline: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer{
   margin-block-start: 9px;
   justify-content: center;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
   border-radius: 100px;
   box-shadow: 0;
   border: 0;
   padding: 18px 52px;
   font-size: 20px;
   font-weight: 700;
   background-color: #D80E0E;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:hover{
    background-color: #0B08C4;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button:focus{
    outline: none;
}
.contactUs .elementor-shortcode .gform_wrapper .gform_validation_errors{
   display: none;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_contains_required:has(.gfield_validation_message) input:not([type="submit"]){
   border: 1px solid #c02b0a;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_contains_required:has(.gfield_validation_message) select{
   border: 1px solid #c02b0a;
}
.contactUs .elementor-shortcode .gform_wrapper .gform_confirmation_message{
    text-align: center;
}
.contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .grecaptcha-badge{
    z-index: 10;
}

.ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
    font-size: 20px;
    font-weight: 800;
    color: #1C1C1C;
    font-family: "Open Sans";
    text-transform: uppercase;
}

.ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
    height: 68px;
    border-radius: 100px;
    box-shadow: none;
    padding-left: 30px;
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 18px;
    border: 1px solid #CECECE;
    font-weight: 400;
    color: #5C5C5C;
    appearance: none;        
    -webkit-appearance: none; 
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.44461 10.5626L-9.23285e-08 2.11223L2.11078 -7.38251e-07L9.5 7.39429L16.8892 -9.22651e-08L19 2.11223L10.5554 10.5626C10.2755 10.8427 9.89583 11 9.5 11C9.10417 11 8.72455 10.8427 8.44461 10.5626Z' fill='%23222222'/%3E%3C/svg%3E%0A");
    background-size: 19px;
    background-position: calc(100% - 30px);
}
.ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select:focus{
    outline: none;
}

.cta-phone a{
    font-weight: 600;
    transition: all 0.4s ease;
    display: inline !important;
    color: #D80E0E;
}



/* Responsive Part */
@media only screen and (min-width: 1025px) and (max-width: 1908px) {
    html{
        zoom: 0.85;
        zoom: 85%;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1729px) {
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a{
        margin-inline-end: calc( 85px / 2 );
    }
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a{
        margin-inline-start: calc( 85px / 2 );
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1599px) {
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a{
        margin-inline-end: calc( 40px / 2 );
    }
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a{
        margin-inline-start: calc( 40px / 2 );
    }
    .menu-box{
        column-gap: 40px !important;
    }
}
@media only screen and (min-width: 1367px) and (max-width: 1600px) {
    .portfolioSlider .elementor-swiper-button-prev{
        left: 322px !important;
    }
    .portfolioSlider .elementor-swiper-button-next{
        right: 322px !important;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1366px) {
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:last-child) > a{
        margin-inline-end: calc( 28px / 2 );
    }
    .header-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu > li:not(:first-child) > a{
        margin-inline-start: calc( 28px / 2 );
    }
    .menu-box{
        column-gap: 10px !important;
    }
}



@media only screen and (max-width: 1366px){
    .review-slider .ti-widget.ti-goog .ti-widget-container .ti-name{
        font-size: 22px;
        line-height: 32px;
    }
    .review-slider .ti-widget.ti-goog .ti-review-content{
        font-size: 17px !important;
        line-height: 27px !important;
    }
    .process-box-icon::after{
        font-size: 120px;
        margin-top: -30px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 20px;
        column-gap: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 22px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 58px;
        padding: 0 25px;
        font-size: 17px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        padding: 16px 25px;
        font-size: 17px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 15px 45px;
        font-size: 18px;
    }
    .ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
        height: 58px;
        padding-left: 25px;
        padding-top: 8px;
        padding-bottom: 7px;
        font-size: 17px;
        background-position: calc(100% - 25px);
        background-size: 15px;
    }
}


@media only screen and (max-width: 1024px){
    .header-menu .sub-menu .elementor-sub-item{
        margin-bottom: 10px;
    }
    .review-slider .ti-widget.ti-goog .ti-widget-container .ti-name{
        font-size: 20px;
        line-height: 30px;
    }
    .review-slider .ti-widget.ti-goog .ti-review-content{
        font-size: 16px !important;
        line-height: 26px !important;
    }
    .process-box-icon::after{
        font-size: 100px;
        margin-top: -30px;
    }

    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 20px;
        column-gap: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 20px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 48px;
        padding: 0 25px;
        font-size: 16px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        padding: 16px 25px;
        font-size: 16px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 12px 30px;
        font-size: 17px;
    }
    .ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
        height: 48px;
        padding-left: 20px;
        padding-top: 4px;
        font-size: 16px;
        background-position: calc(100% - 20px);
        background-size: 14px;
    }
}


@media only screen and (max-width: 880px){
    .review-slider .ti-widget.ti-goog .ti-widget-container .ti-name{
        font-size: 18px;
        line-height: 28px;
    }
    .review-slider .ti-widget.ti-goog .ti-review-content{
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 15px;
        column-gap: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 17px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 40px;
        padding: 0 20px;
        font-size: 15px;
        border-radius: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        padding: 14px 20px;
        font-size: 15px;
        border-radius: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 10px 25px;
        font-size: 16px;
    }
    .ctaPopup .elementor-shortcode .gform_wrapper form .gform_body .gform_fields select{
        height: 40px;
        padding-left: 20px;
        padding-top: 0px;
        font-size: 15px;
        background-position: calc(100% - 20px);
        background-size: 14px;
        border-radius: 15px;
    }
}



@media only screen and (max-width: 767px){
    .header-menu .sub-menu .elementor-sub-item{
        margin-bottom: 8px;
    }
    .header-menu .elementor-item{
        line-height: 35px !important;
    }
    .review-content, .review-img{
        position: unset !important;
    }
    .review-slider .ti-widget.ti-goog .ti-widget-container .ti-name{
        font-size: 17px;
        line-height: 27px;
    }
    .review-slider .ti-widget.ti-goog .ti-review-content{
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .process-box-icon::after{
        font-size: 80px;
        margin-top: -23px;
    }

    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields{
        row-gap: 12px;
        column-gap: 12px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield--width-half{
        grid-column: span 12;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields .gfield_label{
        font-size: 16px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields input:not([type="submit"]){
        height: 40px;
        padding: 0 20px;
        font-size: 14px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_body .gform_fields textarea{
        padding: 14px 20px;
        font-size: 14px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer input[type="submit"].gform_button{
        padding: 5px 15px;
        font-size: 15px;
    }
    .contactUs .elementor-shortcode .gform_wrapper form .gform_footer{
        margin-block-start: 9px;
        justify-content: flex-start;
    }
    .contactUs .elementor-shortcode .gform_wrapper .gform_confirmation_message{
        text-align: left;
    }
}