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

.themontessori_header-container > .e-con-inner {
    background-image: inherit;
    background-repeat: no-repeat;
    position: relative;
}

.themontessori_header-logo {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
}
.elementor a {
    text-decoration: none;
}
.elementor a:hover {
    text-decoration: none;
}
.admision-smallt {
    font-size: 19px;
    font-weight: 400;
}
.menu-main-sub nav.elementor-nav-menu--dropdown {
    min-height: 100vh;
}
.admision-bold {
    font-size: 40px;
    font-weight: 900;
}
.Parents-Zone-testmonial .wpr-testimonial-image img {
    height: auto;
    width: 120px !important;
}
figure.gallery-item .gallery-icon.portrait a{
    position: relative;
    display: inline-block;
    transition: all 0.3s ease-in-out;
}
.gallery-light-box a.e-gallery-item .e-gallery-image {
    position: relative;
}
figure.gallery-item .gallery-icon.portrait a::after, .gallery-light-box a.e-gallery-item .e-gallery-image::after{
    content: '';
    position: absolute;
    top: 0;
    border-radius: 30px;
    left: 0px;
    background: #FFD3AC99;
    width: 100%; 
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
figure.gallery-item .gallery-icon.portrait a::before, .gallery-light-box a.e-gallery-item .e-gallery-image::before {
    content: '';
    position: absolute;
    top: 50%;
    border-radius: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url('/wp-content/uploads/2024/12/gallery-icon.png')no-repeat;
    background-size: contain;
    background-position: center;
    width: 110px;
    z-index: 9;
    height: 110px;
    opacity: 0;
    visibility: hidden;
}

figure.gallery-item .gallery-icon.portrait a:hover::after, figure.gallery-item .gallery-icon.portrait a:hover::before, .gallery-light-box a.e-gallery-item .e-gallery-image:hover::after, .gallery-light-box a.e-gallery-item .e-gallery-image:hover::before{
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
}


.hero-banner .wpr-slider-title {
    margin-bottom: -24px;
}

#wpr-slider-prev-8a39561, #wpr-slider-next-8a39561 {
	width: 44px;
	height: 44px;
	background-image: url("/wp-content/uploads/2024/12/next-2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.contact-form-outer input.wpcf7-form-control, .contact-form-outer textarea.wpcf7-form-control {
    border: 1px solid #ECECEC;
    background-color: #fafafa;
    resize: none;
    margin-top: 8px;
}

.contact-form-outer input.wpcf7-form-control{
    height: 50px;
}
.contact-form-outer label.form-label {
    font-family: Nunito;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    line-height: 26px;
}
.contact-form-outer .form-row.row-2 p {
    display: flex;
    gap: 10px;
}
.contact-form-outer textarea.wpcf7-form-control {
    height: 200px;
}
.contact-form-outer .form-row.full-width p {
    text-align: right;
}
.contact-form-outer .form-row.full-width p input.wpcf7-submit {
    background: #FFD3AC;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.82px;
    border-radius: 40px;
    min-width: 135px;
}
.wpcf7-spinner{
    position: absolute;
    right: 0;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
    height:6px !important;
    position: relative;
    top: -3px !important;
    border-radius: 5px !important;
}

.menu-main-sub .menu-item-has-children ul.sub-menu li a:hover {
    background:#ECECEC !important;
    border-radius: 40px;
}

.menu-main-sub .menu-item-has-children ul.sub-menu{
    padding: 15px;
}
.cntc-roken-title{
    word-break: break-all;
}

/* responsive start */

@media(max-width: 1366px) {
    .themontessori_header-container > .e-con-inner {
        background-position: right;
    }
    .admision-bold {
        font-size: 35px;
        font-weight: 900;
    }
}
@media(max-width: 1024px) {
    .themontessori_header-container > .e-con-inner {
        background-position: 73% center;
    }

}
@media screen and (max-width:1200px) {
    .top-header-logo img {
        max-width: 150px !important;
    }
    .admision-bold {
        font-size: 30px;
        font-weight: 800;
    }

    figure.gallery-item .gallery-icon.portrait a::before, .gallery-light-box a.e-gallery-item .e-gallery-image::before {
        width: 80px;
        height: 80px;
    }
}

@media screen and (max-width:767px) {
    .contact-form-outer .form-row.row-2 p {
        display: flex;
        gap: 0px;
        flex-direction: column;
    }
    .contact-form-outer input.wpcf7-form-control {
        height: 36px;
        margin-top: 4px;
    }
    .admision-bold {
        font-size: 25px;
        font-weight: 800;
    }
}