/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
.customPopupModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    justify-content: center;
    align-items: flex-start;
    display: none;
    padding: 60px 20px;
    overflow-y: auto;
    transition: opacity 0.3s ease;
}

.customPopupModal.open {
    display: flex !important;
    opacity: 1;
}

.popupInnerDiv {
    width: 100%;
    max-width: 740px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    animation: fadeInUp 0.3s ease;
    margin-top: 0;
}

.imageDivCP img {
    width: 100%;
    aspect-ratio: 1.5;
    object-fit: cover;
}
.term_desc_popup {
    font-family: "Inter", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222;
    padding-bottom: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
.contentDivCP {
    padding: 20px;
	background:#ECECEC;
}
.contentDivCP .term_title {
    margin-bottom: 10px;
    font-family: "Inter", Sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #222222;
    padding-bottom: 8px;
}
.contentDivCP p {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222;
    padding-bottom: 20px;
    margin-bottom: 0px !important;
}

.closePopup {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #EE2A7B;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: #fff !important;
    font-size: 20px !important;
    line-height: 30px !important;
    text-align: center;
    cursor: pointer;
}

.closePopup::before {
    content: "×";
    font-size: 20px;
    display: block;
    position: relative;
    top: -2px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.page-template-bounceincv4-plugin-page #main{
	z-index:999999 !important;
}

/***************************/
.menuWithSubMenu {
    position: relative;
    display: inline-block;
    width: 100%;
	z-index:9999;

}
.zindexx99999 {
 z-index: 999999
}
.elementor-location-footer {
    z-index: 9;
    position: relative;
}

.mainMenuBtn {
    padding: 6px 20px;
    background-color: #EE2A7B;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

/* Default (downward) */
.customDropdown {
    display: none;
    position: absolute;
    background-color: #ECECEC;
    min-width: 310px;
    padding: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border-radius: 12px;
    z-index: 1;
    margin-top: 5px;
    left: 0;
    top: 55px;
    overflow: hidden;
}

/* When dropdown opens upward */
.customDropdown.open-up {
    bottom: 55px;
    top: auto;
    margin-top: 0;
    margin-bottom: 5px;
}

.customDropdown.align-left {
    left: auto;
    right: 0;
}

.customDropdown.show {
    display: block;
}

.menuWithSubMenu .main-item {
    padding: 12px 0;
    cursor: pointer;
    font-weight: bold;
    color: #222222;
    transition: background-color 0.3s ease;
    font-size: 14px !important;
    display: flex;
    font-weight: 600;
    align-items: center;
    line-height: 1 !important;
    justify-content: space-between;
    transition: background-color 0.3s ease;
    font-family: "HurmeGeometricSans3-Bold", Sans-serif !important;
}

.menuWithSubMenu .main-item:hover {
    color: #EE2A7B;
}

.menuWithSubMenu .main-item .arrow {
    transition: transform 0.3s ease;
}

.menuWithSubMenu .fa.fa-angle-down::before,
.menuWithSubMenu .main-item .arrow i::before {
    content: "" !important;
}

.menuWithSubMenu .active .arrow {
    transform: rotate(180deg);
}

.chooselocation {
    gap: 10px;
    min-width: 280px;
}
.signupeditbook,
.venue_pricing_button {
    gap: 10px;
    min-width: 280px;
}

.editsignin_booking {
    min-width: 280px;
}

.menuWithSubMenu .sub-menu {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.4s ease;
    padding-left: 24px;
}

.menuWithSubMenu .active .sub-menu {
    max-height: 300px;
    /* enough to reveal all items */
    overflow-y: auto;
}

.menuWithSubMenu .sub-menu-item {
    padding: 12px 0;
    cursor: pointer;
    color: #222222;
    transition: background-color 0.3s ease;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    display: inline-block;
    width: 100%;
    font-family: "HurmeGeometricSans3-Bold", Sans-serif !important;
}

.menuWithSubMenu .sub-menu-item:hover {
    color: #EE2A7B;
}

.menuWithSubMenu .active>.main-item {
    color: #EE2A7B;
}

.locationButton {
    font-family: "HurmeGeometricSans3-Bold", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    background-color: #00ADDB !important;
    border: 1px solid #00ADDB !important;
    padding: 13px 8px !important;
    display: inline-flex !important;
    color: #fff !important;
    align-items: center;
    width: 100%;
    line-height: 1 !important;
    justify-content: center;
}

.locationButton.chooselocation_home {
    padding: 12px 18px !important;
    gap: 10px;
    width: calc(100% - 2px);
}

.locationButton:focus,
.locationButton:hover {
    color: #00ADDB !important;
    background-color: #fff !important;
}

.editsignin_booking {
    gap: 10px;
    background-color: #EE2A7B !important;
    border: 1px solid #EE2A7B !important;
}

.editsignin_booking:focus,
.editsignin_booking:hover {
    color: #EE2A7B !important;
    background-color: #fff !important;
}
.gallery_slider {
    border-radius: 20px;
    overflow: hidden;
}
@media only screen and (min-width: 1025px) {
    .slider_info > div > div, .slider_info > div {
        height: 100%;
    }
    .slider_info .gallery_slider {
        height: 100%;
    }
    .slider_info .gallery_slider div {
        height: 100%;
    }
    .slider_info .gallery_slider figure {
        height: 100%;
    }
    .slider_info .gallery_slider figure img {
        height: 100%;
        object-fit: cover;
    }
    .slider_info .gallery_slider .elementor-swiper-button {
        height: auto
    }
}

@media only screen and (max-width: 767px) {
    .customDropdown {
        min-width: 270px;
    }
    .locationButton {
        font-size: 12px !important;
    }
    .locationButton {
        padding: 10px 8px !important;
    }
}
