body{
    font-family:Lato, sans-serif;
}

.custom-container{
    width: 90%;
    margin:auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.custom-header {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    box-shadow: 0 0 5px 1px #cccccc;
}

.top-nav{
    background-color: #f6f2ff;
    padding:15px 0px;
    color:#6a468c;
    font-family:Lato, sans-serif;
    font-size:14px;
    display:none;
}

.top-nav a{
    color:#6a468c;
    font-family:Lato, sans-serif;
    font-size:14px;
}

.top-nav a:hover{
    color:#6a468c;
    text-decoration:none;
}

.top-nav i{
    color:#4d358f;
}

.nav-header-social-icons{
    display:flex;
    gap: 15px;
}

.nav-header-social-email{
    display:flex;
    align-items:center;
    gap: 5px;
}

.nav-header-contact-phone{
    display:flex;
    align-items:center;
    gap: 5px;
}

.nav-header-trial-btn{
    border: 2px solid #370863;
    border-radius: 25px;
    padding: 2px 10px;
}

.custom-header .top-nav .header_container{
    margin:auto;
    width:90%;
}

/* Show dropdown on hover */
.navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: Removes the slight jump */
}

/* Optional: Delay hiding dropdown to prevent flickering */
.dropdown-menu {
    transition: visibility 0.2s, opacity 0.2s ease;
}

/* Ensure it closes on mouse out */
.navbar .dropdown .dropdown-toggle::after {
    pointer-events: none;
}

.navbar .dropdown-menu{
    background-color: #f0e8ff;
    border-radius: 12px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    border: none;
    min-width: 240px;
    top: 40px;
}

/* Style each dropdown item */
.navbar .dropdown-menu .dropdown-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    font-weight: 500;
    color: #333;
    transition: background 0.3s, color 0.3s;
}

.navbar .dropdown-menu .dropdown-item:hover {
    background-color: #CBC3E3;
    color: #000;
    text-decoration: none;
}

/* Optional: Add an arrow (triangle) above the menu */
.navbar .dropdown:hover .dropdown-menu::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 30px;
    border-width: 0 10px 10px 10px;
    border-style: solid;
    border-color: transparent transparent white transparent;
}

/* Prevent last dropdown from going outside the screen */
.navbar .dropdown-menu.drop-left-fix {
    right: 0;
    left: auto;
    transform: translateX(-10%);
}

/* Optional: adjust triangle position if using the arrow tip */
.navbar .dropdown:hover .dropdown-menu.drop-left-fix::before {
    left: auto;
    right: 30px;
}

/* Hide the default Bootstrap caret (arrow) from dropdowns */
.navbar .dropdown-toggle::after {
    display: none;
}

/* Add horizontal spacing between nav items */
.navbar-nav .nav-item {
    margin: 0 10px;
}

/* Navbar brand color */
.navbar .navbar-brand {
    display:flex;
    align-items:center;
    color: #6a468c !important;
    font-weight: 700;
    font-family: 'Playfair Display', serif;
}

.navbar .navbar-brand img{
    width:220px;
    height:auto;
}

.navbar-nav .nav-link {
    color:#6a468c !important;
}

/* Nav link hover color */
.navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .5) !important;
}


.schoolofexcellence-main-header {
    background-image: url("../img/Home Banner Bg2.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right top;
    height: 100vh;
    padding: 90px 0px;
    margin-top:85px;
}

.schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img img{
    position:relative;
    z-index:2;
    width:100%;
}

.schoolofexcellence-main-header h2{
    font-family: Montserrat, sans-serif;
    font-size: 4rem;
    color: #fff;
    letter-spacing: 0.46px;
    font-weight: 600;
    margin:0px 0px 20px 0px;
}

.schoolofexcellence-main-header p{
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    color: #fff;
    margin: 0px;
}

.schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img svg{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 62%;
    transform: translate(-50%, -50%);
    width: 85%;
}

.schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img .line{
    transform-origin: center;
    transform-box: fill-box;
    animation: spin 100s linear infinite;
}

@keyframes spin {
  60% {
    transform: scale(0.9) skewY(10deg) rotate(0.6turn); /* Slight scale and skew */
  }
  100% {
    transform: scale(1) skewY(0deg) rotate(1turn); /* Full clockwise rotation */
  }
}

/* Example usage */
.rotating-element {
  animation: spin 1s linear infinite; /* Faster: 2s instead of slow default */
  transform-origin: center;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img{
    display:flex;
    justify-content:center;
    padding:60px 0px 0px 0px;
}


.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img img{
    width:90%;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header{
    position: relative;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
    margin-top: -120px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.0);
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content{
    background: #FFFFFF;
    border-radius: 56px;
    padding: 35px 0 0 0;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-right-content{
    display:flex;
    justify-content:center;
    align-items:center;
    padding:60px 0px 0px 0px;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-right-content{
    width:90%;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-title h2{
    color:#370863;
    font-size:1.5rem;
    font-weight:700;
    font-family: Lato, sans-serif;
    margin:0px 0px 20px;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-text p{
    color:#6a468c;
    font-size:1rem;
    font-family: Lato, sans-serif;
    margin:0px 0px 15px;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn{
    margin-top:24px;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a{
    align-items: center;
    background-color: #fff;
    border:2px solid #370863;
    border-radius: 100px;
    color:#6a468c;
    column-gap: 10px;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1875;
    padding: 8px 24px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}

.welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a:hover{
    text-decoration:none;
    background-color: transparent;
    border: 2px solid #370863;
    box-shadow: inset 0 0 0 2em #370863;
    color: #fff;
}

.the-schoolofexellence-main .design_the_future_header .subheadline{
    font-size: 2.5rem;
    font-weight: 100;
    display: flex;
    justify-content: center;
    align-items: center;
}

.the-schoolofexellence-main .design_the_future_header .emoji{
    font-size: 2rem;
    margin: 0 8px;
}

.the-schoolofexellence-main .design_the_future_header .emoji img{
    width:40px;
}

.the-schoolofexellence-main .design_the_future_header .shine-btn{
    display: inline-block;
    background: linear-gradient(to right, #ffa500, #ffcc66);
    padding: 10px 40px;
    border-radius: 40px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease;
}

.the-schoolofexellence-main .design_the_future_header .shine-container{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.the-schoolofexellence-main .card-container{
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    padding: 40px 20px;
}

.the-schoolofexellence-main .card-container .card{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 20vw;
}

.the-schoolofexellence-main .card-container .card img{
    width: 100%;
    height: 200px;
    border-radius: 6px;
    object-fit: cover;
}

.the-schoolofexellence-main .card-container .label{
    margin-top: 10px;
    background-color: #6a1b9a;
    color: #fff;
    padding: 16px;
    font-weight: bold;
    text-align: center;
    border-radius: 16px;
    width: 100%;
    font-size: 0.9rem;
}

.the-schoolofexellence-main .card-container .label a{
    color: #fff;
    text-decoration: none;
}

.school-footer{
    padding:25px 0px 0px 0px;
    background-color:rgba(76, 52, 142, 1);
    color:#fff;
}

.school-footer a{
    color:#fff;
    font-size:1rem;
}

.school-footer a span{
    margin-right:5px;
}

.school-footer img{
    width:220px;
}

.school-footer a:hover{
    text-decoration:none;
}

.school-footer .footer-content-title h4{
    font-size:1.2rem;
    margin-bottom:15px;
    color:#fff;
}

.school-footer .footer-content-links p{
    margin-bottom:5px;
}

.footer-copyright{
    display:flex;
    align-items:center;
    justify-content:center;
    background-color:#f6f2ff;
    height:50px;
    color:#6a468c;
}
    
.schoolofexcellence-kids-header h2{
    color: #370863;
    font-size: 2.5rem;
    font-weight: 600;
}

.schoolofexcellence-know-container h6{
    color:#6a468c;
    font-size: 1.2rem;
}

.schoolofexcellence-know-container li{
    color:#6a468c;
    font-size: 1.2rem;
}

.schoolofexcellence-know-container li span{
    color:#000000;
    font-size: 0.8rem;
}

.schoolofexcellence-know-container .schoolofexcellence-know-image img{
    border-radius:25px 60px;
    width: 90%;
}

.schoolofexcellence-traditional-container{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    height: 300px;
    background-color:rgba(76, 52, 142, 1);
}

.schoolofexcellence-traditional-container p{
    font-size: 20px;
    line-height: 2.4rem;
    font-weight: 500;
    margin: 0px 0px 16px 0px;
}

.schoolofexcellence-traditional-container .schoolofexcellence-traditional-button{
    display: flex;
    justify-content: center;
}

.schoolofexcellence-traditional-container .schoolofexcellence-traditional-button a{
    color: #6a468c;
    font-size: 1rem;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 24px;
    font-weight: 500;
}

.schoolofexcellence-traditional-button a:hover{
    text-decoration: none;
}

.schoolofexcellence-uniqe-header h2{
    color: #370863;
    font-size: 2.1rem;
}

.schoolofexcellence-uniqe-header h5{
    color: #6a468c;
    font-size: 1.1rem;
    margin: auto;
    width: 65%;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-header h2{
    color:#370863;
    font-size: 1.8rem;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-card {
    padding: 30px 15px 44px 15px;
    box-shadow: 2px 4px 10px 0px rgba(92.07624740600585, 92.07624740600585, 92.07624740600585, 0.39);
    border-radius: 10px;
    background-color: #fff;
    transition: transform 0.3s ease;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-card:hover {
    transform: translateY(-5px);
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-icon {
    width: 60px;
    height: 60px;
    background-color: #ffe5e5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-icon img{
    border-radius:50px;
    width:60px;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-title {
    font-weight: 700;
    color: #370863;
    font-size: 1.25rem;
    margin-bottom: 15px;
}

.schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-content .program-desc {
    color: #6a468c;
    font-size: 1rem;
    line-height: 1.6;
    text-align: justify;
}

.schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2{
    font-size: 2.5rem;
    color: #370863;
}

.schoolofexcellence-parents-love .schoolofexcellence-parents-love-content{
    color: #6a468c;
    font-size: 1.1rem;
}

.schoolofexcellence-parents-love .schoolofexcellence-parents-love-content li{
    color: #6a468c !important;
    font-size: 1.1rem;
}

.schoolofexcellence-parents-love .schoolofexcellence-parents-love-img{
    display: flex;
    justify-content: center;
    align-items: start;
}

.schoolofexcellence-parents-love .schoolofexcellence-parents-love-img img{
    width: 80%;
}

.schoolofexcellence-parents-love-button a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #370863;
    border-radius: 100px;
    color: #6a468c;
    column-gap: 10px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1875;
    padding: 8px 24px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}

.schoolofexcellence-parents-love-button a:hover{
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #370863;
    box-shadow: inset 0 0 0 2em #370863;
    color: #fff;
}

.schoolofexcellence-power-balance .schoolofexcellence-power-balance-img img{
    width: 80%;
}

.schoolofexcellence-power-balance .schoolofexcellence-power-balance-header h2{
    color: #370863;
    font-size: 40px;
}

.schoolofexcellence-power-balance .schoolofexcellence-power-balance-content .schoolofexcellence-power-balance-text{
    color: #6a468c;
    font-size: 18px;
}

.schoolofexcellence-power-balance-button a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #370863;
    border-radius: 100px;
    color: #6a468c;
    column-gap: 10px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1875;
    padding: 8px 24px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}

.schoolofexcellence-power-balance-button a:hover{
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #370863;
    box-shadow: inset 0 0 0 2em #370863;
    color: #fff;
}

.schoolofexcellence-best-child .schoolofexcellence-best-child-img{
    display: flex;
    justify-content: start;
}

.schoolofexcellence-best-child .schoolofexcellence-best-child-img img{
    width: 80%;
}

.schoolofexcellence-best-child .schoolofexcellence-best-child-header h2{
    color: #370863;
    font-size: 2.5rem;
}

.schoolofexcellence-best-child .schoolofexcellence-best-child-content .schoolofexcellence-best-child-text{
    color: #6a468c;
    font-size: 1.2rem;
}

.schoolofexcellence-best-child .schoolofexcellence-best-child-content .schoolofexcellence-best-child-text li{
    color: #6a468c !important;
    font-size: 1.2rem;
}

.schoolofexcellence-best-child-button a {
    align-items: center;
    background-color: #fff;
    border: 2px solid #370863;
    border-radius: 100px;
    color: #6a468c;
    column-gap: 10px;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.1875;
    padding: 8px 24px;
    position: relative;
    transition: all .5s ease;
    z-index: 1;
}

.schoolofexcellence-best-child-button a:hover{
    text-decoration: none;
    background-color: transparent;
    border: 2px solid #370863;
    box-shadow: inset 0 0 0 2em #370863;
    color: #fff;
}

.schoolofexcellence-last-div .container{
    background-image: url("../img/help-for-1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 350px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content{
    display: flex;
    justify-content: center;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content div{
    width: 70%;
    color: #000000;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content h4{
    line-height: 28px;
    font-size: 1.2rem;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content a{
    color: #000000;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content .schoolofexcellence-last-div-button{
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content a{
    color: #000000;
    background-color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 25px;
}

.schoolofexcellence-last-div .schoolofexcellence-last-div-content a:hover{
    color: #000000;
    text-decoration: none;
}



.register-today-content{
    position: fixed;
    bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background-color:rgba(76, 52, 142, 1);
    height:45px;
    padding:10px;
}

.register-today-content .register-today-text{
    display:flex;
    align-items:center;
}

.register-today-content .register-today-text h4{
    color:#fff;
    font-size:18px;
    margin:0px;
}

.register-today-content .register-today-btn a{
    background-color: rgba(56, 178, 172, 1.0);
    border: 0px none #000000;
    border-radius: 10px;
    color: #FFFFFF;
    font-size: 16px;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    padding-top: 10px;
    padding-right: 60px;
    padding-bottom: 10px;
    padding-left: 60px;
    width: 100%;
}

.the-school-main-header {
    height: 610px;
    padding: 70px 0px;
    margin-top:85px;
    background-color:rgba(76, 52, 142, 1);
}

.the-school-main-header h2{
    font-family: Montserrat, sans-serif;
    font-size: 72px;
    color: #fff;
    letter-spacing: 0.46px;
    font-weight: 600;
    margin: 0px 0px 20px 0px;
}

.the-school-main-header-button a{
    color: #6a468c;
    font-size: 16px;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 12px 24px;
    font-weight: 500;
}

.the-school-main-header-button a:hover{
    text-decoration:none;
}

.the-school-main .the-school-ancient-time .ancient-time-content{
    background-color: rgba(76, 52, 142, 1);
    border-radius: 25px;
    color: #fff;
    font-family: Lato, sans-serif;
}

.the-school-main .the-school-ancient-time .ancient-time-content h4{
    font-size: 22px;
    line-height: 34px;
}

.the-school-main .the-school-education-today-img{
    padding:60px 0px 0px 0px;
    display:flex;
    justify-content:center;
    align-items:start;
}

.the-school-main .the-school-education-today-content{
    padding:60px 0px 0px 0px;
    display:flex;
    justify-content:center;
    align-items:center;
}

.the-school-main .the-school-education-today-content .the-school-education-today-text{
    width:90%;
}

.the-school-main .the-school-education-today-img img{
    width:90%;
}

.the-school-main .the-school-education-excellence-img img{
    width:90%;
    border-radius:25px;
}

.the-school-main .the-school-education-excellence-img{
    display:flex;
    justify-content:start;
    align-items:start;
}

.the-school-main .the-school-education-excellence-content{
    display:flex;
    justify-content:end;
    align-items:start;
}

.the-school-main .the-school-child-deserve-img{
    display:flex;
    justify-content:end;
    align-items:start;
}

.the-school-main .the-school-child-deserve-img img{
    width:90%;
    border-radius:25px;
}

.the-school-main .the-school-why-join-img img{
    width:90%;
}

.the-school-main .the-school-education-today-header h2{
    font-family:Lato, sans-serif;
    font-size:40px;
    color:#370863;
}

.the-school-main .the-school-education-excellence-header h2{
    font-family:Lato, sans-serif;
    font-size:40px;
    color:#370863;
}

.the-school-main .the-school-child-deserve-header h2{
    font-family:Lato, sans-serif;
    font-size:40px;
    color:#370863;
}

.the-school-main .the-school-why-join-header h2{
    font-family:Lato, sans-serif;
    font-size:40px;
    color:#370863;
}

.the-school-main .the-school-education-today-sub-header h4{
    font-family:Lato, sans-serif;
    font-size:20px;
    color:#370863;
}

.the-school-main .the-school-education-excellence-sub-header h4{
    font-family:Lato, sans-serif;
    font-size:20px;
    color:#370863;
}

.the-school-main .the-school-child-deserve-sub-header h4{
    font-family:Lato, sans-serif;
    font-size:20px;
    color:#370863;
}

.the-school-main p,li{
    font-family:Lato, sans-serif;
    font-size:1.0rem;
    color:#464646;
}

.the-school-last-div .container{
    background-image: url("../img/help-for-1.webp");
    background-size: contain;
    background-repeat: no-repeat;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.the-school-last-div .the-school-last-div-content{
    display: flex;
    justify-content: end;
    margin-left: 340px
}

.the-school-last-div .the-school-last-div-content div{
    width: 90%;
    color: #370863;
}

.the-school-last-div .the-school-last-div-content h4{
    line-height: 2.4em;
    font-size: 18px;
}

.the-school-last-div .the-school-last-div-content a{
    color: #6a468c;
}

.the-school-last-div .the-school-last-div-content .the-school-last-div-button{
    display: flex;
    justify-content: center;
    margin: 20px 0px 0px 0px;
}

.the-school-last-div .the-school-last-div-content a{
    color: #000000;
    background-color: #FFFFFF;
    padding: 10px 30px;
    border-radius: 25px;
}

.the-school-last-div .the-school-last-div-content a:hover{
    color: #000000;
    text-decoration: none;
}

.the-school-main .the-school-main-header-right-img{
    display:flex;
    justify-content:end;
}

.the-school-main .the-school-main-header-right-img img{
    width:90%;
}

.the-school-main .the-school-education-today-main-header{
    position: relative;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 56px;
    padding-left: 0px;
    margin-top: -120px;
    margin-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.0);
}

.the-school-main .the-school-education-today-main-header .the-school-education-today-main-header-content{
    background: #FFFFFF;
    border-radius: 56px;
    padding: 35px 0 0 0;
}

.typewriter-animation {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    border-right: 2px solid black;
    animation: typewriter 16s steps(40, end) infinite;
    vertical-align: middle;
    color: #370863;
    font-size:1.4rem;
}


/* Typing and erasing animation */
@keyframes typewriter {
    0% { width: 0; }       /* Start with no text */
    40% { width: 40ch; }   /* Full text typed */
    60% { width: 40ch; }   /* Pause fully typed text */
    100% { width: 0; }     /* Text erased completely */
  }
  
  /* Optional: Blinking cursor effect */
  @keyframes blink {
    from, to { border-color: transparent; }
    50% { border-color: black; }
}

.fly_menu {
    background: #ff9635;
    position: fixed;
    right: 0;
    top: 40%;
    border-radius: 25px;
    z-index: 999;
    overflow: hidden;
}
.fly_menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 55px;
}
.fly_menu li {
    text-align: center;
    padding: 8px;
}
.fly_menu span {
    display: block;
    margin-bottom: 2px;
}
.fly_menu li a {
    text-decoration: none;
    font-size: 9px;
    color: #ffffff;
    font-weight: normal;
    display: flex;
    flex-direction: column;
    line-height:0;
}
.fly_menu li:hover {
    background: #4fd0b2;
}


.parent_guide_main_container{
    margin-top:85px;
}

.parent_guide_main_container .parent_guide_heading{
    background-image:url('../img/ParentBanners-mominwoods.webp');
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center center;
    padding:20px 0px;
    opacity:0.9;
}

.parent_guide_main_container .parent_guide_heading .parent_guide_heading_title h1{
    font-family: "Kulim Park", Sans-serif;
    font-size: 3.5em;
    font-weight: normal;
    letter-spacing: 0px;
    color: #ffffff;
}

.parent_guide_main_container .parent_guide_heading .parent_guide_heading_title::before{
    filter: brightness(100%) contrast(100%) saturate(100%) blur(4.5px) hue-rotate(0deg);
}

.parent_guide_inner_containers .prent_guide_inner_container{
    padding:10px;
}

.parent_guide_inner_containers .parent_guide_boxes_column{
    background-color:#605999;    
    display:flex;
    align-items:center;
    justify-content:center;
    width:250px;
    height:100px;
}

.parent_guide_inner_containers .parent_guide_boxes_column h4{
    font-family: "Sorts Mill Goudy", Sans-serif;
    font-weight: normal;
    color:#ffffff;
    text-align:center;
}

.parent_guide_inner_containers .parent_guide_boxes_column a{
    text-decoration:none;
}

.parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

hr{
    background: #e61938;
    height: 1px;
}

.parent_guide_trauma_resources .trauma_resources_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.parent_guide_trauma_resources .trauma_resources_grid .trauma_resources_card{
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.parent_guide_trauma_resources .trauma_resources_grid img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.parent_guide_trauma_resources .trauma_resources_grid a{
    color:#464646;
    font-size:16px;
    text-decoration:none;
}

.parent_guide_raising_children .raising_children_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.parent_guide_raising_children .raising_children_grid .raising_children_card{
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.parent_guide_raising_children .raising_children_grid img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.parent_guide_raising_children .raising_children_grid a{
    color:#464646;
    font-size:1rem;
    text-decoration:none;
}

.parent_guide_discipline .discipline_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.parent_guide_discipline .discipline_grid .discipline_card{
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.parent_guide_discipline .discipline_grid img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.parent_guide_discipline .discipline_grid a{
    color:#464646;
    font-size:16px;
    text-decoration:none;
}

.parent_guide_milestones .milestones_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.parent_guide_milestones .milestones_grid .milestones_card{
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.parent_guide_milestones .milestones_grid img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.parent_guide_milestones .milestones_grid a{
    color:#464646;
    font-size:16px;
    text-decoration:none;
}

.parent_guide_safety .safety_grid{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.parent_guide_safety .safety_grid .safety_card{
    background: white;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    gap: 15px;
    align-items: center;
}

.parent_guide_safety .safety_grid img{
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 4px;
}

.parent_guide_safety .safety_grid a{
    color:#464646;
    font-size:16px;
    text-decoration:none;
}



.terms-container{
    margin-top:110px;
}

.terms-container h2{
    font-size:24px;
    font-weight:700;
    color:#000000;
}

.terms-container h4{
    font-size:16px;
    font-weight:700;
    color:#000000;
}

.terms-container p{
    font-size:14px;
    color:#666666;
}

.terms-container li{
    font-size:14px;
    color:#666666;
}

.privacy-container{
    margin-top:110px;
}

.privacy-container h2{
    font-size:24px;
    font-weight:700;
    color:#000000;
}

.privacy-container h4{
    font-size:16px;
    font-weight:700;
    color:#000000;
}

.privacy-container p{
    font-size:14px;
    color:#666666;
}

.privacy-container li{
    font-size:14px;
    color:#666666;
}

.privacy-container address{
    color:#666666;
}

.terms-container address{
    color:#666666;
}

.the-schoolofexellence-main .mental-wellness-faq{
    background:#f5f5f7;
    padding:40px 0px;
}

.the-schoolofexellence-main .mental-wellness-faq .faq-container {
    padding: 20px;
}

.the-schoolofexellence-main .mental-wellness-faq .faq-title {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.the-schoolofexellence-main .mental-wellness-faq .faq-item {
    border-bottom: 1px solid #ddd;
    margin-top:10px;
}

.the-schoolofexellence-main .mental-wellness-faq .faq-question {
    font-size: 1.2rem;
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    border-radius: 5px;
    transition: background 0.3s;
    border-radius:15px 15px 0px 0px;
}

.the-schoolofexellence-main .mental-wellness-faq .faq-answer {
    display: none;
    padding: 15px;
    font-size: 1rem;
    color: #333;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    border-top:solid 1px #d8d8d8;
}

.the-schoolofexellence-main .mental-wellness-faq .icon {
    font-size: 1.5rem;
    font-weight: bold;
    transition: transform 0.3s;
}



/* Modal background overlay */
    .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.6);
    }

    /* Modal box styling */
    #enrollModal .modal-content {
        /*background: rgba(76, 52, 142, 1);*/
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); /* 3D-style shadow */
        border: none;
        overflow: hidden;
    }

    #enrollModal .modal-header {
        background-color: rgba(76, 52, 142, 1);
        color: #fff;
        padding: 15px;
    }

    #enrollModal .modal-title {
        font-weight: 600;
        font-size: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    
     #enrollModal .close{
        font-weight: 1000;
        color: rgba(56, 178, 172, 1.0);
    }

    #enrollModal .modal-body {
        padding: 25px;
        font-size: 15px;
        color: #6a468c;
    }

    #enrollModal .form-group label {
        font-weight: 500;
        color: #6a468c;
    }

    #enrollModal .form-control {
        border-radius: 6px;
        border: 1px solid #370863;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: border 0.3s, box-shadow 0.3s;
    }

    #enrollModal .form-control:focus {
        border-color: #1e88e5;
        box-shadow: 0 0 6px rgba(30, 136, 229, 0.3);
    }

    #enrollModal .input-group-addon {
        background-color: #f0f0f0;
        border: 1px solid #370863;
        border-radius: 4px 0 0 4px;
        padding: 6px 10px;
        color: #6a468c;
        font-weight: bold;
    }

    #enrollModal .modal-footer {
        /*background: #f7f7f7;*/
        padding: 15px;
        border-top: 1px solid #370863;
    }

    #enrollModal .btn-primary {
        background-color: rgba(76, 52, 142, 1);
    }

    #enrollModal .btn-primary:hover {
        background-color: rgba(76, 52, 142, 1);
    }

    #enrollModal .btn-default {
        color: #333;
        background-color: #fff;
        border: 1px solid #370863;
    }

    #enrollModal .btn-default:hover {
        background-color: #e0e0e0;
    }
    
    /* Modal background overlay */
    .modal-backdrop {
        background-color: rgba(0, 0, 0, 0.6);
    }

    /* Modal box styling */
    #registerModal .modal-content {
        /*background: rgba(76, 52, 142, 1);*/
        border-radius: 10px;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25); /* 3D-style shadow */
        border: none;
        overflow: hidden;
    }

    #registerModal .modal-header {
        background-color: rgba(76, 52, 142, 1);
        color: #fff;
        padding: 15px;
    }

    #registerModal .modal-title {
        font-weight: 600;
        font-size: 20px;
        text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    }
    
     #registerModal .close{
        font-weight: 1000;
        color: rgba(56, 178, 172, 1.0);
    }

    #registerModal .modal-body {
        padding: 25px;
        font-size: 15px;
        color: #6a468c;
    }

    #registerModal .form-group label {
        font-weight: 500;
        color: #6a468c;
    }

    #registerModal .form-control {
        border-radius: 6px;
        border: 1px solid #370863;
        box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
        transition: border 0.3s, box-shadow 0.3s;
    }

    #registerModal .form-control:focus {
        border-color: #1e88e5;
        box-shadow: 0 0 6px rgba(30, 136, 229, 0.3);
    }

    #registerModal .input-group-addon {
        background-color: #f0f0f0;
        border: 1px solid #370863;
        border-radius: 4px 0 0 4px;
        padding: 6px 10px;
        color: #6a468c;
        font-weight: bold;
    }

    #registerModal .modal-footer {
        /*background: #f7f7f7;*/
        padding: 15px;
        border-top: 1px solid #370863;
    }

    #registerModal .btn-primary {
        background-color: rgba(76, 52, 142, 1);
    }

    #registerModal .btn-primary:hover {
        background-color: rgba(76, 52, 142, 1);
    }

    #registerModal .btn-default {
        color: #333;
        background-color: #fff;
        border: 1px solid #370863;
    }

    #registerModal .btn-default:hover {
        background-color: #e0e0e0;
    }


@media (max-width: 480px) {
    
    .navbar .navbar-brand img{
        width:45%;
        height:auto;
    }
    
    .the-schoolofexellence-main .card-container .card{
        max-width:70vw;
    }
    
    .navbar-nav .nav-item {
        margin: 5px 0;
    }

    .nav-header-trial-btn {
        padding: 4px 8px;
        font-size: 12px;
    }
  
    .navbar-nav .nav-link{
        padding:10px;
    }
    
    
    .typewriter-animation {
        font-size:16px;
    }
    
    .navbar-light .navbar-toggler-icon{
        display:none !important;
    }
    
    .navbar {
        padding: 5px;
    }
    
    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 3;
        background: none;
        border: none;
        font-size: 28px;
    }
    
    .navbar-toggler.open::before {
        content: "×";
        font-size: 32px;
        color: #4b1d9b;
    }
    
    .navbar-toggler::before {
        content: "\2630"; /* hamburger icon */
        font-size: 28px;
        color: #4b1d9b;
    }
    
    .navbar-brand {
        padding-left: 15px;
        padding-top: 10px;
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        width: 80%;
        max-width: 300px;
        background-color: #fff;
        z-index: 2;
        padding-top: 20px;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        overflow-y: auto;
    }
    
    .navbar-collapse.show {
        transform: translateX(0);
    }

    .navbar-nav {
        display: block;
        width: 100%;
    }

    .nav-item {
        width: 100%;
    }

    .dropdown-menu {
        position: static !important;
        display: none;
        background-color: #f4ecff;
        padding-left: 15px;
        border: none;
        box-shadow: none;
    }

    .dropdown-menu.show {
        display: block !important;
    }

    .dropdown-toggle::after {
        float: right;
        margin-top: 6px;
    }

    .schoolofexcellence-main-header {
        height: auto;
        padding: 60px 20px;
        margin-top: 65px;
        background-position: center top;
    }

    .schoolofexcellence-main-header .row {
        flex-direction: column;
    }

    .schoolofexcellence-main-header-left,
    .schoolofexcellence-main-header-right {
        width: 100% !important;
        text-align: center;
        margin-bottom: 40px;
    }

    .schoolofexcellence-main-header h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    .schoolofexcellence-main-header p {
        font-size: 18px;
        line-height: 1.5;
    }

    .schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img {
        position: relative;
        width: 80%;
    }

    .schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img img {
        width: 90%;
        margin: 0 auto;
    }

    .schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img svg {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60%;
    }
    
    .the-schoolofexellence-main .welcome-to-schoolofexcellence{
        margin:auto;
        width:85%;
    }
    
    /* Stack columns vertically */
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px 0 0 0;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-left-content,
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-right-content {
        width: 100%;
        padding: 20px 15px 0 15px;
        text-align: center;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img {
        padding: 20px 0 0 0;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-right-content {
        width: 100%;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-title h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-text p {
        font-size: 14px;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    .schoolofexcellence-traditional-container {
        flex-direction: column;
        padding: 30px 15px;
        height: auto;
        text-align: center;
    }

    .schoolofexcellence-traditional-container p {
        font-size: 16px;
        line-height: 1.8rem;
        margin-bottom: 20px;
    }

    .schoolofexcellence-traditional-container .schoolofexcellence-traditional-button a {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .schoolofexcellence-know-container .row {
        flex-direction: column;
    }

    .schoolofexcellence-know-container .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-know-container .schoolofexcellence-know-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-know-container .schoolofexcellence-know-image img {
        width: 95%;
        border-radius: 20px 40px;
    }

    .schoolofexcellence-know-container h2 {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container h6 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container li span {
        font-size: 12px;
    }
    
    .schoolofexcellence-parents-love .row {
        flex-direction: column-reverse; /* Reverses order: image comes first */
    }

    .schoolofexcellence-parents-love .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-content {
        font-size: 16px;
        padding: 0 15px;
        margin: auto;
        width: 90%;
        margin-top: 20px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-img {
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-img img {
        width: 90%;
    }

    .schoolofexcellence-parents-love-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-parents-love-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-parents-love ul {
        padding-left: 18px;
    }

    .schoolofexcellence-parents-love h6 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .schoolofexcellence-power-balance .row {
        display: flex;
        flex-direction: column;
    }

    .schoolofexcellence-power-balance .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-img img {
        width: 90%;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-content {
        font-size: 16px;
        padding: 0 15px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-power-balance ul {
        padding-left: 20px;
    }
    
    .schoolofexcellence-best-child .row {
        display: flex;
        flex-direction: column;
    }

    .schoolofexcellence-best-child .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-img {
        order: -1; /* Move image on top */
        margin-bottom: 20px;
        justify-content:center;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-img img {
        width: 90%;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-text {
        font-size: 16px;
        padding: 0 15px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-best-child ul {
        padding-left: 20px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content {
        justify-content: center;
    }
    
    .schoolofexcellence-last-div .container {
        background-size: cover !important;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content div {
        width: 100%;
        padding: 0 15px;
        text-align: center;
        color:#fff;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content h4 {
        font-size: 16px;
        line-height: 1.8em;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content .schoolofexcellence-last-div-button {
        justify-content: center;
        margin-top: 20px;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content a {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .register-today-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        padding: 15px 10px;
    }

    .register-today-content .register-today-text {
        margin-bottom: 10px;
    }

    .register-today-content .register-today-text h4 {
        font-size: 16px;
        line-height: 1.4em;
    }

    .register-today-content .register-today-btn a {
        padding: 10px 30px;
        font-size: 15px;
        width: auto;
    }
    
    .the-school-main-header {
        height: auto;
        padding: 40px 20px;
        margin-top: 85px;
        text-align: center;
    }
    
    .the-school-main-header-left,
    .the-school-main-header-right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .the-school-main-header h2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .the-school-main-header-button a {
        font-size: 16px;
        padding: 10px 20px;
        display: inline-block;
        margin-top: 10px;
    }
    
    .the-school-main-header-right-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .the-school-main-header-left-content {
        padding: 0 10px;
    }
      
    .the-school-education-today-main-header {
        padding: 80px 15px !important;
        text-align: center;
    }
    
    .the-school-education-today-main-header-content {
        flex-direction: column;
    }
    
    .the-school-education-today-img,
    .the-school-education-today-content {
        padding: 20px 0px !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .the-school-education-today-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .the-school-education-today-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-education-today-header h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .the-school-education-today-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .the-school-education-today-text ul {
        padding-left: 20px;
        text-align: left;
    }
    
    .the-school-education-today-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
      
    .the-school-ancient-time{
          padding:20px;
    }
      
    .the-school-education-excellence {
        padding: 30px 15px;
        text-align: center;
    }
    
    .the-school-education-excellence-img,
    .the-school-education-excellence-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-education-excellence-img {
        justify-content: center;
    }
    
    .the-school-education-excellence-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-education-excellence-content {
        justify-content: center;
        text-align: left;
    }
    
    .the-school-education-excellence-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-education-excellence-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align:center;
    }
    
    .the-school-education-excellence-header p,
    .the-school-education-excellence-sub-header p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .the-school-education-excellence-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .the-school-education-excellence-sub-header ul {
        padding-left: 20px;
    }
    
    .the-school-education-excellence-sub-header ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
      
    .the-school-main .the-school-education-excellence-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        
    .the-school-child-deserve {
        padding: 30px 15px;
        text-align: center;
    }
      
    .the-school-child-deserve .row{
          flex-direction: column-reverse
    }
    
    .the-school-child-deserve-img,
    .the-school-child-deserve-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-child-deserve-img {
        justify-content: center;
    }
    
    .the-school-child-deserve-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-child-deserve-content {
        text-align: left;
        justify-content: center;
    }
    
    .the-school-child-deserve-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-child-deserve-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align:center;
    }
    
    .the-school-child-deserve-header p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .the-school-child-deserve-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #370863;
    }
    
    .the-school-child-deserve-text ul {
        padding-left: 20px;
    }
    
    .the-school-child-deserve-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
        
    .the-school-why-join {
        padding: 30px 15px;
    }
    
    .the-school-why-join-img,
    .the-school-why-join-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-why-join-img {
        text-align: center;
    }
    
    .the-school-why-join-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-why-join-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #370863;
        text-align: center;
    }
    
    .the-school-why-join-sub-header ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    
    .the-school-why-join-sub-header ul li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    
    .the-school-why-join-sub-header p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.6;
        text-align: left;
    }
    
    .the-school-why-join-content {
        text-align: left;
    }
        
        
    .the-school-last-div .container {
        background-image: url("../img/help-for-1.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        padding: 40px 20px;
        justify-content: center;
        align-items: center;
    }
    
    .the-school-last-div .the-school-last-div-content {
        margin-left: 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .the-school-last-div .the-school-last-div-content div {
        width: 100%;
        color: #fff;
    }
    
    .the-school-last-div .the-school-last-div-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .the-school-last-div .the-school-last-div-content h4 {
        line-height: 1.8em;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .the-school-last-div .the-school-last-div-button {
        margin-top: 20px;
        justify-content: center;
    }
    
    .the-school-last-div .the-school-last-div-content a {
        font-size: 16px;
        padding: 10px 25px;
        border-radius: 25px;
        background-color: #ffffff;
        color: #000000;
        display: inline-block;
    }
    
    .the-school-last-div .the-school-last-div-content a:hover {
        text-decoration: none;
        color: #000000;
    }
      
    .parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
        display:block;
    }
    
    .parent_guide_inner_containers .parent_guide_boxes_column{
        width: 100%;
        height: 105px;
        margin-top: 10px;
    }
    
    .the-schoolofexellence-main .design_the_future_header .subheadline {
        display:block;
        font-size: 1.5rem;
        font-weight: 100;
        text-align: center;
    }
    
    .school-footer img{
        width:120px;
    }
    
    .school-footer a{
        font-size:10px;
    }
    
    .school-footer .footer-content-title h4{
        font-size:12px;
    }
    
    .parent_guide_main_container{
        margin:4.5rem 0rem 0rem 0rem;
    }
  
}


@media (min-width: 480px) and (max-width: 600px) {
    .navbar .navbar-brand img {
        width: 140px;
        height: auto;
    }
    
    .schoolofexcellence-main-header{
        margin-top:65px;
    }
    
    .schoolofexcellence-main-header {
        height: 900px;
        padding: 60px 20px;
        margin-top: 65px;
        background-position: center top;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header{
        margin-top:-190px;
    }
    
    .schoolofexcellence-main-header .row {
        flex-direction: column;
    }
    
    .schoolofexcellence-main-header h2{
        font-size:42px;
    }
    
    .schoolofexcellence-main-header-left, .schoolofexcellence-main-header-right {
        width: 100% !important;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img svg{
        display:none;
    }
    
    .schoolofexcellence-main-header .schoolofexcellence-main-header-right .schoolofexcellence-main-header-right-img .line{
        display:none;
    }
    
    .the-schoolofexellence-main .welcome-to-schoolofexcellence{
        margin:auto;
        width:85%;
    }
    
    /* Stack columns vertically */
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content {
        flex-direction: column;
        border-radius: 20px;
        padding: 20px 0 0 0;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-left-content,
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-right-content {
        width: 100%;
        padding: 20px 15px 0 15px;
        text-align: center;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img {
        padding: 20px 0 0 0;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-img img {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-right-content {
        width: 100%;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-title h2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-text p {
        font-size: 14px;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a {
        font-size: 14px;
        padding: 8px 20px;
    }
    
    .schoolofexcellence-traditional-container {
        flex-direction: column;
        padding: 30px 15px;
        height: auto;
        text-align: center;
    }

    .schoolofexcellence-traditional-container p {
        font-size: 16px;
        line-height: 1.8rem;
        margin-bottom: 20px;
    }

    .schoolofexcellence-traditional-container .schoolofexcellence-traditional-button a {
        font-size: 14px;
        padding: 10px 20px;
    }
    
    .schoolofexcellence-know-container .row {
        flex-direction: column;
    }

    .schoolofexcellence-know-container .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-know-container .schoolofexcellence-know-image {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-know-container .schoolofexcellence-know-image img {
        width: 95%;
        border-radius: 20px 40px;
    }

    .schoolofexcellence-know-container h2 {
        font-size: 20px;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container h6 {
        font-size: 16px;
        text-align: center;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container li {
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 10px;
    }

    .schoolofexcellence-know-container li span {
        font-size: 12px;
    }
    
    .schoolofexcellence-parents-love .row {
        flex-direction: column-reverse; /* Reverses order: image comes first */
    }

    .schoolofexcellence-parents-love .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-content {
        font-size: 16px;
        padding: 0 15px;
        margin: auto;
        width: 90%;
        margin-top: 20px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-img {
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-img img {
        width: 90%;
    }

    .schoolofexcellence-parents-love-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-parents-love-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-parents-love ul {
        padding-left: 18px;
    }

    .schoolofexcellence-parents-love h6 {
        font-size: 16px;
        margin-top: 20px;
    }
    
    .schoolofexcellence-power-balance .row {
        display: flex;
        flex-direction: column;
    }

    .schoolofexcellence-power-balance .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-img {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-img img {
        width: 90%;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-content {
        font-size: 16px;
        padding: 0 15px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-power-balance .schoolofexcellence-power-balance-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-power-balance ul {
        padding-left: 20px;
    }
    
    .schoolofexcellence-best-child .row {
        display: flex;
        flex-direction: column;
    }

    .schoolofexcellence-best-child .col-md-6 {
        width: 100%;
        max-width: 100%;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-img {
        order: -1; /* Move image on top */
        margin-bottom: 20px;
        justify-content:center;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-img img {
        width: 90%;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2 {
        font-size: 26px;
        text-align: center;
        margin-bottom: 20px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-text {
        font-size: 16px;
        padding: 0 15px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-button {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .schoolofexcellence-best-child .schoolofexcellence-best-child-button a {
        font-size: 15px;
        padding: 10px 20px;
        text-align: center;
    }

    .schoolofexcellence-best-child ul {
        padding-left: 20px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content {
        justify-content: center;
    }
    
    .schoolofexcellence-last-div .container {
        background-size: cover !important;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content div {
        width: 100%;
        padding: 0 15px;
        text-align: center;
        color:#fff;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content h4 {
        font-size: 16px;
        line-height: 1.8em;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content .schoolofexcellence-last-div-button {
        justify-content: center;
        margin-top: 20px;
    }

    .schoolofexcellence-last-div .schoolofexcellence-last-div-content a {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .register-today-content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: auto;
        padding: 15px 10px;
    }

    .register-today-content .register-today-text {
        margin-bottom: 10px;
    }

    .register-today-content .register-today-text h4 {
        font-size: 16px;
        line-height: 1.4em;
    }

    .register-today-content .register-today-btn a {
        padding: 10px 30px;
        font-size: 15px;
        width: auto;
    }
    
    .the-school-main-header {
        height: auto;
        padding: 40px 20px;
        margin-top: 85px;
        text-align: center;
    }
    
    .the-school-main-header-left,
    .the-school-main-header-right {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    
    .the-school-main-header h2 {
        font-size: 28px;
        line-height: 1.4;
        margin-bottom: 20px;
    }
    
    .the-school-main-header-button a {
        font-size: 16px;
        padding: 10px 20px;
        display: inline-block;
        margin-top: 10px;
    }
    
    .the-school-main-header-right-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .the-school-main-header-left-content {
        padding: 0 10px;
    }
      
    .the-school-education-today-main-header {
        padding: 80px 15px !important;
        text-align: center;
    }
    
    .the-school-education-today-main-header-content {
        flex-direction: column;
    }
    
    .the-school-education-today-img,
    .the-school-education-today-content {
        padding: 20px 0px !important;
        max-width: 100%;
        flex: 0 0 100%;
    }
    
    .the-school-education-today-img img {
        width: 100%;
        height: auto;
        border-radius: 8px;
    }
    
    .the-school-education-today-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-education-today-header h2 {
        font-size: 26px;
        line-height: 1.3;
        margin-bottom: 15px;
    }
    
    .the-school-education-today-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .the-school-education-today-text ul {
        padding-left: 20px;
        text-align: left;
    }
    
    .the-school-education-today-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
      
    .the-school-ancient-time{
          padding:20px;
    }
      
    .the-school-education-excellence {
        padding: 30px 15px;
        text-align: center;
    }
    
    .the-school-education-excellence-img,
    .the-school-education-excellence-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-education-excellence-img {
        justify-content: center;
    }
    
    .the-school-education-excellence-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-education-excellence-content {
        justify-content: center;
        text-align: left;
    }
    
    .the-school-education-excellence-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-education-excellence-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align:center;
    }
    
    .the-school-education-excellence-header p,
    .the-school-education-excellence-sub-header p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 15px;
    }
    
    .the-school-education-excellence-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .the-school-education-excellence-sub-header ul {
        padding-left: 20px;
    }
    
    .the-school-education-excellence-sub-header ul li {
        font-size: 14px;
        margin-bottom: 10px;
    }
      
    .the-school-main .the-school-education-excellence-img {
        display: flex;
        justify-content: center;
        align-items: center;
    }
        
    .the-school-child-deserve {
        padding: 30px 15px;
        text-align: center;
    }
      
    .the-school-child-deserve .row{
          flex-direction: column-reverse
    }
    
    .the-school-child-deserve-img,
    .the-school-child-deserve-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-child-deserve-img {
        justify-content: center;
    }
    
    .the-school-child-deserve-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-child-deserve-content {
        text-align: left;
        justify-content: center;
    }
    
    .the-school-child-deserve-text {
        width: 100%;
        padding: 0 10px;
    }
    
    .the-school-child-deserve-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 15px;
        text-align:center;
    }
    
    .the-school-child-deserve-header p {
        font-size: 15px;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .the-school-child-deserve-sub-header h4 {
        font-size: 18px;
        margin-bottom: 10px;
        color: #370863;
    }
    
    .the-school-child-deserve-text ul {
        padding-left: 20px;
    }
    
    .the-school-child-deserve-text ul li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
        
    .the-school-why-join {
        padding: 30px 15px;
    }
    
    .the-school-why-join-img,
    .the-school-why-join-content {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 15px 0;
    }
    
    .the-school-why-join-img {
        text-align: center;
    }
    
    .the-school-why-join-img img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }
    
    .the-school-why-join-header h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 20px;
        color: #370863;
        text-align: center;
    }
    
    .the-school-why-join-sub-header ul {
        padding-left: 20px;
        margin-bottom: 20px;
    }
    
    .the-school-why-join-sub-header ul li {
        font-size: 14px;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    
    .the-school-why-join-sub-header p {
        font-size: 15px;
        margin-bottom: 20px;
        line-height: 1.6;
        text-align: left;
    }
    
    .the-school-why-join-content {
        text-align: left;
    }
        
        
    .the-school-last-div .container {
        background-image: url("../img/help-for-1.webp");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: auto;
        padding: 40px 20px;
        justify-content: center;
        align-items: center;
    }
    
    .the-school-last-div .the-school-last-div-content {
        margin-left: 0;
        display: flex;
        justify-content: center;
        text-align: center;
    }
    
    .the-school-last-div .the-school-last-div-content div {
        width: 100%;
        color: #fff;
    }
    
    .the-school-last-div .the-school-last-div-content h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .the-school-last-div .the-school-last-div-content h4 {
        line-height: 1.8em;
        font-size: 16px;
        margin-bottom: 15px;
    }
    
    .the-school-last-div .the-school-last-div-button {
        margin-top: 20px;
        justify-content: center;
    }
    
    .the-school-last-div .the-school-last-div-content a {
        font-size: 16px;
        padding: 10px 25px;
        border-radius: 25px;
        background-color: #ffffff;
        color: #000000;
        display: inline-block;
    }
    
    .the-school-last-div .the-school-last-div-content a:hover {
        text-decoration: none;
        color: #000000;
    }
      
    .parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
        display:block;
    }
    
    .parent_guide_inner_containers .parent_guide_boxes_column{
        width: 100%;
        height: 105px;
        margin-top: 10px;
    }
    
    .the-schoolofexellence-main .design_the_future_header .subheadline {
        display:block;
        font-size: 1.0rem;
        font-weight: 100;
        text-align: center;
    }
    
    .school-footer img{
        width:120px;
    }
    
    .school-footer a{
        font-size:10px;
    }
    
    .school-footer .footer-content-title h4{
        font-size:12px;
    }
    
    .parent_guide_main_container{
        margin:4.5rem 0rem 0rem 0rem;
    }
}


@media (min-width: 601px) and (max-width: 768px) {
    .navbar .navbar-brand img {
        width: 180px;
        height:auto;
    }
    
    .schoolofexcellence-main-header h2 {
        font-size:24px;
    }
    
    .schoolofexcellence-main-header p{
        font-size:16px;
    }
    
    .schoolofexcellence-main-header {
        height: 330px;
        padding: 30px 0px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header{
        margin-top:-100px;
        padding-bottom:30px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content{
        padding:10px 0px 0px 0px;
        /*flex-direction:column;*/
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-title h2 {
        font-size: 22px;
        text-align:center;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-text p{
        text-align:justify;
    }
    
    .the-schoolofexellence-main .design_the_future_header .subheadline{
        font-size:1.2rem;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-container{
        margin-top:25px;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-btn{
        font-size:0.8rem;
        padding:10px 30px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-right-content{
        padding:30px 0px 0px 0px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a{
        align-items: center;
        background-color: #fff;
        border:2px solid #370863;
        border-radius: 100px;
        color:#6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a:hover{
        text-decoration:none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-parents-love-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }
    
    .schoolofexcellence-parents-love-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-best-child-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .schoolofexcellence-best-child-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .the-schoolofexellence-main .card-container .card{
        width:250px;
    }
    
    .the-schoolofexellence-main .card-container .label {
        font-size: 0.5rem;
        padding:12px;
    }
    
    .schoolofexcellence-traditional-container p{
        font-size:16px;
        line-height:2.0rem;
    }
    
    .schoolofexcellence-uniqe-header h2{
        font-size:24px;
    }
    
    .schoolofexcellence-uniqe-header h5{
        width:100%;
    }
    
    .schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-header h2{
        font-size:24px;
    }
    
    /*.schoolofexcellence-know-container .container .row{*/
    /*    flex-direction:column;*/
    /*}*/
    
    .schoolofexcellence-know-container .schoolofexcellence-kids-header h2{
        font-size:24px;
    }
    
    .schoolofexcellence-know-container .schoolofexcellence-know-image{
        margin-bottom:20px;
        display: flex;
        justify-content: center;
    }
    
    /*.schoolofexcellence-parents-love .container .row{*/
    /*    flex-direction:column-reverse;*/
    /*}*/
    
    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-img{
        margin:0px 0px 20px 0px;
    }
    
    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2{
        text-align:center;
        font-size:24px;
    }
    
    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-content .schoolofexcellence-parents-love-button{
        margin:30px 0px 0px 0px !important;
    }
    
    /*.schoolofexcellence-best-child .container .row{*/
    /*    flex-direction:column;*/
    /*}*/
    
    .schoolofexcellence-best-child .schoolofexcellence-best-child-img{
        justify-content:center;
        margin:0px 0px 20px 0px;
    }
    
    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2{
        font-size:24px;
        text-align:center;
    }
    
    .schoolofexcellence-best-child .schoolofexcellence-best-child-content .schoolofexcellence-best-child-button{
        margin:30px 0px 0px 0px !important;
    }
    
    .typewriter-animation {
        font-size:16px;
    }
    
    .schoolofexcellence-last-div .container {
        background-size: cover !important;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content h4 {
        font-size: 16px;
        line-height: 1.8em;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content .schoolofexcellence-last-div-button {
        justify-content: center;
        margin-top: 20px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content a {
        padding: 10px 20px;
        font-size: 15px;
    }
    
    .school-footer img{
        width:120px;
    }
    
    .school-footer .footer-content-title h4{
        font-size:14px;
    }
    
    .school-footer a{
        font-size:12px;
    }
    
    .register-today-content .register-today-text h4{
        font-size:10px;
    }
    
    .register-today-content .register-today-btn a{
        font-size:10px;
        padding:10px 15px;
    }
    
    .parent_guide_main_container{
        margin:4.5rem 0rem 0rem 0rem;
    }
    
    .parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
        flex-direction:column;
        gap:1rem;
    }
    
    .parent_guide_inner_containers .parent_guide_boxes_column{
        width:100%;
    }
    
    .schoolofexcellence-parents-love .row{
        flex-direction:column-reverse;
    }
}


@media (min-width: 769px) and (max-width: 1024px) {
    .custom-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .navbar .navbar-brand img {
        width: 85px;
        height:auto;
    }
  
    .navbar-nav .nav-item{
        font-size:0.9rem;
    }
  
    .schoolofexcellence-main-header{
        margin-top:55px;
    }
    
    .schoolofexcellence-main-header h2{
        font-size:30px;
    }
    
    .schoolofexcellence-main-header p{
        font-size:18px;
    }
    
    .schoolofexcellence-main-header {
        height:400px;
        padding:45px 0px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-title h2 {
        font-size: 20px;
        margin: 0px 0px 10px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a{
        align-items: center;
        background-color: #fff;
        border:2px solid #370863;
        border-radius: 100px;
        color:#6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a:hover{
        text-decoration:none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-parents-love-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }
    
    .schoolofexcellence-parents-love-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-best-child-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .schoolofexcellence-best-child-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .the-schoolofexellence-main .design_the_future_header .subheadline{
        font-size:1.3rem;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-container {
        margin-top: 25px;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-btn {
        padding: 10px 30px;
        font-size: 1.0rem
    }
    
    .the-schoolofexellence-main .card-container .label {
        font-size: 0.7rem;
    }
    
    .the-schoolofexellence-main .card-container .label {
        padding:14px;
    }
    
    .schoolofexcellence-traditional-container p{
        font-size:18px;
    }
    
    .schoolofexcellence-uniqe-header h2{
        font-size:28px;
    }
    
    .schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-header h2{
        font-size:26px;
    }
    
    .schoolofexcellence-kids-header h2{
        font-size:24px;
    }
    
    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2{
        font-size:24px;
    }
    
    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2{
        font-size:24px;
    }
    
    .schoolofexcellence-last-div .container{
        height:185px;
        width:fit-content;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content{
        justify-content:end;
    }
    
    .typewriter-animation{
        font-size:18px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content h4{
        font-size:14px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content a {
        padding: 5px 20px;
        border-radius: 20px;
    }
    
    .register-today-content .register-today-text h4{
        font-size:10px;
    }
    
    .register-today-content .register-today-btn a{
        font-size:10px;
    }
    
    .school-footer .footer-content-title h4{
        font-size:14px;
    }
    
    .school-footer a{
        font-size:10px;
    }
    
    .school-footer i{
        font-size:12px;
    }
    
    .school-footer img {
        width: 150px;
    }
    
    .school-footer .footer-content-links p{
        margin-bottom:0px;
    }
    
    .parent_guide_main_container{
        margin:4.5rem 0rem 0rem 0rem;
    }
    
    .parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
        gap:1rem;
    }
    
    .parent_guide_inner_containers .parent_guide_boxes_column{
        width:15rem;
    }
    
    .parent_guide_inner_containers .parent_guide_boxes_column h4{
        font-size:1rem;
    }
    
    .parent_guide_raising_children .raising_children_grid{
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 10px;
    }
    
    .parent_guide_discipline .discipline_grid{
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 10px;
    }
    
    .parent_guide_milestones .milestones_grid{
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 10px;
    }
    
    .parent_guide_safety .safety_grid{
        grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
        gap: 10px;
    }
}


@media (min-width: 1025px) and (max-width: 1200px) {
    .navbar .navbar-brand img {
        width: 150px;
        height:auto;
    }
  
    .navbar-nav .nav-item{
        font-size:0.9rem;
    }
    
    .schoolofexcellence-main-header {
        height: 650px;
        padding: 70px 0px;
        margin-top:65px;
    }
    
    .schoolofexcellence-main-header {
        height: 500px;
        padding: 60px 0px;
        margin-top: 65px;
    }
    
    .schoolofexcellence-main-header h2{
        font-size:38px;
    }
    
    .schoolofexcellence-main-header p{
        font-size:20px;
    }
    
    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a{
        align-items: center;
        background-color: #fff;
        border:2px solid #370863;
        border-radius: 100px;
        color:#6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a:hover{
        text-decoration:none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-parents-love-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }
    
    .schoolofexcellence-parents-love-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .schoolofexcellence-best-child-button a {
        align-items: center;
        background-color: #fff;
        border: 2px solid #370863;
        border-radius: 100px;
        color: #6a468c;
        column-gap: 10px;
        display: inline-flex;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.1875;
        padding: 8px 24px;
        position: relative;
        transition: all .5s ease;
        z-index: 1;
    }

    .schoolofexcellence-best-child-button a:hover{
        text-decoration: none;
        background-color: transparent;
        border: 2px solid #370863;
        box-shadow: inset 0 0 0 2em #370863;
        color: #fff;
    }
    
    .the-schoolofexellence-main .design_the_future_header .subheadline{
        font-size:1.8rem;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-container {
        margin-top: 25px;
    }
    
    .the-schoolofexellence-main .design_the_future_header .shine-btn {
        padding: 10px 30px;
        font-size: 1.0rem
    }
    
    .the-schoolofexellence-main .card-container .card {
        max-width: 200px;
    }
    
    .the-schoolofexellence-main .card-container .label {
        font-size: 0.6rem;
    }
    
    .schoolofexcellence-traditional-container {
        padding: 40px 0px;
        height: 260px;
    }
    
    .schoolofexcellence-traditional-container p {
        font-size: 18px;
    }
    
    .schoolofexcellence-uniqe-header h2{
        font-size:32px;
    }
    
    .schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-header h2{
        font-size:28px;
    }
    
    .schoolofexcellence-kids-header h2{
        font-size:30px;
    }
    
    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2{
        font-size:30px;
    }
    
    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2{
        font-size:30px;
    }
    
    .schoolofexcellence-last-div .schoolofexcellence-last-div-content{
        justify-content:end;
    }
    
    .register-today-content .register-today-text h4{
        font-size:14px;
    }
    
    .school-footer a{
        font-size:14px;
    }
    
    .school-footer img {
        width: 180px;
    }
    
    .parent_guide_main_container{
        margin:4.5rem 0rem 0rem 0rem;
    }
    
    .parent_guide_inner_containers .parent_guide_inner_boxes .parent_guide_boxes_row{
        gap:1rem;
    }
    
    .parent_guide_raising_children .raising_children_grid{
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }
    
    .parent_guide_discipline .discipline_grid{
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }
    
    .parent_guide_milestones .milestones_grid{
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }
    
    .parent_guide_safety .safety_grid{
        grid-template-columns: repeat(auto-fit, minmax(16rem, 1fr));
    }
}


/*@media (min-width: 1201px) {*/
/*    .navbar .navbar-brand img {*/
/*        width: 180px;*/
/*        height: 50px;*/
/*    }*/
    
/*    .navbar-nav .nav-link{*/
/*        font-size:16px;*/
/*    }*/
    
/*    .schoolofexcellence-main-header {*/
/*        height: 650px;*/
/*        padding: 70px 0px;*/
/*        margin-top:75px;*/
/*    }*/
    
/*    .schoolofexcellence-main-header h2{*/
/*        font-size: 52px;*/
/*    }*/
    
/*    .schoolofexcellence-main-header p{*/
/*        font-size:24px;*/
/*    }*/
    
/*    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a{*/
/*        align-items: center;*/
/*        background-color: #fff;*/
/*        border:2px solid #370863;*/
/*        border-radius: 100px;*/
/*        color:#6a468c;*/
/*        column-gap: 10px;*/
/*        display: inline-flex;*/
/*        font-size: 16px;*/
/*        font-weight: 500;*/
/*        line-height: 1.1875;*/
/*        padding: 8px 24px;*/
/*        position: relative;*/
/*        transition: all .5s ease;*/
/*        z-index: 1;*/
/*    }*/

/*    .welcome-to-schoolofexcellence .welcome-to-schoolofexcellence-header-content-btn a:hover{*/
/*        text-decoration:none;*/
/*        background-color: transparent;*/
/*        border: 2px solid #370863;*/
/*        box-shadow: inset 0 0 0 2em #370863;*/
/*        color: #fff;*/
/*    }*/
    
/*    .the-schoolofexellence-main .design_the_future_header .subheadline {*/
/*        font-size: 2.2rem;*/
/*    }*/
    
/*    .the-schoolofexellence-main .design_the_future_header .shine-container {*/
/*        margin-top: 25px;*/
/*    }*/
    
/*    .the-schoolofexellence-main .design_the_future_header .shine-btn {*/
/*        padding: 10px 30px;*/
/*        font-size: 1.1rem*/
/*    }*/
    
/*    .the-schoolofexellence-main .card-container .card{*/
/*        max-width:230px;*/
/*    }*/
    
/*    .the-schoolofexellence-main .card-container .label{*/
/*        padding:12px;*/
/*        font-size:0.8rem;*/
/*    }*/
    
/*    .schoolofexcellence-traditional-container {*/
/*        padding: 30px 0px;*/
/*        height: 250px;*/
/*    }*/
    
/*    .schoolofexcellence-uniqe-header h2{*/
/*        font-size:32px;*/
/*    }*/
    
/*    .schoolofexcellence-uniqe-progrem .schoolofexcellence-uniqe-program-header h2{*/
/*        font-size:28px;*/
/*    }*/
    
/*    .schoolofexcellence-kids-header h2{*/
/*        font-size:36px;*/
/*    }*/
    
/*    .schoolofexcellence-parents-love-button a {*/
/*        align-items: center;*/
/*        background-color: #fff;*/
/*        border: 2px solid #370863;*/
/*        border-radius: 100px;*/
/*        color: #6a468c;*/
/*        column-gap: 10px;*/
/*        display: inline-flex;*/
/*        font-size: 16px;*/
/*        font-weight: 500;*/
/*        line-height: 1.1875;*/
/*        padding: 8px 24px;*/
/*        position: relative;*/
/*        transition: all .5s ease;*/
/*        z-index: 1;*/
/*    }*/
    
/*    .schoolofexcellence-parents-love-button a:hover{*/
/*        text-decoration: none;*/
/*        background-color: transparent;*/
/*        border: 2px solid #370863;*/
/*        box-shadow: inset 0 0 0 2em #370863;*/
/*        color: #fff;*/
/*    }*/
    
/*    .schoolofexcellence-parents-love .schoolofexcellence-parents-love-header h2{*/
/*        font-size:36px;*/
/*    }*/
    
/*    .schoolofexcellence-best-child-button a {*/
/*        align-items: center;*/
/*        background-color: #fff;*/
/*        border: 2px solid #370863;*/
/*        border-radius: 100px;*/
/*        color: #6a468c;*/
/*        column-gap: 10px;*/
/*        display: inline-flex;*/
/*        font-size: 16px;*/
/*        font-weight: 500;*/
/*        line-height: 1.1875;*/
/*        padding: 8px 24px;*/
/*        position: relative;*/
/*        transition: all .5s ease;*/
/*        z-index: 1;*/
/*    }*/

/*    .schoolofexcellence-best-child-button a:hover{*/
/*        text-decoration: none;*/
/*        background-color: transparent;*/
/*        border: 2px solid #370863;*/
/*        box-shadow: inset 0 0 0 2em #370863;*/
/*        color: #fff;*/
/*    }*/
    
/*    .schoolofexcellence-best-child .schoolofexcellence-best-child-header h2{*/
/*        font-size:36px;*/
/*    }*/
  
/*}*/


/* MOBILE STYLES */
/*@media (max-width: 991.98px) {*/
    
    
    
/*}*/
