/* 
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 */
body{ background-color: #FAFBFD;}
.footer_area .elementskit-navbar-nav-default .elementskit-navbar-nav>li{     
    line-height: 30px;
    width: 100%;}
.footer_area .elementor-section{ }
.trusted_by_clinic_area .ekit-wid-con .elementskit-infobox{ background:none;}
.news_section_rgt .elementor-widget-wrap{ border-radius: 10px;}
.footer_area ul{ list-style-type: none; padding: 0; margin: 0;}
.footer_area ul li{ list-style-type: none;line-height: 33px;}
#content{ margin-top:50px;}
.home #content{ margin-top:0;}
/* Main Form Row */
.custom-glp-form {
    display: flex;
    align-items: center;
    gap: 12px;
    /* background: #eef4f2; */
    padding: 20px;
    border-radius: 8px;
    flex-wrap: nowrap;
}

/* Input Fields */
.custom-glp-form input[type="text"],
.custom-glp-form input[type="email"],
.custom-glp-form select {
    height: 48px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 0 14px;
    font-size: 14px;
    background: #fff;
    width: 100%;
    outline: none;
}

/* Equal width for fields */
.custom-glp-form .wpcf7-form-control-wrap {
    flex: 1;
}

/* Select dropdown */
.custom-glp-form select {
    cursor: pointer;
    color: #666;
}

/* Submit button */
body .ekit-wid-con .ekit-form .custom-glp-form input[type="submit"],
.custom-glp-form input[type="submit"] {
    background: var(--e-global-color-primary);
    color: white;
    border: none;
    padding: 0 28px;
    height: 48px;
    border-radius: 4px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    margin: 0 !important;
}

/* Hover */
.custom-glp-form input[type="submit"]:hover {
    opacity: 0.9;
}

/* Mobile */
@media (max-width: 768px) {
    .custom-glp-form {
        flex-wrap: wrap;
    }

    .custom-glp-form .wpcf7-form-control-wrap,
    .custom-glp-form input[type="submit"] {
        width: 100%;
        flex: unset;
    }
}