* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Common Styles */
.navbar {
    background-color: #10486D;
    flex-shrink: 0;
}

/* Desktop Navbar Styles */
.desktop-nav {
    display: flex;
    align-items: center;
    height: 44px;
    background-color: #10486D;
    flex-shrink: 0;
    width: 113%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: transform 0.3s ease-in-out;
    
}

.left-section {
    width: 310px;
    display: flex;
    align-items: center;
    margin-left: 129px;
}

.search-icon {
    width: 18px;
    height: 18px;
    margin: 13px 0;
}

.search-text {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 11px 20px;
    margin-left: 10px;
}

.center-spacer {
    width: 812px;
}

.contact-section {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-right: 313px;
}

.phone-section,
.email-section {
    display: flex;
    align-items: center;
}

.contact-icon {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    vertical-align: middle;
}

.contact-icon svg {
    width: 100%;
    height: 100%;
}

.contact-text {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 11px 0;
    margin-left: 10px;
}

/* Main Navigation Styles */
.main-nav {
    width: 100%;
    background-color: #FFF;
    position: fixed;
    top: 44px;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-container {
    display: flex;
    align-items: center;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    justify-content: space-between;
  
}

.logo-section {
    margin-left: 0;
}

.logo {
    width: 100px;
    height: 100px;
    flex-shrink: 0;
    aspect-ratio: 100/100;
}

.menu-items {
    display: inline-flex;
    align-items: center;
    gap: 24px;
    margin: 0 auto;
}

.menu-item {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
}

.dropdown-icon {
    width: 12px;
    height: 12px;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-left: 0;
}

.toggle-btn {
    display: inline-flex;
    padding: 18px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
    border: none;
    cursor: pointer;
}

.toggle-icon {
    width: 21px;
    height: 19px;
    flex-shrink: 0;
}

.enquiry-btn {
    background-color: #CE3B31;
    color: #FFF;
    border: none;
    border-radius: 100px;
    padding: 12px 24px;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap;
}

.mobile-enquiry {
    display: none;
}

/* Tablet Navbar Styles */
.tablet-nav {
    height: 44px;
}

.tablet-nav .contact-section {
    margin: 0 auto;
    justify-content: center;
}

/* Mobile Navbar Styles */
.mobile-nav {
    display: none;
    width: 100%;
    height: 85.023px;
    background-color: #10486D;
    flex-shrink: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.mobile-contact-section {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    padding: 0 15px;
}

.mobile-email,
.mobile-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.mobile-email {
    margin-top: 13.68px;
    margin-bottom: 10px;
}

.mobile-phone {
    margin-top: 0;
    margin-bottom: 12.2px;
}

.mobile-contact-icon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.mobile-contact-text {
    color: #FFF;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

/* Add padding to body to account for fixed headers */
body {
    padding-top: 40px; /* Adjust this value based on your navbar height */
}

/* Hero Section Styles */
.hero-section {
    width: 100%;
    height: 100vh;
    background-image: url('Assest/Icons/Slider Image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    margin-top: -50px;
    display: flex;
    align-items: center;
}

.hero-section .container {
    width: 100%;
    padding-left: 264px;
    padding-top: 164px;
}

.content-box {
    width: 550px;
    height: 310px;
    background-color: #10486D;
    border-radius: 200px 150px 40px 200px;
    padding: 40px 80px;
    position: relative;
    margin: 0;
    z-index: 1;
}

.hero-heading {
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}

.hero-subtext {
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #FFF;
    text-align: center;
    line-height: normal;
    margin: 15px auto;
}

.cta-button {
    display: inline-flex;
    padding: 14px 32px;
    gap: 8px;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: #CE3B31;
    color: #FFF;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    border: none;
    cursor: pointer;
    margin: 15px auto;
    display: block;
}

/* Media Queries */
@media screen and (max-width: 1920px) {
    .nav-container {
        padding-left: 150px;
        padding-right: 110px;
    }
}

@media screen and (max-width: 1440px) {
    .menu-item {
        font-size: 16px;
    }
    
    .enquiry-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .hero-section .container {
        padding-left: 161px;
        padding-top: 164px;
    }
    
    .content-box {
        width: 500px;
        height: 282px;
        padding: 35px 60px;
    }
    
    .hero-heading {
        font-size: 42px;
    }
}

@media screen and (max-width: 1024px) {
    .nav-container {
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .menu-items {
        display: none;
    }
    
    .toggle-btn {
        display: flex;
    }
    
    .hero-section .container {
        padding-left: 30px;
    }
    
    .content-box {
        width: 450px;
        height: 282px;
        padding: 30px 50px;
        border-radius: 150px 100px 30px 150px;
    }
    
    .hero-heading {
        font-size: 36px;
    }
    
    .right-content {
        margin-top: 0;
    }
}

@media screen and (max-width: 430px) {
    .desktop-nav {
        display: none;
    }
    
    .mobile-nav {
        display: block;
    }
    
    .main-nav {
        top: 85.023px; /* Height of mobile nav */
    }
    
    .nav-container {
        padding: 10px 15px;
        justify-content: space-between;
    }
    
    .logo {
        width: 90px;
        height: 71px;
    }
    
    .desktop-enquiry {
        display: none;
    }
    
    .mobile-enquiry {
        display: block;
        padding: 8px 16px;
        font-size: 12px;
        margin-right: 10px;
    }
    
    .nav-right {
        display: flex;
        align-items: center;
        gap: 10px;
        order: 2;
    }
    
    .mobile-enquiry {
        order: 1;
    }
    
    .toggle-btn {
        padding: 10px;
        order: 2;
    }
    
    .toggle-icon {
        width: 18px;
        height: 16px;
    }
    
    .mobile-contact-text {
        font-size: 14px;
    }
    
    .mobile-contact-icon {
        width: 16px;
        height: 16px;
    }
    
    .mobile-email {
        margin-top: 10px;
        margin-bottom: 8px;
    }
    
    .mobile-phone {
        margin-bottom: 10px;
    }
    
   
    
    .hero-section .container {
        padding-left: 15px;
        padding-right: 15px;
       
    }
    
    .content-box {
        width: 100%;
        height: auto;
        min-height: 250px;
        padding: 25px 50px;
        border-radius: 100px 75px 20px 100px;
    }
    
    .hero-heading {
        font-size: 28px;
    }
    
    .hero-subtext {
        font-size: 14px;
    }
    
    .cta-button {
        padding: 12px 28px;
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .tablet-nav,
    .mobile-nav {
        display: none;
    }
    
    .desktop-nav {
        display: flex;
    }
}

/* About School Section Styles */
.about-section {
    padding: 80px 0;
    background: #fff;
}

.about-container {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.left-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 31px;
    flex: 1 1 48%;
    height: fit-content;
}

.left-images img {
    width: 100%;
    height: 272px;
    object-fit: cover;
    display: block;
}

.img1 { 
    border-radius: 117px 48px 0 48px;
    margin-bottom: 0;
}
.img2 { 
    border-radius: 48px 117px 48px 0px;
    margin-bottom: 0;
}
.img3 { 
    border-radius: 48px 0px 48px 117px;
    margin-bottom: 0;
}
.img4 { 
    border-radius: 0px 48px 117px 48px;
    margin-bottom: 0;
}

.right-content {
    flex: 1 1 48%;
    padding: 20px;
    max-width: 567px;
    margin-top: -40px;
}

.since {
    color: #CE3B31;
    font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.25px;
    margin-bottom: 10px;
}

.title {
    font-family: 'Fredoka', sans-serif;
    font-size: 64px;
    font-weight: 600;
    margin-bottom: 20px;
}

.description {
    color: #5B5B5B;
    font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 184%;
    margin-bottom: 23px;
    max-width: 567px;
}

.btn {
    display: inline-block;
    padding: 18px 40px;
    border-radius: 100px;
    background: #CE3B31;
    color: white;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-bottom: 42px;
    font-family: 'Fredoka', sans-serif;
}

.btn:hover {
    background: #a83227;
}

.stats {
    display: flex;
    flex-direction: row;
    gap: 74px;
    
}

.stat-box {
    display: flex;
    align-items: center;
    gap: 15px;
    min-width: 180px;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #F0F6FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stat-text {
    flex: 1;
}

.stat-text h3 {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.stat-text p {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin: 0;
    margin-top: -5px;
}

@media screen and (max-width: 1440px) {
    .about-container {
        padding: 0 20px;
    }
    
    .title {
        font-size: 48px;
    }
    
    .stat-text h3 {
        font-size: 42px;
    }
}

@media screen and (max-width: 1024px) {
    .about-container {
        flex-direction: column;
        padding: 0 20px;
    }
    
    .left-images, .right-content {
        flex: 1 1 100%;
    }
    
    .right-content {
        margin-top: 30px;
        padding: 0;
    }
    
    .title {
        font-size: 36px;
    }
    
    .stats {
        gap: 40px;
    }
}

@media screen and (max-width: 430px) {
    .about-section {
        padding: 40px 0;
    }
    
    .about-container {
        padding: 0 15px;
    }
    
    .left-images {
        gap: 15px;
        margin-bottom: 30px;
    }
    
    .left-images img {
        height: 200px;
    }
    
    .right-content {
        margin-top: 0;
        padding: 0;
    }
    
    .title {
        font-size: 28px;
        margin-bottom: 15px;
    }
    
    .description {
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .btn {
        padding: 15px 30px;
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .stats {
        gap: 20px;
        margin-top: 0;
    }
    
    .stat-box {
        min-width: 140px;
    }
    
    .icon-circle {
        width: 60px;
        height: 60px;
    }
    
    .stat-text h3 {
        font-size: 42px;
        line-height: 1.2;
    }
    
    .stat-text p {
        font-size: 14px;
        line-height: 1.2;
        margin-top: -2px;
    }
}

/* Learning Section Styles */
.learning-section {
    padding: 50px 0;
    background-color: #fff;
}

.learning-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.learning-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 36px;
    font-weight: 600;
    color: #000;
    margin-bottom: 15px;
}

.learning-subtitle {
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    color: #5B5B5B;
    margin-bottom: 50px;
}

.cards-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
    max-width: 100%;
    margin: 0;
}

.learning-card {
    width: calc(33.333% - 16px);
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    position: relative;
    margin: 0 8px;
}

.learning-card:hover {
    transform: translateY(-5px);
}

.card-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background-color: #10486d;
    border-radius: 125px 125px 0 0;
    padding: 60px 20px 20px;
    color: white;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
}

.card-logo {
    width: 80px;
    height: 80px;
    background-color: white;
    border-radius: 8px 50px 8px 8px;
    padding: 5px;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: contain;
    z-index: 3;
}

.card-content h5 {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.card-content p {
    font-family: 'Fredoka', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
    flex-grow: 1;
}

@media screen and (max-width: 1024px) {
    .cards-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* Hide scrollbar for Firefox */
        scrollbar-width: none;
    }
    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .cards-container::-webkit-scrollbar {
        display: none;
    }

    .learning-card {
        flex-shrink: 0;
        width: calc(100vw - 40px);
        height: 400px;
        margin-right: 20px;
        scroll-snap-align: start;
    }
    .card-content {
        height: 180px;
        padding-top: 55px;
        border-radius: 110px 110px 0 0;
    }
    .card-logo {
        top: -45px;
    }
}

@media screen and (max-width: 768px) {
    .cards-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
        padding: 0 20px;
        gap: 0;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        /* Hide scrollbar for Firefox */
        scrollbar-width: none;
    }
    /* Hide scrollbar for Webkit browsers (Chrome, Safari) */
    .cards-container::-webkit-scrollbar {
        display: none;
    }

    .learning-card {
        flex-shrink: 0;
        width: calc(100vw - 40px);
        height: 350px;
        margin-right: 20px;
        scroll-snap-align: start;
    }
    .card-content {
        height: 160px;
        padding-top: 45px;
        border-radius: 120px 120px 0 0;
    }
    .card-logo {
        top: -35px;
    }
}

@media screen and (max-width: 480px) {
    .learning-card {
        height: 430px;
    }
    .card-content {
        height: 140px;
        padding-top: 35px;
        border-radius: 120px 120px 0 0;
    }
    .card-logo {
        top: -52px;
    }
    .card-content h5 {
        font-size: 18px;
    }
    .card-content p {
        font-size: 13px;
    }
}

/* Find Info Section Styles */
.find-info-container {
    width: 100%;
    height: auto;
    background-color: #F1F3F8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0 60px 0;
}

.find-info-heading {
    width: 858px;
    text-align: center;
    color: black;
    font-size: 44px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 40px;
}

.cards-wrapper {
    display: flex;
    gap: 30px;
    
}

.info-card {
    width: 210px;
    height: 182px;
    border-radius: 24px;
    position: relative;
    flex-shrink: 0;
}

.card-top-bar {
    width: 185px;
    height: 38px;
    background-color: #490D59;
    border-radius: 24px;
    position: absolute;
    left: 10px;
    top: 0;
}

.card-main {
    width: 210px;
    height: 173px;
    background-color: #FFFFFF;
    border-radius: 24px;
    position: absolute;
    top: 9px;
    box-shadow: 0px 10px 4px rgba(73, 13, 89, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
}

.red-badge {
    width: 80px;
    height: 80px;
    background-color: #CE3B31;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
}

.badge-icon-container {
    width: 42px;
    height: 44px;
    position: relative;
}

.info-card-link div[style*="font-size: 20px"] {
    font-size: 17px !important;
}

@media screen and (max-width: 1200px) {
    .find-info-container {
        flex-wrap: wrap;
        height: auto;
        padding: 40px 20px;
    }
    
    .info-card {
        margin: 20px 0;
    }
}

@media screen and (max-width: 768px) {
    .find-info-container {
        padding: 20px 15px 40px 15px;
    }

    .find-info-heading {
        width: 100%;
        font-size: 32px;
        margin-bottom: 30px;
    }

    .cards-wrapper {
        flex-direction: column;
        align-items: center;
        padding: 0;
        gap: 20px;
    }

    .info-card {
        width: 280px;
        height: 200px;
    }

    .card-top-bar {
        width: 240px;
    }

    .card-main {
        width: 280px;
        height: 190px;
    }

    .red-badge {
        width: 80px;
        height: 80px;
    }

    .badge-icon-container {
        width: 36px;
        height: 36px;
    }

    .badge-icon-container svg {
        width: 36px;
        height: 36px;
    }
} 

/* FAQ Section Styles */
.faq-section {
    padding: 60px 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    min-height: 100vh;
}

.faq-container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    gap: 30px;
    padding: 0 15px;
    align-items: center;
}

.faq-left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 20px 0;
}

.faq-image {
    width: 100%;
    max-width: 550px;
    height: 525px;
    object-fit: cover;
    border-radius: 250px 250px 60px 180px;
}

.faq-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

.faq-label {
    color: #3B647F;
    font-family: 'Fredoka', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.25px;
    margin-bottom: 10px;
}

.faq-heading {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    width: 100%;
    min-height: 56px;
    border-radius: 16px 36px;
    background: #EEF1F3;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    min-height: 56px;
    border-radius: 16px 36px;
    background: #EEF1F3;
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.faq-question span {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 500;
    padding-right: 15px;
}

.faq-toggle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #FFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.faq-icon {
    transition: transform 0.3s ease;
    width: 20px;
    height: 20px;
}

.faq-icon.arrow {
    display: block;
    color: #838383;
}

.faq-answer {
    background-color: #FFF;
    padding: 0 25px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-answer p {
    color: #707070;
    font-family: 'Fredoka', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 0 0 15px;
}

/* Active states */
.faq-item.active {
    border-radius: 28px;
    border: 2px solid #E2E5E8;
    background: #FFF;
}

.faq-item.active .faq-question {
    border-radius: 26px;
    background: #10486D;
}

.faq-item.active .faq-question span {
    color: #fff;
}

.faq-item.active .faq-toggle {
    background-color: #CE3B31;
}

.faq-item.active .faq-icon.arrow {
    color: #fff;
    transform: rotate(180deg);
}

.faq-item.active .faq-answer {
    max-height: 200px;
    padding: 15px 25px 0;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .faq-container {
        max-width: 900px;
        gap: 25px;
    }
    
    .faq-image {
        max-width: 500px;
        height: 550px;
    }
    
    .faq-heading {
        font-size: 32px;
    }
}

@media screen and (max-width: 992px) {
    .faq-section {
        min-height: auto;
    }

    .faq-container {
        max-width: 700px;
        flex-direction: column;
        align-items: center;
    }
    
    .faq-left {
        width: 100%;
        max-width: 550px;
    }
    
    .faq-image {
        max-width: 100%;
        height: 500px;
    }
    
    .faq-right {
        width: 100%;
        padding-top: 40px;
    }
    
    .faq-heading {
        font-size: 30px;
        text-align: center;
    }
    
    .faq-label {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .faq-section {
        padding: 40px 0;
    }
    
    .faq-container {
        padding: 0 20px;
    }
    
    .faq-left {
        padding: 10px 0;
    }
    
    .faq-image {
        max-width: 450px;
        height: 450px;
    }
    
    .faq-right {
        padding-top: 30px;
    }
    
    .faq-heading {
        font-size: 28px;
        margin-bottom: 25px;
    }
    
    .faq-question span {
        font-size: 15px;
    }
}

@media screen and (max-width: 480px) {
    .faq-section {
        padding: 30px 0;
    }
    
    .faq-container {
        padding: 0 15px;
    }
    
    .faq-left {
        padding: 5px 0;
    }
    
    .faq-image {
        max-width: 100%;
        height: 400px;
        border-radius: 180px 180px 40px 120px;
    }
    
    .faq-right {
        padding-top: 20px;
    }
    
    .faq-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    
    .faq-label {
        font-size: 13px;
        letter-spacing: 3px;
        margin-bottom: 8px;
    }
    
    .faq-question {
        padding: 0 20px;
    }
    
    .faq-question span {
        font-size: 14px;
    }
    
    .faq-toggle {
        width: 32px;
        height: 32px;
    }
    
    .faq-icon {
        width: 16px;
        height: 16px;
    }
    
    .faq-answer {
        padding: 0 20px;
    }
    
    .faq-answer p {
        font-size: 13px;
        line-height: 20px;
    }
    
    .faq-item.active .faq-answer {
        padding: 12px 20px 0;
    }
} 

/* Testimonial Section Styles */
.testimonial-section {
    width: 100%;
}

.testimonial-container {
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 15px;
}

.testimonial-left {
    flex: 0.6;
}

.testimonial-label {
    color: #3B647F;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.25px;
    margin-bottom: 10px;
}

.testimonial-heading {
    width: 667px;
    color: black;
    font-size: 40px;
    font-family: Fredoka;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 20px;
}

.testimonial-card {
    width: 100%;
    max-width: 500px;
    height: 280px;
    background: #10486D;
    border-top-left-radius: 100px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 120px;
    position: relative;
    margin-top: 20px;
}

.quote-icon-container {
    width: 60px;
    height: 60px;
    background: #CE3B31;
    border-radius: 9999px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quote-icon {
    width: 25px;
    height: 25px;
    position: relative;
    overflow: hidden;
}

.testimonial-name {
    color: white;
    font-size: 32px;
    font-family: Fredoka;
    font-weight: 600;
    padding-left: 40px;
    word-wrap: break-word;
    position: absolute;
    top: 40px;
    left: 40px;
}

.testimonial-stars {
    position: absolute;
    top: 90px;
    left: 40px;
    display: flex;
    padding-left: 40px;
}

.star-icon {
    margin-right: 4px;
}

.testimonial-text {
    width: 320px;
    padding-left: 40px;
    color: white;
    font-size: 16px;
    font-family: Fredoka;
    font-weight: 500;
    line-height: 24px;
    word-wrap: break-word;
    position: absolute;
    top: 118px;
    left: 40px;
}

.testimonial-right {
    flex: 0.4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    object-fit: contain;
}

/* Responsive Styles */
@media screen and (max-width: 1024px) {
    .testimonial-container {
        max-width: 90%;
        gap: 20px;
    }
    
    .testimonial-heading {
        width: 100%;
        font-size: 36px;
    }
    
    .testimonial-card {
        max-width: 100%;
    }

    .testimonial-text {
        width: 280px;
    }
}

@media screen and (max-width: 768px) {
    .testimonial-container {
        flex-direction: column;
        padding: 20px 15px;
    }

    .testimonial-left {
        flex: 1;
        width: 100%;
    }

    .testimonial-right {
        flex: 1;
        width: 100%;
        margin-top: 30px;
    }

    .testimonial-heading {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .testimonial-card {
        height: auto;
        min-height: 280px;
        padding-bottom: 40px;
    }

    .testimonial-name {
        font-size: 28px;
        top: 30px;
    }

    .testimonial-stars {
        top: 80px;
    }

    .testimonial-text {
        width: 90%;
        position: relative;
        top: 120px;
        left: 0;
        margin: 0 auto;
        padding: 0 20px;
    }

    .testimonial-image {
        max-width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .testimonial-heading {
        font-size: 28px;
    }
    
    .testimonial-card {
        border-top-left-radius: 60px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 100px;
        border-bottom-left-radius: 80px;
    }

    .quote-icon-container {
        width: 50px;
        height: 50px;
        top: 20px;
        right: 20px;
    }

    .quote-icon {
        width: 20px;
        height: 20px;
    }

    .testimonial-name {
        font-size: 24px;
        padding-left: 20px;
        left: 20px;
    }

    .testimonial-stars {
        left: 20px;
        padding-left: 20px;
    }

    .testimonial-text {
        font-size: 15px;
        line-height: 19px;
        width: 83%;
    }
    
    .testimonial-image {
        max-width: 250px;
    }
} 

/* Our Newsletter Section Styles */
.newsletter-section {
    width: 100%;
    background: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        padding: 40px 0;
    }
    
.newsletter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 600px;
    padding: 0 20px;
    margin: 0 auto;
}

.newsletter-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    margin-bottom: 12px;
}

.newsletter-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.newsletter-subtext {
    color: #000;
    font-family: Fredoka;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 6px;
}

.newsletter-heading {
    color: #000;
    font-family: Fredoka;
        font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
}

.newsletter-form {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 500px;
    height: 50px;
    flex-shrink: 0;
    position: relative;
}

.newsletter-input-wrapper {
    position: relative;
    width:1500px;
    height: 100%;
    display: flex;
    align-items: center;
}

.newsletter-input {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    padding: 12px 25px;
    padding-right: 120px;
    color: #555;
    font-family: Fredoka;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    box-sizing: border-box;
    outline: none;
}

.newsletter-button {
    position: absolute;
    right: 3px;
    display: inline-flex;
    padding: 12px 25px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    border-radius: 20px;
    background: #CE3B31;
    color: #FFF;
    font-family: Fredoka;
    font-size: 13px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    height: calc(100% - 6px);
    box-sizing: border-box;
}

/* Responsive Styles for Newsletter Section */
@media screen and (max-width: 768px) {
    .newsletter-container {
        max-width: 90%;
    }

    .newsletter-heading {
        font-size: 32px;
    }
    
    .newsletter-form {
        max-width: 100%;
    }

    .newsletter-input-wrapper {
        width: 100%;
    }

    .newsletter-input {
        padding-right: 110px;
    }

    .newsletter-button {
        padding: 10px 20px;
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .newsletter-container {
        padding: 0 15px;
    }

    .newsletter-heading {
        font-size: 28px;
    }

    .newsletter-subtext {
        font-size: 13px;
    }

    .newsletter-input {
        padding: 10px 20px;
        padding-right: 100px;
        font-size: 12px;
    }

    .newsletter-button {
        padding: 8px 15px;
        font-size: 11px;
        right: 2px;
    }
} 

/* Footer Section Styles */
.footer-section {
    width: 100%;
    flex-shrink: 0;
    background: #10486D;
    display: flex;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 80px;
}

.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 60px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.enroll-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    font-family: Fredoka;
    font-size: 30.049px;
    font-style: normal;
    font-weight: 600;
    line-height: 35.683px;
}

.enroll-text img {
    width: 24px;
    height: 24px;
}

.start-registration-button {
    display: inline-flex;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 80px;
    background: #C55149;
    border: none;
    color: #FFF;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.start-registration-button:hover {
    background: #a9453c;
}

.footer-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 60px;
}

.footer-column {
    flex: 1;
    min-width: 200px;
}

.footer-brand {
    flex: 1.5;
    min-width: 170px;
}

.footer-logo {
    margin-bottom: 20px;
}

.footer-logo img {
    max-width: 90px; /* Adjust as needed */
    height: auto;
    border-radius: 15px;
}

.footer-slogan {
    color: #FFF;
    font-family: Fredoka;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.footer-address {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    color: #FFF;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
}

.footer-address img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 2px;
}

.footer-heading {
    color: #FFF;
    font-family: Fredoka;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 25px;
    position: relative;
}

.footer-heading::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 3px;
    background-color: #C55149;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    color: #FFF;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}

.footer-links li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.footer-links a {
    color: #FFF;
    text-decoration: none;
    font-family: Fredoka;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.footer-links a:hover {
    opacity: 0.8;
}

.useful-services-list li {
    gap: 0;
}

.useful-services-list .bullet-point {
    width: 8px;
    height: 8px;
    background-color: #C55149;
    border-radius: 50%;
    margin-right: 10px;
    flex-shrink: 0;
}

/* Copyright Section Styles */
.copyright-section {
    background: #C55149;
    padding: 10px 0;
}

.copyright-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.copyright-text {
    color: #FFF;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.copyright-social-and-scroll {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright-social {
    display: flex;
    align-items: center;
    gap: 20px;
}

.copyright-social .social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.copyright-social .social-icon img {
    width: 32px;
    height: 32px;
}

.scroll-to-top {
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 62px;
    height: 62px;
    flex-shrink: 0;
    cursor: pointer;
    z-index: 1000;
    transition: all 0.3s ease;
    display: none; /* Hidden by default */
}

.scroll-to-top svg {
    width: 100%;
    height: 100%;
}

.scroll-to-top:hover {
    transform: translateY(-5px);
}

/* Responsive Styles for Footer */
@media screen and (max-width: 1200px) {
    .footer-top-row,
    .footer-container {
        max-width: 1160px;
        padding: 0 20px;
    }
}

@media screen and (max-width: 992px) {
    .footer-top-row {
        flex-direction: column;
        text-align: center;
        margin-bottom: 40px;
        gap: 20px;
    }

    .enroll-text {
        font-size: 18px;
    }

    .start-registration-button {
        font-size: 14px;
        padding: 12px 25px;
    }

    .footer-container {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        min-width: 100%;
        margin-bottom: 30px;
    }

    .footer-brand {
        min-width: 100%;
    }

    .footer-address {
        justify-content: center;
    }

    .footer-heading {
        font-size: 22px;
    }

    .footer-heading::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-links li {
        justify-content: center;
    }

    .copyright-section {
        flex-direction: column;
        height: auto;
        padding: 20px 20px;
        gap: 15px;
    }

    .copyright-social-and-scroll {
        flex-direction: column;
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    .footer-section {
        padding-top: 30px;
    }

    .footer-top-row {
        margin-bottom: 30px;
    }

    .enroll-text {
        font-size: 16px;
    }

    .start-registration-button {
        font-size: 13px;
        padding: 10px 20px;
    }

    .footer-container {
        gap: 25px;
    }

    .footer-slogan {
        font-size: 28px;
    }
    
    .footer-address {
        font-size: 14px;
    }

    .footer-heading {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .footer-heading::after {
        bottom: -8px;
    }

    .footer-links li,
    .footer-links a {
        font-size: 14px;
    }

    .copyright-text {
        font-size: 13px;
    }

    .copyright-social .social-icon {
        width: 35px;
        height: 35px;
    }

    .copyright-social .social-icon img {
        width: 18px;
        height: 18px;
    }

    .scroll-to-top {
        width: 45px;
        height: 45px;
    }

    .scroll-to-top svg {
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 480px) {
    .footer-section {
        padding-top: 20px;
    }

    .footer-top-row {
        margin-bottom: 20px;
        padding: 0 15px;
    }

    .enroll-text {
        font-size: 14px;
    }

    .enroll-text img {
        width: 20px;
        height: 20px;
    }

    .start-registration-button {
        font-size: 12px;
        padding: 8px 15px;
    }

    .footer-container {
        padding: 0 15px;
        gap: 20px;
    }

    .footer-slogan {
        font-size: 24px;
    }

    .footer-address {
        font-size: 13px;
    }

    .footer-address img {
        width: 20px;
        height: 20px;
    }

    .footer-heading {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .footer-heading::after {
        bottom: -6px;
        width: 40px;
        height: 2px;
    }

    .footer-links li,
    .footer-links a {
        font-size: 13px;
    }

    .footer-links li img {
        width: 18px;
        height: 18px;
    }

    .useful-services-list .bullet-point {
        width: 6px;
        height: 6px;
        margin-right: 8px;
    }

    .copyright-section {
        padding: 15px 15px;
        gap: 10px;
    }

    .copyright-text {
        font-size: 12px;
    }

    .copyright-social .social-icon {
        width: 30px;
        height: 30px;
    }

    .copyright-social .social-icon img {
        width: 16px;
        height: 16px;
    }

    .scroll-to-top {
        width: 40px;
        height: 40px;
    }

    .scroll-to-top svg {
        width: 100%;
        height: 100%;
    }
} 

/* Responsive styles */
@media screen and (max-width: 768px) {
    .copyright-container {
        padding: 0 15px;
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }

    .copyright-social-and-scroll {
        flex-direction: column;
        gap: 15px;
    }

    .copyright-social .social-icon img {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 480px) {
    .copyright-container {
        padding: 0 10px;
    }

    .copyright-social .social-icon img {
        width: 35px;
        height: 35px;
    }
} 

.footer-contact-info li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #FFF;
    font-family: Fredoka;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.about-banner {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background: url('Assest/images/Banner.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
}

.banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.banner-content h1 {
    width: 295px;
    color: #000;
    font-family: Fredoka;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Responsive styles for banner */
@media screen and (max-width: 768px) {
    .about-banner {
        height: 300px;
    }

    .banner-content h1 {
        font-size: 48px;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .about-banner {
        height: 140px;
    }

    .banner-content h1 {
        font-size: 21px;
    }
} 

.about-school {
    padding: 80px 0;
    background: #FFF;
}

.about-content {
    display: flex;
    align-items: center;
    gap: 60px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-text {
    flex: 1;
}

.about-text h2 {
    color: #000;
    font-family: Fredoka;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.since-text {
    color: #3B647F;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4.25px;
    display: block;
    margin-bottom: 20px;
}

.founder-text {
    color: #5B5B5B;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 184%;
    margin-bottom: 20px;
}

.description-text {
    color: #5B5B5B;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 184%;
    margin-bottom: 20px;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
}

.about-image img {
    width: 500px;
    height: 500px;
    border-radius: 50px;
    object-fit: cover;
}

/* Responsive styles for about school section */
@media screen and (max-width: 1200px) {
    .about-content {
        gap: 40px;
    }

    .about-image img {
        width: 450px;
        height: 450px;
    }
}

@media screen and (max-width: 992px) {
    .about-content {
        flex-direction: column;
        gap: 40px;
    }

    .about-text h2 {
        font-size: 36px;
    }

    .about-image img {
        width: 100%;
        max-width: 500px;
        height: auto;
        aspect-ratio: 1/1;
    }
}

@media screen and (max-width: 768px) {
    .about-school {
        padding: 60px 0;
    }

    .about-text h2 {
        font-size: 32px;
    }

    .since-text,
    .founder-text,
    .description-text {
        font-size: 15px;
    }

    .about-image img {
        max-width: 400px;
    }
}

@media screen and (max-width: 480px) {
    .about-school {
        padding: 40px 0;
    }

    .about-content {
        padding: 0 15px;
        gap: 30px;
    }

    .about-text h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .since-text {
        font-size: 14px;
        letter-spacing: 3.5px;
        margin-bottom: 15px;
    }

    .founder-text,
    .description-text {
        font-size: 14px;
        line-height: 170%;
        margin-bottom: 15px;
    }

    .about-image img {
        max-width: 100%;
        border-radius: 30px;
    }
} 

/* About School Video Section Styles */
.about-school-video {
    padding-bottom: 40px ;
    background: #FFF;
}

.video-container {
    max-width: 1348px;
    margin: 0 auto;
    padding: 0 20px;
}

.video-content {
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}

.video-title {
    color: #000;
    font-family: Fredoka;
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 30px;
}

.video-description {
    color: #5B5B5B;
    font-family: Fredoka;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 184%;
    margin: 0 0 40px;
}

.video-wrapper {
    width: 1200px;
    height: 550px;
    flex-shrink: 0;
    margin: 0 auto;
}

.video-placeholder {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), url('Assest/images/video-thumbnail.jpg') lightgray 50% / cover no-repeat;
    overflow: hidden;
}

.video-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.play-button:hover {
    transform: translate(-50%, -50%) scale(1.1);
}

/* Responsive styles for video section */
@media screen and (max-width: 1440px) {
    .video-container {
        padding: 0 40px;
    }
    
    .video-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1348/550;
    }
    
    .video-title {
        font-size: 48px;
    }
}

@media screen and (max-width: 768px) {
    .about-school-video {
        padding: 60px 0;
    }

    .video-title {
        font-size: 36px;
    }

    .video-content {
        text-align: center;
    }

    .video-description {
        margin: 0 auto 40px;
    }

    .video-container {
        padding: 0 20px;
    }
    
    .video-placeholder {
        border-radius: 40px;
    }
}

@media screen and (max-width: 480px) {
    .about-school-video {
        padding: 40px 0;
    }

    .video-title {
        font-size: 28px;
    }

    .video-description {
        font-size: 14px;
        line-height: 170%;
    }

    .video-container {
        padding: 0 15px;
    }

    .video-placeholder {
        border-radius: 30px;
    }
    
    .play-button svg {
        width: 80px;
        height: 80px;
    }
} 

.board-of-trustees {
    text-align: center;
    margin: 30px 0 40px 0;
    font-family: 'Nunito', sans-serif;
    width: 100%;
    padding: 0;
}
.trustees-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.trustees-desc {
    color: #666;
    font-size: 1.1rem;
    max-width: 700px;
    margin: 0 auto 80px auto;
}
.trustees-cards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px; /* Space between cards */
    max-width: 1200px; /* Max width for the container of cards */
    margin: 40px auto; /* Centering and top/bottom margin */
}
.trustee-card {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-top: 0; /* Remove previous margin-top */
    flex-wrap: nowrap;
    background-color: #f8f8f8; /* Added background */
    border-radius: 30px; /* Same as image border-radius */
    padding: 30px; /* Internal padding for the card */
    box-shadow: 0 4px 24px rgba(0,0,0,0.07); /* Added shadow */
    flex: 0 0 auto; /* Allow cards to size based on content */
}
.trustee-img {
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 30px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.trustee-info {
    text-align: left;
    max-width: 700px;
    width: 100%;
    margin-top: -80px;
    padding-bottom: 20px;
}
.trustee-name {
    font-family: 'Fredoka', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.trustee-role {
    font-size: 1.3rem;
    color: #444;
    margin-bottom: 18px;
    font-weight: 600;
}
.trustee-bio {
    color: #666;
    font-size: 1rem;
    line-height: 1.6;
}
@media (max-width: 1200px) {
    .trustees-cards-container {
        gap: 30px;
        max-width: 90vw;
    }
    .trustee-card {
        flex-direction: column;
        gap: 18px;
        padding: 20px;
        width: calc(100% / 2 - 15px); /* Two cards per row, with gap */
        margin: 0;
    }
    .trustee-info {
        max-width: 100%;
    }
}
@media (max-width: 800px) {
    .trustees-cards-container {
        flex-direction: column;
        gap: 20px;
        max-width: 95vw;
    }
    .trustee-card {
        width: 100%;
        padding: 15px;
    }
    .trustee-info {
        text-align: center;
        max-width: 100%;
        margin-top: 0;
        padding-bottom: 10px;
    }
    .trustee-name {
        margin-top: 15px;
        font-family: 'Fredoka', sans-serif;
        font-size: 2rem;
        font-weight: bold;
        margin-bottom: 10px;
    }
    .trustee-img {
        width: 180px;
        height: 180px;
    }
}
@media (max-width: 480px) {
    .board-of-trustees {
        margin: 18px 0 20px 0;
    }
    .trustees-title {
        font-size: 1.8rem;
    }
    .trustees-desc {
        font-size: 0.9rem;
    }
    .trustees-cards-container {
        gap: 15px;
        max-width: 100vw;
        padding: 0 5vw; /* Added horizontal padding to the container */
    }
    .trustee-card {
        padding: 10px;
    }
    .trustee-img {
        width: 250px;
        height: 250px;
    }
    .trustee-info {
        padding: 0 2vw;
    }
    .trustee-name {
        margin-top: 10px;
        font-size: 1.1rem;
    }
    .trustee-role {
        font-size: 1rem;
    }
    .trustee-bio {
        font-size: 0.8rem;
    }
}

.trustees-desc-custom {
    color: #686868;
    font-size: 20px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
}
.trustee-name-custom {
    color: #2A2A2A;
    font-size: 40px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
}
.trustee-bio-custom {
    color: #5B5B5B;
    font-size: 17px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
    line-height: 31.28px;
}
.trustee-img-custom {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #686868;
}

.additional-trustees {
    text-align: center;
    padding: 60px 0;
    font-family: 'Nunito', sans-serif;
}

.additional-trustees-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5px; /* Further decreased space between cards */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.additional-trustee-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    flex: 0 0 calc(25% - 3.75px); /* Adjusted flex basis for new gap */
    box-sizing: border-box;
}

.additional-trustee-img {
    width: 240px; /* Increased image width */
    height: 240px; /* Increased image height */
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 20px;
}

.additional-trustee-name {
    font-family: 'Fredoka', sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.additional-trustee-role {
    font-size: 0.9rem;
    color: #666;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
}

@media (max-width: 1200px) {
    .additional-trustee-card {
        flex: 0 0 calc(33.333% - 3.333px); /* Adjusted for 3 cards per row with new gap */
    }
}

@media (max-width: 800px) {
    .additional-trustee-card {
        flex: 0 0 calc(50% - 2.5px); /* Adjusted for 2 cards per row with new gap */
    }
    .additional-trustee-img {
        width: 200px; /* Increased image width for tablet */
        height: 200px; /* Increased image height for tablet */
    }
}

@media (max-width: 480px) {
    .additional-trustees-container {
        gap: 0px; /* Even less space for very small screens */
        padding: 0 15px;
    }
    .additional-trustee-card {
        flex: 0 0 100%; /* One card per row */
        padding: 0;
    }
    .additional-trustee-img {
        width: 170px; /* Adjusted image width for very small screens */
        height: 170px; /* Adjusted image height for very small screens */
        margin-bottom: 15px;
    }
}

.award-recognition-banner {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background: url('Assest/images/Banner.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
}

.award-recognition-banner .banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.award-recognition-banner .banner-content h1 {
    width: 295px;
    color: #000;
    font-family: Fredoka;
    font-size: 42px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

/* Responsive styles for banner */
@media screen and (max-width: 768px) {
    .award-recognition-banner {
        height: 300px;
    }

    .award-recognition-banner .banner-content h1 {
        font-size: 48px;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
    .award-recognition-banner {
        height: 140px;
    }

    .award-recognition-banner .banner-content h1 {
        font-size: 21px;
    }
}

.awards-section {
    text-align: center;
    padding: 80px 0;
    font-family: 'Nunito', sans-serif;
}

.awards-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.7rem;
    font-weight: bold;
    margin-bottom: 40px;
    padding-bottom: 20px; /* Added padding to the bottom for desktop */
}

.awards-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px; /* Space between cards */
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 20px;
}

.award-card:nth-child(4n) {
    margin-bottom: 60px; /* Increased space after every 4th card for desktop */
}

.award-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
    flex: 0 0 calc(25% - 15px); /* Adjusted flex basis for decreased gap */
    box-sizing: border-box;
}

.award-img {
    width: 200px; /* Increased image width */
    height: 200px; /* Increased image height */
    object-fit: contain;
    margin-bottom: 20px;
}

.award-description {
    font-family: 'Fredoka', sans-serif;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.5;
}

@media (max-width: 1200px) {
    .awards-container {
        gap: 15px;
        max-width: 90vw;
    }
    .award-card {
        flex: 0 0 calc(33.333% - 10px); /* Adjusted for 3 cards per row with new gap */
    }
    .award-card:nth-child(3n) {
        margin-bottom: 40px; /* Add space after every 3rd card for tablet */
    }
}

@media (max-width: 800px) {
    .awards-container {
        gap: 10px;
        max-width: 95vw;
    }
    .award-card {
        flex: 0 0 calc(50% - 5px); /* Adjusted for 2 cards per row with new gap */
    }
    .award-card:nth-child(2n) {
        margin-bottom: 30px; /* Add space after every 2nd card for mobile */
    }
    .award-img {
        width: 160px; /* Increased image width for tablet */
        height: 160px; /* Increased image height for tablet */
    }
}

@media (max-width: 480px) {
    .awards-container {
        gap: 10px;
        padding: 0 15px;
    }
    .awards-title {
        font-size: 2rem;
        margin-bottom: 30px;
        padding-bottom: 15px; /* Added padding to the bottom for mobile */
    }
    .award-card {
        flex: 0 0 100%; /* One card per row */
    }
    .award-card:nth-child(odd) {
        margin-bottom: 20px; /* Add space after every card for very small screens */
    }
    .award-img {
        width: 130px; /* Adjusted image width for very small screens */
        height: 130px; /* Adjusted image height for very small screens */
        margin-bottom: 15px;
    }
    .award-description {
        font-size: 0.8rem;
    }
}

.recognition-text-section {
    padding: 80px 0;
    background-color: #fff;
    text-align: center;
}

.recognition-text-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

.recognition-text-heading {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    color: #000;
    margin-bottom: 30px;
    line-height: 1.3;
}

.recognition-paragraph-1,
.recognition-paragraph-2 {
    font-family: 'Nunito', sans-serif;
    font-size: 1.05rem;
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
}

.recognition-paragraph-2 {
    margin-bottom: 0;
}

.recognition-paragraph-2 strong {
    font-weight: bold;
}

@media (max-width: 1200px) {
    .recognition-text-container {
        max-width: 800px;
    }
    .recognition-text-heading {
        font-size: 2.2rem;
    }
    .recognition-paragraph-1,
    .recognition-paragraph-2 {
        font-size: 1rem;
    }
}

@media (max-width: 800px) {
    .recognition-text-section {
        padding: 60px 0;
    }
    .recognition-text-container {
        padding: 0 15px;
    }
    .recognition-text-heading {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    .recognition-paragraph-1,
    .recognition-paragraph-2 {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .recognition-text-section {
        padding: 40px 0;
    }
    .recognition-text-heading {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .recognition-paragraph-1,
    .recognition-paragraph-2 {
        font-size: 0.85rem;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}


.upcoming-events-section {
    margin: 40px auto;
    max-width: 1100px;
  }
  
  .upcoming-events-title {
    color: black;
    font-size: 24px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 20px;
  }
  
  .upcoming-event-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f7fb;
    border-radius: 30px;
    padding: 24px 32px;
    margin-bottom: 24px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
  }
  
  .event-info {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  
  .event-icon {
    width: 90px;
    height: 90px;
   
    border-radius: 16px;
    padding: 10px;
   
  }
  
  .event-label {
    width: 155px;
    color: #10486D;
    font-size: 14px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
  }
  
  .event-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    color: #222;
    margin-top: 2px;
  }
  
  .event-countdown {
    display: flex;
    gap: 16px;
  }
  
  .countdown-box {
    width: 110px;
    height: 110px;
    background: #FFD600;
    border-radius: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #222;
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
  }

@media (max-width: 600px) {
  .upcoming-events-section {
    padding: 0 8px;
    max-width: 100%;
    margin: 24px 0;
  }
  .upcoming-events-title {
    font-size: 20px;
    margin-bottom: 18px;
    text-align: left;
  }
  .upcoming-event-card {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 10px 24px 10px;
    border-radius: 22px;
    margin-bottom: 18px;
    min-width: 0;
  }
  .event-info {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
  }
  .event-icon {
    width: 48px;
    height: 48px;
    padding: 0;
    border-radius: 12px;
    background: none;
    box-shadow: none;
  }
  .event-label {
    font-size: 15px;
    font-weight: 700;
    color: #1a385a;
    margin-bottom: 2px;
  }
  .event-title {
    font-size: 20px;
    font-family: 'Fredoka', sans-serif;
    color: #222;
    margin-top: 0;
    font-weight: 500;
  }
  .event-countdown {
    width: 100%;
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    margin-top: 0;
  }
  .countdown-box {
    width: 110px;
    height: 110px;
    font-size: 15px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    background: #ffd600;
    color: #222;
    text-align: center;
  }
}

.countdown-label {
  color: black;
  font-size: 17px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}

/* School Calendar Section */
.school-calendar-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 40px 20px;
    background: #FFF;
}

.school-calendar-title {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.school-calendar-description {
    color: #666;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 700px;
    margin-bottom: 40px;
}

.school-year-dropdown-container {
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #E6EEF3;
    padding: 10px 20px;
    border-radius: 8px;
    width: 1120px;
    height: 53px;
    flex-shrink: 0;
}

.school-year-label {
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 600;
}

.dropdown-wrapper {
    position: relative;
    display: inline-block;
}

.school-year-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border: 1px solid #A1A5A8;
    padding: 9px 30px 9px 12px;
    border-radius: 12px;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    width: 139px;
    height: 41px;
    flex-shrink: 0;
}

.school-year-select option {
    padding: 10px;
}

.dropdown-arrow {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    pointer-events: none;
}

.school-calendar-image {
    width: 100%;
    max-width: 1120px; /* Aligns with the dropdown container width */
    height: auto;
    margin-top: 40px; /* Adds 40px padding as requested */
}

@media screen and (max-width: 480px) {
    .school-calendar-section {
        padding: 30px 15px;
    }

    .school-calendar-title {
        font-size: 32px;
    }

    .school-calendar-description {
        font-size: 16px;
        max-width: 90%;
    }

    .school-year-dropdown-container {
        width: 100%;
        padding: 8px 15px;
        height: auto; /* Remove fixed height for responsiveness */
    }

    .school-year-select {
        width: 100%;
        height: auto; /* Remove fixed height for responsiveness */
    }

    .school-calendar-image {
        max-width: 100%;
        margin-top: 30px;
    }
}

/* Off-canvas Menu Styles */
.off-canvas-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 450px;
    height: 100%;
    background-color: #fff;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 1001;
    display: flex;
    flex-direction: column;
    padding: 30px;
    overflow-y: auto;
    align-items: flex-end;
}

.off-canvas-menu.active {
    transform: translateX(0);
}

.off-canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.off-canvas-header h2 {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    max-width: 80%;
}

.off-canvas-close-btn {
    background-color: #CE3B31;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.off-canvas-close-btn img {
    filter: brightness(0) invert(1);
    width: 58px;
    height: 58px;
    flex-shrink: 0;
}

.off-canvas-location {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 30px;
}

.off-canvas-location img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-top: 5px;
}

.off-canvas-location p {
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

.off-canvas-images {
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.off-canvas-images img {
    width: calc(33.33% - 7px);
    height: auto;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.off-canvas-contact-title {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}

.off-canvas-contact-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #10486d;
}

.off-canvas-contact-hours p {
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    text-align: left;
}

.off-canvas-contact-hours p strong {
    font-weight: 600;
}

.off-canvas-contact-details {
    margin-top: 20px;
}

.off-canvas-icon-text {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.off-canvas-icon-text .contact-icon-wrapper {
    position: relative;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.off-canvas-icon-text .contact-icon-wrapper svg {
    width: 24px;
    height: 24px;
    position: relative;
    z-index: 2;
}

.off-canvas-icon-text .contact-icon-wrapper .contact-icon-bg {
    position: absolute;
    width: 42px;
    height: 42px;
    background-color: #CE3B31;
    border-radius: 50%;
    z-index: 1;
}

.off-canvas-icon-text span {
    color: #555;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
}

/* Responsive adjustments for off-canvas menu */
@media screen and (max-width: 768px) {
    .off-canvas-menu {
        width: 100%; /* Full width on smaller screens */
    }
}

@media screen and (max-width: 480px) {
    .off-canvas-menu {
        padding: 20px;
    }

    .off-canvas-header h2 {
        font-size: 28px;
    }

    .off-canvas-images {
        flex-direction: column;
        align-items: center;
    }

    .off-canvas-images img {
        width: 90%; /* Make images stack and take more width */
    }

    .off-canvas-contact-title {
        font-size: 24px;
    }
}

/* Mobile/Tablet Off-canvas Menu Styles */
.mobile-off-canvas-menu {
    position: fixed;
    top: 0;
    left: 0; /* Starts from the left */
    width: 100%;
    max-width: 300px; /* Default width for mobile */
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    transform: translateX(-100%); /* Hidden by default */
    transition: transform 0.3s ease-in-out;
    z-index: 1002; /* Higher z-index than desktop menu */
    display: none; /* Hidden by default on desktop */
    flex-direction: column;
    padding: 20px;
    overflow-y: auto;
}

.mobile-off-canvas-menu.active {
    transform: translateX(0);
}

.mobile-off-canvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.mobile-off-canvas-logo {
    height: 60px; /* Adjust as needed */
    width: auto;
}

.mobile-off-canvas-close-btn {
    background-color: #CE3B31; /* Theme color */
    border: none;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.mobile-off-canvas-close-btn img {
    filter: brightness(0) invert(1); /* Makes the SVG white */
    width: 38px;
    height: 38px;
}

.mobile-off-canvas-nav-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-off-canvas-nav-links li {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    /* Remove display: flex, justify-content, align-items here */
}

.mobile-off-canvas-nav-links li:last-child {
    border-bottom: none;
}

.mobile-menu-item {
    text-decoration: none;
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-menu-item::before {
    content: '>';
    font-family: 'Fredoka', sans-serif;
    color: #000;
    font-size: 18px;
    margin-right: 5px;
}

.mobile-dropdown-toggle {
    background-color: #7B009C; /* Purple color from the image */
    border: none;
    cursor: pointer;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.mobile-dropdown-toggle img {
    filter: brightness(0) invert(1); /* Makes the SVG white */
    width: 16px;
    height: 16px;
}

/* Media queries for responsiveness */
@media screen and (min-width: 993px) {
    .mobile-off-canvas-menu {
        display: none !important;
    }
    .off-canvas-menu {
        display: flex !important;
    }
}

@media screen and (max-width: 992px) {
    .off-canvas-menu {
        display: none !important;
    }
    .mobile-off-canvas-menu {
        display: flex;
    }
}

@media screen and (max-width: 768px) {
    .mobile-off-canvas-menu {
        max-width: 280px;
    }
}

@media screen and (max-width: 425px) {
    .mobile-off-canvas-menu {
        max-width: 260px;
    }
}

@media screen and (max-width: 375px) {
    .mobile-off-canvas-menu {
        max-width: 240px;
    }
}

@media screen and (max-width: 320px) {
    .mobile-off-canvas-menu {
        max-width: 220px;
    }
}

.mobile-off-canvas-nav-links li.active .mobile-dropdown-toggle img {
    transform: rotate(45deg); /* Rotates the plus icon to look like an 'x' or minus */
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 20px; /* Indent sub-menu items */
    display: none;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    max-height: 0; /* Used for accordion effect */
}

.mobile-off-canvas-nav-links li.active .mobile-submenu {
    display: block; /* Show when parent is active */
    max-height: 500px; /* Arbitrary large value to allow content to expand */
}

.mobile-submenu li {
    border-bottom: none; /* No border for submenu items */
    padding: 8px 0;
}

.mobile-submenu li:last-child {
    padding-bottom: 0;
}

.mobile-submenu a {
    color: #555; /* Sub-menu item color */
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: block;
}

.mobile-submenu a:hover {
    color: #CE3B31; /* Hover color for sub-menu items */
}

.mobile-menu-main-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.menu-item.dropdown {
    position: relative;
    cursor: pointer;
}

.menu-item.dropdown:hover {
    color: #CE3B31;
}

.menu-item.dropdown:hover .dropdown-icon {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}

.menu-item.dropdown.selected {
    color: #CE3B31;
}

.menu-item.dropdown.selected .dropdown-icon {
    transform: rotate(180deg);
}

/* Mobile dropdown styles */
.mobile-menu-item.dropdown {
    position: relative;
    cursor: pointer;
}

.mobile-menu-item.dropdown:hover {
    color: #CE3B31;
}

.mobile-menu-item.dropdown.selected {
    color: #CE3B31;
}

.mobile-menu-item.dropdown.selected + .mobile-dropdown-toggle img {
    transform: rotate(45deg);
}

.dropdown-container {
    position: relative;
}

.dropdown-menu {
    list-style: none;
    margin: 8px;
    padding: -5px 0;
    position: absolute;
    top: 256%; /* Position below the menu item */
    left: -42px;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000; /* Ensure it's above other elements */
    display: none;
    min-width: 180px;
    border-radius: 8px;
    margin-top: 8px; /* Added margin to push it down */
}

.dropdown-menu li a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 500;
}



.dropdown-menu li a:hover {
    background-color: #f1f1f1;
    color: #CE3B31;
    border-radius: 10px;
}

/* Show dropdown on hover */
.dropdown-container:hover .dropdown-menu {
    display: block;
}

/* Show dropdown on click via JavaScript */
.dropdown-container.show .dropdown-menu {
    display: block;
}

.off-canvas-latest-news {
    margin-top: 32px;
    padding: 0 16px;
}
.off-canvas-news-title {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 10px;
    text-align: left;
}
.off-canvas-news-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background-color: #10486d;
}
.off-canvas-news-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.off-canvas-news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 6px 0;
    border-radius: 10px;
    transition: background 0.2s;
}
.off-canvas-news-item:hover {
    background: #f7f7f7;
}
.off-canvas-news-img {
    width: 56px;
    height: 56px;
    border-radius: 12px;
    object-fit: cover;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}
.off-canvas-news-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
}
.off-canvas-news-date {
    display: flex;
    align-items: center;
    font-size: 0.92rem;
    color: #e91e63;
    font-weight: 600;
    margin-bottom: 4px;
    gap: 6px;
    opacity: 0.85;
}
.off-canvas-news-date-icon {
    font-size: 1.1em;
    margin-right: 2px;
}
.off-canvas-news-title-text {
    font-size: 1.13rem;
    font-weight: 700;
    color: #111;
    line-height: 1.18;
    font-family: 'Fredoka', sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}

/*Learning Library Banner*/
.learning-library-banner {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background: url('Assest/images/Banner.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
}
.learning-library-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}
.learning-library-banner-content h1 {
    width: 295px;
    color: #000;
    font-family: Fredoka;
    font-size: 39px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
@media screen and (max-width: 768px) {
    .learning-library-banner {
        height: 300px;
    }
    .learning-library-banner-content h1 {
        font-size: 48px;
        width: auto;
    }
}
@media screen and (max-width: 480px) {
    .learning-library-banner {
        height: 140px;
    }
    .learning-library-banner-content h1 {
        font-size: 21px;
    }
}

.why-learning-library {
    width: 100%;
    background: #fff;
    padding: 60px 0 40px 0;
    display: flex;
    justify-content: center;
}
.why-learning-library-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    gap: 48px;
}
.why-learning-library-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-width: 280px;
}
.why-learning-library-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 700;
    color: #111;
    margin-bottom: 18px;
    line-height: 1.1;
}
.why-learning-library-desc {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    color: #888;
    margin-bottom: 28px;
    max-width: 500px;
}
.why-learning-library-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.why-learning-library-list li {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    color: #111;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}
.check-icon {
    color: #e53935;
    font-size: 1.3em;
    margin-right: 6px;
}
.why-learning-library-right {
    flex: 1 1 0;
    display: flex;
    justify-content: flex-end;
}
.why-learning-library-img {
    width: 420px;
    height: 280px;
    object-fit: cover;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
@media (max-width: 1024px) {
    .why-learning-library-container {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
    .why-learning-library-right {
        justify-content: center;
    }
    .why-learning-library-img {
        width: 90vw;
        max-width: 400px;
        height: auto;
    }
    .why-learning-library-title {
        font-size: 36px;
    }
}
@media (max-width: 600px) {
    .why-learning-library {
        padding: 30px 0 20px 0;
    }
    .why-learning-library-title {
        font-size: 24px;
    }
    .why-learning-library-desc {
        font-size: 15px;
    }
    .why-learning-library-img {
        max-width: 98vw;
        border-radius: 18px;
    }
}

.learning-library-title {
    width: 100%;
    color: #000;
    font-size: 40px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    margin-bottom: 14px;
}
.learning-library-desc {
    width: 100%;
    color: #454545;
    font-size: 15px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 400;
    word-wrap: break-word;
    margin-bottom: 24px;
}
.learning-library-list-text {
    color: #000;
    font-size: 16px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
}
.learning-library-flex {
    display: flex;
    align-items: center;
    gap: 64px;
}
.learning-library-img {
    width: 420px;
    height: 256px;
    border-radius: 28px;
    object-fit: cover;
}
@media (max-width: 1200px) {
    .learning-library-title {
        font-size: 28px;
    }
    .learning-library-desc {
        font-size: 14px;
    }
    .learning-library-list-text {
        font-size: 15px;
    }
    .learning-library-flex {
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }
    .learning-library-img {
        width: 90vw;
        max-width: 320px;
        height: auto;
        border-radius: 18px;
    }
}
@media (max-width: 900px) {
    .learning-library-flex {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
}
@media (max-width: 600px) {
    .learning-library-title {
        font-size: 18px;
    }
    .learning-library-desc {
        font-size: 12px;
    }
    .learning-library-list-text {
        font-size: 13px;
    }
    .learning-library-img {
        max-width: 98vw;
        border-radius: 12px;
    }
    .learning-library-flex {
        gap: 18px;
    }
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}
.col-10 {
    flex: 0 0 83.3333%;
    max-width: 100%;
   
}
.justify-content-center {
    justify-content: center;
}

.learning-library-list-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}
.learning-library-list-item:last-child {
    margin-bottom: 0;
}
.learning-library-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.3em;
    height: 1.3em;
    min-width: 1.3em;
    min-height: 1.3em;
}
.learning-library-check svg {
    width: 1.3em;
    height: 1.3em;
    display: block;
}
.learning-library-list-text {
    color: #000;
    font-size: 16px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

.learning-library-flex {
    display: flex;
    align-items: center;
    gap: 64px;
}
@media (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
    .learning-library-flex {
        gap: 40px;
    }
    .learning-library-img {
        width: 320px;
        height: 200px;
    }
}
@media (max-width: 1024px) {
    .container {
        max-width: 900px;
    }
    .learning-library-title {
        font-size: 24px;
    }
    .learning-library-desc {
        font-size: 13px;
    }
    .learning-library-list-text {
        font-size: 14px;
    }
    .learning-library-img {
        width: 300px;
        height: 200px;
        border-radius: 14px;
    }
    .learning-library-flex {
        gap: 24px;
    }
}
@media (max-width: 900px) {
    .learning-library-flex {
        flex-direction: column;
        gap: 32px;
        align-items: center;
    }
    .why-learning-library-left, .why-learning-library-right {
        width: 100%;
        min-width: 0;
    }
    .learning-library-img {
        width: 100%;
        max-width: 350px;
        height: auto;
        margin: 0 auto;
    }
}
@media (max-width: 600px) {
    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
    .learning-library-title {
        font-size: 16px;
    }
    .learning-library-desc {
        font-size: 11px;
    }
    .learning-library-list-text {
        font-size: 12px;
    }
    .learning-library-img {
        max-width: 98vw;
        border-radius: 8px;
    }
    .learning-library-flex {
        gap: 14px;
    }
    .learning-library-list-item {
        margin-bottom: 7px;
    }
}

.subject-resource-section {
    width: 100%;
    padding: 16px 0 32px 0;
    background: #fff;
    text-align: center;
}
.subject-resource-title {
    width: 100%;
    max-width: 98vw;
    margin: 0 auto 50px auto;
    text-align: center;
    color: #000;
    font-size: 32px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
}
.subject-resource-cards {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}
.subject-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: none;
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 14px 0;
    transition: box-shadow 0.2s;
}
.subject-card-img {
    width: 180px;
    height: 200px;
    object-fit: cover;
    border-radius: 22px;
    margin-bottom: 12px;
}
.subject-card-title {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    word-wrap: break-word;
    margin-bottom: 14px;
}
.subject-card-btn {
    padding: 10px 22px;
    background: #CE3B31;
    border-radius: 100px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 13px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    word-wrap: break-word;
    border: none;
    text-decoration: none;
    margin-top: auto;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(206,59,49,0.08);
}
.subject-card-btn:hover {
    background: #b32a22;
}
@media (max-width: 1100px) {
    .subject-resource-title {
        font-size: 24px;
    }
    .subject-card, .subject-card-img {
        width: 150px;
    }
    .subject-card-img {
        height: 120px;
        border-radius: 16px;
    }
    .subject-card-title {
        font-size: 13px;
    }
    .subject-card-btn {
        padding: 8px 14px;
        font-size: 11px;
    }
}
@media (max-width: 900px) {
    .subject-resource-cards {
        gap: 10px;
    }
    .subject-card, .subject-card-img {
        width: 45vw;
        min-width: 120px;
        max-width: 200px;
    }
    .subject-card-img {
        height: 90px;
    }
}
@media (max-width: 600px) {
    .subject-resource-title {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 18px;
    }
    .subject-resource-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .subject-card, .subject-card-img {
        width: 90vw;
        min-width: 0;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .subject-card {
        border-radius: 16px;
        padding-bottom: 18px;
    }
    .subject-card-img {
        height: 140px;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .subject-card-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .subject-card-btn {
        font-size: 12px;
        padding: 10px 18px;
        margin-top: 8px;
    }
}

.subject-resource-section {
    padding-bottom: 48px;
}
@media (max-width: 600px) {
    .subject-resource-title {
        font-size: 18px;
        width: 100%;
        text-align: center;
        margin-bottom: 35px;
    }
    .subject-resource-cards {
        flex-direction: column;
        align-items: center;
        gap: 24px;
    }
    .subject-card, .subject-card-img {
        width: 90vw;
        min-width: 0;
        max-width: 270px;
        margin-left: auto;
        margin-right: auto;
    }
    .subject-card {
        border-radius: 16px;
        padding-bottom: 18px;
    }
    .subject-card-img {
        height: 140px;
        border-radius: 12px;
        margin-bottom: 10px;
    }
    .subject-card-title {
        font-size: 13px;
        margin-bottom: 10px;
    }
    .subject-card-btn {
        font-size: 12px;
        padding: 10px 18px;
        margin-top: 8px;
    }
}

.about-tulips-section {
    width: 100%;
    background: #fff;
    padding: 10px 0 48px 0;
    display: flex;
    justify-content: center;
}
.about-tulips-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    width: 100%;
    gap: 48px;
    flex-wrap: wrap;
}
.about-tulips-left {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 320px;
    max-width: 480px;
    position: relative;
}
.about-tulips-img-badge-wrapper {
    position: relative;
    width: 370px;
    height: 320px;
    margin-bottom: 24px;
}
.about-tulips-img {
    width: 400px;
    height: 400px;
    object-fit: cover;
    clip-path: polygon(10% 0, 100% 0, 100% 90%, 90% 100%, 0 100%, 0 10%);
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}


.about-tulips-since {
    color: #b85c2b;
    font-size: 15px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 18px;
    margin-top: 50px;
}
.about-tulips-title {
    color: #111;
    font-size: 35px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}
.about-tulips-right {
    flex: 1 1 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 320px;
    max-width: 540px;
}
.about-tulips-intro {
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #111;
    margin-bottom: 18px;
}
.about-tulips-desc {
    font-family: 'Fredoka', sans-serif;
    font-size: 15px;
    color: #444;
    margin-bottom: 32px;
    line-height: 1.6;
}
.about-tulips-btn {
    display: inline-block;
    background: #CE3B31;
    color: #fff;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 600;
    border: none;
    border-radius: 100px;
    padding: 16px 38px;
    text-decoration: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px rgba(206,59,49,0.08);
}
.about-tulips-btn:hover {
    background: #b32a22;
}
@media (max-width: 1100px) {
    .about-tulips-container {
        gap: 24px;
    }
    .about-tulips-img-badge-wrapper {
        width: 270px;
        height: 220px;
    }
    .about-tulips-title {
        font-size: 32px;
    }
}
@media (max-width: 800px) {
    .about-tulips-section {
        padding: 32px 0 24px 0;
    }
    .about-tulips-container {
        flex-direction: column;
        align-items: center;
        gap: 32px;
    }
    .about-tulips-left, .about-tulips-right {
        max-width: 98vw;
        min-width: 0;
        align-items: center;
        text-align: center;
    }
    .about-tulips-img-badge-wrapper {
        width: 90vw;
        max-width: 320px;
        height: 160px;
    }
    .about-tulips-title {
        font-size: 19px;
    }
    .about-tulips-intro {
        font-size: 15px;
    }
    .about-tulips-desc {
        font-size: 12px;
    }
    .about-tulips-btn {
        font-size: 13px;
        padding: 10px 18px;
    }
}

@media (max-width: 600px) {
  .about-tulips-section {
    padding: 18px 0 24px 0;
  }
  .about-tulips-container {
    flex-direction: column;
    align-items: center;
    gap: 0;
    padding: 0 8px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .about-tulips-img-badge-wrapper {
    width: 90vw;
    max-width: 220px;
    height: auto;
    margin-bottom: 18px;
  }
  .about-tulips-img {
    width: 180px;
    height: 180px;
    border-radius: 18px;
  }
  .about-tulips-intro {
    margin-top: 0;
  }
  .about-tulips-since {
    text-align: center;
    width: 100%;
  }
  .about-tulips-title {
    text-align: center;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about-tulips-container,
  .about-tulips-left,
  .about-tulips-right {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

/* Top 40 Stars Section */
.top40-section {
  width: 100%;
  background: #fff;
  padding: 60px 0 0px 0;
  display: flex;
  justify-content: center;
}
.top40-container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top40-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 48px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #111;
}
.top40-subtitle {
  font-family: 'Fredoka', sans-serif;
  font-size: 16px;
  color: #444;
  text-align: center;
  margin-bottom: 40px;
}
.top40-cards-row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.top40-card {
  padding: 28px 22px 22px 22px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 230px;
  min-width: 200px;
  max-width: 250px;

}
.top40-card-img {
  width: 170px;
  height: 170px;
  object-fit: cover;
  border-radius: 18px;
  margin-bottom: 18px;
}
.top40-card-name {
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #111;
  text-align: center;
}
.top40-card-school {
  font-family: 'Fredoka', sans-serif;
  font-size: 13px;
  color: #444;
  margin-bottom: 8px;
  text-align: center;
}
.top40-card-university {
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  color: #ce3b31;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: center;
}
.top40-card-subject {
  padding: 6px 12px 5px;
  background: rgba(16, 72, 109, 0.10);
  border-radius: 25.5px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: #10486D;
  font-size: 12px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  word-wrap: break-word;
  text-align: center;
  margin-bottom: 8px;
}
.top40-card-coordinator {
  font-family: 'Fredoka', sans-serif;
  font-size: 12px;
  color: #444;
  text-align: center;
}
@media (max-width: 900px) {
  .top40-title {
    font-size: 32px;
  }
  .top40-cards-row {
    gap: 18px;
  }
  .top40-card {
    width: 44vw;
    min-width: 160px;
    max-width: 220px;
    padding: 18px 8px 16px 8px;
  }
  .top40-card-img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 600px) {
  .top40-section {
    padding: 32px 0 18px 0;
  }
  .top40-title {
    font-size: 22px;
  }
  .top40-subtitle {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .top40-cards-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .top40-card {
    width: 90vw;
    min-width: 0;
    max-width: 98vw;
    padding: 12px 4vw 12px 4vw;
  }
  .top40-card-img {
    width: 90vw;
    max-width: 180px;
    height: 90vw;
    max-height: 180px;
  }
}

/* All News Section Styles */
.all-news-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 60px 0 40px 0;
}
.news-card {
  background: #fff;
  border: 1.5px solid #ce3b31;
  border-radius: 28px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  overflow: hidden;
  width: 500px;
  max-width: 95vw;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s;
}
.news-card:hover {
  box-shadow: 0 6px 24px rgba(206,59,49,0.10);
}
.news-card-img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.news-card-content {
  padding: 32px 32px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.news-card-date {
  color: #ce3b31;
  font-family: 'Fredoka', sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.news-card-title {
  color: #000;
  font-family: 'Fredoka', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.18;
}
.news-card-desc {
  color: #888;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1100px) {
  .all-news-section {
    gap: 24px;
  }
  .news-card {
    width: 95vw;
    max-width: 600px;
  }
  .news-card-img {
    height: 180px;
  }
  .news-card-content {
    padding: 20px 16px 18px 16px;
  }
  .news-card-title {
    font-size: 1.3rem;
  }
}
@media (max-width: 600px) {
  .all-news-section {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .news-card {
    width: 98vw;
    max-width: 100vw;
    border-radius: 18px;
  }
  .news-card-img {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    height: 120px;
  }
  .news-card-content {
    padding: 12px 8px 12px 8px;
  }
  .news-card-title {
    font-size: 1.1rem;
  }
}

/* All News Container */
.container.all-news-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 16px;
}

.all-news-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  justify-content: center;
  margin: 40px 0 30px 0;
}
.news-card {
  width: 100%;
  max-width: 100%;
  border-radius: 18px;
  font-size: 0.95rem;
  min-height: 410px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .news-card {
    min-height: 320px;
  }
}
.news-card-img {
  height: 250px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.news-card-content {
  padding: 16px 16px 14px 16px;
  gap: 6px;
}
.news-card-date {
  font-size: 13px;
}
.news-card-title {
  font-size: 1.1rem;
  margin-bottom: 4px;
}
.news-card-desc {
  font-size: 0.95rem;
}
@media (max-width: 900px) {
  .container.all-news-container {
    max-width: 94vw;
  }
  .all-news-section {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .news-card-img {
    height: 160px;
  }
  .news-card-content {
    padding: 10px 8px 10px 8px;
  }
  .news-card-title {
    font-size: 1rem;
  }
  .news-card-desc {
    font-size: 0.92rem;
  }
}
@media (max-width: 600px) {
  .container.all-news-container {
    padding: 0 4px;
  }
  .news-card-img {
    height: 170px;
  }
  .news-card-content {
    padding: 8px 4px 8px 4px;
  }
  .news-card-title {
    font-size: 0.98rem;
  }
  .news-card-desc {
    font-size: 0.89rem;
  }
}

/* All News Heading */
.all-news-heading {
  color: black;
  font-size: 34px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  word-wrap: break-word;
  margin-bottom: 24px;
  margin-top: 24px;
}
@media (max-width: 600px) {
  .all-news-heading {
    font-size: 24px;
    margin-bottom: 16px;
    margin-top: 16px;
  }
}



.info-section {
    display: flex;
    gap: 40px;
    align-items: flex-start;
    margin: 40px 0;
  }
  
  .right {
    display: flex;
    gap: 30px;
  }
  
  .card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 16px rgba(0,0,0,0.05);
    padding: 30px 20px;
    text-align: center;
    width: 220px;
  }
  
  .card img {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  
  .card h4 {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  
  .card p {
    color: #555;
    font-size: 0.98rem;
    line-height: 1.5;
  }

.tulips-learning-time, .tulips-learning-time * {
  font-family: 'Fredoka', sans-serif;
}
.tulips-learning-time h3 {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
}
.tulips-learning-time p {
  font-size: 16px;
  color: #444;
  font-weight: 400;
}
.sessions {
  display: flex;
  gap: 40px;
  margin: 18px 0 28px 0;
  justify-content: flex-start;
}
.session-title {
  font-weight: bold;
  font-size: 0.98em;
}
.session-title.morning {
  color: #CE3B31;
}
.session-title.lunch {
  color: #7B009C;
}
.session-title.afternoon {
  color: #E9A900;
}
.sessions > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sessions span:last-child {
  font-size: 15px;
  font-weight: 500;
  color: #111;
}
@media (max-width: 600px) {
  .sessions {
    flex-direction: column;
    gap: 10px;
    margin: 12px 0 18px 0;
  }
  .sessions > div {
    align-items: flex-start;
  }
  .tulips-learning-time h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tulips-learning-time p {
    font-size: 14px;
  }
  .session-title {
    font-size: 15px;
  }
  .sessions span:last-child {
    font-size: 13px;
  }
}

.tlt-right {
  display: flex;
  gap: 30px;
  flex: 1 1 0;
  justify-content: flex-start;
}
.tlt-card {
  border-radius: 20px;
  padding: 30px 20px 24px 20px;
  width: 220px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.tlt-card img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  flex-shrink: 0;
  display: block;
  margin-right: auto;
}
.tlt-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}
.tlt-card h4 {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 4px;
  color: #111;
}
.tlt-card p {
  color: #555;
  font-size: 0.98rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 900px) {
  .tlt-right {
    flex-direction: column;
    gap: 18px;
    align-items: center;
  }
  .tlt-card {
    width: 95vw;
    max-width: 320px;
    padding: 18px 10px 16px 10px;
    min-height: unset;
  }
  .tlt-card img {
    margin-bottom: 10px;
  }
  .tlt-card-content {
    align-items: center;
  }
}

.session-timings {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}

.session-title {
  font-weight: 600;
  white-space: nowrap;
}

.session-title.morning {
  color: #E8063c;
}

.session-title.lunch {
  color: #E8063c;
}

.session-title.afternoon {
  color: #E8063c;
}

.session-row.right-align {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
}

.session-block {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 6px;
}

.session-time {
  color: #222;
  font-size: 0.95em;
  font-weight: normal;
}

/* Responsive styles for About Tulips section */
@media (max-width: 1024px) {
  .about-tulips-container {
    flex-direction: column;
    gap: 32px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
  }
  .tulips-learning-time {
    flex-direction: column;
    gap: 32px;
  }
  .tlt-right {
    flex-direction: row;
    gap: 16px;
    justify-content: center;
  }
  .tlt-card {
    flex: 1 1 45%;
    min-width: 220px;
  }
}

@media (max-width: 768px) {
  .about-tulips-container {
    flex-direction: column;
    gap: 24px;
    padding: 0 10px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
  }
  .tulips-learning-time {
    flex-direction: column;
    gap: 24px;
  }
  .tlt-right {
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
  }
  .tlt-card {
    flex-direction: row;
    min-width: 0;
    width: 100%;
  }
  .session-row.right-align {
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }
  .session-block {
    flex-direction: row;
    gap: 4px;
  }
}

@media (max-width: 480px) {
  .about-tulips-container {
    flex-direction: column;
    gap: 16px;
    padding: 0 4px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
  }
  .tulips-learning-time {
    flex-direction: column;
    gap: 16px;
  }
  .tlt-right {
    flex-direction: column;
    gap: 12px;
    align-items: stretch;
  }
  .tlt-card {
    flex-direction: row;
    min-width: 0;
    width: 100%;
    gap: 10px;
  }
  .tlt-card-img {
    width: 44px;
  }
  .session-row.right-align {
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }
  .session-block {
    flex-direction: row;
    gap: 2px;
    justify-content: center;
  }
  .session-title, .session-time {
    font-size: 0.92em;
  }
}

/* How Old Is Your Child Section */
.how-old-section {
  text-align: center;
  padding: 56px 0 32px 0;
  background: #fff;
}
.how-old-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}
.how-old-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 36px;
}
.how-old-cards {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 40px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.how-old-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 220px;
}
.how-old-img-wrapper {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: -36px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  background: #fff;
  z-index: 1;
}
.how-old-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.how-old-label {
  background: #fff;
  border: 2px solid #a1007e;
  border-radius: 40px;
  padding: 22px 36px 16px 36px;
  margin-top: 0;
  min-width: 180px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  position: relative;
}
.how-old-label-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 2px;
}
.how-old-label-age {
  font-family: 'Nunito', sans-serif;
  font-size: 0.98rem;
  color: #222;
  font-weight: 500;
  letter-spacing: 1px;
}
.how-old-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}
.how-old-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e0e0e0;
  display: inline-block;
  transition: background 0.2s;
}
.how-old-dots .dot.active {
  background: #e6007a;
}

@media (max-width: 900px) {
  .how-old-cards {
    gap: 24px;
    padding: 0 16px;
  }
  .how-old-img-wrapper {
    width: 160px;
    height: 160px;
    margin-bottom: -30px;
  }
  .how-old-label {
    min-width: 160px;
    padding: 20px 24px 14px 24px;
  }
  .how-old-title {
    font-size: 2.2rem;
    padding: 0 20px;
  }
  .how-old-subtitle {
    padding: 0 20px;
    margin-bottom: 32px;
  }
}

@media (max-width: 600px) {
  .how-old-section {
    padding: 32px 10px 24px 10px;
  }
  .how-old-title {
    font-size: 1.8rem;
    margin-bottom: 8px;
    padding: 0 15px;
  }
  .how-old-subtitle {
    font-size: 1rem;
    padding: 0 20px;
    margin-bottom: 28px;
  }
  .how-old-cards {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0;
    margin: 0 auto;
    max-width: 280px;
  }
  .how-old-card {
    width: 100%;
    min-width: unset;
  }
  .how-old-img-wrapper {
    width: 140px;
    height: 140px;
    margin-bottom: -28px;
  }
  .how-old-label {
    min-width: 180px;
    padding: 18px 24px 12px 24px;
  }
  .how-old-label-title {
    font-size: 1.3rem;
  }
  .how-old-label-age {
    font-size: 0.9rem;
  }
  .how-old-dots {
    margin-top: 24px;
  }
  .how-old-dots .dot {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 380px) {
  .how-old-cards {
    max-width: 240px;
  }
  .how-old-img-wrapper {
    width: 120px;
    height: 120px;
    margin-bottom: -24px;
  }
  .how-old-label {
    min-width: 160px;
    padding: 16px 20px 10px 20px;
  }
  .how-old-label-title {
    font-size: 1.2rem;
  }
  .how-old-label-age {
    font-size: 0.85rem;
  }
}

.how-old-mobile-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-arrow {
  display: none;
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  z-index: 3;
}

.nav-arrow img {
  width: 20px;
  height: 20px;
}

.prev-arrow {
  left: 10px;
}

.next-arrow {
  right: 10px;
}

@media (max-width: 600px) {
  .how-old-section {
    padding: 32px 0 24px 0;
    overflow: hidden;
  }
  
  .how-old-mobile-container {
    padding: 0 20px;
  }

  .nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .how-old-cards {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    overflow: hidden;
  }

  .how-old-card {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
  }

  .how-old-card.active {
    position: relative;
    opacity: 1;
    pointer-events: all;
  }

  .how-old-img-wrapper {
    width: 140px;
    height: 140px;
    margin: 0 auto -28px;
  }

  .how-old-label {
    min-width: 200px;
    margin: 0 auto;
  }

  .how-old-dots {
    margin-top: 20px;
  }

  .how-old-dots .dot {
    width: 8px;
    height: 8px;
    cursor: pointer;
  }
}

@media (max-width: 380px) {
  .how-old-mobile-container {
    padding: 0 15px;
  }

  .how-old-cards {
    max-width: 240px;
  }

  .nav-arrow {
    width: 36px;
    height: 36px;
  }

  .nav-arrow img {
    width: 18px;
    height: 18px;
  }

  .how-old-img-wrapper {
    width: 120px;
    height: 120px;
  }

  .how-old-label {
    min-width: 180px;
  }
}

/* Recent News Section */
.recent-news-section {
  padding: 80px 20px;
  background: #fff;
  text-align: center;
}

.recent-news-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 12px;
}

.recent-news-subtitle {
  font-family: 'Nunito', sans-serif;
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 48px;
}

.recent-news-cards {
  display: flex;
  justify-content: center;
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.news-card {
  flex: 1;
  min-width: 300px;
  max-width: 380px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  border: 1px solid #f0f0f0;
  transition: transform 0.3s ease;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-content {
  padding: 24px;
  text-align: left;
}

.news-date {
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  color: #e6007a;
  margin-bottom: 12px;
}

.news-heading {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 12px;
  line-height: 1.3;
}

.news-excerpt {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  margin-bottom: 20px;
}

.read-more {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  padding: 8px 24px;
  background: #ffd600;
  border-radius: 30px;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #ffde33;
}

@media (max-width: 1024px) {
  .recent-news-section {
    padding: 60px 16px;
  }
  
  .recent-news-title {
    font-size: 2.4rem;
  }
  
  .news-card {
    min-width: 280px;
  }
}

@media (max-width: 768px) {
  .recent-news-cards {
    gap: 20px;
  }
  
  .news-card {
    flex: 0 0 calc(50% - 10px);
    min-width: 0;
  }
  
  .news-image {
    height: 180px;
  }
  
  .news-content {
    padding: 20px;
  }
  
  .news-heading {
    font-size: 1.2rem;
  }
}

@media (max-width: 600px) {
  .recent-news-section {
    padding: 40px 12px;
  }
  
  .recent-news-title {
    font-size: 2rem;
    margin-bottom: 8px;
  }
  
  .recent-news-subtitle {
    font-size: 1rem;
    margin-bottom: 32px;
  }
  
  .recent-news-cards {
    gap: 16px;
  }
  
  .news-card {
    flex: 0 0 100%;
    max-width: 100%;
  }
  
  .news-image {
    height: 200px;
  }
  
  .news-content {
    padding: 16px;
  }
  
  .news-heading {
    font-size: 1.1rem;
    margin-bottom: 8px;
  }
  
  .news-excerpt {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }
  
  .read-more {
    font-size: 0.95rem;
    padding: 6px 20px;
  }
}

/* Tulip News Card Demo Styles */
.tulip-news-card-demo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}
.tulip-news-card {
  width: 340px;
  background: #fff;
  border: 2.5px solid #ffd600;
  border-radius: 24px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.tulip-news-img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 22px;
}
.tulip-news-content {
  padding: 22px 20px 32px 20px;
  flex: 1;
}
.tulip-news-date {
  color: #e6007a;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.tulip-news-date-icon {
  font-size: 1.1em;
  margin-right: 2px;
}
.tulip-news-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 1.18rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 10px;
  line-height: 1.22;
}
.tulip-news-desc {
  font-family: 'Nunito', sans-serif;
  font-size: 0.98rem;
  color: #666;
  line-height: 1.5;
}
.tulip-news-readmore {
  display: block;
  background: #ffd600;
  color: #111;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 12px 0;
  border-radius: 999px;
  text-decoration: none;
  position: static;
  left: unset;
  bottom: unset;
  transition: background 0.2s;
}
.tulip-news-readmore .arrow {
  font-size: 1.1em;
  margin-left: 4px;
}
.tulip-news-readmore:hover {
  background: #ffe066;
}
@media (max-width: 400px) {
  .tulip-news-card {
    width: 98vw;
    min-width: 0;
  }
  .tulip-news-img {
    height: 120px;
  }
  .tulip-news-content {
    padding: 12px 8px 28px 8px;
  }
  .tulip-news-readmore {
    padding: 12px 12px 12px 16px;
    font-size: 0.98rem;
  }
}

.tulip-news-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  padding: 40px 0;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .tulip-news-row {
    gap: 18px;
    padding: 28px 0;
  }
  .tulip-news-card {
    width: 90vw;
    max-width: 340px;
  }
}
@media (max-width: 800px) {
  .tulip-news-row {
    flex-direction: column;
    align-items: center;
    gap: 18px;
  }
  .tulip-news-card {
    width: 98vw;
    max-width: 370px;
  }
}

/* Tulip News Slider Styles */
.tulip-news-slider-section {
  padding: 40px 0;
  text-align: center;
}
.tulip-news-slider-title {
  font-family: 'Fredoka', sans-serif;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 24px;
  color: #111;
}
.tulip-news-slider-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  position: relative;
}
.tulip-news-slider-cards {
  display: flex;
  gap: 32px;
}
.tulip-news-card {
  transition: opacity 0.3s, transform 0.3s;
}
.tulip-news-arrow {
  background: #fff;
  border: 1.5px solid #ffd600;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.5rem;
  color: #111;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  transition: background 0.2s;
}
.tulip-news-arrow:hover {
  background: #ffe066;
}
.tulip-news-dots {
  margin-top: 18px;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tulip-news-dot {
  width: 10px;
  height: 10px;
  background: #ffd600;
  border-radius: 50%;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.2s;
  display: inline-block;
}
.tulip-news-dot.active {
  opacity: 1;
  box-shadow: 0 0 0 2px #ffe066;
}
@media (max-width: 800px) {
  .tulip-news-slider-cards {
    gap: 0;
    width: 100%;
    max-width: 370px;
    margin: 0 auto;
    position: relative;
  }
  .tulip-news-card {
    display: none;
    width: 100%;
    min-width: 0;
    max-width: 370px;
    margin: 0 auto;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
  }
  .tulip-news-card.active {
    display: block;
    opacity: 1;
    pointer-events: all;
    position: relative;
    z-index: 2;
    transform: scale(1);
  }
  .tulip-news-arrow {
    display: flex;
  }
}
@media (min-width: 801px) {
  .tulip-news-slider-cards {
    gap: 32px;
  }
  .tulip-news-card {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: all;
    min-width: 320px;
    max-width: 340px;
  }
  .tulip-news-arrow {
    display: none;
  }
  .tulip-news-dots {
    display: none;
  }
}

.tulips-padding-10 {
  height: 10px;
}

.tlt-card, .tlt-card * {
  text-align: justify;
}

@media (max-width: 1100px) {
  .about-tulips-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
    padding: 0 16px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about-tulips-img-badge-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .about-tulips-img {
    max-width: 320px;
    width: 100%;
    height: auto;
  }
  .tlt-right {
    flex-direction: row;
    gap: 18px;
    justify-content: center;
    align-items: stretch;
  }
  .tlt-card {
    min-width: 0;
    max-width: 320px;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .about-tulips-section {
    padding: 18px 0 32px 0;
  }
  .about-tulips-container {
    flex-direction: column;
    gap: 18px;
    padding: 0 8px;
  }
  .about-tulips-left, .about-tulips-right {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
  }
  .about-tulips-img {
    max-width: 220px;
    width: 100%;
    height: auto;
  }
  .tlt-right {
    flex-direction: column;
    gap: 14px;
    align-items: center;
  }
  .tlt-card {
    width: 100%;
    max-width: 340px;
    min-width: 0;
  }
}
@media (max-width: 480px) {
  .about-tulips-section {
    padding: 8px 0 18px 0;
  }
  .about-tulips-container {
    gap: 10px;
    padding: 0 2vw;
  }
  .about-tulips-img {
    max-width: 140px;
  }
  .tlt-right {
    gap: 10px;
  }
  .tlt-card {
    max-width: 98vw;
    padding: 12px 4vw;
  }
  .tlt-card h4 {
    font-size: 1rem;
  }
}

@media (max-width: 1100px) {
  .session-row.right-align {
    justify-content: center !important;
    text-align: center;
  }
  .session-row.right-align .session-block {
    align-items: center;
  }
}

@media (min-width: 1101px) {
  .tulip-news-slider-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    position: static;
  }
  .tulip-news-card {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: all;
    min-width: 320px;
    max-width: 370px;
    width: 100%;
    margin: 0;
  }
  .tulip-news-dots {
    display: none;
  }
}
@media (min-width: 801px) and (max-width: 1100px) {
  .tulip-news-slider-cards {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
    position: static;
  }
  .tulip-news-card {
    display: block;
    position: static;
    opacity: 1;
    pointer-events: all;
    min-width: 220px;
    max-width: 300px;
    width: 100%;
    margin: 0;
  }
  .tulip-news-dots {
    display: none;
  }
}

@media (min-width: 801px) {
  .about-tulips-right h3 {
    text-align: center;
  }
}





.director-message {
    font-size: 38px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    color: #000;
}

.director-title {
    color: #000;
    font-family: Fredoka, sans-serif;
    font-size: 34px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    width: auto;
}

.director-image {
    width: 334px;
    height: 380px;
    flex-shrink: 0;
    border-radius: 39px;
    object-fit: cover;
}

.director-banner {
    width: 100%;
    height: 280px;
    flex-shrink: 0;
    background: url('Assest\images\Banner.png') lightgray 50% / cover no-repeat;
    display: flex;
    align-items: center;
}

.director-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
}

.director-message-section {
    padding: 80px 0;
    background: #FFF;
}

.director-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.director-content {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.director-image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.director-text-content {
    flex: 1;
}

.director-since {
    color: #3B647F;
    font-family: 'Fredoka', sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 4.25px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.director-heading {
    color: #000;
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
}

.director-founder-text {
    color: #5B5B5B;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.director-description {
    color: #5B5B5B;
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 20px;
}

.director-signature {
    width: 200px;
    height: auto;
    margin-top: 30px;
}



.director-title {
    color: #ffffff;
    font-size: 48px;
    font-weight: 600;
    margin: 0;
}

.director-message-section {
    padding: 80px 0;
}

.director-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.director-content {
    display: flex;
    gap: 50px;
    align-items: flex-start;
}

.director-image-wrapper {
    flex: 0 0 400px;
}

.director-image {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.director-text-content {
    flex: 1;
}

.director-heading {
    font-size: 36px;
    color: #333;
    margin-bottom: 20px;
}

.director-founder-text,
.director-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 20px;
}

.director-signature {
    max-width: 200px;
    margin-top: 30px;
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .director-banner {
        padding: 80px 0;
    }

    .director-title {
        font-size: 40px;
    }

    .director-content {
        gap: 30px;
    }

    .director-image-wrapper {
        flex: 0 0 350px;
    }

    .director-heading {
        font-size: 32px;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .director-banner {
        padding: 60px 0;
    }

    .director-title {
        font-size: 32px;
    }

    .director-message-section {
        padding: 40px 0;
    }

    .director-content {
        flex-direction: column;
        gap: 30px;
    }

    .director-image-wrapper {
        flex: 0 0 auto;
        max-width: 100%;
    }

    .director-text-content {
        text-align: center;
    }

    .director-heading {
        font-size: 28px;
    }

    .director-founder-text,
    .director-description {
        font-size: 15px;
    }

    .director-signature {
        margin: 30px auto 0;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .director-banner {
        padding: 40px 0;
    }

    .director-title {
        font-size: 28px;
    }

    .director-heading {
        font-size: 24px;
    }

    .director-founder-text,
    .director-description {
        font-size: 14px;
    }
}



/* Archive Section Styles */
.archive-section {
    padding: 60px 0;
    background-color: #fff;
}

.archive-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
}

.archive-month-item {
    margin-bottom: 50px;
}

.archive-month-item h2 {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
    font-family: 'Fredoka', sans-serif;
}

.archive-month-item ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.archive-month-item li {
    font-size: 20px;
    color: black;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    line-height: 45px;
    text-decoration: underline;
    text-transform: capitalize;
    transition: all 0.3s ease;
    cursor: pointer;
    word-wrap: break-word;
    padding-right: 20px;
}

.archive-month-item li:hover {
    color: #333;
    padding-left: 10px;
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .archive-section {
        padding: 50px 0;
    }

    .archive-month-item h2 {
        font-size: 28px;
    }

    .archive-month-item li {
        font-size: 18px;
        line-height: 40px;
    }
}

/* Mobile Styles */
@media screen and (max-width: 768px) {
    .archive-section {
        padding: 40px 0;
    }

    .archive-container {
        padding: 0 15px;
        text-align: center;
    }

    .archive-month-item {
        margin-bottom: 40px;
    }

    .archive-month-item h2 {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }

    .archive-month-item ul {
        display: inline-block;
        text-align: left;
    }

    .archive-month-item li {
        font-size: 20px;
        line-height: 45px;
        padding-right: 0;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 480px) {
    .archive-section {
        padding: 30px 0;
    }

    .archive-month-item h2 {
        font-size: 22px;
    }

    .archive-month-item li {
        font-size: 18px;
        line-height: 40px;
    }
}



.vision-mission-header {
    text-align: center;
    margin-bottom: 60px;
}

.vision-mission-title {
    color: #000000;
    font-family: 'Fredoka', sans-serif;
    font-size: 48px;
    font-weight: 500;
    margin-bottom: 16px;
    line-height: 1.2;
}

.vision-mission-subtitle {
    color: #6c757d;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.vision-mission-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 80px;
}

.vision-card,
.mission-card {
    background: #fff;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.vision-card::before,
.mission-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f1970f, #101011);
}

.vision-card:hover,
.mission-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.card-icon {
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}

.card-title {
    color: #000000;
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 16px;
    text-align: center;
}

.card-description {
    color: #6c757d;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    text-align: center;
}

.vision-mission-values {
    text-align: center;
}

.values-title {
    color: #10486D;
    font-family: 'Fredoka', sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 50px;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    max-width: 1000px;
    margin: 0 auto;
}

.value-item {
    background: #fff;
    border-radius: 15px;
    padding: 30px 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.value-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.value-icon {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

.value-name {
    color: #10486D;
    font-family: 'Fredoka', sans-serif;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 12px;
}

.value-desc {
    color: #6c757d;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

/* Responsive Design for Vision & Mission Section */
@media screen and (max-width: 1200px) {
    .vision-mission-cards {
        gap: 30px;
    }
    
    .vision-card,
    .mission-card {
        padding: 35px;
    }
    
    .values-grid {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 25px;
    }
}

@media screen and (max-width: 992px) {
   
    
    .vision-mission-title {
        font-size: 40px;
    }
    
    .vision-mission-subtitle {
        font-size: 16px;
    }
    
    .vision-mission-cards {
        grid-template-columns: 1fr;
        gap: 30px;
        margin-bottom: 60px;
    }
    
    .values-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
   
    .vision-mission-header {
        margin-bottom: 40px;
    }
    
    .vision-mission-title {
        font-size: 32px;
        margin-bottom: 12px;
    }
    
    .vision-mission-subtitle {
        font-size: 15px;
    }
    
    .vision-card,
    .mission-card {
        padding: 30px 25px;
    }
    
    .card-title {
        font-size: 24px;
        margin-bottom: 12px;
    }
    
    .card-description {
        font-size: 15px;
    }
    
    .values-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    
    .values-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        max-width: 400px;
    }
    
    .value-item {
        padding: 25px 20px;
    }
    
    .value-name {
        font-size: 18px;
    }
    
    .value-desc {
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {
    
    
    .vision-mission-title {
        font-size: 28px;
    }
    
    .vision-mission-subtitle {
        font-size: 14px;
    }
    
    .vision-card,
    .mission-card {
        padding: 25px 20px;
    }
    
    .card-title {
        font-size: 22px;
    }
    
    .card-description {
        font-size: 14px;
    }
    
    .values-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .value-item {
        padding: 20px 15px;
    }
    
    .value-name {
        font-size: 16px;
    }
    
    .value-desc {
        font-size: 12px;
    }
    
    .card-icon svg,
    .value-icon svg {
        width: 50px;
        height: 50px;
    }
    
    .value-icon svg {
        width: 35px;
        height: 35px;
    }
}





/* InCard Link Styles */
.info-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.info-card-link:hover {
    transform: translateY(-5px);
    text-decoration: none;
    color: inherit;
}

.info-card-link:hover .info-card {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.info-card-link:focus {
    outline: none;
}

.info-card-link:focus .info-card {
    box-shadow: 0 0 0 3px rgba(206, 59, 49, 0.3);
}

/* Existing ICard Styles */


/* Testimonial Carousel Dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  display: inline-block;
  cursor: pointer;
  transition: background 0.3s;
  touch-action: manipulation;
}
.testimonial-dot.active {
  background: #CE3B31;
}
@media (max-width: 768px) {
  .testimonial-dots {
    margin-top: 20px;
    gap: 8px;
  }
  .testimonial-dot {
    width: 11px;
    height: 11px;
  }
}
@media (max-width: 480px) {
  .testimonial-dots {
    margin-top: 14px;
    gap: 6px;
  }
  .testimonial-dot {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 350px) {
  .testimonial-dots {
    margin-top: 10px;
    gap: 4px;
  }
  .testimonial-dot {
    width: 9px;
    height: 9px;
  }
}

.faculty-section {
    padding: 20px 0 20px 0;
    background: #f8fafd;
}

.faculty-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 30px;
    font-weight: 600;
    color: #10486D;
    text-align: center;
    margin-bottom: 32px;
    letter-spacing: 1px;
}

.faculty-table-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(16, 72, 109, 0.08);
    padding: 24px 16px;
    overflow-x: auto;
}

.faculty-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    color: #222;
    background: transparent;
}

.faculty-table th, .faculty-table td {
    padding: 14px 12px;
    text-align: left;
    border-bottom: 1px solid #e3e8f0;
}

.faculty-table th {
    background: #10486D;
    color: #fff;
    font-weight: 600;
    font-size: 19px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.faculty-table tbody tr:nth-child(even) {
    background: #f1f3f8;
}

.faculty-table tbody tr:hover {
    background: #e6f0fa;
    transition: background 0.2s;
}

@media (max-width: 600px) {
    .faculty-title {
        font-size: 24px;
    }
    .faculty-table-wrapper {
        padding: 10px 2px;
    }
    .faculty-table th, .faculty-table td {
        font-size: 15px;
        padding: 10px 6px;
    }
}





