@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Oswald:wght@200..700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

* {
    padding: 0px;
    margin: 0px;
    box-sizing: 0px;
    box-shadow: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    font-family: 'Poppins', sans-serif;
    background:rgb(253, 219, 247);
}

h1, h2, h3 {
    font-family: 'Nunito', sans-serif; 
}

p {
    font-family: 'Poppins', sans-serif; 
}

.primary-text-color {
    color: #0073e6;
}




/* For  small screen sizes - Mobile */
@media (max-width: 767px) {
    header {
        background: #7851A9;
        padding: 16px 0px;
    }

    header .heading-border {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 16px 0px;
    }

    header .heading-border .nav-bar .logo-area {
        display: flex;
        justify-content: center;
        margin: 16px 0px;
    }

    header .heading-border .nav-bar .text-notify:first-child, header .heading-border .nav-bar .text-notify:nth-child(2),
    header .heading-border .nav-bar .logo-area .nav-links {
        display: none;
    }

    .heading-address {
        font-size: 10px;
    }


    header .heading-border .nav-bar .text-notify {
        display: flex;
        justify-content: center;
        padding: 24px 0px 8px 0px;
    }

    .btn-fees {
        background-color: #ffc800;
        padding:8px 16px;
        margin-right: 16px;
        color: #fff;
        border-radius: 24px;
    }

    .btn-apply {
        background-color: #0073e6;
        padding:8px 16px;
        color: #fff;
        border-radius: 24px;
    }

    .header {
        display: none;
    }

    .motto {
        margin: 16px 0px;
        background-color: #0073e6;
        display: flex;              
        justify-content: center;    
        align-items: center;        
        height: 30vh;           
        text-align: justify;        
    }
    
    .motto-div {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .motto .p {
        margin: 0;                  
        padding: 0px 24px;       
        color: #fff;
        font-size: 12px;
        text-align: center;
    }

    .hr {
        background-color: #fff;
        padding: 3px;
        width: 15%;
        margin: 5px 0px;
    }

    .motto .h1 {
        margin: 0;           
        padding: 10px; 
        font-size: 28px;  
        font-weight: 700;        
        color: #fff;
    }

    .motivation {
        display: none;
    }

    .admission-image {
        position: relative;
        width: 100%;
        height: auto;
    }
    
    .admission-image img {
        width: 100%;
        height: auto;
    }
    
    .admission-text {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 320px;
        transform: translate(-50%, -50%);
        text-align: justify;
        color: rgb(58, 58, 58); /* Ensure text is visible */
        background: rgba(255, 255, 255, 0.8); /* Optional background for contrast */
        padding: 24px 20px;
    }
    
    .admission-text h1 {
        font-size: 28px;
        margin-bottom: 4px;
    }
    
    .admission-text p {
        font-size: 10px;
        margin-bottom: 16px;
    }
    
    .admission-text a {
        text-decoration: none;
        color: white;
        background-color: #2b2b2b;
        padding: 6px 16px;
    }
    
    .admission-text a:hover {
        background-color: #0056b3;
    }

    .reorder-container {
        display: flex;
        flex-direction: column;
    }
    
    .main-carousel-section {
        order: 1; /* Move carousel to the top */
    }
    
    .classes-all {
        order: 2; /* Move classes below carousel */
    }

    .main-carousel {
        padding: 24px;
    }

    .classes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .classes .hr-2 {
        display: none;
        /* margin-top: 16px;
        padding: 0.8px;
        width: 30%;
        background-color: #0073e6; */
    }
    
    .classes .classes-title {
        margin: 18px 0px;
        padding: 16px 32px;
        background-color: #7851A9;
        color: #ffe68b;
        font-size: 16px;
        text-align: justify;
    }
    
    .classes .classes-title:hover {
        background-color: #0073e6;
        transition: ease-in 0.3s;
    }
    
    .classes .class-list {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        padding: 40px;
    }
    
    .classes .class-list .class-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #f9f9f9;
        margin-bottom: 32px;
    }
    
    .class-info img {
        width: 100%;
        max-width: 80px;
        height: auto;
    }
    
    .class-info h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .class-info p {
        color: #555;
        font-size: 22px;
        font-weight: 200;
    }



    /* About Us Mission */

    .content {
        flex-direction: column; /* Stack image and text vertically on smaller screens */
    }

    .content img,
    .content .text {
        width: 100%; /* Full width on smaller screens */
    }

    .content .text h2 {
        font-size: 1.8rem; /* Slightly smaller font size for mobile */
    }

    .content .text p,
    .content .text ul li {
        font-size: 1rem; /* Slightly smaller font size for mobile */
    }



    /* Calender Page */
     .download-section .content {
            flex-direction: column; /* Stack image and text vertically on smaller screens */
            gap: 20px;
            padding: 40px;
        }
    
        .download-section .content .calendar-img,
        .download-section .content .text {
            width: 100%; /* Full width on smaller screens */
        }
    
        .download-section .content .text h3 {
            font-size: 1.5rem; /* Slightly smaller font size for mobile */
            text-align: justify; /* Center-align text on smaller screens */
            padding: 16px;
        }

        .download-section .content .text div {
            display: flex;
            justify-content: center;
        }
    
        .download-section .content .text .download-btn {
            text-decoration: none;
            padding: 12px 24px;
            background-color: #0073e6;
            margin-bottom: 12px;
            color: #fff;
        }

        .school-info {
            margin-bottom: 48px;
        }

        .school-info h1 {
            font-size: 36px; 
            text-align: center;
        }
    
        .school-timeline p,
        .school-timeline ul li {
            font-size: 1rem; /* Slightly smaller font size for mobile */
        }



    /* About Us Page */
    .about-us p {
        text-align: justify;
    }


    /* General styles for the image-text section */
    .image-text .content {
        padding: 24px 0px;
        display: flex;
        justify-content: center;
        align-items: center; /* Align items vertically in the center */
        gap: 20px; /* Add some space between the image and text */
    }

    /* Ensure the image appears first */
    .image-text .content img {
        order: 1; /* Image comes first */
    }

    .image-text .content .text {
        order: 2; /* Text comes second */
        text-align: justify;
        padding: 20px;

    }

    .image-text .content .text h2 {
        text-align: center;
        font-size: 40px;
        color: #0073e6;
    }

    /* For the second image-text section (Vision & Values), reverse the order */
    .image-text:nth-child(3) .content img {
        order: 1; /* Image comes second */
    }

    .image-text:nth-child(3) .content .text {
        order: 2; /* Text comes first */
    }


    #shortText {
        padding: 0px 40px;
        text-align: justify;
    }

    #readMoreBtn {
    background-color: #7851A9;
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 10px;
}

#readMoreBtn:hover {
    background-color: #5a3a7a;
}





    /* Copy of Books */
    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .books h1 {
        text-align: center;
        margin: 40px 16px;
    }


    .books p {
        text-align: justify;
        font-size: 16px;
        padding: 20px;
    }

    .books p a {
        text-decoration: none;
        color: #2b2b2b;
    }

    .list-of-books ol {
        padding: 40px;
        text-align: justify;
    }

    .list-of-books ol li a {
        font-weight: 700;
        text-decoration: underline;
        color: #7851A9;
    }


    .list-of-books ol h3 {
        margin: 40px 0px;
        text-transform: uppercase;
        font-size: 16px;
        text-align: justify;
        font-weight: 700;
    }

    .books .parent-image {
        display: flex;
        justify-content: center;
    }
    
    .books .parent-image img {
        width: 90%;
    }



    .school-fees-page .school-fees-page-title {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .school-fees-page .school-fees-page-title h5 {
        margin-top: 24px;
        color: #0073e6;
    }

    .school-fees-page .school-fees-page-title .hr {
        padding: 1px;
        background-color: #0073e6;
        width: 30%;
    }

    .school-fees-page .school-fees-page-title h1, .admission-process h1 {
        margin: 16px;
        color: #7851A9;
        font-weight: 700;
        text-align: center;
    }


    .enrollment .enrollment-info .enrollment-info-1 {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }


    .enrollment .enrollment-info .enrollment-info-1 .text, .admission-process {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 40px;
    }


    .enrollment .enrollment-info .enrollment-info-1 .text h1, .admission-process h1 {
        text-align: center;
        font-weight: 700;
        color: #7851A9;
    }

    .enrollment .enrollment-info .enrollment-info-1 .text .hr {
        padding: 1px;
        background-color: #7851A9;
        width: 50%;
    }

    .enrollment .enrollment-info .enrollment-info-1 .text p, .admission-process p {
        text-align: justify;
    }

    .admission-process br, .enrollment-info-1 .text p br {
        display: none;
    }

    .admission-process .button-apply {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .admission-process .button-apply a {
        padding: 12px;
        text-align: justify;
        text-decoration: none;
        width: 180px;
        background-color: #7851A9;
        color: #fff;
    }

    .admission-process .admission-process-list {
        margin: 28px 0px;
    }

    .admission-process .admission-process-list div h5 {
        font-size: 18px;
        text-align: center;
        color: #7851A9;
    }




    /* Parents Page */
    .parents-handbook {
        margin: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }

    .parents-handbook h1 {
        color: #7851A9;
        margin-bottom: 40px;
        font-size: 40px;
    }

    .parents-handbook p {
        text-align: justify;
    }

    .parents-handbook p br {
        display: none;
    }

    .parents-handbook .parent-handbook-download a {
        background-color: #7851A9;
        color: #fff;
        padding: 12px 24px;
        text-decoration: none;
        margin: 40px 0px;
    }


    /* Apply Page */
    .registration .registration-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .registration .registration-link h4 {
        font-size: 24px;
        margin: 64px;
        color: #7851A9;
    }

    .registration .registration-link p {
        font-size: 18px;
        color: #7851A9;
        text-align: center;
    }


    .registration .registration-link .start-date {
        font-size: 24px;
        margin-bottom: 24px;
    }



    .registration .registration-link .applying-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .registration .registration-link .applying-button a:first-child{
        padding:12px 24px;
        background-color: #0073e6;
        color: #fff;
        text-decoration: none;
    }
    
    .registration .registration-link .applying-button a:first-child:hover {
        background-color: #fff;
        color: #0073e6;
        border: 1px solid #0073e6;
    }
    
    .registration .registration-link .applying-button a:last-child{
        padding:8px 12px;
        color: #7851A9;
        border-radius: 32px;
        border: 2px solid #7851A9;
        text-decoration: none;
    }
    
    .registration .registration-link .applying-button a:last-child:hover{
        color: #fff;
        background-color: #7851A9;
        text-decoration: none;
    }
    
    .registration .registration-link .sign-up {
        font-size: 14px;
        margin: 64px;
        color: #7851A9;
    }
    
    .registration .registration-link .sign-up-email {
        display: flex;
        flex-direction: column;
        width: 55%;
    }
    
    .registration .registration-link .sign-up-email input{
        border: none;
        border-bottom: 2px solid #7851A9;
        margin-bottom: 18px;
        padding: 8px 16px;
    }
    
    
    .registration .registration-link .sign-up-email button{
        background-color: #7851A9;
        color: #fff;
        padding: 8px 0px;
        margin-bottom: 18px;
    }
    
    .registration .registration-link .sign-up-email button:hover {
        background-color: #fff;
        color: #7851A9;
        border: 1px solid #7851A9;
    }
    
    
    .registration img {
        width: 100%;
        height: 100%;
    }

    .class-groups {
        display: flex;
        flex-direction: column;
        padding: 40px;
        align-items: center;
        justify-content: center;
        text-align: justify;
        gap: 20px;
    }


    .class-groups h1 {
        display: none;
    }


    .class-groups .class-groups-1 {
        display: none;
    }


    .class-groups .class-groups-2 {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }

    .class-groups .class-groups-3 {
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
        text-align: justify;
    }







    /* School Fees Page */
    .school-fees-main-page, .about-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 60px 0px;
    }


    .school-fees-main-page h1, .school-fees-main-page h2, .about-us h1 {
        padding: 24px;
        font-size: 40px;
        font-weight: 700;
        color: #0073e6;
        text-align: center;
    }

    .school-fees-main-page p, .school-fees-main-page ol li {
        text-align: justify;
        padding: 0px 24px;
    }
    


    .school-fees-main-page .button-container {
        display: flex;
        flex-direction: column;
        gap: 20px; /* Added gap for spacing */
        margin-bottom: 20px; /* Added margin for better spacing */
    }

    .school-fees-main-page .button-container a {
        padding: 12px 28px;
        background-color: #7851A9;
        color: #fff;
        text-align: justify;
        text-decoration: none;
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }

    .school-fees-main-page .button-container a:last-child {
        background-color: #0073e6;
    }

    .school-fees-main-page img {
        display: none;
    }

    footer {
        display: none;
    }

    .contact-bar {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: white;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 0;
        z-index: 1000;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
    }
    
    .contact-bar a {
        text-decoration: none;
        text-align: center;
        color: black;
        font-size: 14px;
        display: inline-block;
    }
    
    .contact-bar a i {
        display: block;
        font-size: 18px;
        margin-bottom: 3px;
    }
    
    .educational-philosophy .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0px 24px;
    }

    .educational-philosophy .text h1 {
        font-size: 32px;
        margin: 40px 0px 20px 0px;
        text-align: center;
    }

    .educational-philosophy .text p {
        text-align: justify;
        padding: 0px 24px;
    }

    
    .educational-philosophy .text a {
        padding: 16px 64px;
        border: 1px solid #0073e6;
        text-align: justify;
        font-size: 14px;
        color: #555; 
        margin-bottom: 40px;
    }



    .innovative-curriculum h1 {
        font-size: 32px;
        margin: 16px 0px;
        text-align: center;
    }


    .innovative-curriculum p {
        text-align: justify;
        padding: 0px 24px;
    }


    .text-slider-container {
        display: none;
    }


    .advertisement {
        padding: 32px;
    }

    .advertisement h2 {
        font-size: 28px;
        margin: 32px 0px;
        text-align: center;
    }

    .advertisement p {
        text-align: justify;
    }


    .curriculum-page {
        display: flex;
        flex-direction: column;
        background-color: #7851A9;
        color: #fff;
        justify-content: center;
        align-items: center;
        padding: 40px 20px;        

    }

    .curriculum-page h1 {
        font-size: 32px;
        text-align: center;
        margin-bottom: 32px;
    }

    .curriculum-page .curriculum-page-info-1 h2 {
        font-size: 18px;
        text-align: justify;
        color: #ffe68b;
    }


    .curriculum-page-info-1 p {
        text-align: justify;
    }

    .curriculum-page-info-1 p br {
        display: none;
    }

    .curriculum-page-info-2 p {
        display: none;
    }

    .curriculum-page-info-2 div {
        display: flex;
        align-items: center;
        justify-content: center;
    }




       /* Style for the menu button */
/* Positioning the navbar */
.real-navbar {
    position: absolute;
    top: 100px;
    right: 40px;
}

/* Menu button styling */
.menu-btn {
    font-size: 32px;
    border: none;
    background: #7851A9;
    padding: 6px;
    cursor: pointer;
    color: #fff;
}

/* Full-screen offcanvas menu */
.offcanvas-fullscreen {
    width: 100vw !important; 
    height: 100vh !important;
    background: #fdf4eb; /* Light beige */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Styling links */
.offcanvas a {
    text-decoration: none;
    font-size: 22px;
    display: block;
    padding: 12px;
    color: #252c5a; /* Dark blue */
}

.offcanvas a:hover {
    color: #ff7f50; /* Coral hover effect */
}

/* Close button styling */
.btn-close-custom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 32px;
    color: #252c5a;
    cursor: pointer;
}


.offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    height: 100vh;
}

.offcanvas-body a {
    display: block;
    padding: 10px;
    font-size: 18px;
    text-decoration: none;
    color: #333;
}

.dropdown-mobile {
    position: relative;
    text-align: justify;
    width: 100%;
}

.dropdown-mobile > a {
    cursor: pointer;
}

.dropdown-content-mobile {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #f9f9f9;
    width: 100%;
    padding: 10px;
}

.dropdown-mobile:hover .dropdown-content-mobile {
    display: flex;
}


.chat-btn {
    display: none;
}



/* General Styles */
.school-info {
    padding: 20px;
    text-align: justify;
}

.school-info h1 {
    font-size: 2rem;
    margin-bottom: 20px;
}

.school-timeline p {
    font-size: 1rem;
    margin-bottom: 20px;
}

.video-container {
    position: relative;
    width: 100%;
    height: 600px;
    max-width: 800px;
    margin: 0 auto;
}

.video-container video {
    width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
}

.play-pause-btn,
.mute-unmute-btn {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-pause-btn i,
.mute-unmute-btn i {
    color: white;
    font-size: 20px;
}

.play-pause-btn:hover,
.mute-unmute-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}

.play-pause-btn {
    bottom: 10px;
    right: 10px;
}

.mute-unmute-btn {
    bottom: 10px;
    left: 10px;
}

    .school-info h1 {
        font-size: 1.5rem; /* Smaller heading */
    }

    .school-timeline p {
        font-size: 0.9rem; /* Smaller paragraph text */
    }

    .play-pause-btn,
    .mute-unmute-btn {
        width: 30px; /* Smaller buttons */
        height: 30px;
    }

    .play-pause-btn i,
    .mute-unmute-btn i {
        font-size: 16px; /* Smaller icons */
    }

    .play-pause-btn {
        bottom: 5px;
        right: 5px;
    }

    .mute-unmute-btn {
        bottom: 5px;
        left: 5px;
    }


    .carousel-item img {
        height: 50vh;
    }
    .news-info-slide {
        font-size: 14px;
        padding: 10px;
    }


}










/* For  medium screen sizes - Tablets */
@media (min-width: 768px) {

    
    /* header */
    header {
        background: #7851A9;
        padding: 16px 0px;
    }

    header .heading-border {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 16px 160px;
    }

    header .heading-border .nav-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .heading-border .nav-bar .text-notify {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .btn-fees {
        background-color: #ffc800;
        padding:8px 16px;
        color: #3a3a3a;
        margin-right: 16px;
        border-radius: 24px;
        font-size: 14px;
    }

    .btn-apply {
        background-color: #0061df;
        color: #fff;
        padding:8px 16px;
        border-radius: 24px;
        font-size: 14px;
    }

    header .heading-border .nav-bar .text{
        margin-left: 24px;
        font-size: 10px;
        font-style: italic;
    }

    header .heading-border .nav-bar .logo-area {
        margin-bottom: 24px;
        display:flex;
        justify-content: space-between;
        flex-grow: 1;
        flex-shrink: 1;
    }

    header .heading-border .nav-bar .logo-area .logo-image {
        height:160px;
        border: 1px solid #b060ff;
    }

    header .heading-border .nav-bar .logo-area .nav-links {
        background-color: #ffffffd0;
        width: 70vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #b060ff;
    } 

    header .heading-border .nav-bar .logo-area .nav-links p {
        font-style: italic;
        font-size: 13px;
    }

    header .heading-border .nav-bar .logo-area .nav-links .links {
        padding: 0px 0px 16px 0px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 1;
    }


    header .heading-border .nav-bar .logo-area .nav-links .links a {
        padding: 12px 24px;
        border-right: 2px solid #7851A9;
    
    }


    header .heading-border .nav-bar .logo-area .nav-links .links .make-bold {
        font-weight: 600;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        border: 0px;
    }

    /* Dropdown Content */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 32px;
        left: -2px;
        background-color: #ffffff;
        min-width: 300px;
        /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1;
    }

    /* Links inside the Dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal
    }

    /* Change link color on hover */
    .dropdown-content a:hover {
        background-color: #7851A9;
        color: #fff;
        border: none;
    }

    /* Show dropdown on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    header .heading-border .nav-bar .heading-address .address {
        font-size: 14px;
    }

    header .heading-border .nav-bar .text-notify:last-child {
        display: none;
    }

    /* Sliding in header */
    .header {
        position: fixed;
        top: 0;
        left: -100%; /* Start completely off-screen to the left */
        width: 100%;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        display: flex;
        align-items: center;
        height: 80px; 
        z-index: 1000;
        border-bottom: 1px solid #7851A9;
      }
  
      .header.visible {
        left: 0; /* Slide into view */
      }
  
     .sliding-logo {
        height: 60px;
     }


     .header .container .links .dropdown .dropdown-content {
        top: 24px;
     }
    



     /* Mission | Vision | Valuse */
    .about-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 70px auto;
    }
    
    .about-us p {
        line-height: 2;
    }
    
    .about-us h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }


    .image-text {
        display: flex;
        width: 100%; /* Add a max-width for better responsiveness */
    }
    
    .image-text .content {
        display: flex;
        align-items: center;
        justify-content: center; /* Distribute space between image and text */
        width: 100%; /* Ensure content takes full width */
    }
    
    .image-text .content img {
        width: 50%; /* Image takes up exactly half of the content width */
        height: auto;
    }
    
    .image-text .content .text {
        width: 50%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    
    .image-text .content .text h2 {
        font-size: 2.5rem;
        margin: 20px 0; /* Reduced margin for better spacing */
        color: #0073e6; /* Added color for better readability */
    }
    
    .image-text .content .text p {
        width: 300px;
        font-size: 1.1rem;
        line-height: 1.6; /* Improved line height for readability */
        color: #555; /* Added color for better readability */
    }
    
    .image-text .content .text ul {
        text-align: left;
        list-style-position: inside;
        padding: 0;
        margin: 20px 0; /* Added margin for better spacing */
    }
    
    .image-text .content .text ul li {
        margin-bottom: 8px;
        font-size: 1.1rem;
        color: #555; /* Added color for better readability */
    }



   /* Calender Page Styling */
    .download-section {
        display: flex;
        justify-content: center;
        padding: 80px 20px; /* Added padding for better spacing */
        background-color: #f9f9f9; /* Optional: Add a light background color */
    }

    .download-section .content {
        display: flex;
        align-items: center;
        justify-content: space-around;
        gap: 20px; /* Added gap for spacing */
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    .download-section .content img {
        width: 45%; /* Adjusted width for better balance */
        height: auto;
    }

    .download-section .content .text {
        width: 45%; /* Adjusted width for better balance */
    }

    .download-section .content .text h3 {
        font-size: 1.8rem;
        color: #333; /* Added color for better readability */
    }

    .download-section .content .text .download-btn {
        display: inline-block;
        margin: 24px 0px;
        padding: 12px 40px;
        background-color: #0073e6; /* Button color */
        color: white;
        text-decoration: none;
        font-size: 1rem;
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }

    .download-section .content .text .download-btn:hover {
        background-color: #7851A9; /* Hover color */
    }


    /* School Fees Page */
    .school-fees-page .school-fees-page-title {
        margin: 40px 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .school-fees-page .school-fees-page-title h5 {
        font-weight: 300;
    }
    
    .school-fees-page .school-fees-page-title h1 {
        font-weight: 600;
        font-size: 64px;
        margin: 40px 0px;
        color: #7851A9;
    }
    
    .school-fees-page .school-fees-page-title .hr {
        padding: 0.6px;
        width: 6%;
        background-color: #7851A9;
    }
    
    
    .enrollment .enrollment-info {
        display: flex;
        flex-direction: column;
        margin: 0px 120px;
    }
    
    .enrollment .enrollment-info hr {
        margin: 12px 0px;
        padding: 1px;
        width: 90%;
        background-color: #0073e6;
    }
    
    .enrollment .enrollment-info-1 {
        display: flex;
        border-top:1px solid #7851A9;
        border-bottom:1px solid #7851A9;
    }
    
    .enrollment .enrollment-info-1 img {
        width: 50%;
        margin: 40px 0px;
    }
    
    .enrollment .enrollment-info-1 .text{
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    
    .enrollment .enrollment-info-1 .text h1 {
        padding: 6px 0px;
        color: #0073e6;
        border-bottom: 1px solid #0073e6;
        margin-bottom: 40px;
    }
    
    .enrollment .enrollment-info-1 .text p {
        text-align: justify;
    }
    
    .admission-process {
        display: flex;
        flex-direction: column;
    }
    
    .admission-process h1 {
        padding: 56px;
        text-align: center;
        color: #0073e6;
    }
    
    .admission-process p {
        text-align: justify;
        width: 70%;
    }
    
    .admission-process .button-apply {
        text-align: justify;
        margin: 56px 0px;
    }
    
    .admission-process .button-apply a{
        color: #fff;
        text-decoration: none;
        padding: 12px 24px;
        background-color: #7851A9;
        border: 1px solid #7851A9;
        font-weight: 200;
    }
    
    .admission-process .button-apply a:hover {
        background-color: #fff;
        color: #7851A9;
    }
    
    .admission-process-list {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 800px; /* Limit width for better readability */
        margin: 0 auto; /* Center the container */
        padding: 20px; /* Added padding for better spacing */
    }
    
    .admission-process-list h5 {
        font-size: 1.5rem;
        margin-bottom: 20px; /* Added margin for better spacing */
        color: #333; /* Added color for better readability */
        text-align: center; /* Center-align the heading */
    }
    
    .admission-process-list ol {
        padding-left: 20px; /* Add padding for better alignment */
        margin-bottom: 20px; /* Added margin for better spacing */
    }
    
    .admission-process-list ol li {
        font-size: 1.1rem;
        line-height: 1.6; /* Improved line height for readability */
        margin-bottom: 10px; /* Added margin for better spacing */
        color: #555; /* Added color for better readability */
    }
    
    .admission-process-list ol li {
        font-size: 1rem; /* Slightly smaller font size for mobile */
    }
    
    


    /* Parents Page */
    .parents-handbook {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .parents-handbook h1 {
        margin: 56px 0px;
        font-size: 64px;
        color: #7851A9;
    }
    
    .parents-handbook p {
        font-size: 24px;
        font-weight: 200;
        text-align: justify;
        margin-bottom: 56px;
    }
    
    .parents-handbook .parent-handbook-download a {
        text-decoration: none;
        padding: 18px 28px;
        background-color: #7851A9;
        color: #fff;
    }
    
    .parents-handbook .parent-image {
        margin-top: 56px;
        display: flex;
        justify-content: center;
    }
    
    .parents-handbook .parent-image img {
        width: 50%;
    }




    .class-groups {
        display: flex;
        flex-direction: column;
        align-items: center; /* Center content horizontally */
        justify-content: center;
        padding: 80px 20px; /* Added padding for better spacing */
        background-color: #f9f9f9; /* Optional: Add a light background color */
        text-align: justify; 
    }
    
    .class-groups .hr {
        padding: 0.6px;
        width: 5%;
        background-color: #0073e6;
        margin: 16px 0px;
    }
    
    .class-groups h1 {
        font-size: 48px;
    }
    
    .class-groups p {
        margin: 32px 0px 56px 0px;
    }
    
    .class-groups .class-groups-1 {
        padding: 8px 0px 40px 0px;
        display: flex;
        border-top: 1px solid #0073e6;
        width: 90%;
        margin: 0px 80px;
    }
    
    .class-groups .class-groups-1 img {
        width: 50%;
    }
    
    .class-groups .class-groups-1 .text-inf h2 {
        text-align: justify;
        margin: 2px 0px;
    }
    
    .class-groups .class-groups-1 .text-inf {
        width: 50%;
        background-color: #7851A9;
        text-align: left;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 96px 56px;
    }
    
    .class-groups .class-groups-1 .text-inf ul {
        line-height: 2.5;
    }
    
    .class-groups .class-groups-1 .text-inf .hr {
        padding: 0.6px;
        background-color: #0073e6;
        width: 15%;
    }
    
    
    
    
    
    
    .class-groups .class-groups-2 {
        padding: 40px 0px 40px 0px;
        display: flex;
        border-top: 1px solid #0073e6;
        width: 90%;
        margin: 0px 80px;
    }
    
    .class-groups .class-groups-2 img {
        width: 50%;
    }
    
    .class-groups .class-groups-2 .text-inf h2 {
        text-align: justify;
        margin: 2px 0px;
    }
    
    .class-groups .class-groups-2 .text-inf {
        width: 50%;
        text-align: left;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 96px 56px;
    }
    
    .class-groups .class-groups-2 .text-inf ul {
        line-height: 2.5;
    }
    
    .class-groups .class-groups-2 .text-inf .hr {
        padding: 0.6px;
        background-color: #0073e6;
        width: 15%;
    }
    
    
    
    .class-groups .class-groups-3 {
        padding: 40px 0px 40px 0px;
        display: flex;
        border-top: 1px solid #0073e6;
        width: 90%;
        margin: 0px 80px;
    }
    
    .class-groups .class-groups-3 img {
        width: 50%;
    }
    
    .class-groups .class-groups-3 .text-inf h2 {
        text-align: justify;
        margin: 2px 0px;
    }
    
    .class-groups .class-groups-3 .text-inf {
        width: 50%;
        text-align: justify;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 96px 56px;
    }
    
    .class-groups .class-groups-3 .text-inf ul {
        line-height: 2.5;
    }
    
    .class-groups .class-groups-3 .text-inf .hr {
        padding: 0.6px;
        background-color: #0073e6;
        width: 15%;
    }
    
    
    /* Slide-in animation */
    @keyframes slideInFromBottom {
        0% {
            transform: translateY(100%);
            opacity: 0;
        }
        100% {
            transform: translateY(0);
            opacity: 1;
        }
    }
    
    /* Apply animation to all elements in .class-groups */
    .class-groups .hr,
    .class-groups h1,
    .class-groups p,
    .class-groups .class-groups-1 .text-inf h2,
    .class-groups .class-groups-2 .text-inf h2,
    .class-groups .class-groups-3 .text-inf h2,
    .class-groups .class-groups-1 .text-inf ul,
    .class-groups .class-groups-2 .text-inf ul,
    .class-groups .class-groups-3 .text-inf ul {
        animation: slideInFromBottom 1s ease-out forwards;
        opacity: 0; /* Start with opacity 0 */
    }
    
    /* Add delays for staggered animations */
    .class-groups .hr {
        animation-delay: 0s; /* No delay */
    }
    
    .class-groups h1 {
        animation-delay: 0.5s; /* Delay the h1 animation */
    }
    
    .class-groups p {
        animation-delay: 1s; /* Delay the paragraph animation */
    }
    
    

    

    /* School Fees Page */
    .school-fees-main-page {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0px 24px;
    }

    .school-fees-main-page h1, .school-fees-main-page h2 {
        margin-top: 40px;
        font-size: 40px;
        font-weight: 700;
        color: #0073e6;
        text-align: justify;
    }

    .school-fees-main-page p {
        text-align: justify;
    }


    .school-fees-main-page .button-container {
        display: flex;
        gap: 20px; /* Added gap for spacing */
        margin-bottom: 20px; /* Added margin for better spacing */
    }
    
    .school-fees-main-page .button-container a {
        padding: 12px 28px;
        background-color: #7851A9;
        color: #fff;
        text-align: justify;
        text-decoration: none;
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }
    
    .school-fees-main-page .button-container a:last-child {
        background-color: #0073e6;
    }

    .school-fees-main-page img {
        display: none;
    }


    /* footer */
    footer {
        display: flex;
        justify-content: space-between; /* Distributes space between the two elements */
        align-items: center; /* Vertically centers the content */
    }

    footer p {
        padding: 40px;
        background-color: #7851A9; /* Purple background */
        flex: 1; /* Takes up 80% of the available space */
        margin: 0; /* Removes default margin */
        color: #fff;
    }

    footer .social-media {
        background-color: #0073e6; /* Pink background */
        flex: 0 0 20%; /* Takes up 20% of the available space */
        display: flex; /* Makes the social media icons flex items */
        justify-content: space-around; /* Aligns icons to the right */
        gap: 10px; /* Adds space between the icons */
        padding: 40px; /* Adds padding to match the left section */
    }

    footer .social-media i {
        font-size: 1.2rem; /* Adjust icon size */
        color: #fff; /* Icon color */
        transition: color 0.3s ease; /* Smooth color transition on hover */
    }

    footer .social-media i:hover {
        color: #0073e6; /* Change color on hover */
    }

    .contact-bar {
        display: none;
    }




    .motto {
        margin: 16px 0px;
        background-color: #0073e6;
        display: flex;              
        justify-content: center;    
        align-items: center;        
        height: 320px;           
        text-align: justify;        
    }
    
    .motto-div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .motto-div .p {
        margin: 8px;                  
        padding: 10px;       
        font-size: 20px;          
        color: #fff;
    }

    .motto-div .hr {
        padding: 2px;
        width: 70px;
        background-color: #fff;
    }

    .motto-div .h1 {
        margin: 0;           
        padding: 10px;  
        font-family: "Oswald", serif; 
        font-size: 72px;
        font-weight: 700;        
        color: #fff;
    }

    
    .motivation {
        display: flex;
        justify-content: center;
        align-items: center; /* Ensure it covers full height if needed */
    }

    .motivation-text .hr {
        padding: 12px 24px;
        background-color: #0073e6;
    }

    .motivation-text .h1{
        color: #ffe68b;
    }
    
    .motivation-text {
        margin: 16px 0px;
        padding: 32px 100px 54px 100px;
        background-color: #7851A9;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    
        /* Animation settings */
        opacity: 0;                /* Start fully transparent */
        transform: translateY(150px); /* Start slightly below */
        animation: fadeInEaseIn 1.5s ease-in forwards; /* 1.5s ease-in effect */
    }
    
    /* Keyframes for the fade-in and slide-in effect */
    @keyframes fadeInEaseIn {
        from {
            opacity: 0; /* Fully transparent */
            transform: translateY(150px); /* Slide from below */
        }
        to {
            opacity: 1; /* Fully visible */
            transform: translateY(0); /* Original position */
        }
    }

    .motivation-text .h1{
        margin-top: 16px;
        font-size: 32px;
    }
    
    .motivation-text-p {
        text-align: justify;
        margin-top: 16px;
        font-size: 14px;
    }
    

    .admission-image {
        padding: 24px 0px;
        position: relative; /* Needed for positioning the text within the container */
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: flex-end; /* Align to the bottom */
        height: 640px; /* Set the height of the section to full viewport */
        overflow: hidden; /* Prevent overflow if content exceeds container */
    }
    
    .admission-image img {
        width: 100%; /* Make the image span the full width */
        height: 100%; /* Make the image span the full height */
        object-fit: cover; /* Ensure the image maintains its aspect ratio and fills the space */
    }
    
    .admission-text {
        position: absolute; /* Position text over the image */
        text-align: justify; /* Center align the text */
        color: #0073e6; /* Ensure the text is visible on the image */
        background: rgba(255, 255, 255, 0.8); /* Add a translucent background for better readability */
        padding: 24px 64px 24px 64px; /* Add some padding for spacing */
    }
    
    .admission-text h1 {
        margin: 0; 
        font-size: 40px;
        font-weight: 700;
    }
    
    .admission-text p {
        margin: 5px 0; /* Add some spacing between elements */
        font-size: 14px; /* Adjust the font size */
    }
    
    .admission-text a {
        display: inline-block; /* Make the link a button-like element */
        margin-top: 10px;
        padding: 10px 20px;
        background: #0073e6; /* Button background color */
        color: #ffffff; /* Button text color */
        text-decoration: none; /* Remove underline */
        transition: background 0.3s ease; /* Smooth hover effect */
    }
    
    .admission-text a:hover {
        background: #003b75; /* Slightly lighter button background on hover */
    }


    .reorder-container {
        display: flex;
        flex-direction: column;
    }
    
    .main-carousel-section {
        order: 2; /* Default order: carousel is below the classes section */
    }
    
    .classes-all {
        order: 1; /* Default order: classes section is above the carousel */
    }
    
    
    .classes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .classes .hr {
        margin: 16px 0px;
        padding: 0.4px;
        width: 8%;
        background-color: #0073e6;
    }
    
    .classes .classes-title {
        margin: 18px 0px;
        padding: 12px 24px;
        background-color: #7851A9;
        color: #ffe68b;
        font-size: 14px;
        text-align: justify;
    }
    
    .classes .classes-title:hover {
        background-color: #0073e6;
        transition: ease-in 0.3s;
    }
    
    .classes .class-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%;
        padding: 40px;
    }
    
    .classes .class-list .class-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
        width: 20%;
    }
    
    .class-info img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    
    .class-info h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .class-info p {
        font-size: 16px;
        font-weight: 200;
    }
    

    .main-carousel {
        width: 80%;
        padding: 0px 60px;
        margin: 0px 120px;
        border-top: 0.8px solid #7851A9;
    }

    .main-carousel-section .main-carousel .carousel .carousel-inner {
        display: flex;
        align-items: center;
    }


    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide {
        display: flex;
        background-color: #7851A9;
        padding: 108px;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div p {
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        color: #fff;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div a {
        padding: 12px 40px;
        border: 1px solid #fff;
        font-size: 24px;
        text-decoration: none;
        color: #fff;
        margin-top: 24px;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div a:hover {
        background-color: #fff;
        color: #0073e6;
    }

    .carousel-caption {
        background-color: #fff;
        color: #7851A9;
        height: 40px;
        padding-top: 8px;
        margin-bottom: 20px;
    }

    .educational-philosophy {
        height: 1200px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 72px;
    }
    
    .educational-philosophy img {
        width: 50%; /* Limit image width */
        height: 100%; /* Maintain aspect ratio */
        object-fit: cover; /* Make the image cover its container */
    }
    
    .educational-philosophy .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start; /* Align items to the left */
        width: 45%; /* Limit text width for better layout */
        padding: 80px 0px;
    }
    
    .educational-philosophy .text h1 {
        font-size: 2.2rem; /* Adjust the font size */
        color: #333; /* Optional: Adjust color */
    }
    
    .educational-philosophy .text .hr {
        width: 40%;
        height: 3px;
        background-color: #0073e6; /* Match your branding color */
        margin: 10px 0; /* Spacing above and below */
    }
    
    .educational-philosophy .text p {
        padding: 0px 24px;
        text-align: justify;
        font-size: 17px;
        line-height: 1.6; /* Improve readability */
        color: #555; /* Optional: Adjust text color */
    }
    
    .educational-philosophy .text a {
        padding: 16px 64px;
        border: 1px solid #0073e6;
        text-align: justify;
        font-size: 14px;
        line-height: 1.6; /* Improve readability */
        color: #555; /* Optional: Adjust text color */
        margin: 0; /* Remove extra spacing */
    }

    .educational-philosophy .text a:hover {
        background-color: #7851A9;
        border: 1px solid #7851A9;
        color: #fff;
    }

    .innovative-curriculum {
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    .innovative-curriculum h1 {
        margin: 40px 0px;
        font-size: 64px;
    }

    .innovative-curriculum p {
        text-align: justify;
        font-size: 20px;
    }


    .text-slider-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    
    .divider {
        width: 90%;
        height: 1px;
        background-color: #0073e6;
    }
    
    .slider-wrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .slider-wrapper img {
        width: 100%;
        height: 100%;
    }
    
    .text-slider {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 50%; /* Ensures text doesn't overflow */
        text-align: justify;
        z-index: 2;
    }
    
    .slide-item {
        display: none; /* Hide all slides by default */
    }
    
    .slide-item.active {
        display: block; /* Show active slide */
    }
    
    .slider-text {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    
    .slider-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        z-index: 3;
        transition: background-color 0.3s ease;
    }
    
    .slider-control.prev {
        left: 10px;
    }
    
    .slider-control.next {
        right: 10px;
    }

    .advertisement {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 80px;
        padding: 40px 0px;
    }

    .advertisement .text {
        display: flex;
        flex-direction: column;
        text-align: left;
        max-width: 45%; /* Limit text width for better layout */
    }




    .video-container {
        position: relative;
        width: 100%;
        max-width: 800px; /* Adjust as needed */
        margin: 0 auto;
    }
    
    /* Video */
    .video-container video {
        width: 100%;
        height: auto;
        border-radius: 10px; /* Optional: Rounded corners */
        display: block;
    }
    
    /* Play/Pause Button */
    .play-pause-btn {
        position: absolute;
        bottom: 20px;
        right: 20px;
        background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .play-pause-btn i {
        color: white;
        font-size: 24px;
    }
    
    .play-pause-btn:hover {
        background-color: rgba(0, 0, 0, 0.9); /* Darker on hover */
    }
    
    /* Mute/Unmute Button */
    .mute-unmute-btn {
        position: absolute;
        bottom: 20px;
        left: 20px;
        background-color: rgba(0, 0, 0, 0.7);
        border: none;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }
    
    .mute-unmute-btn i {
        color: white;
        font-size: 24px;
    }
    
    .mute-unmute-btn:hover {
        background-color: rgba(0, 0, 0, 0.9);
    }
    

}



@media(max-width: 1023px) {
    /* Apply Page */
    .registration .registration-link {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .registration .registration-link h4 {
        font-size: 32px;
        margin: 64px;
        color: #7851A9;
    }

    .registration .registration-link p {
        font-size: 28px;
        padding: 0px 16px;
        color: #7851A9;
        text-align: center;
    }


    .registration .registration-link .start-date {
        font-size: 24px;
        margin-bottom: 24px;
    }



    .registration .registration-link .applying-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
    
    .registration .registration-link .applying-button a:first-child{
        padding:12px 24px;
        background-color: #0073e6;
        color: #fff;
        text-decoration: none;
    }
    
    .registration .registration-link .applying-button a:first-child:hover {
        background-color: #fff;
        color: #0073e6;
        border: 1px solid #0073e6;
    }
    
    .registration .registration-link .applying-button a:last-child{
        padding:8px 12px;
        color: #7851A9;
        border-radius: 32px;
        border: 2px solid #7851A9;
        text-decoration: none;
    }
    
    .registration .registration-link .applying-button a:last-child:hover{
        color: #fff;
        background-color: #7851A9;
        text-decoration: none;
    }
    
    .registration .registration-link .sign-up {
        font-size: 14px;
        color: #7851A9;
        text-align: justify;
    }

    .registration .registration-link .sign-up br {
        display: none;
    }
    
    .registration .registration-link .sign-up-email {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    
    
    .registration .registration-link .sign-up-email input{
        border: none;
        border-bottom: 2px solid #7851A9;
        margin-bottom: 18px;
        padding: 8px 16px;
    }
    
    
    .registration .registration-link .sign-up-email button{
        background-color: #7851A9;
        color: #fff;
        padding: 8px 0px;
        margin-bottom: 18px;
    }
    
    .registration .registration-link .sign-up-email button:hover {
        background-color: #fff;
        color: #7851A9;
        border: 1px solid #7851A9;
    }
    
    
    .registration img {
        width: 100%;
        height: 100%;
    }

    
    
}






/* For bigger screen sizes - Desktops/Laptops */
@media (min-width: 1024px) {


    .contact-bar {
        display: none;
    }

    /* header */
    header {
        background: #7851A9;
        padding: 16px 0px;
    }

    header .heading-border {
        border-top: 2px solid #fff;
        border-bottom: 2px solid #fff;
        padding: 16px 160px;
    }

    header .heading-border .nav-bar {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header .heading-border .nav-bar .text-notify {
        display: flex;
        align-items: center;
        margin-bottom: 24px;
        flex-grow: 1;
        flex-shrink: 1;
    }

    .btn-fees {
        background-color: #ffc800;
        padding:8px 16px;
        color: #3a3a3a;
        margin-right: 16px;
        border-radius: 24px;
        font-size: 14px;
    }

    .btn-apply {
        background-color: #0061df;
        color: #fff;
        padding:8px 16px;
        border-radius: 24px;
        font-size: 14px;
    }

    header .heading-border .nav-bar .text{
        margin-left: 24px;
        font-size: 10px;
        font-style: italic;
    }

    header .heading-border .nav-bar .logo-area {
        margin-bottom: 24px;
        display:flex;
        justify-content: space-between;
        flex-grow: 1;
        flex-shrink: 1;
    }

    header .heading-border .nav-bar .logo-area .logo-image {
        height:160px;
        border: 1px solid #b060ff;
    }

    header .heading-border .nav-bar .logo-area .nav-links {
        background-color: #ffffffd0;
        width: 70vw;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border: 1px solid #b060ff;
    } 

    header .heading-border .nav-bar .logo-area .nav-links p {
        font-style: italic;
        font-size: 13px;
    }

    header .heading-border .nav-bar .logo-area .nav-links .links {
        padding: 0px 0px 16px 0px;
        display: flex;
        align-items: center;
        flex-wrap: nowrap;
        flex-shrink: 1;
    }


    header .heading-border .nav-bar .logo-area .nav-links .links a {
        padding: 12px 24px;
        border-right: 2px solid #7851A9;
    
    }


    header .heading-border .nav-bar .logo-area .nav-links .links .make-bold {
        font-weight: 600;
    }

    .dropdown {
        position: relative;
        display: inline-block;
        border: 0px;
    }

    /* Dropdown Content */
    .dropdown-content {
        display: none;
        position: absolute;
        top: 32px;
        left: -2px;
        background-color: #ffffff;
        min-width: 300px;
        /* box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2); */
        z-index: 1;
    }

    /* Links inside the Dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-weight: normal
    }

    /* Change link color on hover */
    .dropdown-content a:hover {
        background-color: #7851A9;
        color: #fff;
        border: none;
    }

    /* Show dropdown on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    header .heading-border .nav-bar .heading-address .address {
        font-size: 14px;
    }

    header .heading-border .nav-bar .text-notify:last-child {
        display: none;
    }

    /* Sliding in header */
    .header {
        position: fixed;
        top: 0;
        left: -100%; /* Start completely off-screen to the left */
        width: 100%;
        background-color: #ffffff;
        color: rgb(0, 0, 0);
        display: flex;
        align-items: center;
        height: 80px; 
        z-index: 1000;
        border-bottom: 1px solid #7851A9;
      }
  
      .header.visible {
        left: 0; /* Slide into view */
      }
  
     .sliding-logo {
        height: 60px;
     }


     .header .container .links .dropdown .dropdown-content {
        top: 24px;
     }
    
     .motto {
        margin: 16px 0px;
        background-color: #0073e6;
        display: flex;              
        justify-content: center;    
        align-items: center;        
        height: 320px;           
        text-align: justify;        
    }
    
    .motto-div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }
    
    .motto-div .p {
        margin: 8px;                  
        padding: 10px;       
        font-size: 20px;          
        color: #fff;
    }

    .motto-div .hr {
        padding: 2px;
        width: 70px;
        background-color: #fff;
    }

    .motto-div .h1 {
        margin: 0;           
        padding: 10px;  
        font-family: "Oswald", serif; 
        font-size: 72px;
        font-weight: 700;        
        color: #fff;
    }

    
    .motivation {
        display: flex;
        justify-content: center;
        align-items: center; /* Ensure it covers full height if needed */
        
    }


    .motivation-text .h1{
        color: #ffe68b;
    }
    
    .motivation-text {
        width: 70%;
        margin: 16px 0px;
        padding: 32px 100px 54px 100px;
        background-color: #7851A9;
        color: #fff;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    
        /* Animation settings */
        opacity: 0;                /* Start fully transparent */
        transform: translateY(150px); /* Start slightly below */
        animation: fadeInEaseIn 1.5s ease-in forwards; /* 1.5s ease-in effect */
    }
    
    /* Keyframes for the fade-in and slide-in effect */
    @keyframes fadeInEaseIn {
        from {
            opacity: 0; /* Fully transparent */
            transform: translateY(150px); /* Slide from below */
        }
        to {
            opacity: 1; /* Fully visible */
            transform: translateY(0); /* Original position */
        }
    }

    .motivation-text .h1{
        margin-top: 16px;
        font-size: 32px;
    }
    
    .motivation-text-p {
        text-align: justify;
        margin-top: 16px;
        font-size: 14px;
        
    }

    .motivation-text-p br {
        display: none;
    }
    

    .admission-image {
        padding: 24px 0px;
        position: relative; /* Needed for positioning the text within the container */
        display: flex;
        justify-content: center; /* Center horizontally */
        align-items: flex-end; /* Align to the bottom */
        height: 640px; /* Set the height of the section to full viewport */
        overflow: hidden; /* Prevent overflow if content exceeds container */
    }
    
    .admission-image img {
        width: 100%; /* Make the image span the full width */
        height: 100%; /* Make the image span the full height */
        object-fit: cover; /* Ensure the image maintains its aspect ratio and fills the space */
    }
    
    .admission-text {
        position: absolute; /* Position text over the image */
        text-align: center; /* Center align the text */
        color: #0073e6; /* Ensure the text is visible on the image */
        background: rgba(255, 255, 255, 0.8); /* Add a translucent background for better readability */
        padding: 24px 64px 24px 64px; /* Add some padding for spacing */
    }
    
    .admission-text h1 {
        margin: 0; 
        font-size: 40px;
        font-weight: 700;
    }
    
    .admission-text p {
        margin: 5px 0; /* Add some spacing between elements */
        font-size: 14px; /* Adjust the font size */
    }
    
    .admission-text a {
        display: inline-block; /* Make the link a button-like element */
        margin-top: 10px;
        padding: 10px 20px;
        background: #0073e6; /* Button background color */
        color: #ffffff; /* Button text color */
        text-decoration: none; /* Remove underline */
        transition: background 0.3s ease; /* Smooth hover effect */
    }
    
    .admission-text a:hover {
        background: #003b75; /* Slightly lighter button background on hover */
    }


    .reorder-container {
        display: flex;
        flex-direction: column;
    }
    
    .main-carousel-section {
        order: 2; /* Default order: carousel is below the classes section */
    }
    
    .classes-all {
        order: 1; /* Default order: classes section is above the carousel */
    }
    
    
    .classes {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .classes .hr {
        margin: 16px 0px;
        padding: 0.4px;
        width: 8%;
        background-color: #0073e6;
    }
    
    .classes .classes-title {
        margin: 18px 0px;
        padding: 12px 24px;
        background-color: #7851A9;
        color: #ffe68b;
        font-size: 14px;
        text-align: justify;
    }
    
    .classes .classes-title:hover {
        background-color: #0073e6;
        transition: ease-in 0.3s;
    }
    
    .classes .class-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-around;
        width: 100%;
        padding: 40px;
    }
    
    .classes .class-list .class-info {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
        width: 20%;
    }
    
    .class-info img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    
    .class-info h2 {
        font-size: 1.5rem;
        margin-bottom: 10px;
    }
    
    .class-info p {
        font-size: 16px;
        font-weight: 200;
    }
    

    .main-carousel {
        width: 80%;
        padding: 0px 60px;
        margin: 0px 120px;
        border-top: 0.8px solid #7851A9;
    }

    .main-carousel-section .main-carousel .carousel .carousel-inner {
        display: flex;
        align-items: center;
    }


    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide {
        display: flex;
        background-color: #7851A9;
        padding: 108px;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div p {
        font-size: 32px;
        font-style: italic;
        font-weight: 700;
        color: #fff;
    }


    .main-carousel-section .main-carousel .carousel .carousel-item img {
        width: 100%;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div a {
        padding: 12px 40px;
        border: 1px solid #fff;
        font-size: 24px;
        text-decoration: none;
        color: #fff;
        margin-top: 24px;
    }

    .main-carousel-section .main-carousel .carousel .carousel-item .news-info-slide div a:hover {
        background-color: #fff;
        color: #0073e6;
    }

    .carousel-caption {
        background-color: #fff;
        color: #7851A9;
        height: 40px;
        padding-top: 8px;
        margin-bottom: 20px;
    }

    .educational-philosophy {
        height: 1000px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-bottom: 72px;
    }
    
    .educational-philosophy img {
        width: 50%; /* Limit image width */
        height: 100%; /* Maintain aspect ratio */
        object-fit: cover; /* Make the image cover its container */
    }
    
    .educational-philosophy .text {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center; /* Align text to the left */
        padding: 56px;
    }
    
    .educational-philosophy .text h1 {
        font-size: 2.2rem; /* Adjust the font size */
        margin-bottom: 10px; /* Add spacing below the heading */
        color: #333; /* Optional: Adjust color */
    }
    
    .educational-philosophy .text .hr {
        width: 40%;
        height: 3px;
        background-color: #0073e6; /* Match your branding color */
        margin: 10px 0; /* Spacing above and below */
    }
    
    .educational-philosophy .text p {
        text-align: justify;
        font-size: 17px;
        line-height: 1.6; /* Improve readability */
        color: #555; /* Optional: Adjust text color */
        margin:20px  0px; /* Remove extra spacing */
    }
    
    .educational-philosophy .text a {
        padding: 16px 64px;
        border: 1px solid #0073e6;
        text-align: justify;
        font-size: 14px;
        line-height: 1.6; /* Improve readability */
        color: #555; /* Optional: Adjust text color */
        margin: 0; /* Remove extra spacing */
    }

    .educational-philosophy .text a:hover {
        background-color: #7851A9;
        border: 1px solid #7851A9;
        color: #fff;
    }

    .innovative-curriculum {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 40px 0px;

    }

    .innovative-curriculum h1 {
        margin: 40px 0px;
        font-size: 64px;
    }

    .innovative-curriculum p {
        width: 50%;
        text-align: justify;
        font-size: 20px;
    }


    .text-slider-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    
    .divider {
        width: 90%;
        height: 1px;
        background-color: #0073e6;
    }
    
    .slider-wrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        overflow: hidden;
    }
    
    .slider-wrapper img {
        width: 100%;
        height: 100%;
    }
    
    .text-slider {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #fff;
        width: 50%; /* Ensures text doesn't overflow */
        text-align: justify;
        z-index: 2;
    }
    
    .slide-item {
        display: none; /* Hide all slides by default */
    }
    
    .slide-item.active {
        display: block; /* Show active slide */
    }
    
    .slider-text {
        font-size: 1.8rem;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    }
    
    .slider-control {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        z-index: 3;
        transition: background-color 0.3s ease;
    }
    
    .slider-control.prev {
        left: 10px;
    }
    
    .slider-control.next {
        right: 10px;
    }

    .advertisement {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 40px 0px;
    }

    .advertisement .text {
        display: flex;
        flex-direction: column;
        text-align: justify;
        padding: 0px 60px 0px 20px;
        width: 45%; /* Limit text width for better layout */
    }


    .advertisement .text br {
        display: none;
    }


    /* About Us Page Styling */
    .about-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 70px auto;
    }
    
    .about-us p {
        line-height: 2;
    }
    
    .about-us h1 {
        font-size: 3rem;
        margin-bottom: 10px;
    }


    .image-text {
        display: flex;
        width: 100%; /* Add a max-width for better responsiveness */
    }
    
    .image-text .content {
        display: flex;
        align-items: center;
        justify-content: center; /* Distribute space between image and text */
        width: 100%; /* Ensure content takes full width */
    }
    
    .image-text .content img {
        width: 50%; /* Image takes up exactly half of the content width */
        height: auto;
    }
    
    .image-text .content .text {
        width: 50%; 
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: justify;
    }
    
    .image-text .content .text h2 {
        font-size: 2.5rem;
        margin: 20px 0; /* Reduced margin for better spacing */
        color: #0073e6; /* Added color for better readability */
    }
    
    .image-text .content .text p {
        width: 300px;
        font-size: 1.1rem;
        line-height: 1.6; /* Improved line height for readability */
        color: #555; /* Added color for better readability */
    }
    
    .image-text .content .text ul {
        text-align: left;
        list-style-position: inside;
        padding: 0;
        margin: 20px 0; /* Added margin for better spacing */
    }
    
    .image-text .content .text ul li {
        margin-bottom: 8px;
        font-size: 1.1rem;
        color: #555; /* Added color for better readability */
    }
    
   
    /* Calender Page Styling */
    .download-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 80px 20px; /* Added padding for better spacing */
        background-color: #f9f9f9; /* Optional: Add a light background color */
    }
    
    .download-section .content {
        width: 100%;
        max-width: 1200px; /* Add a max-width for better responsiveness */
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0px; /* Added gap for spacing */
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }
    
    .download-section .content .img {
        height: auto;
    }
    
    .download-section .content .text {
        text-align: left; /* Align text to the left */
    }
    
    .download-section .content .text h3 {
        font-size: 1.8rem;
        color: #333; /* Added color for better readability */
    }
    
    .download-section .content .text .download-btn {
        display: inline-block;
        margin: 24px 0px;
        padding: 12px 40px;
        background-color: #0073e6; /* Button color */
        color: white;
        text-decoration: none;
        font-size: 1rem;
        transition: background-color 0.3s ease; /* Smooth hover effect */
    }
    
    
    .download-section .content .text img {
        width: 60%;
    }
 


    /* Copy of Books */
    .books {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .books h1 {
        text-align: justify;
        margin: 70px 0px;
    }


    .books p {
        font-weight: 200;
        font-size: 20px;
        margin-bottom: 40px;
    }

    .books p a {
        text-decoration: none;
        color: #2b2b2b;
    }

    .list-of-books ol {
        margin-left: -300px;
        list-style-position: inside;
        text-align: left;
        font-size: 20px;
    }

    .list-of-books ol li a {
        font-weight: 600;
        margin-left: 12px;
        text-decoration: underline;
        color: #7851A9;
    }


    .list-of-books ol h3 {
        margin: 40px 0px;
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .books .parent-image {
        display: flex;
        justify-content: center;
    }
    
    .books .parent-image img {
        width: 50%;
    }


/* School Calendar Section */
.school-info {
    background-color: #7851A9;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    padding: 60px 20px; /* Added padding for better spacing */
    width: 100%;
}

.school-info h1 {
    margin: 0 0 40px 0; /* Adjusted margin for better spacing */
    font-size: 48px; /* Slightly smaller font size for better readability */
    text-align: justify; /* Center-align the heading */
}

.school-timeline {
    max-width: 800px; /* Limit width for better readability */
    width: 100%;
    text-align: left;
}

.school-timeline p {
    font-size: 1.1rem;
    line-height: 1.6; /* Improved line height for readability */
    margin-bottom: 20px; /* Added margin for better spacing */
}

.school-timeline h4 {
    font-size: 1.5rem;
    margin: 60px 0px; /* Added margin for better spacing */
    color: #fff; /* Ensure heading color matches the theme */
}

.school-timeline ul {
    list-style-type: disc; /* Use bullet points for lists */
    padding-left: 20px; /* Add padding for better alignment */
    margin-bottom: 20px; /* Added margin for better spacing */
}

.school-timeline ul li {
    font-size: 1.1rem;
    line-height: 1.6; /* Improved line height for readability */
    margin-bottom: 8px; /* Added margin for better spacing */
}



.school-fees-page .school-fees-page-title {
    margin: 40px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.school-fees-page .school-fees-page-title h5 {
    font-weight: 300;
}

.school-fees-page .school-fees-page-title h1 {
    font-weight: 600;
    font-size: 64px;
    margin: 40px 0px;
    color: #7851A9;
}

.school-fees-page .school-fees-page-title .hr {
    padding: 0.6px;
    width: 6%;
    background-color: #7851A9;
}


.enrollment .enrollment-info {
    display: flex;
    flex-direction: column;
    margin: 0px 120px;
}

.enrollment .enrollment-info hr {
    margin: 12px 0px;
    padding: 1px;
    width: 90%;
    background-color: #0073e6;
}

.enrollment .enrollment-info-1 {
    display: flex;
    border-top:1px solid #7851A9;
    border-bottom:1px solid #7851A9;
}

.enrollment .enrollment-info-1 img {
    width: 50%;
    margin: 40px 0px;
}

.enrollment .enrollment-info-1 .text{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.enrollment .enrollment-info-1 .text h1 {
    padding: 6px 0px;
    color: #0073e6;
    border-bottom: 1px solid #0073e6;
    margin-bottom: 40px;
}

.enrollment .enrollment-info-1 .text p {
    text-align: justify;
}

.admission-process {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.admission-process h1 {
    padding: 56px;
    text-align: center;
    color: #0073e6;
}

.admission-process p {
    text-align: center;
}

.admission-process .button-apply {
    text-align: center;
    margin: 56px 0px;
}

.admission-process .button-apply a{
    color: #fff;
    text-decoration: none;
    padding: 12px 24px;
    background-color: #7851A9;
    border: 1px solid #7851A9;
    font-weight: 200;
}

.admission-process .button-apply a:hover {
    background-color: #fff;
    color: #7851A9;
}

.admission-process-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 800px; /* Limit width for better readability */
    margin: 0 auto; /* Center the container */
    padding: 20px; /* Added padding for better spacing */
}

.admission-process-list h5 {
    font-size: 1.5rem;
    margin-bottom: 20px; /* Added margin for better spacing */
    color: #333; /* Added color for better readability */
    text-align: justify; /* Center-align the heading */
}

.admission-process-list ol {
    padding-left: 20px; /* Add padding for better alignment */
    margin-bottom: 20px; /* Added margin for better spacing */
}

.admission-process-list ol li {
    font-size: 1.1rem;
    line-height: 1.6; /* Improved line height for readability */
    margin-bottom: 10px; /* Added margin for better spacing */
    color: #555; /* Added color for better readability */
}

    .admission-process-list ol li {
        font-size: 1rem; /* Slightly smaller font size for mobile */
    }

.parents-handbook {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.parents-handbook h1 {
    margin: 56px 0px;
    font-size: 64px;
    color: #7851A9;
}

.parents-handbook p {
    font-size: 24px;
    font-weight: 200;
    text-align: justify;
    margin-bottom: 56px;
}

.parents-handbook .parent-handbook-download a {
    text-decoration: none;
    padding: 18px 28px;
    background-color: #7851A9;
    color: #fff;
}

.parents-handbook .parent-image {
    margin-top: 56px;
    display: flex;
    justify-content: center;
}

.parents-handbook .parent-image img {
    width: 50%;
}


.registration {
    display: flex;
}

.registration .registration-link {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.registration .registration-link h4 {
    margin-top: 96px;
    color: #0073e6;
}

.registration .registration-link p {
    text-align: center;
    margin-top: 64px;
    font-size: 32px;
    font-weight: 400;
    color: #7851A9;
}

.registration .registration-link p span {
    font-size: 52px;
    font-weight: 700;
}

.registration .registration-link .start-date {
    margin: 24px 0px;
    text-align: justify;
    color: #7851A9;
}

.registration .registration-link .applying-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.registration .registration-link .applying-button a:first-child{
    padding:12px 24px;
    background-color: #0073e6;
    color: #fff;
    text-decoration: none;
}

.registration .registration-link .applying-button a:first-child:hover {
    background-color: #fff;
    color: #0073e6;
    border: 1px solid #0073e6;
}

.registration .registration-link .applying-button a:last-child{
    padding:8px 12px;
    color: #7851A9;
    border-radius: 32px;
    border: 2px solid #7851A9;
    text-decoration: none;
}

.registration .registration-link .applying-button a:last-child:hover{
    color: #fff;
    background-color: #7851A9;
    text-decoration: none;
}

.registration .registration-link .sign-up {
    font-size: 14px;
    margin: 64px;
    color: #7851A9;
}

.registration .registration-link .sign-up-email {
    display: flex;
    flex-direction: column;
    width: 55%;
}

.registration .registration-link .sign-up-email input{
    border: none;
    border-bottom: 2px solid #7851A9;
    margin-bottom: 18px;
    padding: 8px 16px;
}


.registration .registration-link .sign-up-email button{
    background-color: #7851A9;
    color: #fff;
    padding: 8px 0px;
    margin-bottom: 18px;
}

.registration .registration-link .sign-up-email button:hover {
    background-color: #fff;
    color: #7851A9;
    border: 1px solid #7851A9;
}


.registration img {
    width: 70%;
    height: 100%;
}


.school-fees-main-page {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center;
    padding: 80px 20px; /* Added padding for better spacing */
    background-color: #f9f9f9; /* Optional: Add a light background color */
    text-align: justify; /* Center-align text */
}

.school-fees-main-page h1 {
    color: #7851A9;
    font-size: 4rem;
    margin-bottom: 20px; 
}

.school-fees-main-page p {
    font-size: 1.1rem;
    line-height: 1.6; /* Improved line height for readability */
    color: #555; /* Added color for better readability */
    margin-bottom: 40px; /* Added margin for better spacing */
    max-width: 800px; /* Limit width for better readability */
}

.school-fees-main-page .button-container {
    display: flex;
    gap: 80px; /* Added gap for spacing */
    margin-bottom: 20px; /* Added margin for better spacing */
}

.school-fees-main-page .button-container a {
    padding: 12px 28px;
    background-color: #7851A9;
    color: #fff;
    text-decoration: none;
    transition: background-color 0.3s ease; /* Smooth hover effect */
}

.school-fees-main-page .button-container a:last-child {
    background-color: #0073e6;
}

.school-fees-main-page .button-container a:hover {
    background-color: #333; /* Change hover color for better feedback */
}

.school-fees-main-page img {
    width: 25%;
    height: auto;
    margin-top: 20px; /* Added margin for better spacing */
}

.school-fees-main-page ol {
    text-align: left;
    font-size: 14px;
}

.school-fees-main-page h2 {
    margin: 40px 0px;
}


.class-groups {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center;
    padding: 80px 20px; /* Added padding for better spacing */
    background-color: #f9f9f9; /* Optional: Add a light background color */
    text-align: justify; 
}

.class-groups .hr {
    padding: 0.6px;
    width: 5%;
    background-color: #0073e6;
    margin: 16px 0px;
}

.class-groups h1 {
    font-size: 48px;
}

.class-groups p {
    margin: 32px 0px 56px 0px;
}

.class-groups .class-groups-1 {
    padding: 8px 0px 40px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #0073e6;
    width: 90%;
}

.class-groups .class-groups-1 img {
    width: 50%;
}

.class-groups .class-groups-1 .text-inf h2 {
    text-align: justify;
    margin: 2px 0px;
}

.class-groups .class-groups-1 .text-inf {
    width: 50%;
    background-color: #7851A9;
    text-align: justify;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 56px;
}

.class-groups .class-groups-1 .text-inf br {
    display: none;
}

.class-groups .class-groups-2 .text-inf br {
    display: none;
}

.class-groups .class-groups-1 .text-inf ul {
    line-height: 2.5;
}

.class-groups .class-groups-1 .text-inf .hr {
    padding: 0.6px;
    background-color: #0073e6;
    width: 15%;
}






.class-groups .class-groups-2 {
    padding: 40px 0px 40px 0px;
    display: flex;
    border-top: 1px solid #0073e6;
    width: 90%;
    margin: 0px 80px;
}

.class-groups .class-groups-2 img {
    width: 50%;
}

.class-groups .class-groups-2 .text-inf h2 {
    text-align: justify;
    margin: 2px 0px;
}

.class-groups .class-groups-2 .text-inf {
    width: 50%;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 56px;
}

.class-groups .class-groups-2 .text-inf ul {
    line-height: 2.5;
}

.class-groups .class-groups-2 .text-inf .hr {
    padding: 0.6px;
    background-color: #0073e6;
    width: 15%;
}



.class-groups .class-groups-3 {
    padding: 40px 0px 40px 0px;
    display: flex;
    border-top: 1px solid #0073e6;
    width: 90%;
    margin: 0px 80px;
}

.class-groups .class-groups-3 img {
    width: 50%;
}

.class-groups .class-groups-3 .text-inf h2 {
    text-align: justify;
    margin: 2px 0px;
}

.class-groups .class-groups-3 .text-inf {
    width: 50%;
    text-align: justify;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 96px 56px;
}

.class-groups .class-groups-3 .text-inf ul {
    line-height: 2.5;
}

.class-groups .class-groups-3 .text-inf .hr {
    padding: 0.6px;
    background-color: #0073e6;
    width: 15%;
}


/* Slide-in animation */
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Apply animation to all elements in .class-groups */
.class-groups .hr,
.class-groups h1,
.class-groups p,
.class-groups .class-groups-1 .text-inf h2,
.class-groups .class-groups-2 .text-inf h2,
.class-groups .class-groups-3 .text-inf h2,
.class-groups .class-groups-1 .text-inf ul,
.class-groups .class-groups-2 .text-inf ul,
.class-groups .class-groups-3 .text-inf ul {
    animation: slideInFromBottom 1s ease-out forwards;
    opacity: 0; /* Start with opacity 0 */
}

/* Add delays for staggered animations */
.class-groups .hr {
    animation-delay: 0s; /* No delay */
}

.class-groups h1 {
    animation-delay: 0.5s; /* Delay the h1 animation */
}

.class-groups p {
    animation-delay: 1s; /* Delay the paragraph animation */
}

.curriculum-page {
    background-color: #7851A9;
    padding: 56px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.curriculum-page h1 {
    color: #fff;
    margin-bottom: 40px;
}

.curriculum-page .curriculum-page-info-1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


.curriculum-page .curriculum-page-info-1 h2 {
    color: #ffc800;
    font-style: italic;
    text-align: justify;
}


.curriculum-page .curriculum-page-info-1 p {
    color: #fff;
    text-align: justify;
    font-size: 18px;
    margin-bottom: 64px;
}

.curriculum-page .curriculum-page-info-1 .hr {
    padding: 0.6px;
    background-color: #fff;
    width: 15%;
}


/* Fade-in from bottom animation */
@keyframes fadeInFromBottom {
    0% {
        opacity: 0;
        transform: translateY(50px); /* Start 50px below */
    }
    100% {
        opacity: 1;
        transform: translateY(0); /* End at original position */
    }
}

/* Apply animation to the elements */
.curriculum-page-info-1 h2,
.curriculum-page-info-1 p,
.curriculum-page-info-1 .hr {
    opacity: 0; /* Start with opacity 0 */
    transform: translateY(50px); /* Start 50px below */
}

/* Add the animation when the "fade-in-bottom" class is added */
.curriculum-page-info-1 h2.fade-in-bottom,
.curriculum-page-info-1 p.fade-in-bottom,
.curriculum-page-info-1 .hr.fade-in-bottom {
    animation: fadeInFromBottom 1s ease-out forwards;
}

/* Add delays for staggered animations */
.curriculum-page-info-1 h2.fade-in-bottom {
    animation-delay: 0.5s; /* Delay the h2 animation */
}

.curriculum-page-info-1 p.fade-in-bottom {
    animation-delay: 1s; /* Delay the paragraph animation */
}

.curriculum-page-info-1 .hr.fade-in-bottom {
    animation-delay: 1.5s; /* Delay the hr animation */
}


.curriculum-page-info-2 {
    display: flex;
    justify-content: space-around; /* Distributes space between text and images */
    align-items: center; /* Vertically centers items */
    padding: 20px; /* Adds padding around the container */
    background-color: #f9f9f9; /* Light background color */
    border-radius: 8px; /* Rounded corners */
}

.curriculum-page-info-2 p {
    font-size: 24px; /* Larger font size for the text */
    font-weight: bold; /* Bold text */
    color: #333; /* Dark text color */
    margin-right: 20px; /* Adds space between text and images */
}

.curriculum-page-info-2 > div {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 10px; /* Adds space between images */
}

.curriculum-page-info-2 img {
    width: 100%; /* Sets a fixed width for images */
    height: auto; /* Maintains aspect ratio */
    
}


.we-do-it {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 64px;
    border-top: 1px solid #7851A9;
}

.we-do-it > img {
    width: 100%; /* Ensure the image spans the full width */
    max-width: 1200px; /* Limit the image width */
    margin-bottom: 20px; /* Add space below the image */
}

.we-do-it > div {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns */
    gap: 20px; /* Space between items */
    width: 100%; /* Ensure the grid spans the full width */
    max-width: 1200px; /* Limit the grid width */
}

.we-do-it > div > div {
    background-color: #f9f9f9; /* Light background for each item */
    padding: 20px; /* Add padding inside each item */
    border-radius: 8px; /* Rounded corners */
    text-align: justify; /* Center-align text */
}

.we-do-it img {
    width: 100%; /* Set a fixed width for icons */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 10px; /* Space below the icon */
}

.we-do-it h3 {
    font-size: 20px; /* Larger font size for headings */
    color: #7851A9; /* Purple color for headings */
    margin-bottom: 10px; /* Space below the heading */
}

.we-do-it p {
    font-size: 16px; /* Standard font size for text */
    color: #333; /* Dark text color */
}

.pillars {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: justify; /* Center-align the heading and content */
    padding: 20px; /* Add padding around the section */
}

.pillars h1 {
    padding: 80px 160px; /* Padding for the heading */
    background-color: #7851A9; /* Purple background */
    color: white; /* White text color */
    font-size: 32px; /* Larger font size for the heading */
    width: 70%; /* Full width for the heading */
}

.pillars > div {
    display: grid;
    grid-template-columns: repeat(1, 1fr); /* Four columns */
    padding: 40px; /* Padding around the grid */
    max-width: 1200px; /* Limit the grid width */
}

.pillars img {
    width: 100%; /* Make images fill their containers */
    height: auto; /* Maintain aspect ratio */
    border-radius: 8px; /* Rounded corners for images */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

footer {
    display: flex;
    justify-content: space-between; /* Distributes space between the two elements */
    align-items: center; /* Vertically centers the content */
}

footer p {
    padding: 40px;
    background-color: #7851A9; /* Purple background */
    flex: 1; /* Takes up 80% of the available space */
    margin: 0; /* Removes default margin */
    color: #fff;
}

footer .social-media {
    background-color: #0073e6; /* Pink background */
    flex: 0 0 20%; /* Takes up 20% of the available space */
    display: flex; /* Makes the social media icons flex items */
    justify-content: space-around; /* Aligns icons to the right */
    gap: 10px; /* Adds space between the icons */
    padding: 40px; /* Adds padding to match the left section */
}

footer .social-media i {
    font-size: 1.2rem; /* Adjust icon size */
    color: #fff; /* Icon color */
    transition: color 0.3s ease; /* Smooth color transition on hover */
}

footer .social-media i:hover {
    color: #0073e6; /* Change color on hover */
}




#shortText, #fullText {
    padding: 0px 40px;
    text-align: justify;
    width: 70%;
}

#readMoreBtn {
background-color: #7851A9;
color: white;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
}

#readMoreBtn:hover {
background-color: #5a3a7a;
}



.menu-btn {
    display: none;
}


/* Existing Chat Button Styles */
.chat-btn {
    position: fixed;
    bottom: 40px;
    right: 90px;
    background-color: #7851A9; /* Dark blue */
    color: white;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
    display: flex;
    align-items: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.chat-btn i {
    margin-right: 8px;
    font-size: 18px;
}

.chat-btn:hover {
    background-color: #3f2066; /* Darker blue */
    transform: scale(1.05);
}

/* New WhatsApp Button Styles */
.whatsapp-btn {
    position: fixed;
    bottom: 40px;
    right: 30px; /* Position to the left of the chat button */
    background-color: #25D366; /* WhatsApp green */
    color: white;
    padding: 12px;
    border-radius: 50%; /* Make it circular */
    font-size: 20px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px; /* Fixed width for circular shape */
    height: 50px; /* Fixed height for circular shape */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.whatsapp-btn:hover {
    background-color: #128C7E; /* Darker WhatsApp green */
    transform: scale(1.05);
}

/* Notification Badge */
.notification-icon {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #ff4757; /* Red background */
    color: white;
    font-size: 12px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    border-radius: 50%; /* Make it circular */
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.zoom-image {
    transition: transform 0.3s ease; /* Smooth zoom transition */
    transform-origin: center center; /* Zoom from the center */
}

html {
    scroll-behavior: smooth; /* Smooth scrolling */
}



.video-container {
    position: relative;
    width: 100%;
    max-width: 800px; /* Adjust as needed */
    margin: 0 auto;
}

/* Video */
.video-container video {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Optional: Rounded corners */
    display: block;
}

/* Play/Pause Button */
.play-pause-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent black */
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.play-pause-btn i {
    color: white;
    font-size: 24px;
}

.play-pause-btn:hover {
    background-color: rgba(0, 0, 0, 0.9); /* Darker on hover */
}

/* Mute/Unmute Button */
.mute-unmute-btn {
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mute-unmute-btn i {
    color: white;
    font-size: 24px;
}

.mute-unmute-btn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}


.contact-bar {
    display: none;
}

}
