.chairman-image-area {
    position: relative;
    padding: 0px;
}

.chairman-main-image {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .12);
}

.chairman-main-image img {
    width: 100%;
    border-radius: 25px;
}

.chairman-badge {
    position: absolute;
    left: -10px;
    bottom: 40px;
    background: #ff6b6b;
    color: #fff;
    padding: 18px 25px;
    border-radius: 20px;
    text-align: center;
    z-index: 3;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.chairman-badge h4 {
    margin: 0;
    font-size: 30px;
    color: #fff;
}

.chairman-badge span {
    font-size: 14px;
}

.shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    animation: floatY 4s infinite;
}

.shape-2 {
    position: absolute;
    right: 20px;
    top: 30px;
    animation: floatX 4s infinite;
}

.chairman-section {
    position: relative;
}

.chairman-image-wrapper {
    position: relative;
    padding: 20px;
}

.chairman-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff7b54, #ffd93d);
    border-radius: 30px;
    top: 20px;
    left: 20px;
    z-index: 1;
}

.chairman-image {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .15);
}

.chairman-image img {
    width: 100%;
    border-radius: 30px;
}

.experience-badge {
    position: absolute;
    bottom: 30px;
    right: -10px;
    background: #fff;
    border-radius: 20px;
    padding: 18px 22px;
    z-index: 3;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
    max-width: 180px;
}

.experience-badge h3 {
    margin: 0;
    color: #ff7b54;
    font-size: 32px;
    font-weight: 700;
}

.experience-badge span {
    font-size: 14px;
    line-height: 1.5;
    display: block;
}

.quote-box {
    background: #fff;
    padding: 35px;
    border-radius: 25px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, .08);
    margin-top: 25px;
}

.quote-icon {
    font-size: 45px;
    color: #ff7b54;
    margin-bottom: 15px;
}

.quote-box p {
    margin-bottom: 15px;
}

.chairman-info {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.chairman-info h4 {
    margin-bottom: 5px;
}

.chairman-info span {
    color: #666;
}

.signature img {
    max-width: 140px;
}

.story-timeline {
    position: relative;
    max-width: 1100px;
    margin: auto;
    padding: 50px 0;
}

.story-timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 6px;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #224383, #ffc41b);
    border-radius: 50px;
}

.story-item {
    position: relative;
    width: 50%;
    padding: 20px 60px;
}

.story-item.left {
    left: 0;
}

.story-item.right {
    left: 50%;
}

.story-card {
    background: #fff;
    padding: 30px;
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    position: relative;
    transition: .4s;
}

.story-card:hover {
    transform: translateY(-10px);
}

.story-icon {
    position: absolute;
    top: 35px;
    width: 70px;
    height: 70px;
    background: #fff;
    border: 5px solid #224383;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .15);
}

.story-item.left .story-icon {
    right: -35px;
}

.story-item.right .story-icon {
    left: -35px;
}

.story-icon i {
    font-size: 28px;
    color: #224383;
}

.story-year {
    display: inline-block;
    padding: 5px 40px;
    border-radius: 50px;
    background: linear-gradient(90deg, #224383, #ffc41b);
    color: #fff;
    font-weight: 600;
    margin-bottom: 15px;
}

.story-card h3 {
    font-size: 24px;
    margin-bottom: 12px;
}

.story-card p {
    margin: 0;
    line-height: 1.8;
}

@media(max-width:991px) {

    .story-timeline::before {
        left: 30px;
    }

    .story-item,
    .story-item.right,
    .story-item.left {
        width: 100%;
        left: 0;
        padding-left: 90px;
        padding-right: 20px;
    }

    .story-item.left .story-icon,
    .story-item.right .story-icon {
        left: -5px;
        right: auto;
    }

}

.our-story-section {
    position: relative;
    overflow: hidden;
    background: #fffaf7;
}

.perasute-shape {
    position: absolute;
    top: 120px;
    right: 80px;
    z-index: 1;
}

.shape-1 {
    position: absolute;
    top: 180px;
    left: 60px;
    z-index: 1;
}

.shape-2 {
    position: absolute;
    bottom: 120px;
    right: 120px;
    z-index: 1;
}

.story-timeline {
    position: relative;
    z-index: 5;
}

.story-card {
    background: #fff;
    border: 3px solid rgba(255, 123, 84, .08);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.story-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, .12);
}

.story-item:nth-child(1) .story-icon {
    border-color: #ff7b54;
}

.story-item:nth-child(2) .story-icon {
    border-color: #6c63ff;
}

.story-item:nth-child(3) .story-icon {
    border-color: #00c389;
}

.story-item:nth-child(4) .story-icon {
    border-color: #ffb703;
}

.feature-list .icon i {
    font-size: 28px;
    color: #224783;
}

.feature-badge {
    position: absolute;
    bottom: 30px;
    right: 20px;
    background: #ff7b54;
    color: #fff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .15);
}

.feature-badge h4 {
    font-size: 34px;
    margin-bottom: 0;
    color: #fff;
}

.feature-badge p {
    margin: 0;
    text-align: center;
    line-height: 1.4;
}

.icon-box-items .icon-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.icon-box-items .icon-item .icon {
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FF8A00;
    color: #fff;
    font-size: 28px;
    box-shadow: 0 10px 25px rgba(255, 138, 0, .25);
    transition: all .4s ease;
}

.icon-box-items .icon-item .icon.style-2 {
    background: #00C853;
}

.icon-box-items .icon-item .icon.style-3 {
    background: #5E35B1;
}

.icon-box-items .icon-item:hover .icon {
    transform: translateY(-5px) rotate(8deg);
}

.icon-box-items .icon-item .content h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.icon-box-items .icon-item .content p {
    margin: 0;
    color: #666;
    line-height: 1.8;
}

.kids-cta-section {
    position: relative;
    padding: 0px 0;
    overflow: hidden;
}

.kids-cta-wrapper {
    background: linear-gradient(135deg,
            #ff8a00,
            #ff5f6d,
            #7b61ff);
    border-radius: 50px;
    padding: 80px 50px;
    position: relative;
}

.kids-cta-wrapper::before {
    content: '';
    position: absolute;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, .12);
    border-radius: 50%;
    top: -80px;
    left: -80px;
}

.kids-cta-wrapper::after {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    bottom: -60px;
    right: -60px;
}

.cta-badge {
    background: #fff;
    color: #ff6b35;
    padding: 10px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-content h2 {
    color: #fff;
    font-size: 58px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.cta-content h2 span {
    color: #ffe600;
}

.cta-content p {
    color: #fff;
    max-width: 650px;
    margin: auto;
    margin-bottom: 30px;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.border-btn1 {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 32px;
    border: 2px dashed #fff;
    border-radius: 50px;
    color: #fff;
    font-weight: 700;
    transition: all .4s ease;
    z-index: 1;
    animation: pulseBorder 2s infinite;
}

.border-btn1::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffb703;
    z-index: -1;
    transition: all .5s ease;
    border-radius: 50px;
}

.border-btn1:hover::before {
    width: 100%;
}

.border-btn1:hover {
    color: #143d8b;
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, .15);
}

.border-btn1 i {
    animation: phoneShake 2s infinite;
}

@keyframes pulseBorder {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .5);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes phoneShake {

    0%,
    100% {
        transform: rotate(0deg);
    }

    10%,
    30%,
    50%,
    70% {
        transform: rotate(15deg);
    }

    20%,
    40%,
    60%,
    80% {
        transform: rotate(-15deg);
    }
}

.cta-kid-image img {
    max-width: 220px;
}

.shape-1 {
    position: absolute;
    top: 80px;
    left: 10%;
}

.shape-2 {
    position: absolute;
    top: 120px;
    right: 10%;
}

.shape-3 {
    position: absolute;
    left: 15%;
    bottom: 100px;
}

.shape-4 {
    position: absolute;
    right: 15%;
    bottom: 80px;
}

.rocket-shape {
    position: absolute;
    top: 60px;
    right: 20%;
}

@media(max-width:991px) {

    .kids-cta-wrapper {
        padding: 60px 25px;
    }

    .cta-content h2 {
        font-size: 38px;
    }

}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    z-index: 999;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 120px;
    right: 20px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

#admissionPopup {
    border: none;
    overflow: hidden;
    border-radius: 30px;

    z-index: 9999;
}

.popup-left {
    height: 100%;
    padding: 50px 35px;
    background: linear-gradient(135deg,

            #ffb347, #224383);

    color: #fff;
    position: relative;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.popup-badge {
    display: inline-block;
    background: #fff;
    color: #ff7a59;
    padding: 8px 18px;
    border-radius: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.popup-left h2 {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.2;
}

.popup-left span {
    color: #fffde7;
}

.popup-left p {
    margin-top: 15px;
    opacity: .95;
}

.popup-left img {
    width: 100%;
    max-width: 250px;
    margin-top: 25px;
}

.popup-form {
    padding: 20px;
}

.popup-form h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

.form-group {
    position: relative;
    margin-bottom: 18px;
}

.form-group i {
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    color: #224383;
    z-index: 2;
}

.form-group input,
.form-group select {
    width: 100%;
    height: 40px;
    border: 2px solid #f0f0f0;
    border-radius: 15px;
    padding-left: 50px;
    outline: none;
    transition: .3s;
    color: #000;
}

.form-group input:focus,
.form-group select:focus {
    border-color: #ff7a59;
    box-shadow: 0 0 20px rgba(255, 122, 89, .15);
}

.popup-submit {
    width: 100%;
    border: none;
    height: 40px;
    border-radius: 15px;
    background: linear-gradient(135deg,

            #ffb347, #224383);

    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.popup-submit i {
    margin-left: 8px;
}

.popup-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #fff;
    color: #ff7a59;
    font-size: 18px;
    cursor: pointer;
    z-index: 9999;

    box-shadow:
        0 10px 25px rgba(0, 0, 0, .12);

    transition: all .3s ease;
}

.popup-close:hover {
    background: #ff7a59;
    color: #fff;
    transform: rotate(90deg);
}


/* classes code */

.kids-section {
    background: linear-gradient(135deg, #fdf6ff, #f0f9ff);
    font-family: 'Poppins', sans-serif;
}

/* Title */
.section-title {
    font-size: 32px;
    font-weight: 700;
    color: #143d8b;
}

.section-subtitle {
    color: #666;
    font-size: 16px;
}

/* Card Base */
.kid-card {
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
}

.kid-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

/* Icon */
.icon-box {
    font-size: 50px;
    margin-bottom: 10px;
}

/* Age */
.age {
    font-weight: 600;
    color: #224383;
    margin-bottom: 15px;
}

/* Lists */
.kid-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.kid-card ul li {
    margin: 8px 0;
    font-size: 16px;
    color: #444;
    font-weight: 600;
}

/* Button */
.kid-btn {
    margin-top: 15px;
    padding: 10px 18px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    background: linear-gradient(45deg, #ff7eb3, #ff758c);
    color: white;
    transition: 0.3s;
}

.kid-btn:hover {
    transform: scale(1.05);
}

/* Individual Card Colors */
.infant-card {
    border-top: 5px solid #7ccfff;
}

.toddler-card {
    border-top: 5px solid #ffd166;
}

.play-card {
    border-top: 5px solid #06d6a0;
}

.ey-card {
    background: #fff;
    border-radius: 30px;
    padding: 35px 25px;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    height: 100%;
}

.ey-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);
}

.ey-card .icon-box {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    color: #fff;
}

.card-1 .icon-box {
    background: #ff8a65;
}

.card-2 .icon-box {
    background: #ffca28;
}

.card-3 .icon-box {
    background: #ef5350;
}

.card-4 .icon-box {
    background: #ab47bc;
}

.card-5 .icon-box {
    background: #42a5f5;
}

.card-6 .icon-box {
    background: #66bb6a;
}

.ey-card h5 {
    font-size: 22px;
    margin-bottom: 12px;
    font-weight: 700;
}

.ey-card p {
    margin: 0;
    line-height: 1.8;
    color: #666;
}

.ey-card::before {
    content: '';
    position: absolute;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .25);
    top: -40px;
    right: -40px;
}

.card-1 {
    background: #fff7f4;
}

.card-2 {
    background: #fffdf2;
}

.card-3 {
    background: #fff5f5;
}

.card-4 {
    background: #faf4ff;
}

.card-5 {
    background: #f3faff;
}

.card-6 {
    background: #f4fff5;
}



.mini-feature-box {
    background: #fff;
    padding: 15px 20px;
    border-radius: 15px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
    transition: .4s;
}

.mini-feature-box:hover {
    transform: translateY(-5px);
}

.about-image-two {
    position: relative;
}

.about-image-two img {
    border-radius: 25px;
    width: 100%;
}

.about-image-two .img-two {
    position: absolute;
    bottom: -30px;
    right: -20px;
    max-width: 220px;
}

.about-image-two .img-two img {
    border: 8px solid #fff;
    border-radius: 20px;
}

.env-card {
    background: #fff;
    border-radius: 25px;
    padding: 35px 25px;
    text-align: center;
    height: 100%;
    transition: .4s;
    position: relative;
    overflow: hidden;
}

.env-card:hover {
    transform: translateY(-10px);
}

.env-card .icon {
    width: 85px;
    height: 85px;
    line-height: 85px;
    margin: 0 auto 20px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
}

.env-card h4 {
    margin-bottom: 15px;
}

.card-1 .icon {
    background: #ff8a65;
}

.card-2 .icon {
    background: #42a5f5;
}

.card-3 .icon {
    background: #66bb6a;
}

.card-4 .icon {
    background: #ab47bc;
}

.card-5 .icon {
    background: #ffa726;
}

.card-6 .icon {
    background: #26c6da;
}

.card-1 {
    background: #fff5f2;
}

.card-2 {
    background: #eef7ff;
}

.card-3 {
    background: #effff3;
}

.card-4 {
    background: #f7f0ff;
}

.card-5 {
    background: #fff7ea;
}

.card-6 {
    background: #eefcff;
}

/* contact us */

.contact-from-two span {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #fff;
}

.contact-from-two span i {
    color: #FFD54F;
}

.contact-from-two .inptFld {
    border-radius: 15px;
    transition: all .3s ease;
}

.contact-from-two .inptFld:focus {
    border-color: #ff7a59;
    box-shadow: 0 0 20px rgba(255, 122, 89, .15);
}

.contact-button .theme-btn {
    border-radius: 50px;
}


.location-map-section {
    background: linear-gradient(135deg, #fdf8ff, #eef8ff);
    position: relative;
    overflow: hidden;
}

.map-header h2 {
    font-size: 42px;
    font-weight: 800;
    color: #222;
    margin-bottom: 15px;
}

.map-header h2 span {
    color: #224383;
}

.map-header p {
    max-width: 650px;
    margin: auto;
    color: #666;
}

.map-subtitle {
    display: inline-block;
    background: #fff;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
    margin-bottom: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.map-card {
    position: relative;
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .12);
    overflow: hidden;
}

.map-card iframe {
    width: 100%;
    height: 350px;
    border: none;
    border-radius: 20px;
    transition: .5s;
}

.map-card:hover iframe {
    transform: scale(1.02);
}

.location-badge {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
    background: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    font-weight: 600;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .12);
}

@media (max-width:767px) {

    .map-header h2 {
        font-size: 30px;
    }

    .map-card iframe {
        height: 350px;
    }

    .location-badge {
        left: 20px;
        top: 20px;
        font-size: 13px;
        padding: 10px 15px;
    }

    .popup-left {
        display: none;
    }

}

.kid-build {
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
}