.hero-slide-item {
    min-height: 760px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: top;
    position: relative;
}

/* .hero-slide-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, .96) 0%,
            rgba(255, 255, 255, .85) 35%,
            rgba(255, 255, 255, .15) 100%);
} */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 100%;
    padding-left: 56px;
}

.hero-title {
    margin-bottom: 20px;
    line-height: 1.05;
    font-weight: 800;
}

.hero-title span {
    display: block;
}

.text-teal {
    color: #14a8a5;
    font-size: 48px;
    font-weight: 700;
    line-height: normal;
}

.text-orange {
    color: #f58a2f;
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
}

.text-pink {
    color: #ff5d8f;
    font-size: 46px;
    font-weight: 700;
    line-height: normal;
}

.hero-content p {
    color: #444;
    font-size: 18px;
    line-height: 1.8;
    max-width: 100%;
    margin-bottom: 30px;
}

.hero-btns {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.hero-btn-primary {
    background: #ffc928;
    color: #222;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
}

.hero-btn-primary i {
    margin-right: 8px;
    color: #ff5d8f;
}

.hero-btn-secondary {
    background: #14b8b5;
    color: #fff;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
}

.hero-btn-outline {
    border: 2px solid #14b8b5;
    color: #14b8b5;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
}


.hero-next,
.hero-prev {
    width: 42px !important;
    height: 42px !important;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
}

.hero-next::after,
.hero-prev::after {
    color: #14b8b5;
    font-size: 17px !important;
    font-weight: 800;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #14b8b5;
}

.swiper-pagination-bullet-active {
    width: 35px;
    border-radius: 20px;
    background: #ffc928;
}

@media(max-width:991px) {

    .text-teal {
        font-size: 42px;
    }

    .text-orange {
        font-size: 50px;
    }

    .text-pink {
        font-size: 34px;
    }
}

@media(max-width:767px) {

    .hero-slide-item {
        min-height: 720px;
        padding-top: 150px;
    }

    .text-teal {
        font-size: 30px;
    }

    .text-orange {
        font-size: 36px;
    }

    .text-pink {
        font-size: 26px;
    }

    .hero-content {
        padding-left: 0px;
    }

    .hero-content p {
        font-size: 15px;
    }

    .hero-btns a {
        /* width: 100%; */
        text-align: center;
    }

    .hero-next,
    .hero-prev {
        width: 36px !important;
        height: 36px !important;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 10px 25px rgba(0, 0, 0, .08);
        top: 65% !important;
    }

    .hero-btn-outline,
    .hero-btn-secondary {
        font-weight: 600;
        padding: 12px 18px;
        font-size: 15px;
    }




}

.about-preschool-section {
    padding: 60px 0;
    background: #fff9f5;
}

.about-preschool-wrapper {
    border-radius: 35px;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 25px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.welcome-text {
    color: #11a5a5;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}



.title-blue {
    color: #0fa7b5 !important;
}

.title-yellow {
    color: #f6c533 !important;
}

.title-pink-1 {
    color: #ff5d87 !important;
}


.title-pink {
    color: #ff5d87;
    font-size: 34px;
}

.about-content p {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    margin-bottom: 15px;
}

.btn-readmore {
    display: inline-block;
    padding: 14px 35px;
    background: #ffc928;
    color: #fff;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none;
    transition: all .4s ease;
}

.btn-readmore:hover {
    background: #ffb800;
    color: #fff;
    transform: translateY(-3px);
}

.about-btn {
    margin-top: 25px;
}

.cartoon-icon {
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 0;
}

.cartoon-icon img {
    width: 190px;
}

@media(max-width:1199px) {


    .title-pink {
        font-size: 30px;
    }

    .cartoon-icon {
        display: none;
    }
}

@media(max-width:991px) {

    .about-preschool-wrapper {
        padding: 30px;
    }

    .about-content {
        margin-top: 30px;
    }


    .title-pink {
        font-size: 28px;
    }

    .heart {
        display: none;
    }
}

@media(max-width:767px) {

    .about-preschool-wrapper {
        padding: 20px;
    }

    .welcome-text {
        font-size: 20px;
    }


    .title-pink {
        font-size: 24px;
    }

    .about-content p {
        font-size: 15px;
    }

    .btn-readmore {
        padding: 12px 25px;
    }
}

/*=================================
PROGRAMS SECTION
=================================*/

.program-section {
    padding: 50px 0;
}

.early-program-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-radius: 25px;
    padding: 25px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all .4s ease;
    border: 2px solid rgba(214, 214, 214, 0.4);
}

.early-program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

/* Card Colors */

.daycare-card {
    background: linear-gradient(135deg, #e9f8f8, #f7ffff);
}

.playgroup-card {
    background: linear-gradient(135deg, #fff8e6, #fffdf5);
}

.prekg-card {
    background: linear-gradient(135deg, #fff0f1, #fff9f9);
}

/* Content */

.program-content {
    flex: 1;
}

.program-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.daycare-card h3 {
    color: #0aa5a0;
}

.playgroup-card h3 {
    color: #f4a300;
}

.prekg-card h3 {
    color: #ff6b81;
}

.program-content p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

/* Image */

.program-image {
    flex-shrink: 0;
}

.program-image img {
    width: 120px;
    transition: all .4s ease;
}

.early-program-card:hover .program-image img {
    transform: scale(1.08) rotate(5deg);
}

/* Arrow Button */

.program-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: .3s;
}

.daycare-card .program-arrow {
    background: #0aa5a0;
}

.playgroup-card .program-arrow {
    background: #f4a300;
}

.prekg-card .program-arrow {
    background: #ff6b81;
}

.program-arrow:hover {
    transform: translateX(5px);
    color: #fff;
}

/* Decorative Shapes */

.early-program-card::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
}

/* Responsive */

@media (max-width:991px) {

    .program-content h3 {
        font-size: 24px;
    }

    .program-image img {
        width: 90px;
    }
}

@media (max-width:767px) {

    .early-program-card {
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .program-image img {
        width: 100px;
    }

    .program-content h3 {
        font-size: 22px;
    }

    .program-content p {
        font-size: 14px;
    }
}

.nursery-card {
    background: linear-gradient(135deg, #f4edff, #fcf8ff);
}

.lkg-card {
    background: linear-gradient(135deg, #eef8e8, #f8fff5);
}

.ukg-card {
    background: linear-gradient(135deg, #eaf4ff, #f7fbff);
}

/* Heading Colors */
.nursery-card h3 {
    color: #8e44ad;
}

.lkg-card h3 {
    color: #4caf50;
}

.ukg-card h3 {
    color: #2196f3;
}

/* Arrow Colors */
.nursery-card .program-arrow {
    background: #8e44ad;
}

.lkg-card .program-arrow {
    background: #4caf50;
}

.ukg-card .program-arrow {
    background: #2196f3;
}


/*===================================
LEARNING BENEFITS SECTION
===================================*/

.learning-benefits-section {
    position: relative;
    padding: 80px 0;
}

.learning-features-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 30px;
    background: #fff;
    border-radius: 30px;
    padding: 20px 0;
    position: relative;
}

/* Feature Item */

.learning-feature-item {
    flex: 1;
    text-align: center;
    padding: 0 30px;
    position: relative;
    transition: all 0.4s ease;
}

/* Dotted Divider */

.learning-feature-item:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    width: 2px;
    height: 180px;
    background-image: radial-gradient(circle,
            #cfd8dc 1.5px,
            transparent 1.5px);
    background-size: 2px 12px;
    background-repeat: repeat-y;
}

/* Icon Circle */

.learning-feature-icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: all .4s ease;
}

.learning-feature-icon i {
    font-size: 33px;
    color: #fff;
}

/* Colors */

.icon-1 {
    background: linear-gradient(135deg, #00c6b8, #00a89d);
}

.icon-2 {
    background: linear-gradient(135deg, #ffc107, #ff9800);
}

.icon-3 {
    background: linear-gradient(135deg, #ff8a65, #ff7043);
}

.icon-4 {
    background: linear-gradient(135deg, #ff5c8a, #ff4081);
}

/* Hover Effect */

.learning-feature-item:hover .learning-feature-icon {
    transform: translateY(-10px);
}

.learning-feature-item:hover h4 {
    color: #00a89d;
}

/* Heading */

.learning-feature-item h4 {
    font-size: 22px;
    font-weight: 600;
    color: #1e3a5f;
    line-height: 1.4;
    margin-bottom: 8px;
    transition: all .3s ease;
}

/* Description */

.learning-feature-item p {
    font-size: 15px;
    color: #555;
    line-height: 1.8;
    max-width: 240px;
    margin: auto;
}

/* Decorative Stars */

.learning-benefits-section::before {
    content: '✦';
    position: absolute;
    left: 12%;
    top: 100px;
    color: #14b8a6;
    font-size: 24px;
}

.learning-benefits-section::after {
    content: '⭐';
    position: absolute;
    right: 12%;
    top: 110px;
    font-size: 20px;
    color: #ffc107;
}

/*==========================
RESPONSIVE
==========================*/

@media (max-width: 991px) {

    .learning-features-wrapper {
        flex-wrap: wrap;
        gap: 30px;
        padding: 30px;
    }

    .learning-feature-item {
        flex: 0 0 calc(50% - 15px);
    }

    .learning-feature-item::after {
        display: none;
    }
}

@media (max-width: 767px) {

    .learning-features-wrapper {
        flex-direction: column;
        padding: 20px;
    }

    .learning-feature-item {
        width: 100%;
        padding: 20px 0;
    }

    .learning-feature-item:not(:last-child) {
        border-bottom: 1px dashed #d9d9d9;
    }

    .learning-feature-icon {
        width: 80px;
        height: 80px;
    }

    .learning-feature-icon i {
        font-size: 32px;
    }

    .learning-feature-item h4 {
        font-size: 20px;
    }

    .learning-feature-item p {
        max-width: 100%;
    }
}

.facilities-section {
    padding: 50px 0px;
    background: #f4fbfc;
    position: relative;
    overflow: hidden;
}



.facilities-wrapper {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    gap: 20px;
}

.facility-card {
    background: #fff;
    border-radius: 22px;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .06);
    transition: .4s;
    border: 1px solid #dfdfdf;
    height: 100%;
}

.facility-card:hover {
    transform: translateY(-8px);
}

.facility-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #fff;
}

.icon1 {
    background: #4db6ac;
}

.icon2 {
    background: #ffb74d;
}

.icon3 {
    background: #81c784;
}

.icon4 {
    background: #4fc3f7;
}

.icon5 {
    background: #66bb6a;
}

.icon6 {
    background: #9575cd;
}

.icon7 {
    background: #42a5f5;
}

.icon8 {
    background: #ec6ba5;
}

.facility-card h4 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
    color: #333;
    margin: 0;
}

@media(max-width:1200px) {
    .facilities-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media(max-width:768px) {
    .facilities-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title h2 {
        font-size: 25px;
    }
}


/*==================================
    WHY CHOOSE US SECTION
==================================*/

.why-choose-section {
    padding: 80px 0;
}

.why-choose-wrapper {
    background: #eef8fb;
    border-radius: 40px;
    padding: 40px 50px;
    display: flex;
    align-items: center;
    gap: 40px;
    position: relative;
    overflow: hidden;
}

/* Decorative Elements */

.shape-star {
    position: absolute;
    color: #ffd43b;
    font-size: 24px;
    animation: floatStar 4s ease-in-out infinite;
}

.star-1 {
    top: 35px;
    left: 35px;
}

.star-2 {
    top: 40px;
    right: 40px;
    color: #16c5b6;
}

/* Left Image */

.why-choose-image {
    flex-shrink: 0;
    width: 270px;
}

.why-choose-image img {
    width: 100%;
    animation: floatImage 4s ease-in-out infinite;
}

/* Right Content */

.why-choose-content {
    flex: 1;
}

.why-choose-heading {
    text-align: center;
    margin-bottom: 35px;
}

.why-choose-heading h5 {
    color: #16c5b6;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.why-choose-heading h2 {
    font-size: 42px;
    font-weight: 700;
    color: #202020;
    margin: 0;
}

.why-choose-heading h2 span {
    color: #f7b500;
}

/* Features */

.why-choose-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 18px;
}

.feature-item {
    width: 150px;
    text-align: center;
}

.feature-icon {
    width: 72px;
    height: 72px;
    background: #fff;
    border-radius: 50%;
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
}

.feature-icon i {
    font-size: 38px;
}

.feature-item:hover .feature-icon {
    transform: translateY(-10px);
}

.feature-item h4 {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #333;
    margin: 0;
}

/* Individual Icon Colors */

.feature-item:nth-child(1) i {
    color: #3498db;
}

.feature-item:nth-child(2) i {
    color: #2ecc71;
}

.feature-item:nth-child(3) i {
    color: #ff5e84;
}

.feature-item:nth-child(4) i {
    color: #ff9800;
}

.feature-item:nth-child(5) i {
    color: #43a047;
}

.feature-item:nth-child(6) i {
    color: #ffc107;
}

/* Animations */

@keyframes floatImage {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

@keyframes floatStar {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-8px);
    }
}

/*==================================
    RESPONSIVE
==================================*/

@media (max-width: 991px) {

    .why-choose-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 40px 25px;
    }

    .why-choose-image {
        width: 180px;
    }

    .why-choose-heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {

    .why-choose-wrapper {
        border-radius: 25px;
        padding: 30px 20px;
    }

    .why-choose-heading h2 {
        font-size: 28px;
    }

    .why-choose-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .feature-item {
        width: 100%;
    }

    .feature-icon {
        width: 80px;
        height: 80px;
    }

    .feature-icon i {
        font-size: 30px;
    }

    .feature-item h4 {
        font-size: 14px;
    }
}

@media (max-width: 480px) {

    .why-choose-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose-heading h2 {
        font-size: 24px;
    }

    .why-choose-image {
        width: 140px;
    }
}

/* preschool-admission-section  */

.preschool-admission-section {
    position: relative;
    padding: 50px 0px;
}

.preschool-admission-banner {
    position: relative;
    background: linear-gradient(135deg, #09c7b8, #0aa6a3);
    border-radius: 30px;
    padding: 45px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
    min-height: 220px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .12);
}

/* Left Image */
.preschool-admission-image {
    flex-shrink: 0;
    z-index: 2;
}

.preschool-admission-image img {
    width: 180px;
    animation: float 4s ease-in-out infinite;
}

/* Content */
.preschool-admission-content {
    text-align: center;
    flex: 1;
    z-index: 2;
}

.preschool-admission-content h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 10px;
}

.preschool-admission-content h2 span {
    color: #ffd229;
}

.preschool-admission-content p {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Phone Buttons */
.phone-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.phone-buttons a {
    background: #fff;
    color: #0aa6a3;
    text-decoration: none;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.phone-buttons a:hover {
    transform: translateY(-3px);
}

/* Visit Button */
.visit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffc107;
    color: #222;
    text-decoration: none;
    padding: 16px 30px;
    border-radius: 50px;
    font-weight: 700;
    transition: .3s;
}

.visit-btn:hover {
    background: #ffb300;
    transform: translateY(-3px);
}

/* Right Image */
.preschool-admission-icon {
    flex-shrink: 0;
    z-index: 2;
}

.preschool-admission-icon img {
    width: 170px;
    animation: float 5s ease-in-out infinite;
}

/* Decorative Shapes */
.shape-left {
    position: absolute;
    left: -60px;
    bottom: -70px;
    width: 250px;
    height: 130px;
    background: rgba(255, 255, 255, .15);
    border-radius: 50%;
}

.shape-right {
    position: absolute;
    right: -60px;
    bottom: -80px;
    width: 280px;
    height: 150px;
    background: rgba(255, 105, 180, .25);
    border-radius: 50%;
}

/* Stars */
.star {
    position: absolute;
    font-size: 22px;
    z-index: 1;
    animation: twinkle 3s infinite;
}

.star-1 {
    left: 30px;
    top: 25px;
}

.star-2 {
    right: 180px;
    top: 40px;
}

.star-3 {
    right: 40px;
    top: 60px;
}

/* Animation */
@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes twinkle {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .4;
    }
}

/* Responsive */
@media(max-width:991px) {

    .preschool-admission-banner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
        padding: 30px;
    }

    .preschool-admission-content h2 {
        font-size: 34px;
    }

    .preschool-admission-content p {
        font-size: 18px;
    }

    .preschool-admission-image img,
    .preschool-admission-icon img {
        width: 130px;
    }
}

@media(max-width:576px) {

    .preschool-admission-content h2 {
        font-size: 28px;
    }

    .phone-buttons a {
        width: 100%;
        justify-content: center;
    }

    .visit-btn {
        width: 100%;
        justify-content: center;
    }
}


/*=============================
FOOTER
=============================*/

.kids-footer {
    position: relative;
    margin-top: 30px;
    background: #f8f6f2;
    border-radius: 0px;
    overflow: hidden;
}

/* Scallop Top */

.footer-wave {
    height: 20px;
    background:
        radial-gradient(circle at 20px 20px, #f8f6f2 20px, transparent 21px) repeat-x;
    background-size: 40px 40px;
    margin-top: -20px;
}

/* Content Area */

.footer-content {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr 1.5fr;
    gap: 30px;
    padding: 50px;
}

.footer-column {
    position: relative;
}

.footer-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    width: 1px;
    height: 100%;
    background: repeating-linear-gradient(to bottom,
            #d6d6d6 0px,
            #d6d6d6 6px,
            transparent 6px,
            transparent 12px);
}

/* Logo */

.footer-logo {
    width: 220px;
    margin-bottom: 20px;
}

.about p {
    color: #444;
    line-height: 1.9;
    font-size: 16px;
    margin-bottom: 25px;

    font-weight: 500;
}

/* Heading */

.footer-column h4 {
    color: #11a9a1;
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 700;
}

/* Links */

.footer-column ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 12px;
    color: #444;
    line-height: 1.8;
    font-weight: 500;
}

.footer-column ul li a {
    color: #444;
    text-decoration: none;
    transition: .3s;
    font-weight: 500;
}

.footer-column ul li a:hover {
    color: #11a9a1;
    padding-left: 5px;
}

/* Contact */

.contact ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.contact i {
    color: #11a9a1;
    margin-top: 5px;
}

/* Social */

.social-links {
    display: flex;
    gap: 12px;
}

.social-links a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.social-links a:nth-child(1) {
    background: #1877f2;
}

.social-links a:nth-child(2) {
    background: #e1306c;
}

.social-links a:nth-child(3) {
    background: #ff0000;
}

.social-links a:nth-child(4) {
    background: #25d366;
}

/* ==========================
CURVED COPYRIGHT
========================== */

.footer-bottom {
    position: relative;
    background: linear-gradient(90deg, #00c9c4, #00a89d);
    text-align: center;
    padding: 70px 20px 16px;
    color: #fff;
}

/* Large Curve */

.footer-bottom::before {
    content: '';
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    background: #f8f6f2;
    border-radius: 0 0 60% 60%;
}

.footer-bottom p {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 16px;
}


/*=============================
RESPONSIVE
=============================*/

@media(max-width:991px) {

    .footer-content {
        grid-template-columns: 1fr 1fr;
        padding: 40px;
    }

    .footer-column::after {
        display: none;
    }
}

@media(max-width:767px) {

    .footer-content {
        grid-template-columns: 1fr;
        text-align: start;
        padding: 35px 25px;
    }

    .contact ul li {
        justify-content: start;
        text-align: left;
    }

    .social-links {
        justify-content: start;
    }

    .footer-logo {
        display: block;
    }

    .footer-bottom::before {
        height: 70px;
        top: -35px;
    }


}



/************************************/
/*** Fixed Call Button CSS       ****/
/************************************/

.fixed-call-btn {
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    background: linear-gradient(135deg, #f58a2f, #f58a2f);
    padding: 7px 18px 7px 10px;
    border-radius: 60px;
    box-shadow: 0 15px 40px rgba(123, 48, 193, 0.30);
    transition: 0.4s ease;
    animation: callPulse 2s infinite;
}

/* Hover */

.fixed-call-btn:hover {
    transform: translateY(-5px);
    color: #fff;
}

/* Icon */

.fixed-call-btn .call-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.fixed-call-btn .call-icon i {
    font-size: 20px;
    color: #f58a2f;
    animation: callShake 1.5s infinite;
}

/* Text */

.fixed-call-btn .call-text {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.3px;
}

/* Pulse Animation */

@keyframes callPulse {

    0% {
        box-shadow: 0 0 0 0 rgba(245, 138, 47, 0.45);
    }

    70% {
        box-shadow: 0 0 0 18px rgba(245, 138, 47, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 138, 47, 0);
    }
}

/* Phone Shake */

@keyframes callShake {

    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-15deg);
    }

    40% {
        transform: rotate(15deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    80% {
        transform: rotate(10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* Mobile */

@media(max-width:767px) {

    .fixed-call-btn {
        right: 10px;
        bottom: 15px;
        padding: 8px 18px 8px 8px;
    }

    .fixed-call-btn .call-icon {
        width: 36px;
        height: 36px;
    }

    .fixed-call-btn .call-text {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero-slide-item {
        padding-top: 200px;
    }
}

.nursery-card {
    background: #fff3e8;
}

.lkg-card {
    background: #eef7ff;
}

.ukg-card {
    background: #f3f0ff;
}

.vm-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 34px;
    margin-bottom: 20px;
    transition: .4s;
}

.vision-icon {
    background: rgba(244, 163, 0, .15);
    color: #00b9a7;
}

.mission-icon {
    background: rgba(0, 234, 255, 0.15);
    color: #f4a300;
}

.early-program-card:hover .vm-icon {
    transform: rotateY(180deg) scale(1.1);
}

.program-h-list .facility-card h4{
    font-size: 16px;
    font-weight: 600;
}