html {
    scroll-behavior: smooth;
}

:root {
    --brilliant-blue: #3DA8FF;
    --white: #FFFFFF;
    --yellow: #FFC20F;
    --black: #000000;
    --grey: #6E6E6E;
    --light-brilliant-blue: #2D9FFC;
    --green: #13C139;
    --seagreen: #34b7a7;
    --orange: #FF820F;
    --red: #FF3636;
    --aqua-blue: #67C9CA;
    --sky-blue: #F3FAFF;
    --fadedyellow: #fdf7e3;
    --darkblue: #095A9D;
    --sky: #F3FAFF;
    --purple: #9D3699;
    --light-purple: #7581F0;
    --pink: #FF55BB;
    --darkorange: #FA6910;
    --brown: #CB4B4B;
    --mud-color: #D2BF85;
    --darkpurple: #A0059A;
    --light-pink: #fff0e8;
    --light-grey: rgba(0, 0, 0, 0.09);
    --mud-grey: #B3B3B3;
    --lavender: #B95DD7;
    --dark-lavender: #A15A85;
    --light-seagreen:#67C9CA;
}

* {
    box-sizing: border-box;

}

body {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Fredoka', sans-serif;
}

body.overflow {
    overflow-y: hidden;
}

body.overflow:after {
    content: "";
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    inset: 0;
    transition: all linear 0.5s;
}

ul {
    padding: 0;
}

ol {
    padding: 0;
}

li {
    list-style: none;
}

#more {display: none;}

.wrapper {
    /* padding-top: 63px; */
    padding-top: 135px;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}


.textCont p, .textCont ul li{

    text-align: justify;
}

.programBoxText p,.programBoxText ul li{
       text-align: justify;
}

.ksHeading{
    display: none !important;
}

.admissionSheduleBoxes p{
    text-align: unset !important;
}

/* p {
    margin: 0;
    padding: 0;
} */


.logos {
    padding: 50px 0px;
}


.logos .slick-slide {
    margin-bottom: 20px;
}

.exploreMore {
  position: relative;
  display: inline-block;
  cursor: pointer;
   font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1.6px;
      margin-top: 20px;
}

.exploreMore.exploreMoreInput input {
background: transparent;
border: none;
font-weight: 500;
}

 .exploreMore span:not(.wpcf7-spinner) {
  position: relative;
  z-index: 1;
  padding: 0.75rem 1.5rem;
} 

.exploreMore.exploreMoreInput .wpcf7-spinner{
position: absolute;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
    border: none;
}

/* Circle starts on the left */
.exploreMore::before {
  content: "";
  position: absolute;
  background-color: var(--yellow, #FFC107);
  border-radius: 60px;
  width: 46px;
  height: 46px;
  bottom: 50%;
  left: 0px ;
  transform: translateY(50%);
  z-index: 0;
  transition: width 0.3s ease;
  pointer-events: none;
  /* make sure it's behind content */
}

/* On hover: expand to right */
.exploreMore:hover::before {
  width: calc(100% + 0px); /* expands to full width of the text container */
}


.site-header .lowerheader ul li.current-menu-item > a,
.site-header .lowerheader ul li.current-menu-ancestor > a,
.site-header .lowerheader ul li.current-page-ancestor > a
 {
  color: var(--yellow);
}





/* .exploreMore {
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 1.6px;
    padding-top: 45px;
    padding-left: 40px;
    position: relative;
    z-index: 1;
    max-width: fit-content;
}

.exploreMore::before {
    content: "";
    position: absolute;
    background-color: var(--yellow);
    border-radius: 60px;
    width: 64px;
    height: 64px;
    background-repeat: no-repeat;
    bottom: -17px;
    left: 0;
    z-index: -1;
    transition: width 0.3s ease;
}

.exploreMore:hover::before {
    width: 124%;
} */

.header {
    padding-bottom: 30px;
    text-align: center;
    margin-bottom: 20px;
    max-width: 980px;
    margin: 0 auto;
    color: var(--black);
}

.header strong {
    display: block;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
}

.header bold {
    font-weight: 600;
}


.yellow-btn {
    padding: 8px 20px;
    background-color: var(--yellow);
    border-radius: 27px;
    text-decoration: none;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

.admission-inquiry-btn{
    padding: 8px 20px;
    background-color: var(--yellow);
    border-radius: 27px;
    text-decoration: none;
    color: var(--black);
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    max-width: 160px;
    min-width: 160px;
    margin-left: 20px;
    cursor: pointer;
}


h1 {
    /* font-size: 32px; */
    font-size: 22px;
    font-weight: 700;
    line-height: 34px;
}

h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;

}

h4 {
    font-size: 19px;
    font-weight: 500;
    line-height: 20px;
}

small {
    font-size: 14px;
    line-height: 14px;
    display: block;
    letter-spacing: 3px;

}

/* h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
} */
a {
    display: block;
    text-decoration: none;
    color: var(--black);

    &:hover {
        color: var(--black);
    }
}

.slick-dots {
    position: absolute;
    bottom: -50px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}


.popup {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  padding: 40px 0;
  box-sizing: border-box;
}

.popup-content {
  background-color: #fff;
  padding: 0px;
  /* border-radius: 10px; */
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  overflow: auto;
  text-align: center;
  align-items: center;
}

.popup-close-btn {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 50%;
  /* border: 1px solid #ddd; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease,
    box-shadow 0.2s ease;
  line-height: 1;
}

.popup-close-btn:hover {
  background-color: var(--red);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}


/*--------------------------Site-Header----------------------- */
.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: var(--white);
    z-index: 1000;
}

.site-header .upperheader .topnav {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
    padding: 15px 0;
}

.site-header .upperheader .logo img {
    max-width: 100px;
}

.site-header .lowerheader {
    background-color: var(--brilliant-blue);
    display: block;
    position: fixed;
    left: -100%;
    top: 109px;
    height: 100vh;
    width: 80%;
    transition: left 0.5s ease-in-out;
    list-style: none;
    overflow-y: scroll;
}

.site-header .lowerheader.activeMenu {
    left: 0%;
}

.site-header .upperheader ul li a {
    position: relative;
    text-decoration: none;
    color: var(--white);
    font-weight: 12;
    line-height: 21px;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

.site-header .upperheader .toggle-btn {
    width: 25px;
    height: 16px;
    position: relative;
    right: 25px;
    top: -50px;
    cursor: pointer;
}

.site-header .upperheader .toggle-btn .bar {
    width: 100%;
    height: 2px;
    background-color: var(--brilliant-blue);
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
}

.site-header .upperheader .toggle-btn .bar-1 {
    top: 0%;
}

.site-header .upperheader .toggle-btn .bar-2 {
    top: 50%;
    transform: translateY(-50%);
}

.site-header .upperheader .toggle-btn .bar-3 {
    bottom: 0%;
}

.site-header .upperheader .toggle-btn.active .bar-1 {
    top: 50%;
    transform: rotate(45deg) translateY(-50%);
}

.site-header .upperheader .toggle-btn.active .bar-2 {
    opacity: 0;
}

.site-header .lowerheader ul li .sub-menu-toggle {
    display: none;
}

.site-header .upperheader .toggle-btn.active .bar-3 {
    bottom: 50%;
    transform: rotate(-45deg) translateY(50%);
}

.site-header .upperheader ul li,
.site-header .upperheader ul.activeMenu li,
.site-header .lowerheader ul li,
.site-header .lowerheader ul.activeMenu li {
    padding: 5px 20px;
    margin-top: 15px;
}

.site-header .upperheader ul.activeMenu li a,
.site-header .upperheader ul li a,
.site-header .lowerheader ul li a,
.site-header .lowerheader ul.activeMenu li a {
    text-decoration: none;
    color: var(--white);
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    max-width: fit-content;
}

.site-header .upperheader ul.activeMenu li a:hover,
.site-header .lowerheader ul.activeMenu li a:hover {
    color: var(--yellow);
}

.site-header.scrolled {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.site-header .lowerheader {
    background-color: var(--brilliant-blue);

}



.site-header .lowerheader ul li {
    position: relative;
}

.site-header .lowerheader>ul {
    background-color: var(--brilliant-blue);
    display: block;
    position: fixed;
    left: -100%;
    top: 270px;
    height: 50vh;
    width: 80%;
    transition: left 0.5s ease-in-out;
    list-style: none;
}

.has_dropdown {
    position: relative;
    transition: all linear 0.5s
}

.has_dropdown:after {
    content: "▼";
    position: absolute;
    right: 15px;
    top: 5px;
    color: var(--white);
    transition: all linear 0.5s
}

.has_dropdown.active:after {
    transform: rotate(90deg);
}

.has_dropdown ul {
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
    transition: all linear 0.5s;
}

.has_dropdown.active ul {
    height: 300px;
    transition: all linear 0.5s;
    overflow-y: scroll;
}

.site-header .lowerheader ul.activeMenu {
    left: 0%;
}

.has_dropdown.active ul {
    height: initial;
    overflow-y: visible;
}


.site-header .search-part .yellow-btn a {
    text-decoration: none;
    color: var(--black);
}

.site-header .search-part .yellow-btn a:hover {
    color: var(--white);
}

.site-header .search-part .bell-icon {
    width: 30px;
    height: 30px;
    border: 1px solid var(--grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    transition: transform 0.3s ease; /
}

.site-header .search-part .bell-icon.rotate {
    transform: rotate(35deg);
    transition: transform 0.3s ease;
    background-color: var(--yellow);
  }


    .site-header .lowerheader ul li ul li a{
        color: white !important;
    }


     .site-header .lowerheader ul li ul li a:hover{
        color: var(--yellow) !important;
    }

.notification-wrapper {
    position: relative;
}

.bell-icon {
    cursor: pointer;
    width: 24px;
    /* Adjust according to your bell icon size */
}

.notification-popup {
    display: none;
    /* Hidden by default */
    position: absolute;
    top: 50px;
    /* Adjust this to position the popup below the bell */
    right: 0;
    width: 350px;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    z-index: 10;
}

.notification-popup .notificationContainer {
    background-color: #007bff;
    /* Blue background */
    color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.notification-popup h3 {
    margin-top: 0;
}

.notificationData {
    background-color: var(--yellow);
    border-radius: 10px;
    padding: 10px;
    color: var(--black);
}

.notificationData{

    overflow: auto !important;
    max-height: 355px !important;

}
.date-published {
    font-weight: bold;
    margin-bottom: 5px;
}

.notificationContent h4 {
    margin: 5px 0;
}

.notificationContent p {
    margin: 5px 0;
}

.site-header .upper-right {
    display: flex;
    align-items: center;
    padding: 15px 0 0 0;
}

/*  

.notificationData::-webkit-scrollbar {
    width: 6px;
}

.notificationData::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background: #3DA8FF !important;
}

*/
.site-header .search-bar {
    position: relative;
    width: 85%;
}

.site-header .search-bar input {
    padding: 10px 20px 10px 30px;
    border-radius: 50px;
    border: 1px solid var(--grey);
    outline: none;
    font-size: 16px;
    height: 30px;
    width: 100%;
}

.search-bar input::placeholder {
    color: var(--grey);
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
}

.site-header .search-form label {
    display: none;
}

.site-header .search-form input.search-submit {
    background: url('./assets/images/searchicon.jpg') no-repeat center;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    border: 1px solid var(--grey);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--white);
    padding: 8px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 0px;
}



.site-header .search-part {
    display: flex;
    width: 100%;
    justify-content: space-between;
}



.ksHeadingWrapper {
    position: relative;
}

.ksHeadingWrapper .ksHeading {
    position: absolute;
    font-weight: 600;
    font-size: 35px;
    z-index: -1;
    color: var(--yellow);
    left: 10px;
    top: -30px;
    white-space: nowrap;

}

/*.ksHeadingWrapper .ksHeading span {
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.5);
    color: var(--white);
}*/

.card {
    border-radius: 12px;
    background: rgba(61, 168, 255, 0.1);
    border-bottom: 14px solid var(--brilliant-blue);
}

.card:nth-child(2) {
    border-bottom: 14px solid var(--green);
    background: rgba(19, 193, 57, 0.1);
}

.card:nth-child(3) {
    border-bottom: 14px solid var(--yellow);
    background: rgba(255, 194, 15, 0.1);
}

.card:nth-child(4) {
    border-bottom: 14px solid var(--red);
    background: rgba(255, 54, 54, 0.1);
}

.card:nth-child(5) {
    border-bottom: 14px solid var(--orange);
    background: rgba(250, 105, 16, 0.1);
}

.card:nth-child(6) {
    border-bottom: 14px solid var(--darkblue);
    background: rgba(9, 90, 157, 0.1);
}

.card:nth-child(7) {
    border-bottom: 14px solid var(--aqua-blue);
    background: rgba(103, 201, 202, 0.1);
}

.contentWrapper {
    padding: 0px 7px 0px 22px;
}

.contentWrapper ul {
    padding: 0;
}

.contentWrapper ul li {
    list-style: initial;
}

.cardsWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 55px;
}

.programBoxImg img {

    border-radius: 12px;
}




/* popup  */
.popupContainer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
 
.popupSkin {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #ccc;
  opacity: 0;
  z-index: 99;
  max-width: 90%;
 max-height: 80vh;
    overflow-y: scroll;
}
 
.popupSkin.show {
  opacity: 1;
}
 
.closeButton {
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  z-index: 99;
  color: var(--brilliant-blue);
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
  font-size: 22px;
  padding-bottom: 4px;
  transition: all 0.3s;
  border: 1px solid var(--brilliant-blue);
  background-color: var(--white);
}
.closeButton:hover {
          background-color: var(--brilliant-blue);
  color: var(--white);
}
 
.popupImgWrapper img {
  width: 100%;
  height: auto;
}
.popupContainer .slick-slider {
  overflow-x: hidden !important;
}

.popupSlider .slick-arrow:hover::after {
    background-color: var(--white);
    color: var(--blue);
    border-color: var(--blue);
}
.popupSlider .slick-arrow{
    z-index: 9;
	top:350px;
}
.popupSlider .slick-prev {
left: 15px;
}
.popupSlider .slick-next {
right: 15px;
}
/*.popupSlider .slick-slide {
    max-height: 80vh;
    overflow-y: scroll;
} */
 
/* popup end  */


@media screen and (min-width: 576px) {
    body {
        line-height: 20px;

    }

    h1 {
        font-size: 35px;
        line-height: 44px;
    }

    .ksHeadingWrapper .ksHeading {
        font-size: 62px;
        left: 10px;
        top: -43px;
    }

     .popup-content {
    max-width: 70%;
    max-height: 90vh;
  }
}

@media screen and (min-width: 768px) {
    /* h1 {
      font-size: 42px;
      line-height: 44px;
    } */

    /* h3{
      font-size: 21px;
      font-weight: 600;
    } */

    small {
        font-size: 16px;
        line-height: 16px;
    }

    .site-header .upperheader ul {
        top: 63px;
        margin-bottom: 0px;
    }

    .ksHeadingWrapper .ksHeading {
        font-size: 70px;
        left: 20px;
        top: -46px;
    }

     .popup-content {
    max-width: 55%;
    max-height: 90vh;
  }
}

@media only screen and (min-width: 992px) {

    body {

        line-height: 22px;
    }

    body.overflow:after {
        display: none;
    }

    .wrapper {
        padding-top: 130px;
        /* padding-top: 220px; */
    }

    h2 {
        font-size: 25px;
        line-height: 28px;
    }
 .popupSkin {
    max-width: 60%;
  }
  .closeButton {
    width: 27px;
    height: 27px;
    font-size: 25px;
    top: 7px;
    right: 22px;
  }

      .logos {
        padding: 70px 0px;
    }

     .popup-content {
    max-width: 46%;
    max-height: 90vh;
  }


   .popup-close-btn {
    width: 30px;
    height: 30px;
    font-size: 26px;
  }

    .exploreMore::before {
  width: 64px;
  height: 64px;
}

/* Highlight active menu link */
.site-header .lowerheader ul li.current-menu-item > a
,
.site-header .lowerheader ul li.current-menu-ancestor > a,
.site-header .lowerheader ul li.current-page-ancestor > a
 {
  position: relative;
  color: white;
}

/* Optional underline or highlight effect */
.site-header .lowerheader ul li.current-menu-item > a::after
,
.site-header .lowerheader ul li.current-menu-ancestor > a::after,
.site-header .lowerheader ul li.current-page-ancestor > a::after 
{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 130%;
  height: 6px;
  background-color: var(--yellow);
}

    /* h3 {
        font-size: 23px;
        line-height: 28px;
      } */
    .yellow-btn {
        padding: 9px 13px;
        font-size: 12px;
    }

    .admission-inquiry-btn{
        padding: 9px 13px;
        font-size: 12px;
        min-width: 140px;
        margin-left: 0px;
    }

     .admission-inquiry-btn:hover a{
        color: white;
        transition: 0.3s;
    }

    /* .exploreMore {
        padding-bottom: 12px;
    }

    .exploreMore::before {
        bottom: -6px;
    } */

    .header {
        padding-bottom: 60px;
    }

     .exploreMore {
        margin-top: 30px;
        font-size: 16px;
    }

    /*-------------------Site Header---------------------*/
    .site-header .upperheader .toggle-btn {
        display: none;
    }

    .site-header .lowerheader,
    .site-header .lowerheader.activeMenu {
        position: static;
        height: inherit;
        width: auto;
        list-style: none;
        padding: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .site-header .lowerheader {
        overflow-y: visible;
    }

    .site-header .lowerheader .botnav {
        display: flex;
        justify-content: center;
    }

    .site-header .upperheader .topnav {
        flex-direction: row;
        align-items: center;
        padding: 24px 0px;
    }

    .site-header .upperheader ul li a {
        text-decoration: none;
        margin: 0px 11px;
        color: var(--black);
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        margin: 0px 4px !important;
    }

    .site-header .upperheader ul.activeMenu li a,
    .site-header .upperheader ul li a,
    .site-header .lowerheader ul li a,
    .site-header .lowerheader ul.activeMenu li a {
        margin: 0 auto;
    }

    .site-header .upper-right {
        padding: 0px;
    }

    .site-header .search-part {
        /* width: 275px; */
        width: 390px;
    }

    .site-header .upperheader ul li:first-child a {
        margin-left: 0px;
    }

    .site-header .upperheader ul li:last-child a {
        margin-right: 0px;
    }

    .site-header .lowerheader ul li ul {
        background-color: white;
        padding: 10px 0px;
        position: absolute;
        z-index: 1;
        top: 41px;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        display: none;
        left: 50%;
        transform: translateX(-50%);
    }

    .site-header .lowerheader ul {
        margin: 0
    }

    .site-header .lowerheader ul li:hover ul {
        display: block;
    }

    .site-header .lowerheader ul li ul li {
        margin: unset;
        border-bottom: 0.5px solid var(--light-grey);
        padding: 10px;
        min-width: 175px;
    }

    .site-header .lowerheader ul li ul li a {
        color: var(--mud-grey) !important;
        text-align: center;
        font-size: 12px;
    }


     .site-header .lowerheader ul li ul li a:hover {
        color: var(--brilliant-blue) !important;

    }

    .site-header .lowerheader ul li ul li:last-child {
        border-bottom: none;
    }

    .has_dropdown:after {
        display: none;
    }

    .site-header .lowerheader ul li ul li a:after {
        display: none;
    }

    .site-header .lowerheader ul li ul li a:hover {
        color: var(--brilliant-blue);

    }

    .site-header .lowerheader ul li:first-child,
    .site-header .lowerheader ul.activeMenu li:first-child {
        margin-left: 0px;
    }

    .site-header .lowerheader ul li:last-child,
    .site-header .lowerheader ul.activeMenu li:last-child {
        margin-right: 0px;
    }

    .site-header .upperheader ul li,
    .site-header .upperheader ul.activeMenu li {
        position: relative;
        display: inline-block;
        padding: 0px;
        margin-top: 0px;
    }

    .site-header .upperheader ul li a::after {
        content: '';
        position: absolute;
        left: 50%;
        bottom: -15px;
        width: 0;
        height: 2px;
        margin-right: 10px;
        background-color: transparent;
        transition: width 0.5s ease, background-color 0.3s ease;
        transform: translateX(-50%);
    }

    .site-header .upperheader ul li a:hover::after {
        width: 80%;
        color: var(--brilliant-blue);
        background-color: var(--brilliant-blue);
    }

    .site-header .upperheader ul li a:hover {
        color: var(--brilliant-blue);
    }

    .has_dropdown ul {
        height: inherit;
        overflow: visible;
    }

    .site-header .lowerheader {
        background-color: var(--brilliant-blue);
        /* padding: 11px 0px; */
    }



    .site-header .lowerheader ul li,
    .site-header .lowerheader ul.activeMenu li {
        padding: 10px 0px;
        display: inline-block;
        margin: 0px 22px;
        position: relative;
    }

    .site-header .lowerheader ul.activeMenu li a:hover {
        color: var(--white);
    }


    .site-header .lowerheader ul li a::after {
        content: '';
        position: absolute;
        left: 50%;
        /* bottom: -11px; */
        bottom: 0;
        width: 0;
        height: 6px;
        margin-right: 10px;
        background-color: transparent;
        transition: width 0.5s ease, background-color 0.3s ease;
        transform: translateX(-50%);
    }

    .site-header .lowerheader ul li a:hover::after {
        width: 130%;
        color: var(--yellow);
        background-color: var(--yellow);
    }

    /* .site-header .lowerheader ul li:hover a::after,
    .site-header .lowerheader ul li:focus-within a::after,
    .site-header .lowerheader ul li.active a::after {
        width: 130%;
        color: var(--yellow);
        background-color: var(--yellow);
    } */


    .ksHeadingWrapper .ksHeading {
        font-size: 85px;
        left: 10px;
        top: -54px;
    }

    /* .programBoxText h2 {
        padding-bottom: 15px;
    } */

    .site-header .search-bar {
        margin-left: 20px;
        margin-right: 10px;
    }

    .site-header .search-bar input {
        height: 40px;
    }


    .site-header .search-part .bell-icon {
        width: 40px;
        height: 40px;
    }

    .site-header .search-form label {
        display: none;
    }

    .site-header .search-form input.search-submit {
        width: 40px;
        height: 40px;
    }

}

@media only screen and (min-width: 1200px) {

    body {
        font-size: 16px;
        line-height: 22px;
    }

    h1 {
        font-size: 60px;
        line-height: 60px;
    }

    h2 {
        font-size: 34px;
        line-height: 36px;
    }

    /* h3 {
        font-size: 25px;
        line-height: 38px;
      } */

    small {
        font-size: 18px;

    }


      .logos .slick-slide {
        margin-bottom: 40px;
    }

    .popup-content {
    max-width: 39%;
    max-height: 90vh;
  }


    /*-------------------Site Header---------------------*/
    .site-header .upperheader img {
        max-width: 130px;
    }

    .site-header .lowerheader ul li,
    .site-header .lowerheader ul.activeMenu li {
        margin: 0px 25px;
    }

    .site-header .upperheader .logo img {
        max-width: 130px;
    }

    .site-header .upperheader ul li a,
    .site-header .upperheader ul.activeMenu li a {
        margin: 0px 6.6px !important;
    }

    .site-header .search-bar input {
        /* width: 270px; */
    }

    .site-header .search-part {
        /* width: 360px; */
        width: 430px;
    }

    .site-header .search-bar {
        margin-left: 30px;
        margin-right: 20px;
    }



    .ksHeadingWrapper .ksHeading {
        font-size: 89px;
        top: -63px;
    }
}

@media only screen and (min-width: 1400px) {
    body {
        line-height: 24px;
    }

    h2 {
        font-size: 36px;
        line-height: 40px;

    }

    h4 {
        font-size: 22px;
        line-height: 24px;
    }

    .wrapper {
        padding-top: 132px;
        /* padding-top: 222px; */
    }


       .logos {
        padding: 100px 0px;
    }

     .admission-inquiry-btn{
        padding: 8px 13px;
        font-size: 14px;
     
    }


      .popup-content {
    max-width: 40%;
    max-height: 90vh;
  }


    /*-------------------Site Header---------------------*/
    .site-header .upperheader ul li a,
    .site-header .upperheader ul.activeMenu li a {
        margin: 0px 10.7px !important;
        font-size: 16px;
        line-height: 40px;
    }

    .site-header .lowerheader ul li a,
    .site-header .lowerheader ul.activeMenu li a {
        font-size: 16px;
    }

    .site-header .lowerheader ul li,
    .site-header .lowerheader ul.activeMenu li {
        margin: 0px 25px;
    }

    .site-header .lowerheader ul li ul li {
        min-width: 200px;
    }

    .site-header .lowerheader ul li ul li a {
        font-size: 14px;
    }

    .yellow-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .ksHeadingWrapper .ksHeading {
        font-size: 112px;
        top: -43px;
    }


    .site-header .search-bar input {
        /* width: 310px; */
    }

    .site-header .search-part {
        /* width: 400px; */
        width: 460px;
    }
}

@media only screen and (min-width: 1600px) {
    body {
        font-size: 18px;
        /* line-height: 30px; */
        line-height: 21px;
    }

    h2 {
        /* font-size: 60px; */
        /* line-height: 61px; */
    }

    /* h3 {
        line-height: 52px;
      } */

    small {
        font-size: 20px;
        line-height: 21px;
    }


    .header strong {
        font-size: 18px;
        line-height: 23px;
    }

    .logos .slick-slide {
        margin-bottom: 70px;
    }

      .exploreMore {
        margin-top: 40px;
    
    }


     .admission-inquiry-btn{
        padding: 9px 13px;
        font-size: 16px;
        min-width: 160px;
    }


     .popup-content {
    max-width: 42%;
    max-height: 90vh;
  }

    /*-------------------Site Header---------------------*/
    .site-header .upperheader ul li a,
    .site-header .upperheader ul.activeMenu li a {
        margin: 0px 13.4px !important;
    }

    .site-header .search-part {
        /* width: 390px; */
        width: 490px;
    }

    .site-header .search-bar input {
        /* width: 332px; */
    }

    .site-header .lowerheader ul li,
    .site-header .lowerheader ul.activeMenu li {
        margin: 0px 30px;
    }
}

@media only screen and (min-width: 1920px) {
  body {
        font-size: 18px;
        /* line-height: 30px; */
        line-height: 24px;
    }

    h1 {
        font-size: 70px;
        font-weight: 600;
        line-height: 68px;
    }

    h2 {
        font-size: 40px;
        line-height: 49px;
    }

    small {
        font-size: 18px;
        line-height: 23px;
        font-weight: 600;
    }

    /* h3{
        font-size: 22px;
        font-weight: 600;
        line-height: 25px;
    } */
    .container {
        max-width: 1620px !important;
    }


     .logos {
        padding: 106px 0px;
    }

    /*-------------------Site Header---------------------*/
    .site-header .upperheader ul li a,
    .site-header .upperheader ul.activeMenu li a {
        margin: 0px 20.2px !important;
    }

    .site-header .lowerheader ul li,
    .site-header .lowerheader ul.activeMenu li {
        margin: 0px 35px;
    }

    .site-header .lowerheader ul li ul li {
        min-width: 220px;
    }

    .site-header .lowerheader ul li ul li a {
        font-size: 16px;
    }

    .site-header .search-bar {
        margin-left: 50px;
        margin-right: 30px;
    }

    .site-header .search-part {
        width: 515px;
    }

    .site-header .search-bar input {
        /* width: 395px; */
    }

    .ksHeadingWrapper .ksHeading {
        font-size: 153px !important;
        /* left: 53px; */
        top: -89px;
    }


}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: unset !important;
    height: unset !important;
    margin: unset !important;
    padding: 0;
    cursor: pointer;
}


.dots .slick-dots li {
    display: inline-block;
}

.dots .slick-dots {
    list-style: none;
    text-align: center;
}

.dots .slick-dots li button {
    border-radius: 50%;
    background: #b2b2b24f;
    display: block;
    margin: 0 5px;
    font-size: 0;
    border: none;
    height: 8px;
    width: 8px;
}

.dots .slick-dots li button::before {
    display: none;
}

.dots .slick-dots .slick-active button {
    background: #2194d2;
    width: 24px;
    border-radius: 15px;
}



/* logos */
/* .logos {
    padding: 50px 0px;
}

@media (min-width: 992px) {
    .logos {
        padding: 70px 0px;
    }

}

@media (min-width: 1400px) {
    .logos {
        padding: 100px 0px;
    }

}

@media (min-width: 1920px) {
    .logos {
        padding: 106px 0px;
    }

}



.logos .slick-slide {
    margin-bottom: 20px;
}


@media (min-width: 1200px) {

    .logos .slick-slide {
        margin-bottom: 40px;
    }

}

@media (min-width: 1600px) {
    .logos .slick-slide {
        margin-bottom: 70px;
    }
} */



.success-stories,
.preSchoolSliderImg,
.why-choose-us,
.accomplishments {
    text-align: center;

    .slick-dots {
        list-style: none;
        display: flex;
        justify-content: center;
        gap: 6px;
        padding: 0;


        li {
            display: inline-block;

            button {
                border-radius: 50%;
                background: rgba(178, 178, 178, 0.31);
                display: block;
                margin: 0 3px;
                font-size: 0;
                border: none;
                height: 8px;
                width: 8px;

                &::before {
                    display: none;
                }
            }

            /* Active Dot */
            &.slick-active button {
                background: #2194d2;
                width: 24px;
                border-radius: 15px;
            }






              
        }
    }
}














::selection {
  color: rgb(255, 255, 255);
  background: var(--brilliant-blue);
}

#main-navbar {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 15px;
}

#dropdown1,
#dropdown2,
#dropdown3,
#dropdown4 {
  position: relative;
}

/* Hide dropdown initially */
#dropdown1 .dropdown-menu,
#dropdown2 .dropdown-menu,
#dropdown3 .dropdown-menu,
#dropdown4 .dropdown-menu {
  display: none;
  /* display: block; */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: white;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
  list-style: none;
  z-index: 1000;
  flex-direction: column;
}

/* Show dropdown on hover */
#dropdown1:hover .dropdown-menu,
#dropdown2:hover .dropdown-menu,
#dropdown3:hover .dropdown-menu,
#dropdown4:hover .dropdown-menu {
  display: flex;
}

#dropdown1 .dropdown-menu li,
#dropdown2 .dropdown-menu li,
#dropdown3 .dropdown-menu li,
#dropdown4 .dropdown-menu li {
  display: flex;
  border-bottom: 0.5px solid var(--light-grey);
  text-align: center;
  min-width: 220px;
  padding: 10px 0px;
}

#dropdown1 .dropdown-menu li a,
#dropdown2 .dropdown-menu li a,
#dropdown3 .dropdown-menu li a,
#dropdown4 .dropdown-menu li a {
  flex: 1;
  padding: 8px 12px;
  text-decoration: none;
  color:  var(--mud-grey);
  /* font-size: 16px; */
  margin: 0px auto !important;
  line-height: 20px;
}

#dropdown1 .dropdown-menu li a:hover,
#dropdown2 .dropdown-menu li a:hover,
#dropdown3 .dropdown-menu li a:hover,
#dropdown4 .dropdown-menu li a:hover {
  color: var(--brilliant-blue);
}

/* remove ::after from other hover links */
.site-header .upperheader .upper-right ul li a:hover::after {
  display: none !important;
  background-color: white !important;
}

.hass:after {
    content: "203A";
    position: absolute;
    right: 15px;
    top: 5px;
    color: #dd0000;
    transition: all linear 0.5s;
}