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



p {
    margin-block-end: 0px !important;
}

.elementor-widget-n-accordion .e-n-accordion-item-title {
     border-radius: 10px 10px 0 0 !important;
}

.elementor-widget-n-accordion .e-child {
    border-radius: 0 10px 10px !important;
}


.pn-wrapper {
    display: flex !important;
}

div#map1, .wpgmp_map {
    border-radius: 20px;
}

body {
	overflow-x:hidden;
}

.footerGirl {
	overflow:hidden;
}

.cf7-subscribe-wrap {
    position: relative;
    width: 100%;
    max-width: 680px;
    height: 48px;
    background: #f5f5f5;
    border-radius: 999px;
    overflow: hidden;
}

.cf7-subscribe-wrap p {
    margin: 0;
}

.cf7-subscribe-wrap .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}

.cf7-subscribe-wrap input[type="email"] {
    width: 100%;
    height: 48px;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 0 180px 0 22px;
    font-size: 18px;
    color: #1d2138;
    box-shadow: none !important;
}

.cf7-subscribe-wrap input[type="email"]::placeholder {
    color: #1d2138;
    opacity: 1;
}

.cf7-subscribe-wrap input[type="submit"] {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 40px;
    min-width: 145px;
    border: none !important;
    border-radius: 999px;
    background: #f5a623 !important;
    color: #1d2138 !important;
    padding: 0 28px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    box-shadow: none !important;
    margin: 0 !important;
    z-index: 2;
}

.cf7-subscribe-wrap input[type="submit"]:hover {
    background: #e89716 !important;
}

.cf7-subscribe-wrap .wpcf7-spinner {
    display: none !important;
}

.wpcf7 form .wpcf7-response-output {
	color:#fff;
}


nav.custom-page-breadcrumb a {
    color: #F6F6F699 !important;
}



.scroll-text::-webkit-scrollbar {
    width: 8px;
}

.scroll-text::-webkit-scrollbar-track {
    background: transparent;
}

.scroll-text::-webkit-scrollbar-thumb {
    background: rgba(26, 27, 55, 0.6);
    border-radius: 10px;
}


.scroll-text {
    height: 500px;
    overflow-y: auto;
    scrollbar-width: thin;
    padding: 5px;
}


@media (max-width: 1024px) {
    div#map3 {
        width: 90vw !important;
    }
}

