/*
Theme Name: Edunest Preschool Child
Theme URI: https://pickcelmedia.com/
Author: Khushal Rathod
Author URI: https://pickcelmedia.com/
Description: Modern Custom Edunest Preschool WordPress Theme
Version: 1.0
Template: hello-elementor
License: GPL v2 or later
Text Domain: edunest-preschool
*/

.header-main .logo, .custom-logo-link{
    display: block;
    max-width:150px;
}
.logo img, .custom-logo-link img{
    max-width: 100%;
    height: auto;
}

.program-main-content p {
    font-size: 16px;
    line-height: 28px;
    color: #555;
    margin-bottom: 15px;
}

.program-main-content li {
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #333;
    position: relative;
    padding-left: 28px;
}

/* TRUE CHECK ICON */
.program-main-content li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 2px;
    color: #f3a05e;
    font-weight: bold;
    font-size: 14px;
}

.program-main-content h3{
    margin: 5px 0px 15px;
}

@media (max-width: 575px) {
    .inquiry-btn-group{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .header-main .logo{
        max-width: 125px;
    }
    .inquiry-btn-group .theme-btn .theme-text, .inquiry-btn-group .theme-btn .theme-text2{
        font-size: 10px !important;
    }
    .inquiry-btn-group .theme-btn .theme-bg svg, .inquiry-btn-group .theme-btn .bg svg{
        height: 42px !important;
        width: max-content;
    }
}

.custom-div .creative-learning-section {
    position: relative;
}

.custom-div .about-image-wrapper {
    position: relative;
}

.custom-div .main-image {
    border-radius: 30px;
    width: 100%;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

.custom-div .floating-box {
    position: absolute;
    background: #f88c26;
    color: #fff;
    padding: 18px 24px;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.custom-div .box-1 {
    left: -20px;
    bottom: 30px;
}

.custom-div .box-2 {
    top: 30px;
    right: -20px;
}

.custom-div .feature-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: all .4s;
    height: 100%;
}

.custom-div .feature-card:hover {
    transform: translateY(-10px);
}

.custom-div .feature-card .icon {
    width: 70px;
    height: 70px;
    background: #FDF4EC;
    border-radius: 50%;
    line-height: 70px;
    text-align: center;
    font-size: 28px;
    color: #f88c26;
    margin-bottom: 20px;
    display:flex;
    align-items: center;
    justify-content:center;
}

.custom-div .choose-card {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    text-align: center;
    transition: all .4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.custom-div .choose-card:hover {
    transform: translateY(-10px);
}

.custom-div .choose-card .icon {
    width: 90px;
    height: 90px;
    margin: auto;
    background: #FDF4EC;
    border-radius: 50%;
    line-height: 90px;
    text-align: center;
    color: #f88c26;
    font-size: 35px;
    margin-bottom: 25px;
    display:flex;
    align-items: center;
    justify-content:center;
}

.custom-div .learning-step {
    background: #fff;
    border-radius: 30px;
    padding: 40px 30px;
    transition: all .4s;
    height: 100%;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.custom-div .learning-step:hover {
    transform: translateY(-10px);
    background: #FDF4EC;
}

.custom-div .step-number {
    width: 80px;
    height: 80px;
    background: #f88c26;
    color: #fff;
    border-radius: 50%;
    line-height: 80px;
    margin: auto;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.custom-div .gallery-item img {
    border-radius: 25px;
    transition: all .4s;
    width: 100%;
}

.custom-div .gallery-item {
    overflow: hidden;
    border-radius: 25px;
}

.custom-div .gallery-item:hover img {
    transform: scale(1.08);
}

.custom-div .cta-wrapper {
    background: #74b32b;
    padding: 70px;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}
.custom-div h4{
    font-weight: 600;
}
.custom-div .cta-content h2,
.cta-content p,.custom-div 
.cta-content .scustom-div ub-title {
    color: #fff;
}

@media (max-width: 767px) {

    .floating-box {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin-top: 20px;
        display: inline-block;
    }

    .cta-wrapper {
        padding: 40px 25px;
    }

}

.post-type-archive-testimonials{
    background-color: #c8cdff;
}

.faq-content-1 .accordion-box .block .acc-btn{
    font-size: 18px !important;
    padding-right: 15px;
}


.whatsapp-float {
    position: fixed;
    left: 20px;
    bottom: 20px;
    width: 65px;
    height: 65px;
    background: #25D366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 34px;
    line-height: 65px;
    z-index: 9999;
    box-shadow: 0 5px 20px rgba(0,0,0,0.25);
    transition: all 0.3s ease-in-out;
    animation: whatsappBounce 2s infinite, whatsappPulse 2s infinite;
}

.whatsapp-float i {
    animation: whatsappShake 2s infinite;
    display: inline-block;
}

.whatsapp-float:hover {
    transform: scale(1.12);
    color: #fff;
}

/* Pulse Animation */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

/* Bounce Animation */
@keyframes whatsappBounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}

/* Shake Icon Animation */
@keyframes whatsappShake {
    0%, 100% {
        transform: rotate(0deg);
    }
    20% {
        transform: rotate(12deg);
    }
    40% {
        transform: rotate(-12deg);
    }
    60% {
        transform: rotate(8deg);
    }
    80% {
        transform: rotate(-8deg);
    }
}

@media (max-width: 767px) {
    .whatsapp-float {
        width: 58px;
        height: 58px;
        line-height: 58px;
        font-size: 30px;
        left: 15px;
        bottom: 15px;
    }
}
.testimonial-user-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2da8e0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-user-icon i {
    font-size: 26px;
    color: #f88c26;
}
.mfp-bg{
    z-index: 99999 !important;
}
.mfp-wrap {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    height: 80vh !important;
    z-index: 99999 !important;
}
.marquee-section2 .bg-shape{
    width: 100%;
}
.marquee-section2 .bg-shape img{
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.bbb-section{
    background:#fffaf5;
    position:relative;
}
.bbb-box{
    background:#fff;
    border-radius:30px;
    padding:35px;
    height:100%;
    transition:.4s;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}
.bbb-box:hover{
    transform:translateY(-10px);
}
.bbb-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    font-size: 40px;
    border-radius: 50%;
    background: #ffffff;
    margin-bottom: 25px;
    border: 2px solid #f88c26;
    box-shadow: inset 1px 1px 10px -3px #f88c26;
}
.bbb-box:nth-child(2) .bbb-icon{
    background:#f88c26;
}
.bbb-box h3{
    font-size:30px;
    margin-bottom:15px;
}
.bbb-subtitle{
    color:#666;
    margin-bottom:20px;
}
.bbb-box ul{
    margin:0;
    padding:0;
    list-style:none;
}
.bbb-box ul li{
    padding-left:28px;
    position:relative;
    margin-bottom:12px;
}
.bbb-box ul li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#2da8e0;
    font-weight:bold;
}
.quote-box{
    background:#fff4e9;
    padding:15px;
    border-radius:15px;
    margin:20px 0;
    font-weight:600;
}
.bbb-tags{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:20px;
}
.bbb-tags span{
    background:#2da8e0;
    color:#fff;
    padding:8px 16px;
    border-radius:50px;
    font-size:14px;
}
.choose-us-wrapper-2 .choose-us-content ul{
    gap: 0px !important;
}