/*
Theme Name: Sprouts Child
Theme URI: http://demo.7iquid.com/sprouts/
Author: 7iquid
Author URI: http://themeforest.net/user/7iquid
Template: sprouts
Description: Little Sprouts is a modern WordPress theme designed for kindergartens and early childhood education websites. Little Sprouts is perfect for Kindergartens, Preschools, Child Care Centers, Daycares, Nursery Schools, Art & Craft Classes, and other Children and Education-related websites. It is fully responsive, retina ready, and easy to customize, making it a great choice for anyone looking to create a fun, engaging, and professional website for children's services.
Version: 1.0
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: sprouts
Tags: academy, art, baby, babysitters, child, childcare, education, elementor, kids, kindergarten, modern, nursery, preschool, responsive, toys, portfolio website, startup agency, UX/UI agency, multipurpose WordPress theme
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Sticky Button */
.sticky-tour-btn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ff6b35;
    color: #fff;
    padding: 15px 12px;
    writing-mode: vertical-rl;
    text-decoration: none;
    font-weight: 600;
    border-radius: 8px 0 0 8px;
    z-index: 9999;
    animation: pulse 2s infinite;
    transition: 0.3s;
}

.sticky-tour-btn:hover {
    background: #e85a2a;
	 color: #fff !important;
	font-weight: 300;
}
sticky-tour-btn:hover a {
    color: #fff !important;
	font-weight: 300;
}
/* Pulse Animation */
@keyframes pulse {
    0% { box-shadow: 0 0 0 0 rgba(255,107,53, 0.7); }
    70% { box-shadow: 0 0 0 15px rgba(255,107,53, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255,107,53, 0); }
}

/* Mobile Style */
@media (max-width: 768px) {
    .sticky-tour-btn {
        writing-mode: horizontal-tb;
        bottom: 20px;
        top: auto;
        right: 20px;
        border-radius: 50px;
        padding: 12px 20px;
    }
}

/* Popup Overlay */
/*
.tour-popup {
    display: none;
    position: fixed;
    z-index: 10000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    overflow-y: auto; 
    padding: 40px 15px;
}
*/
/* Popup Box */
/*
.tour-popup-content {
    background: #fff;
    width: 100%;
    max-width: 600px;
    margin: 50px auto;
    padding: 30px;
    border-radius: 10px;
    position: relative;
    max-height: 90vh;       
    overflow-y: auto;       
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}
*/
/* Overlay */
.tour-popup {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 10000;
	 overflow: hidden;
}

/* FULL SCREEN CONTENT */
.tour-popup-content {
    height: 100vh;
    overflow-y: auto;
}

/* BIG FLOATING CLOSE BUTTON */
.close-popup {
    position: fixed;   /* 🔥 key fix */
    top: 20px;
    right: 20px;

    width: 50px;
    height: 50px;

    font-size: 30px;
    font-weight: bold;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #fff;
    color: #333;

    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);

    cursor: pointer;
    z-index: 10001;   
}

.wpcf7 form.wpcf7-form .wpcf7-response-output{
	color:#006400 !important;
}

.amelia-v2-booking #amelia-container.am-fs__wrapper{
	margin: 10px auto !important;
}
.amelia-app,
.am-fs__main,
.am-fs__wrapper {
    max-height: none !important;
   
}
.am-fs__footer {
    position: sticky !important;
    bottom: 0;
    background: #fff;
    z-index: 20;
    padding: 15px;
    border-top: 1px solid #eee;
}
.am-fs__main {
	overflow: visible !important;
}