/* 
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 Implement ------ */
.booK_caLl .elementor-button-text {
    background: -webkit-linear-gradient(45deg, #5BB3FF 0%, #1A55FA 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.booK_caLl:hover .elementor-button-text {
    background: -webkit-linear-gradient(45deg, #1A55FA 55%, #5BB3FF 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in;
}

.booK_caLl:hover .elementor-button-icon svg path {
    fill: #5BB3FF;
}

.resPonsive_call_icon .elementor-icon svg path:hover {
    fill: #1A55FA !important;
}


/* Dropdown Menu alignment CSS */
.gloBal_heaDermenu .sub-arrow {
    display: inline-block !important;
    position: absolute;
    right: 16px;
}

.gloBal_heaDermenu .sub-arrow svg {
    fill: #FFB400;
    width: 8px;
    height: 8px;
}

/* -------------------------------------- */

/* ------ Contact Us Page Footer Button Chnage ------ */

.contact_page_form .gform-footer {
    background-color: #fff !important;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;

    &:hover {
        background-color: transparent !important;
        border: 1px solid #fff;
    }
}

/* ------------------------------------- */


/* ------ Footer CSS Implemented ------ */
.fooTer_icon_list .elementor-icon-list-icon {
    padding: 0;
    filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
}

.contaCt_foRm .gform_heading {
    display: none;
}

.contaCt_foRm input[type="text"],
.contaCt_foRm input[type="tel"],
.contaCt_foRm input[type="email"],
.contaCt_foRm input[type="number"],
.contaCt_foRm input[type="url"],
.contaCt_foRm .gfield_select,
.contaCt_foRm .textarea {
    display: flex !important;
    align-items: center ;
    height: 60px !important;
    border-radius: 15px !important;
    border: 1px solid transparent !important;
    box-shadow: none !important;
    padding: 5px 22px !important;
    color: #00000035 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 26px !important;

    &:focus {
        outline: none !important;
        border: 1px solid #1A55FA !important;
        color: #000000 !important;
        transition: all 0.2s ease-in-out !important;
    }
}

.contaCt_foRm .gform_fields {
    gap: 15px !important;
}

.contaCt_foRm .gfield--input-type-captcha label {
    display: none;
}

.contaCt_foRm .gform-footer {
    margin: 0 !important;
}

.contaCt_foRm .gform_button {
    background: #000 !important;
    font-size: 24px !important;
    font-weight: 900 !important;
    font-family: 'Urbanist' !important;
    height: 53px !important;
    padding-right: 30px !important;
    border-radius: 50px !important;
    background: -webkit-linear-gradient(45deg, #5BB3FF 0%, #1A55FA 45%) !important;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    z-index: 2 !important;

    &:focus {
        outline: none !important;
        border-color: transparent !important;
    }
}

.contaCt_foRm .gform-footer {
    position: relative;
    margin-top: 10px;
    background-color: #000000;
    border-radius: 50px;
    height: 53px;

    &:hover {
        background-color: #ffffff;
        transition: all 0.3s ease-in-out;
    }
}

.contaCt_foRm .gform-footer::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='15' viewBox='0 0 24 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 7.56074C24 8.36699 23.6391 9.12637 23.0156 9.63731L17.7469 13.9686C16.5938 14.9154 14.8969 14.7467 13.95 13.5982C13.5516 13.1154 13.3359 12.5107 13.3359 11.8826V11.6811H4.19063C1.875 11.6811 0 9.80605 0 7.49043C0 5.1748 1.875 3.2998 4.19063 3.2998H13.2656V3.11699C13.2656 1.62637 14.475 0.416992 15.9656 0.416992C16.5984 0.416992 17.2078 0.637304 17.6906 1.04043L23.0297 5.47949C23.6484 5.99512 24.0047 6.75918 24 7.56074Z' fill='%231A55FA'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    z-index: 11;
    top: 35%;
    left: 63%;
}

.contaCt_foRm .gform_validation_errors {
    display: none !important;
}

.contaCt_foRm .gform_confirmation_message {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    text-align: center;
}

.contaCt_foRm .grecaptcha-badge {
    z-index: 51 !important;
}

/* ------------------------------------- */


/* ------ Homepage CSS Implemented ------ */
.booK_call_bttn:hover .elementor-icon svg path {
    fill: #1A55FA !important;
}

.hero_imageBox .elementor-image-box-img {
    margin-bottom: 0 !important;
    margin-top: 10px !important;
}

/* Sweper Section CSS */
.swePer_wrApEr .swiper-wrapper {
    align-items: center;
    position: relative;
    transition-timing-function: linear !important;
}

/* ---- Slider Part CSS Implemented ---- */

.lOop_carousEl .swiper {
    overflow: visible;
}

.lOop_carousEl .e-loop-item {
    opacity: 0.65 !important;
}

.lOop_carousEl .swiper-slide-next {
    background-color: #000;
    box-shadow: 0px 0px 38.2px 2px rgba(26, 85, 250, 0.63);
    transition: all 0.3s ease-in-out;
    opacity: 1 !important;
    border-radius: 20px;
    border: 1px solid #1A55FA;
}

.mobileReSponsive_slider .swiper {
    overflow: visible;
}

.mobileReSponsive_slider .swiper-slide {
    opacity: 0;
    transition: 0.3s !important;
    z-index: 11 !important;
}

.mobileReSponsive_slider .swiper-slide-active,
.mobileReSponsive_slider .swiper-slide-prev,
.mobileReSponsive_slider .swiper-slide-next {
    opacity: 1;
}

/* --------------------------------------------- */

/* ------ Testimonial Section ------ */
.testiMonial_loop_iTem {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.testiMonial_main_iTem:hover .load_moRe_butt .elementor-button {
    color: #000;
    transition: all 0.3s ease-in-out;
}

.imaGes_section_txt {
    background: -webkit-linear-gradient(45deg, #5BB3FF 0%, #1A55FA 45%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.itaLic_txt .last-word {
    font-style: italic;
}

/* ------ Why working With us CSS Implemented ------ */

.circle_effect .elementor-heading-title {
    height: 72px;
    width: 72px;
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* -------------------------------------- */

/* ------ Question Section CSS Implemnted ------ */


.asked_question .e-n-accordion-item-title:hover {
    background-image: linear-gradient(100deg, #5BB3FF 0%, #1A55FA 100%);
}


.asked_question .e-n-accordion-item-title[aria-expanded="true"] {
    background-image: linear-gradient(100deg, #5BB3FF 0%, #1A55FA 100%);
}

.asked_question .e-n-accordion-item-title[aria-expanded="false"] {
    color: #000 !important;
}

.asked_question .e-n-accordion-item-title[aria-expanded="false"]:hover {
    color: #fff !important;
}

.asked_question .e-n-accordion-item[open] {
    background-image: linear-gradient(100deg, #5BB3FF 0%, #1A55FA 100%);
    border-radius: 20px
}

/* --------------------------------------- */


@media(max-width: 1440px) {
    .winning_loop_conatiner {
        width: 100%;
    }
}

@media(max-width: 1200px) {

    .circle_effect .elementor-heading-title {
        height: 70px;
        width: 70px;
    }

    .lOop_carousEl .swiper-slide-active {
        background-color: #000;
        box-shadow: 0px 0px 38.2px 2px rgba(26, 85, 250, 0.63);
        transition: all 0.3s ease-in-out;
        opacity: 1 !important;
        border-radius: 20px;
        border: 1px solid #1A55FA;
    }

    .lOop_carousEl .swiper-slide-next {
        background-color: none;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
        opacity: unset;
        border-radius: unset;
        border: unset;
    }
}

@media(max-width: 1024px) {

    .circle_effect .elementor-heading-title {
        height: 60px;
        width: 60px;
    }

    .lOop_carousEl .swiper-slide-active {
        background-color: #000;
        box-shadow: 0px 0px 38.2px 2px rgba(26, 85, 250, 0.63);
        transition: all 0.3s ease-in-out;
        opacity: 1 !important;
        border-radius: 20px;
        border: 1px solid #1A55FA;
    }

    .lOop_carousEl .swiper-slide-next {
        background-color: none;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
        opacity: unset;
        border-radius: unset;
        border: unset;
    }

    /* Footer form css */
    .contaCt_foRm .gform-footer::after {
        left: 66%;
    }
}

@media(max-width: 880px) {

    .circle_effect .elementor-heading-title {
        height: 50px;
        width: 50px;
    }

    /* Footer form css */
    .contaCt_foRm .gform-footer::after {
        left: 60%;
    }

    .contact_page_form .gform-footer::after {
        left: 68% !important;
    }

    .lOop_carousEl .swiper-slide-active {
        background-color: #000;
        box-shadow: 0px 0px 38.2px 2px rgba(26, 85, 250, 0.63);
        transition: all 0.3s ease-in-out;
        opacity: 1 !important;
        border-radius: 20px;
        border: 1px solid #1A55FA;
    }

    .lOop_carousEl .swiper-slide-next {
        background-color: none;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
        opacity: unset;
        border-radius: unset;
        border: unset;
    }
}

@media(max-width: 767px) {

    .contaCt_foRm input[type="text"],
    .contaCt_foRm input[type="tel"],
    .contaCt_foRm input[type="email"],
    .contaCt_foRm input[type="number"],
    .contaCt_foRm input[type="url"] {
        height: 45px;
    }

    .lOop_carousEl .swiper-slide-active {
        background-color: #000;
        box-shadow: 0px 0px 38.2px 2px rgba(26, 85, 250, 0.63);
        transition: all 0.3s ease-in-out;
        opacity: 1 !important;
        border-radius: 20px;
        border: 1px solid #1A55FA;
    }

    .lOop_carousEl .swiper-slide-next {
        background-color: none;
        box-shadow: none;
        transition: all 0.3s ease-in-out;
        opacity: unset;
        border-radius: unset;
        border: unset;
    }

    .circle_effect .elementor-heading-title {
        height: 40px;
        width: 40px;
        margin: 0 auto;
    }

    /* Footer form css */
    .contaCt_foRm .gform-footer::after {
        left: 70%;
    }

    /* Mobile Responsive Testimonial Slider OWL Carousel */
    .respon_google_image {
        display: inline-flex;
    }

    .testiMonial_loop_iTem {
        padding: 20px;
        border-radius: 20px;
        row-gap: 25px;
        display: flex;
        justify-content: space-between;
        border: 1px solid #00000090;
        min-height: 400px !important;
    }

    .testiMonial_main_iTem {
        padding: 0;
    }

    .responsive_contentarea {
        row-gap: 20px;
        padding: 0;
    }

    .resposive_test_btn a {
        background: transparent !important;
        color: #00000090 !important;
        text-transform: capitalize !important;
        font-size: 16px !important;
        letter-spacing: 0.8px !important;
        line-height: 20px !important;
        padding: 0 !important;
        margin-left: 15px !important;
    }

    .testimonial_respon_p {
        font-size: 15px;
        font-weight: 500;
    }

    .comapny_details {
        padding: 0;
    }

    .days_testimonial_post .elementor-icon-list-text {
        font-size: 12px;
    }

    .owl-dots {
        margin-top: 25px !important;
    }

    .owl-dots .active span {
        background-color: #5BB3FF !important;
    }



    .off_canVas_responsive {
        padding: 0;
        border-radius: 20px;
        padding: 20px;
    }

    .offCanva_responsive {
        padding: 0;
    }

    .offCanva_responsivetwo {
        gap: 20px;
    }

    .offCanva_responsivetwo p {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        color: #000;
    }

    .oFfCanva_close {
        top: 0;
        right: 0;
    }

    .oFfCanva_close svg {
        font-size: 25px;
    }

    .canVa_off_repsonsive{
        padding: 0;
    }

    .e-off-canvas__main{
        border: 1px solid #000;
        border-radius: 20px;
        background-color: #fff;
    }

    .e-off-canvas__content {
        box-shadow: none !important;
        border-radius: 20px !important;
        height: auto !important;
        border-radius: 20px !important;
    }

    .e-off-canvas__overlay {
        box-shadow: none !important;
        border-radius: 20px;
        border: 1px solid #000 !important;
        background-color: #fff !important;
    }


}