/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

 /* Global */
p:last-child {
    margin-bottom: 0;
}
a {
    color: #fff;
}
a:hover {
    color: #40B8E9;
}
.full-button a { 
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    height: 53px;
}

/* Header */

/*Content*/
.main-banner {
    overflow: visible !important;
}
.banner-li ul {
    padding-left: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 19.2px;
}
.review-testi .elementor-testimonial__footer img{ 
    object-fit: contain !important;
}
.review-testi .elementor-testimonial__footer{
    justify-content: space-between !important;
}
.review-testi .elementor-testimonial__footer .elementor-testimonial__cite{
    text-align: right !important;
}

/*Gravity Form*/
.gform_heading {
    display: none !important;
}
#gform_fields_1 legend.gfield_label,
#gform_fields_1 label.gfield_label {
    font-family: "Nokora";
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
}
#gform_fields_1 textarea,
#gform_fields_1 input {
    border: 2px solid #40B8E9;
}
#gform_fields_1 {
    display: flex !important;
    flex-direction: column !important;
    gap: 20px !important;
}
#gform_wrapper_1 #gform_1 #gform_submit_button_1 {
    max-width: 242px;
    width: 100%;
    height: 53px;
    font-family: "Nokora";
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    background: #061733;
    border-radius: 0;
}
#gform_wrapper_1 #gform_1 #gform_submit_button_1:hover {
    background:transparent;
    border: 2px solid #40B8E9;
    color: #061733;
}
@media only screen and (max-width: 767px){ 
    .main-banner .elementor-icon-box-wrapper {
        display: flex !important;
        text-align: left !important;
        gap: 20px !important;
        align-items: center !important;
    }
    .main-banner .elementor-icon-box-wrapper .elementor-icon-box-icon {
        margin-bottom: 0 !important;
    }
    .our-serv > .e-con-inner{
        display: flex !important;
        justify-content: center !important;
    }
    .our-serv > .e-con-inner > .elementor-element {
        max-width: 350px !important;
    }
}