/*

* Theme Name: NS - MISY

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/     



:root {

  --primary-color: #188ABF;

  --font: "Poppins", sans-serif;

}



* {

  font-family: var(--font);

  margin: 0;

  padding: 0;

  box-sizing: border-box;

}

body {
	overflow-x: hidden;
}

html {
    color-scheme: light;
}


/* Header */

header {

  width: 100%;

  position: relative;

  z-index: 999;

}



.header-bg {

  background: var(--primary-color);

  padding: 8px 0;

}



.row.nav-first-row {

  padding-top: 10px;

}



/* Logo */

.logo-wrapper {

  display: inline-flex;

  align-items: center;

}



.top-info-bar {

  display: flex;

  align-items: center;

  gap: 16px;

  margin-left: auto;

}



.top-search {

  position: relative;

}



.top-search input {

  width: 242px;

  background: rgba(255, 255, 255, 0.18);

  border: 1px solid #FFF;

  border-radius: 10px;

  padding: 12px 20px 12px 40px;

  font-size: 16px;

  color: #fff;

  outline: none;

}



.top-search input::placeholder {

  color: rgba(255,255,255,0.85);

}



.top-search i {

  position: absolute;

  left: 14px;

  top: 50%;

  transform: translateY(-50%);

  font-size: 13px;

  color: #fff;

}



.misy-portal .btn {

  background: rgba(255, 255, 255, 0.18);

  border: 1px solid #fff;

  border-radius: 10px;

  font-size: 14px;

  padding: 12px 20px;

  color: #fff;

}



.misy-portal .btn:hover {

    background: rgba(255, 255, 255, 0.5);

}

.misy-portal .dropdown-menu {

  border-radius: 10px;

  border: none;

  box-shadow: 0 8px 18px rgba(0,0,0,0.12);

  font-size: 14px;

}



.top-btn {

  font-size: 14px;

  padding: 12px 20px;

  border-radius: 10px;

  white-space: nowrap;

  transition: all 0.3s ease;

}



.outline-btn {

  border: 1px solid #fff;

  color: #fff;

  background: rgba(255, 255, 255, 0.18);

}



.solid-btn {

  border: 1px solid #fff;

  color: #fff;

  background: rgba(255, 255, 255, 0.18);

}



.outline-btn:hover {

    background: #fff;       

    color: var(--primary-color); 

    border-color: #fff;     

    transform: translateY(-2px); 

    box-shadow: 0 4px 10px rgba(0,0,0,0.15); 

}



.solid-btn:hover {

     background: #fff;       

    color: var(--primary-color); 

    border-color: #fff;    

    transform: translateY(-2px); 

    box-shadow: 0 4px 10px rgba(0,0,0,0.15);

}





.top-btn i {

  margin-right: 6px;

}



hr.full-width-hr {

    position: absolute;

    left: 0;

    width: 100vw;

    height: 1px;

    background-color: #fff;

    margin: 0;

    border: none;

}



/*  */



.nav-second-row {

  padding-top: 5px;

  padding-bottom: 5px;

}



.nav-second-row .navbar-nav {
    display: flex;
    justify-content: flex-start;
    gap: 120px;
    padding-left: 0;
}


.nav-second-row .navbar-nav .nav-link {

  position: relative;

  display: inline-flex;

  align-items: center;

  color: #fff !important;

  font-size: 16px;

  padding: 10px 0 0;

  text-decoration: none;

  transition: color 0.3s ease;

}



.nav-second-row .navbar-nav .nav-link::before {

  content: "";

  position: absolute;

  left: 50%;

  bottom: -4px;

  width: 0%;

  height: 3px;

  background-color: #fff;

  transition: width 0.3s ease;

  transform: translateX(-50%);

}



.nav-second-row .navbar-nav .nav-link:hover::before,

.nav-second-row .navbar-nav .nav-item.active > .nav-link::before {

  width: 100%;

}





/* hamburger */



.hamburger {

  margin-left: 15px;

}



.hamburger .hamburger-inner,

.hamburger .hamburger-inner::before,

.hamburger .hamburger-inner::after {

    background-color: #fff; 

}



.hamburger:hover .hamburger-inner,

.hamburger:hover .hamburger-inner::before,

.hamburger:hover .hamburger-inner::after {

    background-color: #fff; 

}



@media (min-width: 992px) {

  .nav-second-row .dropdown-menu {

    display: block;

    opacity: 0;

    visibility: hidden;

    transform: translateY(10px);

    transition: all 0.25s ease;

    margin-top: 0;

  }



  .nav-second-row .dropdown:hover > .dropdown-menu {

    opacity: 1;

    visibility: visible;

    transform: translateY(0);

  }

}









/* responsive */



@media (max-width: 1800px) {

  .home-menu .navbar-nav {

    gap: 135px;

  }

}



@media (max-width: 1399px) {

.home-menu .navbar-nav .nav-link {

    padding: 10px;

  }



  .nav-second-row .navbar-nav {

    gap: 75px;

}



.logo-wrapper img {

    max-height: 50px;

}

}



@media (max-width: 1200px) {

  .home-menu .navbar-nav {

    gap: 40px;

  }



    .top-search input {

        width: 150px;

        padding: 10px 14px 10px 40px;

        font-size: 14px;

    }



  



    .top-info-bar .btn {

        font-size: 14px;

        padding: 10px 14px;

    }



    .top-info-bar {

    gap: 12px;

}



}



@media (max-width: 992px){

  .row.nav-first-row .col-12 {

    display: flex;

    align-items: center;

    gap: 16px;

  }

  hr.full-width-hr {
    display: none;
}



  #my-icon {

    display: block !important;

    margin-left: auto;

    order: 3;

  }



  .logo-wrapper {

    order: 1;

  }



  .top-info-bar {

    order: 2;

    flex: 1;

    display: flex;

    flex-wrap: wrap;

    gap: 14px;

    justify-content: flex-end;

  }



.top-search input {

        width: 180px;

        padding: 10px 14px 10px 40px;

        font-size: 14px;

    }



  #topMenu {

    display: none !important;

  }






  nav#menu ul li a {

    padding: 16px 12px;

    font-size: 17px;

  }



  .misy-portal{

    display: none;

  }



  .join-the-team{

    display: none;

  }



  .contact-us-btn{

    display: none;

  }

}



@media (max-width: 575px) {

    .top-search{

        display: none;

    }

}




@media (max-width: 992px) {
    nav#menu {
        width: 100%;
        background: transparent;
        padding: 0px;
    }
}

@media (max-width: 1399px) {
    .nav-second-row .navbar-nav {
        gap: 16px;
    }
}

@media (max-width: 992px) {
    nav#menu ul li a {
        padding: 16px 12px;
        font-size: 16px;
    }
}

@media (max-width: 1399px) {
    .nav-second-row .navbar-nav {
        gap: 85px;
    }
}

@media (max-width: 1200px) {
    .nav-second-row .navbar-nav {
        gap: 50px;
    }
}

.xs-menu-btn i {
    color: #fff;
    font-size: 36px;
    padding: 10px;
}


/* home banner slider */

.home_slides {

    position: relative; 

}



.home_slides ul.splide__list li.splide__slide {

    display: flex;

    justify-content: center;

    position: relative;

    overflow: hidden;

    border-radius: 60px;

    padding-left: 60px;  

    padding-right: 60px;  

    box-sizing: border-box;

}



.home_slides ul.splide__list li.splide__slide .slide-img {

    position: relative;

    border-radius: 60px; 

    overflow: hidden;  

}



.home_slides ul.splide__list li.splide__slide .slide-img img {

    width: 100%;

    height: auto;

    object-fit: cover;

    display: block;

}



.home_slides ul.splide__list li.splide__slide .slide-img::after {

    content: "";

    position: absolute;

    inset: 0; 

    background: rgba(0, 0, 0, 0.2);

    border-radius: 60px;

    pointer-events: none;

}



#home_slide::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 500px;

    background: url("images/banner-bg.png") center / cover no-repeat;

    z-index: 0;

}



.splide__caption {

    position: absolute;

    left: 0;

    right: 0;

    top: 75%; 

    color: #fff;

    z-index: 4;

    padding: 0 15px;

    text-align: center;

    transition: all 0.3s ease;

}



.splide__slide__container h1 {

    font-weight: 500;

    font-size: 34px;

    line-height: 1.3;

    margin-bottom: 14px;

    transition: all 0.3s ease;

    text-align: left;

}



.home_slides {

    position: relative;

}



.splide__pagination {

    position: absolute !important;

    bottom: 1.5em !important;   

    left: 0 !important;

    right: 0 !important;

    padding: 0 1em !important;

    z-index: 1 !important;

}





/* responsive */



@media (max-width: 1600px) {

    .splide__caption { top: 72%; padding: 0 12px; }

    .splide__pagination { bottom: 2.8em; }

}



@media (max-width: 1400px) {

    .splide__caption { top: 70%; padding: 0 10px; }

    .splide__slide__container h1 {

        font-size: 28px;

        padding-left: 50px;

        width: 600px;

    }

    .splide__pagination { bottom: 2.5em; }

}



@media (max-width: 1200px) {

    .splide__caption { top: 68%; padding: 0 10px; }

    .splide__slide__container h1 { font-size: 26px; }

    .splide__pagination { bottom: 2.2em; }

}



@media (max-width: 992px) {

    .splide__caption { top: 65%; padding: 0 8px; }

    .splide__slide__container h1 {

        font-size: 22px;

        padding-left: 50px;

    }

    .splide__pagination { bottom: 2em; }



    #home_slide::before {

        height: 300px;

    }

}



@media (max-width: 768px) {

    .splide__caption { top: 60%; padding: 0 6px; }

    .splide__slide__container h1 {

        font-size: 16px;

        line-height: 1.2;

        padding-left: 0px;

        width: 340px;

    }

    .splide__pagination { bottom: 1.8em; }



    .home_slides ul.splide__list li.splide__slide {

        border-radius: 30px;

        padding-left: 20px;  

        padding-right: 20px; 

    }



    #home_slide::before {

        height: 250px;

    }

}



@media (max-width: 576px) {

    .splide__caption { top: 55%; padding: 0 5px; }

    .splide__pagination { bottom: 1em; }

    .splide__slide__container h1 {

        font-size: 14px;



    }



    .home_slides ul.splide__list li.splide__slide {

        padding-left: 12px; 

        padding-right: 12px;

    }

}



@media (max-width: 400px) {

    .splide__caption { top: 50%; padding: 0 4px; }

        .splide__slide__container h1 { display: none; }

    .splide__pagination { bottom: 1.2em; }



    .home_slides ul.splide__list li.splide__slide {

        padding-left: 8px; 

        padding-right: 8px;

    }

}



/* home about-us section */



.home-about-us {
    font-family: var(--font);
    background: url(images/home/home-about-bg.png) center center / cover no-repeat;
    position: relative;
    height: 800px;
    background: #fff;
    padding-top: 80px;
}


.home-about-us .title h2 {

    font-size: 60px;

    color: var(--primary-color);

    font-weight: 600;

    padding-bottom: 10px;

}



.home-about-us p {

    font-size: 16px;

    color: #555;

    position: relative;

    padding-left: 100px;

    line-height: 31px;
	
	text-align: justify;

}



.home-about-us p::before {

    content: "";

    position: absolute;

    left: 0;

    top: 5%;

    transform: translateY(-50%);

    width: 85px;

    height: 2px;

    background-color: var(--primary-color);

}



.about-img-col1 {

    margin-right: 20px;

    position: relative;

}



.about-img {
    max-width: 532px;
    height: 628px;
    border-radius: 30px 30px 0px 30px;
    position: relative;
    overflow: hidden;
}


.about-img:after {

    content: '';

    position: absolute;

    border-style: solid;

    border-width: 100px;

    border-left-color: transparent;

    border-bottom-color: #fff;

    border-right-color: #fff;

    border-top-color: transparent;

    bottom: 0;

    right: 0;
}

.d-flex.year {
    position: absolute;
    top: 480px;
    left: 290px;
    background-color: var(--primary-color);
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    padding: 20px 24px 0px;
    z-index: 2;
}

.home-about-us .year h3 {

    font-size: 61px;

    color: #fff;

    padding-right: 6px;

    font-weight: 600;

}



.home-about-us .year p {

    font-size: 22px;

    color: #fff;

    padding-top: 0;

    line-height: 1.3;

    text-align: left;

    padding-left: 12px;

    padding-bottom: 0px;

}



.read-more-btn {

    display: inline-block;

    padding: 12px 26px;

    font-size: 16px;

    background: var(--primary-color);

    color: #fff;

    text-decoration: none;

    transition: background 0.3s ease;

    margin-top: 24px;

    margin-left: 100px;

    border-radius: 10px;

}



.read-more-btn:hover {

    background: #07acf8;

    box-shadow: 0 6px 12px rgba(64, 194, 255, 0.4); 

    color: #fff;

}



.read-more-btn img {

    margin-left: 8px; 

    vertical-align: middle; 

}


/* responsive */



@media (max-width: 1400px) {

    .home-about-us .title h2 { font-size: 50px; }

    .home-about-us p { padding-left: 80px; font-size: 15px; line-height: 28px; }

    .d-flex.year {
        left: 320px;
        padding: 16px 20px 0;
    }

    .home-about-us .year h3 { font-size: 50px; }

    .home-about-us .year p { font-size: 18px; }

    .read-more-btn { margin-left: 80px; padding: 10px 22px; font-size: 15px; }



    .home-about-us p::before{

        width: 70px;

    }

}



@media (max-width: 1200px){

    .home-about-us {

        height: auto;

        padding: 60px 0;

        background-size: cover;

    }



    .home-about-us .title h2 {

        font-size: 40px;

        text-align: left; 

        margin-bottom: 20px;

    }



    .home-about-us p {

        padding-left: 0px;

        font-size: 16px;

        line-height: 26px;

        text-align: justify;

    }



    .about-img-col1 {

        margin: 0;           

        max-width: 90%;

        width: 100%;

    }



    .about-img {

        width: 100%;

        height: auto;

    }



    .about-img img {

        width: 100%;

        height: auto;

    }



    .about-img:after{

        border-width: 70px;

    }



    .d-flex.year {
        top: 370px;
        left: 225px;
        display: inline-flex;
    }



    .home-about-us p::before {

        width: 80px;

        top: -20px;

    }



    .home-about-us .year h3 { font-size: 40px; }

    .home-about-us .year p { font-size: 16px; }



    .read-more-btn {

        margin-left: 0;

        margin-right: 0;

        display: inline-block;

        padding: 10px 18px;

        font-size: 14px;

    }



    .d-flex.year p::before {

        display: none;

    }

}



@media (max-width: 992px) {

    .home-about-us {

        height: auto;

        padding: 60px 0;

        background-size: cover;

        margin-top: 0px;

    }



    .home-about-us .title h2 {

        font-size: 24px;

        text-align: left; 

        margin-bottom: 20px;

    }



    .home-about-us p {

        padding-left: 0px;

        font-size: 14px;

        line-height: 20px;

        text-align: justify;

        margin-bottom: 0px;

    }



    .about-img-col1 {

        margin: 0;

        max-width: 100%; 

        width: 100%;

    }



    .about-img {

        width: 100%;

        height: auto;

    }



    .about-img img {

        width: 100%;

        height: auto;

    }



    .about-img:after{

        border-width: 70px;

    }


    .d-flex.year {
        top: 290px;
        left: 165px;
        display: inline-flex;
        padding: 10px 18px 8px;
        align-content: center;
    }


    .home-about-us p::before {

        width: 80px;

        top: -20px;

    }



    .home-about-us .year h3 {

        font-size: 40px;

        margin-bottom: 0px;

    }



    .home-about-us .year p { font-size: 14px; }



    .read-more-btn {

        margin-left: 0;

        margin-right: 0;

        display: inline-block;

        padding: 10px 22px;

        font-size: 15px;

    }

}





@media (max-width: 768px) {

    .about-img-col1 {

        margin: 0;

        max-width: 90%;

        width: 100%;

        justify-content: left;

    }



    .home-about-us { padding: 50px 15px; }

    .home-about-us .title h2 {

        font-size: 32px;

        padding-top: 40px;

    }

    .home-about-us p { padding-left: 0px; font-size: 14px; line-height: 24px; }

    .d-flex.year {
        padding: 16px 28px;
        top: 420px;
        left: 260px;
    }

    .home-about-us .year h3 { font-size: 40px; }

    .home-about-us .year p { font-size: 16px; }

    .read-more-btn { padding: 8px 18px; font-size: 14px; }

    .about-img:after {

        border-width: 90px;

    }

}



@media (max-width: 576px) {

    .about-img-col1 {

        margin: 0;

        max-width: 90%;

        width: 100%;

        justify-content: left;

    }



    .about-img img {

        width: 100%;

        height: auto;

        border-radius: 30px;

    }



    .home-about-us {

        padding: 0px 15px;

        margin: 40px auto;

    }



    .home-about-us .title h2 {

        font-size: 32px;

        padding-top: 20px;

    }

    .home-about-us p { padding-left: 0px; font-size: 14px; line-height: 24px; }


    .home-about-us .year h3 { font-size: 34px; }

    .home-about-us .year p { font-size: 16px; }

    .read-more-btn { padding: 8px 18px; font-size: 14px; }

}

@media (max-width: 540px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 400px;
        left: 240px;
    }
}


@media (max-width: 530px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 380px;
        left: 215px;
    }
}

@media (max-width: 520px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 380px;
        left: 210px;
    }
}

@media (max-width: 510px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 370px;
        left: 200px;
    }
}

@media (max-width: 500px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 350px;
        left: 200px;
    }
}

@media (max-width: 490px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 340px;
        left: 190px;
    }
}

@media (max-width: 480px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 340px;
        left: 180px;
    }

        .about-img:after {
        border-width: 70px;
    }
}

@media (max-width: 470px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 330px;
        left: 175px;
    }
}

@media (max-width: 460px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 320px;
        left: 165px;
    }
}

@media (max-width: 450px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 310px;
        left: 155px;
    }

    .about-img:after {
        border-width: 70px;
    }
}

@media (max-width: 440px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 300px;
        left: 145px;
    }
}

@media (max-width: 430px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 290px;
        left: 140px;
    }
}

@media (max-width: 420px) {
    .d-flex.year {
        padding: 16px 28px;
        top: 280px;
        left: 130px;
    }
}

@media (max-width: 410px) {
    .d-flex.year {
        padding: 16px 20px;
        top: 270px;
        left: 140px;
    }
}

@media (max-width: 400px) {
    .d-flex.year {
        padding: 16px 20px;
        top: 260px;
        left: 130px;
    }
}

@media (max-width: 390px) {
    .d-flex.year {
        padding: 16px 20px;
        top: 250px;
        left: 120px;
    }
}

@media (max-width: 380px) {
    .d-flex.year {
        padding: 16px 20px;
        top: 240px;
        left: 110px;
    }
}

@media (max-width: 370px) {
    .d-flex.year {
        padding: 16px 20px;
        top: 230px;
        left: 100px;
    }
}

@media (max-width: 360px) {
    .d-flex.year {
        padding: 16px 18px;
        top: 215px;
        left: 95px;
    }
}

@media (max-width: 350px) {
    .d-flex.year {
        top: 210px;
        left: 85px;
    }
}

@media (max-width: 340px) {
    .d-flex.year {
        top: 200px;
        left: 80px;
    }
}

@media (max-width: 330px) {
    .d-flex.year {
        top: 190px;
        left: 70px;
    }
}

@media (max-width: 320px) {
    .d-flex.year {
        top: 170px;
        left: 60px;
    }
}


/* home curriculum section*/



#curriculum {

    background-color: #f5f7fa; 

    padding: 80px 0;

    position: relative;

}



#curriculum h2 {

    font-size: 40px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 10px;

}



#curriculum p {

    font-size: 16px;

    color: #555;

    margin-bottom: 0;

}



.read-more-btn {

    display: inline-block;

    padding: 12px 26px;

    font-size: 16px;

    background: var(--primary-color);

    color: #fff;

    text-decoration: none;

    border-radius: 10px;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

    margin: 0 auto;

    margin-left: 100px;

    margin-bottom: 30px;

    margin-top: 20px;

}



.read-more-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 6px 12px rgba(24, 138, 191, 0.4);

}



.read-more-btn img {

    margin-left: 8px;

    vertical-align: middle;

}



/* Curriculum Card */

.curriculum-cards{

    justify-content: center;

}

.curriculum-card {

    position: relative;

    overflow: hidden;

    border-radius: 30px;

    margin-bottom: 20px;

    background-color: #DCDCDC;

    padding: 16px;

}



.curriculum-card-img {

    width: 100%;

    height: auto;

    display: block;

    border-radius: 14px;

    position: relative;

    overflow: hidden;

}



.curriculum-card-img::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(

        to top,

        rgba(0,0,0,0.8),

        rgba(0,0,0,0.15),

        rgba(0,0,0,0)

    );

    z-index: 1;

}



.curriculum-card-img:after {

    content: '';

    position: absolute;

    border-style: solid;

    border-width: 70px;

    border-left-color: transparent;

    border-bottom-color: #DCDCDC;

    border-right-color: #DCDCDC;

    border-top-color: transparent;

    bottom: 0;

    right: 0;

    z-index: 2;

}



.curriculum-card .card-overlay {

    position: absolute;

    bottom: 0;

    left: 0;

    width: calc(100% - 20px); 

    margin: 0 10px;          

    color: #fff;

    padding: 15px 20px;       

    border-radius: 0 0 10px 10px; 

    text-align: left;

    z-index: 2;

}



.curriculum-card .card-overlay h4 {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 600;
    width: 250px;
    line-height: 30px;
}


.card-arrow {

    position: absolute;

    bottom: 0px;

    right: 0px;

    width: 64px;

    height: 64px;

    background: var(--primary-color);

    border-radius: 50%;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: bold;

    z-index: 3;

    cursor: pointer;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.curriculum-card:hover .card-arrow {

    transform: translateY(-2px);

    box-shadow: 0 6px 14px rgba(39, 178, 243, 0.4);

    background: #28b6f8;

}



.second-card-mt{

    margin-top: 60px;

}

span.card-arrow i {
    color: #fff;
    font-size: 26px;
}

.curriculum-card-img img {
    width: 378px;
    height: 443px;
    object-fit: cover;
    display: block;
}


/* responsive */



@media (max-width: 1200px) {

    #curriculum h2 { font-size: 36px; }

    #curriculum p { font-size: 15px; }

    .curriculum-card .card-overlay h4 {
        font-size: 22px;
        margin-bottom: 24px;
        width: 150px;
    }

    .card-arrow { width: 56px; height: 56px; }

    .curriculum-card-img:after { border-width: 60px; }



    .read-more-btn {

        margin-left: 0px;

    }

    .curriculum-card-img img {
    width: 100%;
    height: 340px;
    object-fit: cover;
    display: block;
}

}



@media (max-width: 992px) {

    #curriculum h2 { font-size: 32px; }

    #curriculum p { font-size: 14px; }

    .curriculum-card .card-overlay h4 {
        font-size: 14px;
        margin-bottom: 20px;
        width: 100px;
        line-height: 20px;
    }

    .curriculum-card-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
}



    .card-arrow {

        width: 45px;

        height: 45px;

    }

    .curriculum-card-img:after { border-width: 50px; }

    .curriculum-card { padding: 12px; }



}



@media (max-width: 768px) {

    .curriculum-cards {
        justify-content: center; 
        text-align: center;     
    }

    .curriculum-cards .col-md-4 {
        flex: 0 0 50%;
        max-width: 50%;
        display: flex;
        justify-content: center; 
    }

    .curriculum-card {
        margin-left: 0;
        margin-right: 0;
    }

    .card-arrow {
        width: 48px;
        height: 48px;
    }

    .curriculum-card .card-overlay h4 {
        font-size: 14px;
        margin-bottom: 16px;
        width: 100%;
        text-align: left;
        width: 100px;
    }

    .second-card-mt {
        margin-top: 0px;
    }
}




@media (max-width: 576px) {

    .curriculum-cards .col-md-4 {

        flex: 0 0 80%;

        max-width: 100%;

    }

    .curriculum-card-img img {
        width: 100%;
        height: 280px;
        object-fit: cover;
        display: block;
    }


    #curriculum {

        padding: 40px 15px;

    }

    #curriculum h2 { font-size: 28px; margin-bottom: 10px; }

    #curriculum p { font-size: 14px; margin-bottom: 15px; }

    .curriculum-card { padding: 10px; border-radius: 20px; margin-bottom: 20px; }

    .curriculum-card .card-overlay { padding: 10px 15px; border-radius: 0 0 8px 8px; }

    .curriculum-card .card-overlay h4 {

        font-size: 15px;

        margin-bottom: 16px;

    }

    .card-arrow {

        width: 45px;

        height: 45px;

    }

    .curriculum-card-img:after { border-width: 50px; }

    .curriculum-card .card-overlay h4 {
        font-size: 16px;
        margin-bottom: 30px;
        width: 120px;
        line-height: 1.4;
        text-align: left;
    }

}





/*Home Accreditation Section */

/* Accreditation Section */

#accreditation {

    background-color: #ffffff;

    padding: 140px 0;

}



#accreditation h2 {

    font-size: 40px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 0;

}



#accreditation p {

    font-size: 16px;

    color: #555;

    line-height: 1.7;

    margin-bottom: 0;

    text-align: justify;

}

.splide__slide img {
    border-radius: 20px;
}



#accreditation .read-more-btn {

    float: right;

    margin-top: 20px;

    display: inline-flex;

    align-items: center;

    gap: 8px;

}



#accreditation .row:last-child {

    margin-top: 50px;

    align-items: center;

    text-align: center;

    justify-content: center;

}



#accreditation .accreditation-logo {

    border-radius: 30px;

    overflow: hidden;

    border: 1px solid rgba(40, 51, 114, 0.2);

    transition: all 0.3s ease;

    margin-bottom: 20px;

}



#accreditation .accreditation-logo img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    width: 306px;
    object-fit: cover;
    display: block;
}


#accreditation .accreditation-logo:hover img {

    opacity: 1;

    transform: scale(1.05);

}



/* Responsive */



@media (max-width: 1200px) {

    #accreditation {
        padding: 80px 0;
    }

    #accreditation h2 {

        font-size: 36px;

    }

    #accreditation p {

        font-size: 15px;

    }

}



@media (max-width: 992px) {

    #accreditation .row.d-flex {

        display: flex;

        flex-wrap: wrap; 

        align-items: center; 

    }



    #accreditation .row.d-flex > .col-4:nth-child(1),

    #accreditation .row.d-flex > .col-4:nth-child(3) {

        width: auto;

    }



    #accreditation .row.d-flex > .col-4:nth-child(1) h2 {

        margin-bottom: 0;

    }



    #accreditation .row.d-flex > .col-4:nth-child(2) {

        width: 100%;       

        order: 2;          

        text-align: left;  

        margin-top: 10px;  

    }



    #accreditation p {

        padding-top: 20px;

    }



    #accreditation .row.d-flex > .col-4:nth-child(3) {

        margin-left: auto; 

        order: 1;          

        text-align: right;

    }



    #accreditation .accreditation-logo {

    border-radius: 20px;

    margin-bottom: 20px;

}

}



@media (max-width: 768px) {

    #accreditation .row:last-child {

        justify-content: center;

        gap: 15px;

    }



    #accreditation .row:last-child .col-sm-3 {

        width: 48%; 

        margin-bottom: 15px; 

    }

}



@media (max-width: 576px) {

    #accreditation .read-more-btn {

            float: left;

            gap: 8px;

        }

    #accreditation .row.d-flex {

        display: flex;

        flex-wrap: wrap;

    }



    #accreditation .row:last-child {

        justify-content: center;

        gap: 0px;

    }



    #accreditation .accreditation-logo {

    border-radius: 20px;

    }



    #accreditation p {

        font-size: 14px;

    }



    #accreditation .row.d-flex > .col-4:nth-child(1) {

        width: 100%;

        margin-bottom: 5px;

    }



    #accreditation .row.d-flex > .col-4:nth-child(3) {

        width: 100%;

        order: 2;

        margin-bottom: 10px;

        float: left; 

    }





    #accreditation .row.d-flex > .col-4:nth-child(2) {

        width: 100%;

        order: 3; 

        margin-top: 5px;

    }



    #accreditation .row:last-child .col-sm-3 {

        width: 50%;

        margin-bottom: 0px;

    }

    

}



/* Head of School Section */

#headOfSchool {
    position: relative;
    font-family: var(--font);
    background: #fff;
}



#headOfSchool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    background: #188ABF;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 78%);
    z-index: 0;
}



#headOfSchool .container {

    position: relative;

    z-index: 2;

    padding-top: 60px;

    padding-bottom: 80px;

}



#headOfSchool img {
    border-radius: 20px;
    box-shadow: 2px 8px 40px rgba(0, 0, 0, 0.2);
    border: 10px solid #fff;
    width: 523px;
    height: 600px;
    object-fit: cover;
    display: block;
}

#headOfSchool h2 {
    font-size: 34px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 30px;
}

#headOfSchool p {
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    margin-bottom: 0px;
}

.teacher-name{
    padding-top: 20px;
}


#headOfSchool .teacher-name h6 {

    font-size: 20px;

    font-weight: 600;

    color: #fff;

    margin-bottom: 4px;

}



#headOfSchool .teacher-name p {

    font-size: 14px;

    color: #ffffff;

    margin: 0;

}



/* Responsive adjustments */



@media(max-width: 1400px){

    #headOfSchool h2 {

    font-size: 24px;

}



#headOfSchool p {

    font-size: 16px;

    line-height: 26px;

}

}



@media (max-width: 1200px) {

    #headOfSchool .container {

        padding-top: 50px;

        padding-bottom: 60px;

    }

    #headOfSchool h2 {

        font-size: 22px;

    }



    #headOfSchool p {

        font-size: 14px;

        line-height: 24px;

    }



    #headOfSchool .teacher-name h6 {

        font-size: 18px;

    }



    #headOfSchool::before {

    height: 600px;

}

}



@media (max-width: 992px) {

    #headOfSchool .row {
        display: flex;
        flex-wrap: nowrap;        
        align-items: center;      
    }

    #headOfSchool .col-sm-6 {
        width: 50%;
        margin-bottom: 0;
    }

    #headOfSchool img {       
        margin: 0 auto;
        display: block;
    }

    #headOfSchool .col-sm-6:last-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    #headOfSchool h2 {
        font-size: 26px;
        color: #fff;
    }

    #headOfSchool p {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

    #headOfSchool .teacher-name h6 {
        font-size: 16px;
        color: #fff;
    }

    #headOfSchool .teacher-name p {
        font-size: 16px;
        color: #fff;
    }

    .teacher-name {
        padding-top: 20px;
        margin-top: -20px;
    }
}


@media (max-width: 576px) {

    #headOfSchool .row {
        flex-wrap: wrap;
    }

    #headOfSchool .col-sm-6 {
        width: 100%;
    }

    #headOfSchool img {
        margin-bottom: 20px;
        height: 500px;
    }

        #headOfSchool h2 {
        font-size: 26px;
        color: var(--primary-color);
    }

    #headOfSchool p {
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

    #headOfSchool .teacher-name h6 {
        font-size: 16px;
        color: #333;
    }

    #headOfSchool .teacher-name p {
        font-size: 16px;
        color: var(--primary-color);
    }
}






/* Admission Section */

#admission {
    font-family: var(--font);
    padding: 120px 0 160px;
    background-color: #fff;
}



.admission-container {

    background-color: #f1f1f1;

    border-radius: 30px;

    display: flex;

    align-items: center;

    padding: 0px 60px;

    position: relative;

    overflow: visible;

    min-height: auto;

    height: 520px;

}



.admission-container::after {

    content: '';

    position: absolute;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 50px;

    border-left-color: transparent;

    border-bottom-color: #fff;

    border-right-color: #fff;

    border-top-color: transparent;

    bottom: 0;

    right: 0;

}



.admission-content-col {

    z-index: 2;

}



.admission-content-col h2 {

    font-size: 38px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 20px;

    display: flex;

    align-items: center;

    gap: 20px;

}



.admission-content-col h2::after {

    content: "";

    flex: 1;

    height: 2px;

    background-color: var(--primary-color);

}



.admission-content-col p {
	
	text-align: justify;

    font-size: 16px;

    line-height: 28px;

    color: #333;

    margin-bottom: 30px;

}



.admission-content-col .read-more-btn {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 12px 26px;

    font-size: 16px;

    background: var(--primary-color);

    color: #fff;

    text-decoration: none;

    border-radius: 10px;

    transition: all 0.3s ease;

    margin: 0 auto;

}





.admission-content-col .read-more-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 6px 16px rgba(255, 255, 255, 0.3);

}



.admission-image-col {

    position: relative;

    z-index: 5; 

    display: flex;

    justify-content: center;

}



.admission-img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 4px 4px 40px rgba(0, 0, 0, 0.25);
    position: relative;
    top: 0px;
    object-fit: cover;
    width: 468px;
}



@media(max-width: 1200px){

    .admission-container {

        height: 410px;

    }



    .admission-img {
        display: block;
        max-width: 90%;
    }



    .admission-content-col h2 {

    font-size: 30px;

    }

}



@media (max-width: 991px) {



    .admission-img {

        top: 0px;

    }



    #admission {

        padding: 80px 0;

    }



    .admission-container {
        flex-direction: column;
        padding: 20px 30px;
        min-height: auto;
        text-align: center;
        height: 420px;
    }



    .admission-content-col h2 {

        font-size: 30px;

        margin-bottom: 10px;

    }



    .admission-content-col h2::after {

        display: none;

    }



    .admission-content-col p {

        text-align: justify;

        font-size: 14px;

        margin-bottom: 0px;

    }



    .admission-content-col .read-more-btn {

        margin-right: 150px;

        margin-top: 20px;

    }





}



@media (max-width: 767px){

    .admission-container {
        height: auto;
        padding: 40px 30px;
    }



        

    .admission-img {
        max-width: 50%;
    }



    .admission-img {

        top: 0px;

        margin-left: -150px;

    }


}



@media (max-width: 575px) {

    #admission {

        padding: 0px 0px 60px;

    }



    .admission-container {

        padding: 30px 20px;

        border-radius: 20px;

    }



    .admission-container::after {

        display: none;

    }



    .admission-content-col h2 {

        font-size: 28px;
		

    }



    .admission-content-col p {

        font-size: 15px;
	

        line-height: 26px;

    }



    .admission-content-col .read-more-btn {

        display: inline-flex;

        justify-content: left;

        /* margin: 20px auto 0 auto; */

        margin-bottom: 0px;

        width: auto;

    }



    .admission-img {

        top: 0px;

        margin-left: 0px;

        max-width: 80%;

    }

}





/* home gallery section */

#gallery {

    font-family: var(--font);

    padding: 80px 0;

    background-color: #F8F8F8;

}



#gallery .d-flex {

    margin-bottom: 60px;

    flex-wrap: wrap;

}



#gallery h2 {

    font-size: 40px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 0;

}



.slider-arrow button {

    background: none;

    border: none;

    cursor: pointer;

    padding: 0;

}



.slider-arrow button img {

    width: 40px;

    height: 40px;

    display: block;

}



.slide-grid {

    display: grid;

    gap: 15px;

}



.slide-grid img {

    height: auto;

    aspect-ratio: 4 / 3;

    object-fit: cover;

    background: #fff;

    border-radius: 15px;

    display: block;

    width: 100%;

}



.splide__slide {

    padding: 10px 0;

}



/* Responsive*/



@media (min-width: 1401px) {

    .slide-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}



@media (max-width: 1400px) and (min-width: 993px) {

    .slide-grid {

        grid-template-columns: repeat(3, 1fr);

    }

}



@media (max-width: 992px) and (min-width: 576px) {

    #gallery h2 {

        font-size: 32px;

    }

    .slide-grid {

        grid-template-columns: repeat(2, 1fr);

    }

}



@media (max-width: 575px) {

    #gallery {

        padding: 60px 0;

    }



    #gallery .d-flex {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;

        margin-bottom: 30px;

    }



    #gallery h2 {

        font-size: 28px;

    }



    .slider-arrow {

        align-self: flex-end;

        gap: 10px;

    }



    .slide-grid {

        grid-template-columns: 1fr;

    }

}









/* testimonial */

#testimonial {
    padding: 100px 15px 0px;
    background: #fff;
}



#testimonial h2 {

    font-size: 32px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 40px;

}



.slider-arrow {

    display: flex;

    gap: 15px;

    margin-top: 0; 

    position: relative; 

    z-index: 10; 

}



.slider-arrow button {

    background: none;

    border: none;

    cursor: pointer;

    padding: 0;

}



.slider-arrow button img {

    width: 32px;

    height: auto;

}



/* Testimonial cards */

.testimonial {

    background-color: #fff;

    border-radius: 30px;

    padding: 70px 20px 20px;

    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.1);

    margin: 0 auto;

    position: relative;

    overflow: visible;

    width: 90%;

    max-width: 520px;

    height: auto;

}



.testimonial-img {

    position: absolute;

    top: -50px;           

    left: 20px;

    align-items: center;

    z-index: 3;          

}



.testimonial-img img {

    width: 100px;

    height: 100px;

    border-radius: 50%;

    object-fit: cover;

    border: 3px solid var(--primary-color);

    background: #fff;

    margin-right: -30px;

    z-index: 4;

}



/* .splide__slide img {

    vertical-align: bottom;

    z-index: 4;

} */



.testimonial-title {
    padding: 12px 30px 13px 40px;
    background-color: var(--primary-color);
    border-radius: 0 50px 50px 0;
    z-index: 2;
    position: relative;
}



.testimonial-title h4 {

    font-size: 17px;

    font-weight: 600;

    margin-bottom: 2px;

    color: #fff;

}



.testimonial-title p {

    font-size: 14px;

    color: #fff;

    margin-bottom: 0;

}



.testimonial-content p {

    color: #555;

    margin-top: 10px;

    font-weight: 400;

    font-size: 16px;

    line-height: 1.9;

}



#testimonial-slider {

    margin: 0 auto;

    padding-bottom: 50px;

}



/* #testimonial-slider .splide__track {

    overflow-x: visible;

} */



#testimonial-slider .splide__slide {

    padding-top: 60px;

    padding-bottom: 40px;

    display: flex;

    justify-content: center;

}



.testimonial::after {

    content: "";

    position: absolute;

    bottom: -20px;

    right: 20px;

    width: 50px;

    height: 50px;

    border-radius: 50%;

    background-color: var(--primary-color);

    background-image: url(images/home/comma.png);

    background-size: 50% 50%;

    background-position: center;

    background-repeat: no-repeat;

    z-index: 3;

}



#testimonial-slider {

    margin: 0 auto;

    padding-bottom: 50px;

    margin-left: 0px;

}





/* Responsive */

/* @media (max-width: 1700px){

     #testimonial-slider {

        margin-left: 200px;

    }

} */



/* @media (max-width: 1600px){

     #testimonial-slider {

        margin-left: 100px;

    }

}
 */


@media (max-width: 1500px){

     /* #testimonial-slider {

        margin-left: 100px;

    } */



    .testimonial-title h4 {

    font-size: 16px;

}

}



@media (max-width: 1300px){

    

     #testimonial-slider {

        margin-left: 0px;

    }

}



@media (max-width: 1200px) {

    #testimonial h2 {

        font-size: 28px;

    }

    .testimonial {

        max-width: 450px;

    }



     #testimonial-slider {

        max-width: 1140px; 

        margin-left: auto;

        margin-right: auto;

        padding-left: 15px; 

        padding-right: 15px;

        margin-left: 0px;

    }



}



@media (max-width: 1199px) {

    #testimonial-slider {

        max-width: 100%;

        padding-left: 15px;

        padding-right: 15px;

    }

}



@media (max-width: 992px) {

    #testimonial h2 {

        font-size: 26px;

    }

    .testimonial {

        max-width: 400px;

        padding: 60px 15px 15px;

    }

    .testimonial-title {
        padding: 12px 50px 10px 40px;
    }

}



@media (max-width: 768px) {

    #testimonial {

        padding: 60px 10px;

    }

    .testimonial {

        max-width: 100%;

        padding: 60px 15px 15px;

    }

    .testimonial-img {

        left: 15px;

        top: -40px;

    }

    .testimonial-img img {

        width: 80px;

        height: 80px;

    }

    .testimonial-title {

        padding: 10px 50px 10px 45px;

        font-size: 14px;

    }

    .testimonial-content p {

        font-size: 14px;

        line-height: 1.6;

    }

}



@media (max-width: 480px) {

    .testimonial-img img {

        width: 70px;

        height: 70px;

    }

    .testimonial-content p {

        font-size: 14px;

        line-height: 1.5;

    }



    .testimonial-title h4 {

        font-size: 10px;

    }



    .testimonial-title p{

        font-size: 8px;

    }



    #testimonial h2 {

        font-size: 20px;

    }



}





/* Activities & Events */

#activitiesEvents {
    font-family: var(--font);
    padding: 100px 0 0 10px;
}



#activitiesEvents .row.align-items-center h2 {

    font-size: 38px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 0px;

}



#activitiesEvents .col-sm-4 {

    margin-bottom: 40px;

    position: relative;

}



.activities-img img {

    width: 100%;

    border-radius: 20px;

    display: block;

}



.activities-info {

    position: relative;

    background: #fff;

    border-radius: 0 20px 20px 20px;

    padding: 20px;

    margin-top: -50px; 

    z-index: 2;

    width: 100%; 

    max-width: 365px; 

    margin-right: auto;

}



.activities-info p {

    font-weight: 500;

    font-size: 16px;

    color: red;

    margin-bottom: 4px;

}

.activities-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 12px;
    line-height: 30px;
    position: relative;
    padding-bottom: 12px;
}



.activities-info h3::after {

    content: '';

    display: block;

    width: 130px;

    height: 2px;

    background-color: var(--primary-color);

    margin-top: 16px;

}



.activities-info a {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    font-size: 14px;

    color: var(--primary-color);

    text-decoration: none;

    font-weight: 500;

    transition: transform 0.3s ease;

}



.activities-info a:hover {

    transform: translateX(5px);

}



/* Responsive adjustments */



@media (max-width: 991px) {

    .activities-info {

        margin-top: -40px;

        padding: 15px;

        max-width: 100%;

    }

    .activities-info h3 {

        font-size: 14px;

        line-height: 26px;

    }

}



@media (max-width: 767px) {

    .activities-info {

        margin-top: -30px;

        padding: 12px;

    }

    .activities-info h3 {

        font-size: 16px;

        line-height: 24px;

        margin: 0;



    }

    #activitiesEvents .row.align-items-center h2 {

        font-size: 28px;

    }

}



@media (max-width: 575px) {

    .activities-info {

        margin-top: -20px;

        padding: 10px;

        border-radius: 15px;

    }

    .activities-info h3 {

        font-size: 14px;

        line-height: 22px;

    }

    .activities-info p {

        font-size: 14px;

    }

    .activities-info a {

        font-size: 13px;

    }

    #activitiesEvents .row.align-items-center h2 {

        font-size: 24px;

    }

}





/* footer */



.ea-footer {

    background: var(--primary-color);

    color: #ffffff;

    padding: 0px 0 10px;

    width: 100%;

}



.footer-logo-box {
    padding: 50px 0px 20px 0;
    border-radius: 0 0 20px 20px;
    display: inline-block;
}



.footer-logo-box img {

    max-width: 100%;

    height: auto;

}



.footer-main-row {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    margin: 0 0 10px;
}



.footer-title {

    font-size: 21px;

    margin-bottom: 24px;

    margin-top: 60px;

    font-weight: 600;

}



.footer-list, .footer-links {

    list-style: none;

    padding: 0;

    margin: 0;

}



.footer-list li,

.footer-links li {

    margin-bottom: 14px;

    font-size: 16px;

}



.footer-list li {

    display: flex;

    gap: 16px;

    font-weight: 350;

}



.footer-list li p {

    font-weight: 400;

}



.footer-links a {

    color: #ffffff;

    text-decoration: none;

    padding-left: 14px;

    font-size: 16px;

    position: relative;

}



.footer-links a::before {

    content: "›";

    position: absolute;

    left: 0;

}



.footer-divider {

    border-color: rgba(255, 255, 255, 0.3);

    margin: 25px 0 15px;

}



.footer-bottom {

    font-size: 14px;

    text-align: center;

    margin-top: 10px;

}



.footer-social {

    display: flex;

    align-items: center;

    gap: 16px;

    margin-top: 20px;

    margin-bottom: 30px;

}



.footer-social span {

    font-weight: 500;

}



.footer-social a {

    color: #ffffff !important;

    font-size: 20px;

    transition: 0.3s;

}



.footer-social a:hover {

    opacity: 0.8;

}



.visit-campus-btn {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 12px 26px;

    background-color: #fff;

    color: var(--primary-color);

    text-decoration: none;

    border-radius: 50px;

    font-size: 16px;

    font-weight: 500;

    transition: transform 0.3s ease, box-shadow 0.3s ease;

}



.visit-campus-btn img {

    height: auto;

}



.visit-campus-btn:hover {

    transform: translateY(-2px);

    box-shadow: 0 6px 12px rgba(24, 138, 191, 0.2);

    color: var(--primary-color);

}



.getInTouch p{

    font-weight: 400;

    font-size: 16px;

}



.getInTouch a{

    color: #fff;

    text-decoration: none;

    font-size: 16px;

}



.getInTouch img {

    padding-left: 10px;

}



.contact-now {

    color: #fff;

    position: relative;

    display: inline-flex;

    align-items: center;

    font-size: 16px;

    font-weight: 500;

    color: var(--primary-color);

    text-decoration: none; 

    padding-bottom: 6px;

}



.contact-now::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 0;

    width: 100%;

    height: 2px;

    background-color: #ffffff;

    border-radius: 2px;

    transition: width 0.3s ease;

}



.contact-now:hover::after {

    width: 100%;

}







/* --------- Responsive --------- */

@media (max-width: 991px) {

    .footer-main-row {

        gap: 20px;

    }



    .footer-title {

        margin-top: 30px;

        font-size: 19px;

    }



    .footer-list li,

    .footer-links li {

        font-size: 16px;

    }



    .footer-social a {

        font-size: 22px;

        padding-right: 20px;

    }



    .footer-logo-box {

        margin-bottom: 20px;

    }

}



@media (max-width: 767px) {

    .footer-main-row {

        gap: 0px;

    }



    .footer-list li p {

        margin: 0;

    }



    .footer-links a {

        padding-left: 20px;

    }

    .footer-logo-box {

        margin: 0 auto;

    }

}



@media (max-width: 479px) {

    .footer-title {

        font-size: 16px;

        margin-top: 15px;

    }



    .footer-list li,

    .footer-links li {

        font-size: 12px;

    }



    .footer-social a {

        font-size: 20px;

    }

}



@media (min-width: 1200px) and (max-width: 1400px) {

    .footer-main-row {

        gap: 80px;

    }



    .footer-title {

        font-size: 20px;

    }



    .footer-list li,

    .footer-links li {

        font-size: 15px;

    }



    .footer-social a {

        font-size: 24px;

    }



    .footer-social span {

    font-weight: 500;

    font-size: 14px; 

    }



}



@media (min-width: 992px) and (max-width: 1200px) {

    .ea-footer .col-lg-5.col-md-6 {

        width: 380px !important;

        flex: 0 0 380px !important;

    }



    .footer-main-row {

        gap: 50px;

    }



    .footer-social span {

    font-weight: 500;

    font-size: 14px; 

    }

}



/* inner page banner */



.innerPageBanner-wrapper {

    position: relative;

    width: 100%;

}



.innerPageBanner-wrapper::before {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 250px; 

    background-color: var(--primary-color);

    z-index: 0;

}



#innerPageBanner {

    position: relative;

    height: 500px;

    max-width: 1800px;

    width: 100%;

    margin: 0 auto;



    background: center / cover no-repeat;

    border-radius: 60px;

    overflow: hidden;



    display: flex;

    align-items: center;

    z-index: 1;

}



#innerPageBanner::before {

    content: "";

    position: absolute;

    inset: 0;                  

    background: rgba(0, 0, 0, 0.4); 

    z-index: 0;       

    border-radius: 60px;    

}



#innerPageBanner * {

    position: relative;

    z-index: 1;

}



#innerPageBanner * {

    position: relative;

    z-index: 1;

}



#innerPageBanner .inner_banner_wrap {

    position: relative;

    z-index: 1;

}



#innerPageBanner h1 {

    font-size: 2.5rem;

    font-weight: 600;

}



#innerPageBanner .breadcrumb {

    background: transparent;

    padding: 0;

    margin: 0;

    font-size: 1rem;

}



#innerPageBanner .breadcrumb a {

    color: #fff;

    text-decoration: none;

}



#innerPageBanner .breadcrumb .active {

    color: #fff;

}





#innerPageBanner .inner_banner_wrap {

    position: relative;

    z-index: 1;

    display: flex;

    align-items: center;

    justify-content: space-between;

    flex-wrap: wrap;

}



#innerPageBanner h1 {

    font-size: 36px;

    font-weight: 500;

    margin: 0 0 10px 0;

    color: white;

}



#innerPageBanner .breadcrumb {

    background: transparent;

    padding: 0;

    margin: 0;

    display: flex;

    flex-wrap: wrap;

    list-style: none;

    font-size: 16px;

}



#innerPageBanner .breadcrumb li {

    display: flex;

    align-items: center;

}



#innerPageBanner .breadcrumb li a {

    color: #fff;

    text-decoration: none;

    transition: color 0.3s;

}



#innerPageBanner .breadcrumb li a:hover {

    text-decoration: underline;

}



#innerPageBanner .breadcrumb li span {

    color: #ddd;

}



#innerPageBanner .breadcrumb-arrow li+li::before {

    content: "›"; 

    margin: 0 8px;

    color: #ddd;

}





@media (max-width: 768px) {

    #innerPageBanner {

        padding: 40px 0;

        height: 300px;

    }



    #innerPageBanner h1 {

        font-size: 28px;

        text-align: center;

        margin-bottom: 15px;

    }



    #innerPageBanner .inner_banner_wrap {

        justify-content: center;

    }



    #innerPageBanner .breadcrumb {

        justify-content: center;

    }

}



/* awarded Council of International Schools section */



#misy-award{

    padding: 80px 0;

}



.misy-award-content {

    position: relative;

    z-index: 1;

}



.misy-award-content {

    position: relative;

    background: url(images/school-profile/star-bg.png) center / cover no-repeat;

    color: #fff;

    overflow: hidden;

    width: 100p;

    padding-top: 40px;

}



.misy-award-content h1 {

    font-size: 28px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 40px;

    line-height: 1.7;

}



.misy-certificate-img {

    max-width: 100%;

    height: auto;

}



@media (max-width: 768px) {

    .misy-award-content h1 {

        font-size: 22px;

        margin-bottom: 30px;

    }

}



/* School Overview */

#school-overview {

    padding: 100px 0;

    background: url(images/school-profile/school-overview-bg.png) center / cover no-repeat;

}



#school-overview h1 {

    position: relative;

    text-align: center;

    font-size: 36px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 60px;

}



#school-overview h1::before,

#school-overview h1::after {

    content: "";

    position: absolute;

    top: 50%;

    width: 35%;

    height: 2px;

    background: #283372;

    opacity: 0.2;

}



#school-overview h1::before { left: 0; }

#school-overview h1::after { right: 0; }



#school-overview .overview-img {

    position: relative;

    overflow: hidden;

}



#school-overview .overview-img img {
    max-width: 100%;
    height: auto;
    border-radius: 30px 30px 0 30px;
    position: relative;
    display: block;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 613px;
    object-fit: cover;
}



#school-overview .overview-img::after {

    content: '';

    position: absolute;

    bottom: 0;

    right: 0;

    width: 0;

    height: 0;

    border-style: solid;

    border-width: 70px;

    border-left-color: transparent;

    border-bottom-color: #f3f3f3;

    border-right-color: #f2f2f2;

    border-top-color: transparent;

    z-index: 2;

}



#school-overview .overview {

    position: relative;

    margin-bottom: 30px;

}



.overview-text {

    background: #fff;

    padding: 20px 20px 20px 70px;

    border-radius: 30px;

    position: relative;

    z-index: 1;

    margin-left: 60px;

}



.overview-text p {

    font-size: 16px;

    color: #555;

    margin-bottom: 0;

    line-height: 27px;

}



.overview-icon {

    position: absolute;

    top: 35px;

    left: 20px;

    width: 90px;

    height: 90px;

    border-radius: 50%;

    background: var(--primary-color);

    display: flex;

    justify-content: center;

    align-items: center;

    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);

    z-index: 2;

}



#school-overview .overview-icon img {

    max-width: 55%;

    max-height: 60%;

}



/* Responsive */



@media (max-width: 1200px) {

    #school-overview .col-6:nth-child(2) {

        display: flex;

        flex-direction: column;

        gap: 30px;

    }



    #school-overview .col-6:nth-child(2) .overview {

        width: 100%;

    }

}





@media (max-width: 992px) {

    #school-overview .col-6 {

        flex: 0 0 100%;

        max-width: 100%;

        margin-bottom: 40px;

    }



    #school-overview h1::before, #school-overview h1::after {

        display: none;

    }



    .overview-text {

        padding-left: 20px;

        padding-right: 20px;

    }



    .overview-icon {

        left: 0px;

        top: 30px;

    }



    .overview-text p {

        font-size: 14px;

        padding-left: 40px;

    }

}



@media (max-width: 767px){

    .overview-icon {

        left: 0px;

        top: 50px;

    }

}







@media (max-width: 576px) {

    #school-overview h1 {

        font-size: 28px;

        margin-bottom: 40px;

    }



    .overview {

        display: flex;

        flex-direction: row;

        gap: 15px;

        align-items: flex-start;

    }



    .overview-text {

        padding: 15px 15px 15px 60px;

        border-radius: 20px;

        margin-left: 50px;

    }



    .overview-icon {

        top: 30px;

        left: 10px;

    }



    .overview-text p {

        font-size: 14px;

        line-height: 22px;

        padding-left: 0;

    }



    #school-overview .overview-img img {

        border-radius: 20px;

    }



    #school-overview .overview-img::after {

        border-width: 40px;

    }

}

.misy-commitment {
    background-color: #f8f9fa;
    padding: 80px 0;
    position: relative;
}

.misy-commitment .text-color {
    color: var(--primary-color); 
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 20px;
}

.misy-commitment p.lead {
    font-size: 1.1rem;
    color: #333;
    line-height: 1.7;
    margin-bottom: 15px;
}

.misy-commitment p.lead:first-of-type {
    border-left: 4px solid #003366;
    padding-left: 15px;
}

@media (max-width: 768px) {
    .misy-commitment .text-color {
        font-size: 1.75rem;
    }

    .misy-commitment p.lead {
        font-size: 1rem;
        padding-left: 0;
        border-left: none;
    }
}



/* Mission and Vision */

.vision-mission {

    padding: 150px 0;

    background-color: #f8f8f8;

}



.row.mission-row {

    align-items: center;

}



.vision-mission .col-4 h1 {

    font-size: 44px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 40px;

}



.vision-mission .mission,

.vision-mission .vision {

    position: relative;

    display: flex;

    align-items: center;

    gap: 30px;

}



.mission-img {

    position: absolute;

    left: 15%;

    transform: translateX(-50%);

    z-index: 2;

}



.mission-img img {
    height: auto;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    width: 252px;
    height: 252px;
    object-fit: cover;
    display: block;
    border: 1px solid var(--primary-color);
}

.vision-img {

    position: absolute;

    right: -120px;

    transform: translateX(-50%);

    z-index: 2;

}



.vision-img img {

    height: auto;

    border-radius: 50%;

    box-shadow: 0 8px 20px rgba(0,0,0,0.1);

    width: 252px;
    height: 252px;
    object-fit: cover;
    display: block;
    border: 1px solid var(--primary-color);

}



.vision-mission-text {

    position: relative;

    z-index: 1;

    background: #fff;

    padding: 40px 25px 30px 25px;

    border-radius: 20px;

    box-shadow: 0 4px 15px rgba(0,0,0,0.05);

}



.vision-row {

    margin-top: 120px;

}



.mission-text {

    margin-left: 180px;

    padding-left: 100px;

}



.vision-text {

    text-align: right;

    padding-right: 80px;

    margin-right: 200px;

}



.vision-mission-text h1 {

    font-size: 25px;

    color: #333;

    margin-bottom: 15px;

    font-weight: 600;

}



.vision-mission-text p {

    font-size: 16px;

    line-height: 1.6;

    color: #555;

}



@media (max-width: 1200px){

    .mission-text {
        margin-left: 0px;
        padding-left: 100px;
    }

    .mission-img img {
    display: none;
}

}





@media (max-width: 992px) {

    .vision-mission .mission,

    .vision-mission .vision {

        flex-direction: column;

        text-align: center;

    }




    .vision-mission-text {

        width: 80%;

    }



    .vision-mission-img img {

        max-width: 300px;

        margin: 0 auto;

    }



    .vision-mission .col-4 h1 {

        font-size: 36px;

        padding-top: -40px;

        margin-top: -140px;

    }


    .mission-img {

        top: 50px;

    }

    

    .vision-mission-img, .vision-mission-text {
        width: 100%;
        padding-left: 30px;
    }



    .vision-mission-text p {

    text-align: left;

    padding-left: 60px;

    }



    .vision-mission-text h1 {

    text-align: left;

    padding-left: 60px;

    }



    .mission-text h1{

    padding-left: 20px;

    }



    .mission-text p{

    padding-left: 20px;

    }



    .vision-img img {

    width: 100%;

    }



    .vision-img {

    right: -190px;

    top: -10px;

    }



    .vision-row {

    margin-top: 70px;

}

}



@media (max-width: 767px){

    .vision-mission .col-4 h1 {

        font-size: 30px;

        padding-top: -40px;

        margin-top: -160px;

    }



    .mission-text p {

        font-size: 14px;

        padding-left: 0px;

    }



    .mission-text h1 {

        padding-left: 0px;

    }



    .vision-text p {

        text-align: left;

        padding-left: 0px;

    }



    .vision-text h1 {

        padding-left: 0px;

    }



    .vision-img {

        right: -270px;

        top: 15px;

    }



    .vision-text {

        margin-right: 0px;

    }



}



@media (max-width: 576px) {

    .vision-mission .col-4 h1 {

        font-size: 28px;

    }



    .vision-mission-text h1 {

        font-size: 24px;

    }



    .vision-mission-text p {

        font-size: 15px;

    }



    .mission-row .col-4{

        display: none;

    }



    .mission{

        margin-left: 100px;

    }

}



@media(max-width: 490px){

    .mission-text {
        margin-left: -130px;
        padding-left: 30px;
        width: 360px;
    }



    .mission-img {

        display: none;

    }



    .vision-img img {

        display: none;

    }



    .vision-text {

    padding-right: 0px;

}



.vision {



        width: 350px;

    }



        .vision-text p {

        font-size: 15px;

        padding-right: 20px;

    }

}

@media(max-width: 450px){
    .mission-text {
        margin-left: -100px;
        padding-left: 30px;
        width: 360px;
    }
}

@media(max-width: 440px){
    .mission-text {
        margin-left: -100px;
        padding-left: 30px;
        width: 360px;
    }
}

@media (max-width: 400px) {
    .mission-text {
        margin-left: -80px;
        padding-left: 30px;
        width: 360px;
    }
}

/* MISY Qualities */

#misy-qualities {

    padding: 80px 0;

}



#misy-qualities .qualities-header {

    text-align: center;

    margin-bottom: 60px;

    position: relative;

}



#misy-qualities .qualities-header h2 {

    position: relative;

    text-align: center;

    font-size: 36px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 60px;

}





#misy-qualities .qualities-header h2::before,

#misy-qualities .qualities-header h2::after {

content: "";

    position: absolute;

    top: 50%;

    width: 35%;

    height: 2px;

    background: #283372;

    opacity: 20%;

}



#misy-qualities .qualities-header h2::before {

    left: 0;

}



#misy-qualities .qualities-header h2::after {

    right: 0;

}



.quality-card {

    position: relative;

    text-align: center;

    margin-bottom: 60px;

}



.quality-card img {
    border-radius: 20px;
    z-index: 1;
    position: relative;
    width: 300px;
    height: 238px;
    object-fit: cover;
}



.quality-card .title {
    position: absolute;
    bottom: 16px;
    left: 53%;
    transform: translateX(-50%) translateY(50%);
    background: #fff;
    padding: 16px 50px;
    border-radius: 10px;
    box-shadow: 1px 2px 15px rgba(0, 0, 0, 0.15);
    z-index: 2;
    transition: background 0.3s, color 0.3s;
}



.quality-card:hover .title {

    background: #188ABF; 

}



.quality-card:hover .title h3 {

    color: #fff; 

}



.quality-card .title h3 {

    margin: 0;

    font-size: 16px;

    font-weight: 600;

    color: #343a40;

    width: 150px;

    letter-spacing: 1px;

}



@media (max-width: 1400px){

    .quality-card .title {

        padding: 12px 20px;

    }

}



@media (max-width: 1200px) {

    .quality-card .title {

        padding: 12px 14px;

    }

}


@media (max-width: 992px) {

    #misy-qualities .col-3 {

        flex: 0 0 50%;

        max-width: 50%;

    }



    .quality-card .title {

        padding: 16px 50px;

    }



    #misy-qualities .qualities-header h2::before, #misy-qualities .qualities-header h2::after {

    display: none;

}

}



@media (max-width: 767px){

    .quality-card .title {

        padding: 12px 18px;

    }

}



@media (max-width: 576px) {

    #misy-qualities .col-3 {

        flex: 0 0 100%;

        max-width: 100%;

    }

    .quality-card {

    margin-bottom: 0px;

}



    .quality-card {

        padding: 25px 15px;

    }



    .quality-card h3 {

        font-size: 16px;

    }



    .quality-card .title {

    bottom: 25px;

}



    .quality-card .title {

        padding: 12px 40px;

    }

}


@media (max-width: 1024px) and (min-width: 768px) {
    #misy-qualities .col-3 {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }

    .quality-card .title {
        padding: 16px 16px;
    }
}



/* SCHOOL CREST */



#school-crest {

    padding: 20px 0 100px;

    font-family: var(--font);

    position: relative;

}



#school-crest .section-head {

    margin: 0 auto;

    padding: 40px 40px;

    position: relative;

    z-index: 1;

    background: url(images/school-profile/school-crest-bg.png) center / cover no-repeat;

    border-radius: 30px;

    overflow: hidden;

}



#school-crest .title {

    font-size: 40px;

    font-weight: 700;

    color: var(--primary-color);

    margin-bottom: 40px;

    text-align: center;

    position: relative;

}



#school-crest .title::after {

    content: "";

    position: absolute;

    left: 50%;

    bottom: -14px;

    transform: translateX(-50%);

    width: 300px;

    height: 3px;

    border-radius: 2px;

    background: linear-gradient(90deg, rgba(24, 138, 191, 0) 0%, rgba(24, 138, 191, 1) 50%, rgba(24, 138, 191, 0) 100%);

}



#school-crest p {

    font-size: 16px;

    line-height: 2;

    color: #555;

    text-align: center;

    margin: 0 auto;

}



@media (max-width: 768px) {

    #school-crest .title {

        font-size: 32px;

    }



    #school-crest p {

        font-size: 15px;

        line-height: 1.6;

    }

}



@media (max-width: 480px) {

    #school-crest .title {

        font-size: 28px;

    }



    #school-crest p {

        font-size: 14px;

        line-height: 1.5;

    }

}



/* Welcome Section */



#welcome-message {
    padding: 100px 0 20px;
    background-color: #ffffff;
}


.welcome-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.welcome-header p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0px;
}

#welcome-message img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    margin-bottom: 30px;
    width: 540px;
    height: 468px;
    object-fit: cover;
    display: block;
}

.welcome-point {
    border-radius: 16px;
    margin-bottom: 23px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.welcome-point h3 {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
    margin-bottom: 14px;
    line-height: 25px;
}

.welcome-point span {

    color: var(--primary-color);

    padding-right: 12px;

}



.welcome-point p {

    font-size: 16px;

    color: #555;

    margin: 0;

    line-height: 1.7;

}

.col-12.col-md-12.welcome-points {
    margin-top: 20px;
}


/* Responsive */

@media (max-width: 1200px) {

    .welcome-title {

        font-size: 32px;

    }

    .welcome-point p {

        font-size: 15px;

    }

}



@media (max-width: 991px) {

    .welcome-title {

        font-size: 30px;

    }

    .col-6 {

        flex: 0 0 100%;

        max-width: 100%;

    }

}



@media (max-width: 768px) {

    .welcome-title {

        font-size: 28px;

    }

    .welcome-intro {

        font-size: 15px;

    }

    .welcome-point p {

        font-size: 14px;

    }

}



@media (max-width: 576px) {


    .welcome-title {

        font-size: 24px;

    }

    .welcome-intro {

        font-size: 14px;

    }

    .welcome-point h3 {

        font-size: 16px;

    }

    .welcome-point p {

        font-size: 13px;

    }

}





/* misy board of directors */



#board-section {

    position: relative;

    overflow: hidden;

    padding: 0px;

}


#board-section .container {

    position: relative;

    z-index: 2;

}



.board-content {
    color: #000000;
}



#board-section p {

    font-size: 16px;

    line-height: 1.9;

    margin-bottom: 18px;

}



#board-section h3 {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 40px;
}

#board-section h3 img {

    width: 40px;

    flex-shrink: 0;

    display: none;

}



.board-image {

    text-align: right;

}



.board-image img {
    padding: 40px 0 0;
    width: 579px;
    height: 672px;
    object-fit: cover;
    display: block;
}



/* responsive */



@media (max-width: 1200px) {

    .board-image img {

        bottom: -40px;

    }



    #board-section::before {

    height: auto;

}



    #board-section p {

        font-size: 14px;

        line-height: 1.5;

        margin-bottom: 14px;

    }



    .board-image img {

        bottom: 0px;

        padding: 40px 0;

    }

}



@media (max-width: 991px) {


    .board-image {

        text-align: center;

        margin-top: 40px;

    }



    .board-image img {

        display: none;

    }

}



@media (max-width: 768px) {



    #board-section p {

        font-size: 15px;

    }



    #board-section h3 {

        font-size: 18px;

    }



    .board-image img {

        max-width: 90%;

    }

}



@media (max-width: 576px) {

    #board-section p {
        font-size: 16px;
        line-height: 1.7;
    }



    #board-section h3 {

        font-size: 16px;

        gap: 12px;

    }



    #board-section h3 img {

        width: 32px;

    }

}


/* Board of Directors Section */
section#board-of-directors {
    padding-bottom: 100px;
}

section#board-of-directors h2 {
    font-size: 22px;
    color: #000;
}

#board-of-directors ul {
    list-style: none;    
    padding-left: 0;     
    margin: 0;
}

#board-of-directors li {
    font-size: 16px;
    margin-bottom: 6px;
    color: #000;
}



/* drop down */

.dropdown-item {

    display: flex;

    align-items: center;

    gap: 10px;

    width: 100%;

    padding: 12px 20px;

    font-weight: 500;

    color: #333;

    text-decoration: none;

    background-color: transparent;

    border: 0;

    border-radius: 8px;

    transition: all 0.25s ease;

    font-size: 16px;

}



.dropdown-item:hover,

.dropdown-item:focus {

    background-color: #f0f6ff;

    color: var(--primary-color);

    transform: translateX(6px);

}



.dropdown-item.active {

    background-color: #f0f6ff;

    color: var(--primary-color);
    transform: translateX(0px);

}



.dropdown-item + .dropdown-item {

    border-top: 1px solid #eee;

}



/* school policies */

#school-policies h1 {

    font-size: 42px;

    font-weight: 600;

    color: var(--primary-color);

    margin-bottom: 15px;

    margin-top: 100px;

}

#school-policies p {
    font-size: 16px;
    color: #555;
    margin-bottom: 50px;
    text-align: left;
}

#school-policies .row {

    margin-bottom: 40px;

}



.policy-card {

    background: #ffffff;

    border-radius: 20px;

    padding: 20px 24px;

    height: 100%;

    display: flex;

    flex-direction: column;

    text-align: center;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);

    transition: all 0.35s ease;

    position: relative;

    overflow: hidden;

    border: 1px solid #188ABF;

}



.policy-card::before {

    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(135deg, rgba(13, 110, 253, 0.1), transparent);

    opacity: 0;

    transition: opacity 0.35s ease;

}





.policy-card:hover::before {

    opacity: 1;

}



.policy-card:hover {

    box-shadow: 0 20px 45px rgba(0,0,0,0.15);

}



.policy-card img {
    width: 100%;
    margin-bottom: 12px;
    width: 250px;
    /* height: 300px; */
    object-fit: cover;
    display: block;
    height: auto;
}



.policy-card h3 {

    font-size: 16px;

    font-weight: 600;

    color: #1f2937;

    margin-bottom: 20px;

    line-height: 1.4;

    flex-grow: 1;

    text-align: left;

    z-index: 3;

}

.policy-card a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 12px 22px;
    border-radius: 999px;
    background: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    margin-bottom: 6px;
    color: #fff !important;
    z-index: 1000;
}


.policy-card a i {

    font-size: 16px;

}



@media (max-width: 992px) {

    #school-policies .col-lg-3,

    #school-policies .col-md-6 {

        margin-bottom: 30px;

    }

}



@media (max-width: 768px) {

    #school-policies h1 {

        font-size: 32px;

    }



    .policy-card {

        text-align: left;

    }


    .policy-card img {
        display: none;
    }

.policy-card h3 {
    text-align: center;
}

}



/* post */

.single-post .post-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--primary-color);
    line-height: 1;
}

.single-post .post-date {

    font-size: 0.9rem;

    color: #777;

}



.single-post .post-content p {

    font-size: 1rem;

    line-height: 1.7;

    margin-bottom: 1rem;

}



.single-post .post-featured img {

    width: 100%;
    object-fit: cover;

}



.single-post .post-gallery img {

    transition: transform 0.3s ease, opacity 0.3s ease;

    cursor: pointer;

}



.single-post .post-gallery img:hover {

    transform: scale(1.05);

    opacity: 0.9;

}



.fancybox img {

    border-radius: 8px;

    display: block;

}



.single-post .post-content::after {

    content: "";

    display: block;

    clear: both;

}





/* sidebar */



.sidebar {
    padding: 40px 20px;
    background: #72b8ed1c;
    border-radius: 12px;
    margin-bottom: 30px;
}


.sidebar .widget-title {

    font-size: 24px;

    font-weight: 700;

    color: var(--primary-color);

    border-bottom: 2px solid #008ada;

    padding-bottom: 8px;

    margin-bottom: 40px;

}



.sidebar .mywidget {

    display: flex;

    align-items: center;

    margin-bottom: 15px;

    gap: 10px;

    flex-direction: row;

    flex-wrap: nowrap;

}



.sidebar .mywidget .col-sm-4 img {

    width: 100%;

    height: auto;

    border-radius: 8px;

    transition: transform 0.3s ease, opacity 0.3s ease;

}



.sidebar .mywidget .col-sm-4 img:hover {

    transform: scale(1.05);

    opacity: 0.9;

}



.sidebar .mywidget .col-sm-8 {

    display: flex;

    flex-direction: column;

    justify-content: center;

    padding-left: 0;

}



.sidebar .mywidget .date {

    font-size: 14px;

    color: #777;

    margin-bottom: 4px;

}





.sidebar .mywidget .post-title a {

    color: #333;

    text-decoration: none;

    transition: color 0.3s ease;

    font-size: 15px;

}



.sidebar .mywidget .post-title a:hover{

    color: var(--primary-color);

}



.single-container{

    margin-top: 100px;

}



/* model */

.modal-content {

    border-radius: 15px;

    overflow: hidden;

    border: none;

    background: var(--primary-color);

}



.modal-header {

    justify-content: center; 

    position: relative;     

    border-bottom: none;     

}



.modal-title{

    color: #fff;

    text-align: center;

}



.modal-body {

    position: relative;

    text-align: center;

    padding: 2rem;

    background: #fff;

    color: #fff;

}



.modal-body img {

    border-radius: 10px;

    max-width: 100%;

    height: auto;

    transition: transform 0.4s ease;

}



.modal-body p {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.7;
    color: #434343;
}



.modal-header .btn-close {
    filter: invert(1); 
}



/* Sub Banner */

.sub-banner {
    position: relative;
    height: 400px;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;
}

@media (max-width: 1830px) {
.sub-banner {
    max-width: 1750px;
}
}




.sub-banner::after {

    content: '';

    position: absolute;

    inset: 0; 

    background: rgba(0,0,0,0.4); 

    z-index: 1;

}



.sub-banner-wrapper::before{

    content: "";

    position: absolute;

    top: 20;

    left: 0;

    width: 100%;

    height: 250px;

    background-color: var(--primary-color);

    z-index: 0;

}



.sub-banner .container {

    position: relative;

    z-index: 2;

    text-align: center;

}



.sub-banner .page-meta .title {

    font-size: 42px;

    font-weight: 700;

    margin-bottom: 15px;

    color: #fff;

}



.sub-banner .page-meta .breadcrumb,

.sub-banner .page-meta .breadcrumbs {

    font-size: 16px;

    color: #ffffff;

    display: inline-block;

}



#breadcrumbs {

    display: flex;

    align-items: center;

    font-size: 18px;

    justify-content: center;

}



#breadcrumbs a {

    color: #ffffff;

    text-decoration: none;

    margin-right: 5px;

}



#breadcrumbs a:hover {

    text-decoration: underline;

}



#breadcrumbs li {

    list-style: none;

    margin-left: 5px;

}



#breadcrumbs .bread-current {

    color: #ffffff;

}



#breadcrumbs li::before {

    content: ">";

    margin-right: 8px;

    color: #ffffff;

}





/* ------------------------------

Responsive Adjustments

------------------------------ */

@media (max-width: 991px) {

    .sub-banner {
        padding: 60px 0;
        height: 300px;
    }



    .sub-banner .page-meta .title {

        font-size: 36px;

    }



    .sub-banner .page-meta .breadcrumb,

    .sub-banner .page-meta .breadcrumbs {

        font-size: 14px;

    }

}



@media (max-width: 576px) {

    .sub-banner {
        padding: 40px 0;
        height: 250px;
        border-radius: 0px;
    }


    .sub-banner .page-meta .title {

        font-size: 28px;

    }



    .sub-banner .page-meta .breadcrumb,

    .sub-banner .page-meta .breadcrumbs {

        font-size: 12px;

    }

}


/* Mandalay Campus */

.campus-gallery-section {
  background: #f8f9fa;
}

.campus-gallery-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 50px;
    color: var(--primary-color);
}

.campus-gallery-subtitle {
  color: #666;
  font-size: 1rem;
}

.campus-gallery-figure {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
}

.campus-gallery-figure img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 1s;
}

.campus-gallery-figure::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200%;
  height: 200%;
  background: rgba(0,0,0,0.5);
  transform-origin: center;
  opacity: 0;
  transform: scale(1);
  transition: opacity .3s, transform .9s;
  border-radius: 50%;
}

.campus-gallery-figure figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  opacity: 0;
  transform: translateY(2rem);
  transition: opacity .6s, transform .6s;
  z-index: 1;
}

.campus-gallery-figure:hover::after,
.campus-gallery-figure:focus::after {
  opacity: 1;
  transform: scale(2.5);
}


.campus-gallery-figure:hover figcaption,
.campus-gallery-figure:focus figcaption {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.campus-gallery-figure:hover img,
.campus-gallery-figure:focus img {
  transform: scale(1.2);
}



/* Welcome From The Head Of School */

#WelcomeMessage, #WelcomeMessage.welcome-message {
    padding: 60px 0;
}

#WelcomeMessage .headOfSchoolImageCol {
    position: relative;
    display: flex;
    justify-content: center;
}

#WelcomeMessage .headOfSchoolImg img {
    display: block;
    border-radius: 25px;
    background: #fff;
    padding: 12px;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 523px;
    object-fit: cover;
}

#WelcomeMessage .headOfSchoolMessage {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#WelcomeMessage .headOfSchoolMessage h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--primary-color);
    margin-bottom: 20px;
}

#WelcomeMessage .headOfSchoolMessage p {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 25px;
}

#WelcomeMessage .headOfSchoolMessage .teacher-name {
    border-left: 4px solid var(--primary-color);
    padding-top: 2px;
    height: 60px;
    margin-top: 20px;
    padding-left: 16px;
}

#WelcomeMessage .headOfSchoolMessage .teacher-name h6 {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #1f2d3d;
    margin-bottom: 3px;
}

#WelcomeMessage .headOfSchoolMessage .teacher-name span {
    font-size: 15px;
    color: #666;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    #WelcomeMessage .headOfSchoolMessage {
        padding-left: 0;
        margin-top: 30px;
    }

    .head-message-section {
    background: #fff;
    padding: 100px 0 80px;
    position: relative;
}
}

@media (max-width: 576px) {
    #WelcomeMessage .headOfSchoolMessage h2 {
        font-size: 32px;
    }

    #WelcomeMessage .headOfSchoolMessage p {
        font-size: 16px;
    }

    #WelcomeMessage .headOfSchoolImg {
        max-width: 300px;
    }
}

.head-message-section {
    background: #fff;
    padding: 100px 0 300px;
    position: relative;
}

.head-message-image-wrapper {
    width: 1000px;      
    height: 500px;     
    margin-left: auto;   
    margin-right: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
    position: relative;
    z-index: 1;
}

.head-message-image-wrapper img {
    object-fit: cover;
    object-position: center;
    width: 1000px;
    height: 500px;
}

@media (max-width: 768px) {
    .head-message-image-wrapper img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

.message-box {
    position: absolute;
    width: 50%;
    max-width: 600px;
    padding: 28px 38px;
    border-radius: 14px;
    font-size: 15px;
    line-height: 1.8;
    z-index: 2;
    bottom: -200px;
    left: 100px;
}

.message-box::before {
    content: "";
    background-image: url(images/comma.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -35px;
    left: -30px;
    width: 70px;
    height: 70px;
    z-index: 3;
}

.message-box-light {
    background: #fff;
    color: #555;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    border: 6px solid #188ABF;
}

/* Responsive Adjustments */

@media (max-width: 1200px) {
    .head-message-image-wrapper {
        width: 90%;
        height: auto;
        max-height: 500px;
    }

    .message-box {
        width: 55%;
        bottom: -150px;
        left: 50px;
        font-size: 14px;
    }
}

@media (max-width: 992px) {
    .head-message-image-wrapper {
        width: 100%;
        height: auto;
    }

    .message-box {
        position: relative;
        width: 90%;
        bottom: 0;
        left: 0;
        margin: 20px auto 0 auto;
    }

    .message-box::before {
        top: -25px;
        left: 10px;
        width: 50px;
        height: 50px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .head-message-section {
        padding: 60px 15px 200px;
    }

    .message-box {
        width: 95%;
        font-size: 14px;
        padding: 20px 25px;
        border-radius: 12px;
        margin-top: 15px;
    }

    .message-box::before {
        top: -20px;
        left: 10px;
        width: 40px;
        height: 40px;
    }
}





/* Meet the team */
.team-group-title {
    font-size: 24px;
    font-weight: 700;
    color: #188abf;
    margin-bottom: 20px;
    border-left: 4px solid #188abf;
    padding-left: 10px;
}

.meet-the-team {
    padding: 120px 0px 30px;
}

.meet-the-team-title h1 {
    font-size: 34px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
}

.customsearch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.my-search {
    width: 100%;
    max-width: 600px;
}

.my-search input.form-control {
    border-radius: 10px 0px 0px 10px;
    border: 1px solid #aaa;
    padding: 10px 20px;
    font-size: 1rem;
    outline: none;
}

.my-search input.form-control:focus {
    border-color: #188ABF;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.my-search .input-group-btn button {
    border-radius: 0 10px 10px 0;
    border: 1px solid #188ABF;
    background-color: #188ABF;
    color: #fff;
    padding: 10px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.my-search .input-group-btn button:hover {
    background-color: #188ABF;
    border-color: #188ABF;
    color: #fff;
}

.my-search input.form-control::placeholder {
    font-size: 16px; 
    color: #B3B3B3; 
    opacity: 1; 
}

.meet-team-hr {
    border: 0;
    height: 2px;       
    background-color: #007bff;  
    margin: 20px 0;     
    width: 100%;          
}


/* Meet The Senior Leadership Team  */

.meet-the-team {
    padding: 60px 0;
    background: #fff;
}

.meet-the-team h2 {
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 60px;
}

.team-card {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    border: 2px solid #dfdfdf;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 30px;
    height: 340px;
	/* height: auto; */
}

.team-card img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 24px;
}

.team-card h4 {
    font-size: 20px;
    font-weight: 600;
    color: var(--primary-color);
    margin-bottom: 6px;
}

.team-card p {
    font-size: 16px;
    color: #555;
}


@media (max-width: 1200px){

}

@media (max-width: 767px) {
    .team-card-modal .row {
        flex-direction: column;
    }
    
    .left-box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575px) {
    .meet-the-team {
        padding: 40px 0;
    }

    .meet-the-team h2 {
        font-size: 26px;
    }

    .team-card {
        padding: 20px;   
    }

    .team-card img {
        width: 110px;
        height: 110px;
        margin-bottom: 16px;
    }

    .team-card h4 {
        font-size: 20px;
    }

    .team-card p {
        font-size: 15px;
    }
}



/* tab styling */

.nav-tabs .nav-link {
    color: #313131;
    font-size: 18px;
    padding: 10px 28px;
    background-color: #f5f5f5;
    border-radius: 6px 6px 0 0;
    margin-right: 5px;
    transition: all 0.3s ease;
    margin-top: 16px;
}

.nav-tabs .nav-link:hover {
    background-color: var(--primary-color);
    color: #fff; 
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primary-color);
    border-radius: 30px;
}

.nav-tabs {
    --bs-nav-tabs-border-color: transparent !important;
}


/* Primary School Welcome Section */
section.primary-school.py-5 {
    background-color: #fff;
}

.primary-school-welcome {
    background: #fff;
}

.primary-school-welcome h1 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 50px;
    color: var(--primary-color);
}

.welcome-text p {
    font-size: 16px;
    color: #2c2c2c;
    line-height: 1.7rem;
    align-items: flex-end;
}

.welcome-text-p p{
    font-size: 16px;
    color: #2c2c2c;
    line-height: 1.5rem;
}

/* Responsive */
@media (max-width: 767px) {
    .primary-school-welcome .team-card img {
        width: 140px;
        height: 140px;
    }

    .primary-school-welcome h1 {
        font-size: 2rem;
    }

    .primary-school-welcome .welcome-text {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .head-message-section {
        background: #fff;
        padding: 0px 0 80px;
        position: relative;
    }
}

/* Early Years Foundation Stage */

.tab-pane {
    padding-top: 30px;
}

.primary-school-info-titles {
    font-family: var(--secondary-font, inherit);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.7;
    color: var(--primary-color);
}

.primary-school-info-desc {
    font-size: 1rem;
    line-height: 1.8;
    color: #4b5563;
    max-width: 900px;
}

.primary-school-info-headers p {
    font-size: 16px;
}

.col-12.primary-school-info-headers li {
    font-size: 16px;
    line-height: 1.7rem;
}

.our-aim-image .col-md-6 img {
    height: auto;
    border-radius: 20px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.our-aim-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.our-aim-content h1 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
    line-height: 1.2;
}

.our-aim-content p {
    font-size: 16px;
    line-height: 1.8;
    color: #2e3743;
    margin-bottom: 20px;
}

.col-12.col-md-6.our-aim-content h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
    line-height: 1.2;
}

.our-aim-content ul {
    padding-left: 20px; 
    margin: 0 0 20px 0;
    list-style: disc; 
}

.our-aim-content ul li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #2a3039;
}

.row.align-items-center.our-aim-image.g-3 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.our-aim-content ul li::marker {
    color: var(--primary-color); 
    font-weight: bold;
}

.primary-school-info-contents {
    padding: 40px 0 0;
}

.primary-school-info-contents h1 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
    margin-top: 0px;
}

.primary-school-info-contents p {
    font-size: 16px;
    line-height: 1.8;
    color: #212429;
    margin-bottom: 15px;
}

.primary-school-info-contents ul {
    padding-left: 18px;
    margin-bottom: 15px;
    list-style: disc;
}

.primary-school-info-contents ul li {
    font-size: 16px;
    line-height: 1.6;
    color: #37393b;
    margin-bottom: 8px;
}

.primary-school-info-contents ul li::marker {
    color: var(--primary-color); 
    font-weight: bold;
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .primary-school-info-contents h1 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .primary-school-info-contents p,
    .primary-school-info-contents ul li {
        font-size: 0.95rem;
    }
}


/* Responsive tweaks */
@media (max-width: 768px) {
    .our-aim-content h1 {
        font-size: 1.6rem;
        margin-bottom: 15px;
    }

    .our-aim-content p,
    .our-aim-content ul li {
        font-size: 0.95rem;
    }
}


/* Primary Curriculum Overview */

.primary-curriculum-overview {
    margin-bottom: 30px;
}

.curriculum-overview {
    background: #ffffff;
    padding: 40px 20px;
    border-radius: 12px;
    border: 2px solid #e5e7eb;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}

.row.primary-curriculum-overview h1 {
    font-family: var(--secondary-font, inherit);
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
    color: var(--primary-color);
}

.curriculum-overview:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.1);
    border-color: #188ABF; 
}

.curriculum-overview h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #354b61;
    line-height: 1.6;
}

.curriculum-overview a {
    display: inline-block;
    font-weight: 600;
    color: #ffffff;
    background-color: var(--primary-color);
    padding: 10px 40px;
    border-radius: 50px;
    text-decoration: none;
    transition: background-color 0.3s, transform 0.2s;
    margin-top: 10px;
    font-size: 18px;
}

.curriculum-overview a:hover {
    background-color: #009ce4;
    transform: translateY(-2px);
}

.curriculum-overview a i {
    margin-left: 5px;
}

@media (max-width: 1200px) {
    .curriculum-overview h2 {
        font-size: 1.15rem;
    }
}

@media (max-width: 992px) {
    .curriculum-overview {
        padding: 18px;
    }
}

@media (max-width: 768px) {
    .primary-curriculum-overview .curriculum-overview {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .primary-curriculum-overview .curriculum-overview {
        width: 100%;
    }
}


/* EAL Section */
#eal {
    padding: 90px 0;
}

#eal h1 {
    font-size: 36px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 25px;
}

#eal h1 i {
    color: var(--primary-color);
    margin-right: 10px;
}

#eal .eal-intro {
    font-size: 17px;
    line-height: 1.4rem;
    color: #555;
}

#eal .eal-image-wrap {
    position: relative;
}

.row.d-flex.align-items-center.eal-image-row {
    margin-top: 30px;
}

#eal img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.15);
}

#eal .eal-content {
    background: #ffffff;
    padding: 30px 40px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

#eal .eal-divider {
    width: 60px;
    height: 4px;
    background: var(--primary-color);
    margin: 20px 0;
    border-radius: 2px;
}

#eal .eal-highlight {
    font-weight: 500;
    color: #333;
}

.col-lg-7.eal-content p {
    font-size: 16px;
    line-height: 1.4rem;
	color: #555;
	font-weight:400;
}

/* Responsive */
@media (max-width: 991px) {
    #eal h1 {
        font-size: 30px;
    }

    #eal .eal-content {
        margin-top: 30px;
    }
}

@media (max-width: 575px) {
    #eal {
        padding: 70px 0;
    }

    #eal h1 {
        font-size: 26px;
    }
}

#eal .eal-content {
    position: relative;
    background: #ffffff;
    padding: 10px 20px 20px 40px;
    border-radius: 28px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
    border: 1.5px solid #c4ecff;
}

@media (max-width: 991px) {
    #eal .eal-content .eal-icon {
        top: -15px;
        left: 15px;
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
}

/* Entrance & Exit Procedures Section */
#entrance-and-exit-procedures {
    padding: 60px 0;
    background-color: var(--primary-color);
    color: #ffffff;
    margin: 40px 0 100px;
}

#entrance-and-exit-procedures h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
}

#entrance-and-exit-procedures .row {
    align-items: center;
}

#entrance-and-exit-procedures .entrance-image img {
    width: 100%;
    max-width: 540px;
    height: 730px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    display: block;
    margin: 0 auto;
}

#entrance-and-exit-procedures .entrance-content {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    padding: 28px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
}

#entrance-and-exit-procedures .entrance-content ul {
    list-style: none;
    padding-left: 0;
    margin-top: 15px;
}

#entrance-and-exit-procedures .entrance-content ul li {
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    margin-bottom: 12px;
}

#entrance-and-exit-procedures .entrance-content ul li i {
    color: #ffffff;
    font-size: 20px;
    margin-right: 16px;
    flex-shrink: 0;
    margin-top: -4px;
}

@media (max-width: 991px) {
    #entrance-and-exit-procedures {
        padding: 60px 20px;
    }

    #entrance-and-exit-procedures h2 {
        font-size: 28px;
    }

    #entrance-and-exit-procedures .entrance-content {
        padding: 15px;
        margin-top: 30px;
    }

}

@media (max-width: 575px) {
    #entrance-and-exit-procedures h2 {
        font-size: 24px;
    }

    #entrance-and-exit-procedures .entrance-content {
        font-size: 15px;
        line-height: 1.7;
    }

    #entrance-and-exit-procedures .entrance-image img {
        height: 550px;

    }
}

@media (max-width: 400px) {
    #entrance-and-exit-procedures .entrance-image img {
        height: 400px;

    }
}


/* WIDA */
#wida-section {
    padding: 0px 0 80px;
}

#wida-section .wida-logo img {
    max-width: 300px;
    height: auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}


#wida-section .wida-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    #wida-section {
        padding: 60px 20px;
    }

    #wida-section .wida-logo img {
        max-width: 150px;
        margin-bottom: 20px;
    }

    #wida-section .wida-image img {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 575px) {
    #wida-section {
        padding: 40px 15px;
    }
}

/* Admissions Section */

.admissions-section .admissions-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--primary-color);
}

.admissions-section p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0px;
}

.admissions-info-box {
    border-radius: 15px;
}

.admissions-info-box img {
    max-height: 400px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 600px;
}

.admissions-step {
    position: relative;
    background-color: #ffffff;
    padding: 20px 20px 20px 20px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s;
    margin-top: 30px;
    border: 1.5px solid #c4ecff;
}

.admissions-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  background-color: #f4faff;
}

.admissions-icon {
    position: absolute;
    top: 22px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, transform 0.3s;
    flex-shrink: 0;
}

.admissions-step:hover .admissions-icon {
  background-color: #0291bd;
  transform: scale(1.1);
}

.admissions-step p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
    margin-left: 70px;
}

.admissions-step a.btn {
    font-size: 0.875rem;
    font-weight: 500;
    margin-top: -10px;
    margin-left: 70px;
}

.admissions-heading {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
/*     color: #2b2b2b; */
	color: #555;
}

/* Styled Button */
.admissions-section .btn-primary {
  background: linear-gradient(135deg, #05a1df, #0080b3); 
  border: none;
  border-radius: 50px; 
  padding: 10px 20px;
  font-size: 0.95rem;
  font-weight: 600;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
  transition: all 0.3s ease;
}

.admissions-section .btn-primary:hover {
  color: #fff;
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

.admissions-section .btn-primary:focus,
.admissions-section .btn-primary:active {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(0, 123, 255, 0.4);
}


/* Responsive adjustments */
@media (max-width: 992px) {
  .admissions-step p {
    margin-left: 0;
    padding-top: 40px; 
  }

  .admissions-icon {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }

  .admissions-section .admissions-title {
    text-align: left;
}

.admissions-section p {
    text-align: left;
}

}

@media (max-width: 576px) {
  .admissions-section .admissions-title {
    font-size: 2rem;
  }

  .admissions-heading {
    font-size: 1rem;
  }

  .admissions-step p {
    font-size: 0.9rem;
  }
}


/* apply now */
.apply-now {
  background: linear-gradient(135deg, #dcf5ff, #ecf9fc);
}

.apply-now-title {
    font-size: 32px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
}

.apply-now-title::after {
  content: "";
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  display: block;
  margin-top: 10px;
  border-radius: 10px;
}

.apply-now-content {
    font-size: 18px;
    line-height: 1.8;
    color: #444;
}

.apply-now-image {
  max-width: 100%;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

/* ===== MOBILE ===== */
@media (max-width: 991px) {
  .apply-now-title {
    font-size: 1.8rem;
    text-align: center;
  }

  .apply-now-content {
    text-align: center;
  }

  .apply-now-title::after {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 575px) {
  .apply-now {
    padding: 3rem 0;
  }

  .apply-now-content {
    font-size: 0.95rem;
  }
}

/* Admission Process */

.admissions-process {
  padding: 80px 0;
  background-color: #f9fafc;
}

.admissions-process .section-title {
  font-weight: 700;
  margin-bottom: 25px;
  color: var(--primary-color);
  font-size: 28px;
}

.process-list,
.decision-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}


.process-list > li,
.decision-list > li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 16px;
  line-height: 1.6;
  color: #333;
  font-size: 16px;
}

.process-list > li::before,
.decision-list > li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary-color);
  font-weight: 700;
}

.sub-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
}

.sub-list li {
  margin-bottom: 8px;
  color: #555;
}

/* Responsive tweaks */
@media (max-width: 768px) {
  .admissions-process {
    padding: 50px 0;
  }

  .admissions-process .section-title {
    font-size: 1.4rem;
  }

  .process-list > li,
  .decision-list > li {
    padding-left: 25px;
    font-size: 0.95rem;
  }
}

/* Admission language version */

.language-switcher {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.language-switcher .lang-tab {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.language-switcher .lang-tab:hover {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--bs-nav-tabs-border-color);
}

.language-switcher .lang-tab.active {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

/* how to apply */
.how-to-apply {
    border-radius: 15px;
    padding: 100px 0px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.how-to-apply .icon-title {
    margin-bottom: 15px; 
}

.how-to-apply .section-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary-color);
}

.how-to-apply .lead-text {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    margin-bottom: 10px;
}

.how-to-apply .btn-primary {
    background: linear-gradient(135deg, #05a1df, #0080b3);
    border: none;
    border-radius: 50px;
    padding: 12px 30px;
    font-size: 0.95rem;
    font-weight: 600;
    color: #fff;
    box-shadow: 0 5px 15px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    margin-top: 20px;
    font-weight: 500;
}

.how-to-apply .btn-primary:hover {
  color: #fff;
  transform: translateY(-2px); 
  box-shadow: 0 8px 20px rgba(0, 123, 255, 0.4);
}

.how-to-apply img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.how-to-apply .paragraph-text {
    font-size: 18px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 10px;
}

@media (max-width: 992px) {
    .how-to-apply {
        padding: 20px 15px;
    }
    .how-to-apply .section-title {
        font-size: 1.3rem;
    }
}

/* collapse */
.application_process {
    background: linear-gradient(135deg, #f0f9ff, #e6f7ff); 
    padding: 60px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    margin-bottom: 40px;
}

.application_process h1 {
    font-size: 2rem;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 50px;
}

.application_process h2 {
    font-size: 2rem;
    font-weight: 500;
    color: var(--primary-color);
}

.application_process .accordion-button {
    font-weight: 500;
    font-size: 20px;
    color: #414141;
    background-color: #ffffff;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.application_process .accordion-button:hover {
    background-color: #e6f6ff;
    color: var(--primary-color);
}

.application_process .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.application_process .accordion-button:not(.collapsed) {
    background-color: #188abf4f;
    color: #188abf;
    font-size: 20px;
    font-weight: 500;
}

.application_process .accordion-body {
    font-size: 18px;
    line-height: 1.7;
    color: #333;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .application_process {
        padding: 40px 15px;
    }
    .application_process h2 {
        font-size: 1.75rem;
    }
    .application_process .accordion-button {
        font-size: 1rem;
    }
    .application_process .accordion-body {
        font-size: 0.9rem;
    }
}

/* School Calendar Section */
.school-calendar {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.calendar-title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    color: var(--primary-color);
}

.calendar-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 0%; 
    height: auto;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    background: #fff;
}

/* .calendar-wrapper iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
} */

.tribe-common .tribe-common-h7, .tribe-common .tribe-common-h8 {
	font-family: var(--font) !important;
}


iframe[data-tec-events-ece-iframe="true"] { 
	width: 100%; 
	height: calc( 100vw + 100px ); 
	max-width: 100%; 
} 

@media screen and (min-width: 600px) { 
	iframe[data-tec-events-ece-iframe="true"] { 
		height: 100vw; 
	} 
} 

@media screen and (min-width: 853px) { 
	iframe[data-tec-events-ece-iframe="true"] { 
		height: 900px; 
	} 
}

@media (max-width: 768px) {
    .calendar-title {
        font-size: 1.6rem;
    }

    .calendar-wrapper {
        padding-bottom: 120%;
    }
}


/* English as an additional language timeline */
.school-timeline {
    font-size: 14px;
    background: #ffffff;
    color: #525f7f;
    padding: 0 0 6%;
}

.school-timeline h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 100;
  margin-bottom: 3rem;
}

.school-timeline .timeline {
  display: flex;
  flex-direction: column;
  width: 50vw;
  margin: 0 auto;
  position: relative;
}

.school-timeline .timeline:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #292929;
}

.school-timeline .timeline:after {
    content: "";
    position: absolute;
    left: -28px;
    top: -2px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #101010;
}

.school-timeline .timeline__event {
    background: #fff;
    display: flex;
    position: relative;
    border-radius: 8px;
    margin: 12px 0;
    box-shadow: 1px 11px 30px -12px rgba(50, 50, 93, 0.2), 0 18px 36px -18px rgba(0, 0, 0, 0.01), 0 -12px 36px -8px rgba(0, 0, 0, 0.02);
}

.school-timeline .timeline__event__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    border-radius: 8px 0 0 8px;
    color: #fff;
    position: relative;
    font-size: 2rem;
    width: 200px;
}

.school-timeline .timeline__event__date {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.school-timeline .timeline__event__icon i {
  position: absolute;
  top: 50%;
  left: -65px;
  font-size: 2.5rem;
  transform: translateY(-50%);
}

.school-timeline .timeline__event__content {
    flex-basis: 75%;
    padding: 20px;
}

.school-timeline .timeline__event__description {
  margin: 0;
}


.school-timeline .timeline__event:nth-child(1) .timeline__event__icon {
  background: #49B2C1;
}

.school-timeline .timeline__event:nth-child(2) .timeline__event__icon {
  background: #39A771;
}

.school-timeline .timeline__event:nth-child(3) .timeline__event__icon {
  background: #6EBE47;
}

.school-timeline .timeline__event:nth-child(4) .timeline__event__icon {
  background: #D5DB52;
}

.school-timeline .timeline__event:nth-child(5) .timeline__event__icon {
  background: #E97435;
}

.school-timeline .timeline__event:nth-child(6) .timeline__event__icon {
  background: #DC9B28;
}

.school-timeline .timeline__event:last-child:after {
  content: none;
}

.timeline__event__description p {
    margin-bottom: 0px;
}

.col-12.col-md-4.wida-logo {
    margin-bottom: 60px;
}

.school-timeline .timeline__event__icon {
    width: 200px;
}

/* Responsive */
@media (max-width: 786px) {
  .school-timeline .timeline {
    width: 90%;
  }
  .school-timeline .timeline__event {
    flex-direction: column;
  }
  .school-timeline .timeline__event__icon {
    border-radius: 4px 4px 0 0;
  }

      .school-timeline .timeline__event__icon {
    width: 100%;
}
}

.school-timeline .timeline {
  width: 100%;
}

@media (min-width: 576px) {
  .school-timeline .timeline {
    width: 90%;
  }
}

@media (min-width: 768px) {
    .school-timeline .timeline {
        width: 100%;
    }

}

@media (min-width: 992px) {
    .school-timeline .timeline {
        width: 90%;
    }
}

@media (min-width: 1200px) {
    .school-timeline .timeline {
        width: 65vw;
    }
}



/* after school activities */
.asa-section {
    padding: 80px 0;
    background-color: #fff;
}

.asa-content h2 {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
}

.asa-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 15px;
}

.asa-content .highlight {
    background: #effcff;
    padding: 15px 20px;
    border-left: 5px solid var(--primary-color);
    border-radius: 8px;
    font-weight: 500;
}

.asa-image img {
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    max-height: 420px;
    object-fit: cover;
}

/* Mobile adjustments */
@media (max-width: 768px) {
    .asa-section {
        padding: 50px 0;
    }

}

/* primary school activities */
.primary-asa {
    padding: 80px 0;
    background-color: #f8f9fc;
}

.primary-asa h2 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 32px;
    line-height: 1.5;
}  

.asa-day {
    background: #ffffff;
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.asa-day:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

.asa-day h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #393939;
    text-align: center;
    font-size: 26px;
}

.asa-day ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.asa-day ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #95cee1;
    font-size: 15px;
	color: #555;
}

.asa-day ul li:last-child {
    border-bottom: none;
}

/* Mobile optimization */
@media (max-width: 576px) {
    .primary-asa {
        padding: 50px 0;
    }

    .asa-day {
        padding: 25px;
    }
}

/* Secondary After School Activities */
section.secondary-asa {
    padding: 70px 0 100px;
    background-color: #ffffff;
}

section.secondary-asa h2 {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 32px;
}

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

.secondary-asa .asa-day:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

.secondary-asa .asa-day h3 {
    font-weight: 600;
    margin-bottom: 20px;
    color: #393939;
    text-align: center;
    font-size: 26px;
}

.secondary-asa .asa-activities ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.secondary-asa .asa-activities ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #95cee1;
    font-size: 15px;
}


/* MISY Portal Guides */

.misy-portal-guides {
    background-color: #f8f9fc;
}

.misy-portal-guides h1 {
    font-weight: 700;
    margin-bottom: 20px;
    color: var(--primary-color);
    font-size: 38px;
}

.misy-portal-guides .lead {
    font-size: 16px;
    color: #555;
}

.guide-description h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 32px;
}

.misy-portal-guides h3{
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 32px;
}

.guide-description p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.guide-card {
    transform: translateY(-6px);
    box-shadow: 0px 11px 20px rgba(0, 0, 0, 0.07);
    border: 2px solid #b2e9ff;
    border-radius: 30px;
}

.guide-card h3 {
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.guide-card a.btn {
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 0;
    background-color: var(--primary-color) !important;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .guide-card {
        margin-top: 20px;
    }
    .guide-description {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .misy-portal-guides h1 {
        font-size: 24px;
    }
    .guide-card h3 {
        font-size: 16px;
    }
    .guide-card a.btn {
        font-size: 14px;
    }
}

.library-guide {
    background-color: #f8f9fc;
}

.library-guide h2 {
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 32px;
}

.library-guide p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
}

.library-guide h2{
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--primary-color);
    font-size: 32px;
}

/* Card Styling */
.library-card {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: center;
    padding: 30px;
}

.library-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 40px rgba(0,0,0,0.12);
}

.library-card p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #1f2d3d;
}

.library-card a.btn {
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 0;
}

/* Responsive */
@media (max-width: 992px) {
    .library-card {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .library-guide h2 {
        font-size: 22px;
        text-align: center;
    }

    .library-guide p {
        text-align: center;
    }

    .library-card a.btn {
        font-size: 14px;
    }
}

.misy-portal.dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .misy-portal.dropdown .dropdown-menu {
        transition: all 0.3s ease;
    }

/* Join The Team */

.job-vacancies {
    background-color: #ffffff;
    padding-top: 60px;
    padding-bottom: 60px;
}

.job-vacancies h1 {
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    font-size: 40px;
}

.job-card {
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid #ccebff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.job-card h2 {
    font-weight: 600;
    font-size: 20px;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.6;
}

.job-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    margin-bottom: 0;
}

/* Responsive */
@media (max-width: 576px) {
    .job-vacancies h1 {
        font-size: 24px;
        text-align: center;
    }

    .job-card h2 {
        font-size: 18px;
    }

    .job-card p {
        font-size: 14px;
    }
}

.academic-vacancies {
    background-color: #ffffff;
    padding-bottom: 80px;
}

.vacancy-card {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #c9f2ff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vacancy-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

.vacancy-card p {
    font-size: 16px;
    color: #1f2d3d;
    margin-bottom: 15px;
}

.vacancy-card a.btn {
    font-weight: 500;
    border-radius: 10px;
    padding: 10px 0;
    font-size: 16px;
    background-color: var(--primary-color) !important;
    color: #fff;
}

/* Responsive */
@media (max-width: 992px) {
    .vacancy-card {
        margin-top: 20px;
    }
}

@media (max-width: 576px) {
    .vacancy-card p {
        font-size: 14px;
    }

    .vacancy-card a.btn {
        font-size: 14px;
    }
}


/* Contact Us */
.contact-form-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
  z-index: 1000;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-form-box {
  background-color: var(--primary-color);
  position: relative;
}

.contact-form-box:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: var(--primary-color);
  transform: rotate(45deg);
  top: 50px;
  left: -13px;
}

.contact-form {
  padding: 2.3rem 2.2rem;
  z-index: 10;
  overflow: hidden;
  position: relative;
}

.contact-form-title {
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 40px;
}

.contact-input-container {
  position: relative;
  margin: 1rem 0;
}

.contact-input {
  width: 100%;
  outline: none;
  border: 1px solid #e6e6e6;
  padding: 0.6rem 1.2rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
  border-radius: 25px;
  transition: 0.3s;
background: rgba(255, 255, 255, 0.18);
}

.contact-textarea .contact-input {
  padding: 0.8rem 1.2rem;
  min-height: 150px;
  border-radius: 22px;
  resize: none;
  overflow-y: auto;
}

.contact-input-container label {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  padding: 0 0.4rem;
  color: #fafafa;
  font-size: 0.9rem;
  font-weight: 400;
  pointer-events: none;
  z-index: 1000;
  transition: 0.5s;
}

.contact-textarea label {
  top: 1rem;
  transform: translateY(0);
}

.contact-btn {
  padding: 0.6rem 1.3rem;
  background-color: #fff;
  border: 2px solid #fafafa;
  font-size: 0.95rem;
  color: var(--primary-color);
  line-height: 1;
  border-radius: 25px;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  margin: 0;
}

.contact-btn:hover {
  background-color: transparent;
  color: #fff;
}

.contact-input-container span {
  position: absolute;
  top: 0;
  left: 25px;
  transform: translateY(-50%);
  font-size: 0.8rem;
  padding: 0 0.4rem;
  color: transparent;
  pointer-events: none;
  z-index: 500;
}

.contact-input-container span:before,
.contact-input-container span:after {
  content: "";
  position: absolute;
  width: 10%;
  opacity: 0;
  transition: 0.3s;
  height: 5px;
  background-color: var(--primary-color);
  top: 50%;
  transform: translateY(-50%);
}

.contact-input-container span:before {
  left: 50%;
}

.contact-input-container span:after {
  right: 50%;
}

.contact-input-container.focus label {
  top: 0;
  transform: translateY(-50%);
  left: 25px;
  font-size: 0.8rem;
}

.contact-input-container.focus span:before,
.contact-input-container.focus span:after {
  width: 50%;
  opacity: 1;
}

.contact-info-box {
  padding: 2.3rem 2.2rem;
  position: relative;
}

.contact-info-box .contact-title {
    color: var(--primary-color);
    font-weight: 600;
}

.contact-text {
    color: #333;
    margin: 1.5rem 0 2rem 0;
    font-size: 20px;
    line-height: 1.8;
}

.contact-item {
    display: flex;
    color: #555;
    margin: 0.7rem 0;
    font-size: 0.95rem;
    gap: 10px;
}

.contact-icon {
  width: 28px;
  margin-right: 0.7rem;
}

.contact-social-media {
  padding: 2rem 0 0 0;
}

.contact-social-media p {
  color: #333;
}

.contact-social-icons {
  display: flex;
  margin-top: 0.5rem;
}

.contact-social-icons a {
  width: 35px;
  height: 35px;
  border-radius: 5px;
  background: linear-gradient(45deg, #34a6d3, #0698d1);
  color: #fff;
  text-align: center;
  line-height: 35px;
  margin-right: 0.5rem;
  transition: 0.3s;
}

.contact-social-icons a:hover {
  transform: scale(1.05);
}

.contact-shape {
  position: absolute;
  height: 400px;
  top: 50%;
  left: 50%;
  transform: translate(181%, 11%);
  opacity: 0.2;
}

.contact-container {
    margin: 0 auto;
}

.contact-form-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-input::placeholder {
    color: #ffffff; 
    opacity: 1;
}

.contact-info-list i {
    font-size: 24px;
    margin-right: 10px;
    color: var(--primary-color);
}


@media (max-width: 992px) {
    .contact-form-wrapper {
        grid-template-columns: 1fr; 
    }
}

.contact-us-section{
    padding: 120px 0;
}

.contact-item p {
    font-size: 18px;
}

/* location map */
section#map {
    padding: 0 0 100px;
}

.location-map {
    overflow: hidden;
    border-radius: 15px;
    height: 450px;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* home banner */

/* Default (desktop) */
.home-video-banner {
    position: relative;
    width: 100%;
    height: 700px; /* desktop height */
    overflow: hidden;
    background: #fff;
}

.home-video-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    height: 300px;
    background-color: var(--primary-color);
}

.home-video-banner .bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1800px;
    max-width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
    z-index: 0;
    border-radius: 30px;
}

@media (max-width: 1200px) {
    .home-video-banner {
        height: 600px; 
    }

    .home-video-banner::before {
        height: 150px; 
    }

    .home-video-banner .bg-video {
        width: 1200px;
        height: 100%;
    }
}



@media (max-width: 992px) {
    .home-video-banner {
        height: 500px; 
    }

    .home-video-banner::before {
        height: 150px; 
    }

    .home-video-banner .bg-video {
        width: 1200px;
        height: 100%;
    }
}



@media (max-width: 768px) {
    .home-video-banner {
        height: 400px; 
    }

    .home-video-banner::before {
        height: 150px; 
    }

    .home-video-banner .bg-video {
        width: 1200px;
        height: 100%;
    }
}

@media (max-width: 480px) {
    .home-video-banner {
        height: 300px;
    }

    .home-video-banner::before {
        height: 100px;
    }

    .home-video-banner .bg-video {
        width: 900px;
    }
}


/* go top */
#go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background: #7dc2ff;
    color: #fff;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

#go-top i {
    font-size: 20px;
}

/* meet the team fancy box */
.meet-the-team .fancybox-content {
    max-width: 60% !important;
    height: 65% !important;
    border-radius: 30px;
}

.meet-the-team a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: none;
}

.popup-body a {
    text-decoration: none;
    color: #555;
    font-size: 16px;
}

h5.popup-title {
    color: var(--primary-color);
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
}

.popup-body h6 {
    color: var(--primary-color);
}

.popup-body p {
    font-size: 16px;
    line-height: 1.7;
}

.popup-body li {
    font-size: 16px;
    line-height: 1.7;
}

.position{
    text-align: center;
}

.sm-design h5 {
    color: var(--primary-color);
}

.sm-design p {
    color: #464646;
    font-size: 16px;
}

span.admissions-icon-wrap i {
    display: flex;
}

/* misy-brochures */

.misy-brochures {
    background-color: #f9f9f9;
    padding: 100px 0;
}

.misy-brochures .section-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.misy-brochures .section-subtitle {
    font-size: 16px;
    color: #555;
    margin-bottom: 0px;
}

.brochure-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 30px;
}

.brochure-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.12);
}

.brochure-link {
    text-decoration: none;
    color: #333;
    transition: background 0.3s, color 0.3s;
}

.brochure-link:hover {
    background: var(--primary-color);
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .brochure-card {
        text-align: center;
    }
}

.brochure-card h3 {
    font-size: 28px;
    color: var(--primary-color);
    margin-bottom: 40px;
}

.btn-download {
    display: inline-block;
    padding: 12px 30px;
    background: linear-gradient(135deg, #05a1df, #0080b3);
    color: #fff;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
}


@media (max-width: 992px) {

  .misy-brochures .curriculum-chart,
  .misy-brochures .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .misy-brochures .curriculum-chart {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .misy-brochures .brochure-card {
    height: auto;
  }

  .admissions-step a.btn {
    margin-left: 0px;
}
}

@media (max-width: 576px) {

  .misy-brochures .curriculum-chart {
    grid-template-columns: 1fr;
  }

  .misy-brochures .section-title {
    font-size: 1.2rem;
  }

  .misy-brochures .btn-download {
    width: 100%;
    text-align: center;
  }
}

/* apply now button */
.btn-apply-now {
  display: inline-flex;   
  align-items: center;
  justify-content: center;
  gap: 8px;

  padding: 14px 36px;
  font-size: 16px;
  font-weight: 600;

  width: auto;        
  max-width: fit-content;

  color: #fff;
  background: linear-gradient(135deg, var(--primary-color), #1e6fd9);
  border-radius: 50px;

  text-decoration: none;
  border: none;
  cursor: pointer;

  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  margin-top: 20px;
}

@media (max-width: 992px) {

    .about-img img {
        border-radius: 30px !important;
    }
}

.library-description p {
    font-size: 16px;
    color: #5e5e5e;
}

section.misy-guides h1 {
    color: var(--primary-color);
    font-size: 38px;
}

.ajax-search-form .prosettings {
    display: none;
}
.ajax-search-form .asl_w_container {
    min-width: 170px;
}

.ajax-search-form .probox, div.asl_w .probox {
    background-color: #429fcb;
    border: 2px solid #fff;
}

.ajax-search-form  input::placeholder { 
  color: #fff !important; 
  opacity: 1;     
  font-family: var(--secondary-font) !important;
}

.ajax-search-form  .probox .proinput input, div.asl_w .probox .proinput input{
    color:#fff !important;
}


.cl_caption h4 {
    font-size: 20px;
    margin-bottom: 60px;
    font-weight: 600;
    width: 250px;
    line-height: 30px;
    color: #fff;
}

.cl_caption {
    position: absolute;
    bottom: 0;
    padding-left: 12px;
}

.cl_card {
    position: relative;
    /* border-radius: 30px;
    overflow: hidden; */
}

.cl_box {
    border-radius: 30px;
    margin-bottom: 20px;
    background-color: #DCDCDC;
    padding: 16px;
}

.cl_card:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-top-color: transparent;
    border-bottom-color: #dcdcdc;
    right: 0;
    border-width: 86px;
    border-left-color: transparent;
    border-right-color: #dcdcdc;
    bottom: -2px;
}
.cl_icon {
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 64px;
    height: 64px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 3;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cl_icon i.bi {
    color: #fff;
    font-size: 26px;
}
.cl_icon:hover,
.cl_icon:focus {
    transform: translateY(-2px);
    box-shadow: 0 6px 14px rgba(39, 178, 243, 0.4);
    background: #28b6f8;
    outline: none;
    text-decoration: none;
}
.cl_image:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    width: 100%;
    height: 100%;
}
.cl_image {
    position: relative;
    border-radius: 20px;
}
.splide__arrows button {
    background-color: transparent;
    border-color: transparent;
}
@media(max-width:575px){
    .cl_caption h4 {
        text-align: left;
    }
    .cl_icon{
        bottom:1px;
    }
}
#gallery-slider ul.splide__slide__row {
    margin-bottom: 0 !important;
}


/*



   Styles for animated modal

   =========================



*/



/* Start state */
.meet_the_team_modal.animated-modal{
    max-width: 75%;
    border-radius: 4px;

    overflow: hidden;



    transform: translateY(-50px);

    transition: all .7s;
}


@media(max-width:992px){
.meet_the_team_modal.animated-modal{
    max-width: 100%;
}
}


.school_profile_modal.animated-modal {

    max-width: 550px;

    border-radius: 4px;

    overflow: hidden;



    transform: translateY(-50px);

    transition: all .7s;

}


/* Final state */

.fancybox-slide--current .animated-modal, .fancybox-slide--current .animated-modal h2, .fancybox-slide--current .animated-modal p {
    transform: translateY(0);
    opacity: 1;
}


/* Reveal content with different delays */


a.fancyboxBtn.modal-btn {

    background: var(--color-blue);

    color: #fff;

    border-radius: 10px;

    padding: 4px 12px;

    text-decoration: none;

}

button#parent_item {
    background-color: #188abf;
    border-radius: 20px;
    color: #fff;
}

.meet-the-team .nav-tabs .nav-link.active{
    border-radius: 0;
}

button.active#parent_itemm,
button.active.show#parent_item {
    background-color: #188abf;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    color: #fff;
}
.search_result_page {
    background-color: #f1f2f3;
    padding: 2rem;
    border-radius: 20px;
    margin-bottom: 40px;
}

.search-info a {
    color: #188abf;
    text-decoration: none;
}

.search-info a h3 {
    font-size: 22px;
}

.search_result_page .row {
    align-items: center;
}

.search-info {
    border-left: 3px solid #188abf;
    padding-left: 20px;
}

.search-info p {
    color: #188abf;
    font-size: 11px;
}
.search-info i.bi {
    color: #188abf;
    font-size: 18px;
    vertical-align: middle;
}
a.read-more.btn.btn-secondary {
    background-color: #188abf;
    border-color: transparent;
    border-radius: 50px;
    color: #fff;
}
.site_logo img {
    width: 150px;
}

p {
	font-size: 16px;
	font-family: var(--font);
}

.school-crest-logo {
    text-align: center;
    margin-top: 20px;  
}

.school-crest-logo img {
    width: 100px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}

/* search */

div.asl_w,
div.asl_m,
#ajaxsearchlite1 {
    background: rgba(255, 255, 255, 0.18) !important;
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding: 0 15px !important;
    width: 200px;
    margin-left: 20px;
}

div.asl_w .probox,
div.asl_m .probox,
#ajaxsearchlite1 .probox {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 8px 0 !important;
    height: auto !important;
}

div.asl_w .proinput input.orig,
div.asl_m .proinput input.orig {
    background: transparent !important;
    color: #ffffff !important;
    font-size: 14px !important;
    border: none !important;
}

div.asl_w .proinput input.orig::placeholder,
div.asl_m .proinput input.orig::placeholder {
    color: rgba(255,255,255,0.7) !important;
}

div.asl_w .proinput input.orig:focus,
div.asl_m .proinput input.orig:focus {
    outline: none !important;
    box-shadow: none !important;
}

div.asl_w .promagnifier,
div.asl_m .promagnifier {
    background: transparent !important;
    border: none !important;
}

div.asl_w .promagnifier svg path,
div.asl_m .promagnifier svg path {
    fill: #ffffff !important;
}



div.asl_r .results .asl_nores {
    background: #fff !important;
}

div.asl_r.vertical {
    background: #fff !important;
}

.sub-banner {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* mmenu */
.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
    font-size: 16px !important;
}

/*  */
.welcome-point h3 {
    display: flex;
    align-items: center;
    gap: 12px;
}

.welcome-point h3 span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    flex-shrink: 0;
    padding-left: 12px;
}

/* home slider */
.home_slides {
    position: relative;
    width: 100%;
    max-width: 1800px;
    margin: 0 auto;
    height: 700px;
    overflow: hidden;
}

.home_slides .splide__slide {
    border-radius: 30px;
}

.home_slides .splide__slide {
    position: relative;
    height: 700px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.home_slides .splide__slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

.home_slides .splide__slide > * {
    position: relative;
    z-index: 2;
}

@media(max-width:1200px){
    .home_slides {
    height: 500px;
}

.home_slides .splide__slide {
    height: 500px;
}
}

@media(max-width:992px){
    .home_slides {
    height: 400px;
}

.home_slides .splide__slide {
    height: 400px;
}
}

@media(max-width:768px){
    .home_slides {
    height: 350px;
}

.home_slides .splide__slide {
    height: 350px;
}
}

@media(max-width:568px){
    .home_slides {
    height: 300px;
}

.home_slides .splide__slide {
    height: 300px;
}
}

@media(max-width:400px){
    .home_slides {
    height: 250px;
}

.home_slides .splide__slide {
    height: 250px;
}
}

/*  */
.safeguarding-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #188ABF, #1077a7);
    color: #fff;
}

.safeguarding-content {
    max-width: 800px;
    margin: auto;
}

.safeguarding-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

.safeguarding-text {
    font-size: 22px;
    line-height: 1.8;
    margin-bottom: 15px;
    opacity: 0.95;
}

.safeguarding-content {
    background: rgba(255, 255, 255, 0.1);
    padding: 40px;
    border-radius: 12px;
    backdrop-filter: blur(6px);
}

.sub-banner {
    position: relative;
    height: 400px;
    max-width: 1800px;
    width: 100%;
    margin: 0 auto;
    border-radius: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1;

    background-image: url('your-image-path.jpg');
    background-repeat: no-repeat !important;
    background-size: cover !important;    
    background-position: center !important; 
}

.second-row{
    padding-left: 50px;
}

/* pagination */
.pagination-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 10px;
    background: #e3e3e3;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}

.pagination-wrapper .page-numbers:hover {
    background: var(--primary-color);
    color: #fff;
}

.pagination-wrapper .page-numbers.current {
    background: var(--primary-color);
    color: #fff;
    font-weight: 600;
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
    font-weight: bold;
    padding: 10px 14px;
}

.pagination-wrapper .page-numbers.dots {
    background: transparent;
    pointer-events: none;
}

.pagination-wrapper .page-numbers {
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.alumni-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.alumni-content {
    margin: 0 auto;
}

.alumni-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    position: relative;
}

.alumni-title::after {
    content: "";
    width: 60px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    margin-top: 8px;
}

.alumni-text {
    font-size: 18px;
    line-height: 1.8;
    color: #333;
}

.alumni-text strong {
    color: #003366;
}

@media (max-width: 768px) {
    .alumni-title {
        font-size: 1.6rem;
    }

    .alumni-text {
        font-size: 1rem;
    }
}

.alert.alert-danger {
    margin-top: 20px;
    font-size: 18px;
}

.pta-description p, .pta-objectives li {
    font-size: 18px;
    color: #121212;
    line-height: 2;
}

.pta-objectives li {
    margin-bottom: 10px;
}

.pta-involvement p {
    font-size: 16px;
    line-height: 2;
}

.gallery-caption {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;        
  margin-bottom: 4px;
}

.gallery-description {
    display: block !important;
    width: 100%;
    font-size: 0.85rem;
    color: #e9e9e9;
    margin-top: 2px;
}

.campus-gallery-figure figcaption {
    display: block !important;
    margin-top: 100px;
}

.fancybox-caption__body {
    margin-top: -50px !important;
}

.alert.alert-danger {
    margin-top: 20px;
    font-size: 18px;
}

section.pta-gallery-section {
    padding-bottom: 100px;
}

#accreditation .accreditation-logo img {
    width: 306px;
    height: auto;
    display: block;
    margin: 0 auto;
    opacity: 0.9;
    transition: transform 0.3s ease, opacity 0.3s ease;
    object-fit: cover;
    padding: 16px 0;
}

#accreditation .accreditation-logo {
    display: flex;
    justify-content: center;
}

/*  */
.testimonial-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
}

.testimonial-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
    scroll-behavior: smooth;
}

.testimonial-content::-webkit-scrollbar {
    width: 6px;
}

.testimonial-content::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.footer-bottom a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}