:root {
    scroll-behavior: smooth;
    --color-primary: black;
    --contact-color: #aaa;
    --color-secondary-rgb: black;
    --color-black-rgb: 0,0,0;
    --color-white-rgb: 255,255,255;
    --color-white: #ffffff;
    --color-black: #000;
    --font-secondary: 'Inter', sans-serif;
}
html {
    scroll-behavior: smooth;
}
img{
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    pointer-events:none;
}
.first-navbar{
    transition: all 0.2s;
    background-color: #45505b;
    color: white;
}
.first-navbar .row{
    transition: all 0.2s;
    padding: 0px 0px 0px 20px;
}
.first-navbar .row .col-12{
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
}
.first-navbar .row .email {
    margin-left: 0px;
  display: flex;
  align-items: center;
}
.first-navbar .row .email a{
    text-decoration: none;
    color:  white;
    font-size: 18px;
    font-weight: 400;
}

.first-navbar .row .email i{
    transition: all 0.8s;
    margin-right: 5px;
}
.first-navbar .row .hours{
font-size: 14px;
}
.first-navbar .row .social a{
    color:  white;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    margin-right: 10px;
}
.first-navbar .row .social i{
    margin-right: 5px;
}

.first-navbar.sticked .row .col-12{
    transition: all 0.5s;
    display: none;
}
.first-navbar.sticked .row .email{
    transition: all 0.5s;
    display: none;
}
.first-navbar.sticked .flags button{
    transition: all 0.5s;
    width: 0px;
    height: 0px;
    display: none;
}
@media (max-width: 768px) {

    .first-navbar .row .img-thumbnail{
        width: 35px;
        height: 30px;
        background: none;
    }

    .first-navbar .row .hours {
        display: none;
    }
    .first-navbar .row {
        margin: 0px;
        padding: 0;
    }
    .first-navbar .row .email{
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 0;
        margin: 0;
    }
    .first-navbar .row .email a{
        margin-left: 0px;
        font-size: 15px;
        font-weight: 500;
    }
    .first-navbar .row .social a{

        margin-left: 0px;
        font-size: 15px;
        font-weight: 500;
    }


}
.flags img{
    transition: all 0.5s;
    border-radius: 0;
    margin: 2px;
    padding: 0;
    width:38px;
    height: 32px;
}
.flags button{
    border-radius: 0;
}
.navbar-nav .active{
    background-color: #afb1aec9;
    background-blend-mode: lighten;
    border: none;
    border-radius: 5px;
    display: inline-block;
    border-bottom: 2px solid black;
}
.navbar-nav .nav-item .nav-link:hover{

    background-color: #afb1aec9;
    background-blend-mode: lighten;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4;
    border-bottom: 2px solid black;
}

.navbar-nav .nav-item .nav-link::before{

    background-color: #afb1aec9;
    background-blend-mode: lighten;
    border: none;
    border-radius: 5px;
    display: inline-block;
    transition: all 0.4;
    border-bottom: 2px solid black;
}

.navbar-nav .nav-item .soon{
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    color: orange;
}

body {
    font-family: "poppins", sans-serif;
    padding: 0;
    margin: 0;
    color: rgba(var(--color-primary-rgb), 1);
}

/* header and navbar */
.navbar-brand {
    font-size: 18px;
}
.navbar{
    transition: all 0.5s;
    z-index: 997;
    background: #f2f2f2;
}

.navbar .navbar-brand img{
    transition: all 0.5s;
    height: 3.6rem;
}
.navbar .navbar-brand{
    transition: all 0.5s;
    font-size: 20px;
}

.navbar.sticked .navbar-brand img{
    height: 2.8rem;
}
.navbar.sticked .navbar-brand {
    font-size: 16px;
}



/*               home page              */
/* ------------------------------------ */
.home{
    padding-top: 6rem;
    overflow: hidden;
    background-color: #FAF3F0;
}

.home .top-swiper {
    width: 100%;
    height: 100%;
}

.home .top-swiper .swiper-slide {
    width: 100%;
    /*margin-top: 40px;*/
    padding: 100px 0 60px 0;
    min-height: 30vh;
}

.home .top-swiper .mbr-section-title {
    text-align: center;
    font-size: 54px;
    font-weight: 700;
    color: #fff;
    font-family: var(--font-secondary);
  }
  .home .top-swiper .mbr-text {
    font-size: 22px;
    font-weight: 600;
  }

  @media (max-width: 768px) {
    .home{
        padding-top: 8rem;
    }
    .home .top-swiper .mbr-section-title {
        font-size: 40px;
        font-weight: 600;
    }

    .home .top-swiper .mbr-text {
        font-size: 20px;
        font-weight: 500;
      }
}


.home .top-swiper  .col-12 ,
.home .top-swiper  .col-lg-8 {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--color-white);
  }

  .home .top-swiper .col-12 a,
  .home .top-swiper .col-lg-8 a{
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
    color: black;
  }
  .home .top-swiper  .col-12 a:hover,
  .home .top-swiper  .col-lg-8 a:hover{
    background-color: lightblue;
    color: black;
}
.middle-text{
    background-color: #f0f2f3be;
    font-size: 28px;
    font-weight: 600;
    font-family: 'poppins',sans-serif;
}
.middle-text h1{
    color: black;
    font-weight: 600;
    font-family: 'poppins',sans-serif;
}
.mbr-section-title{
font-weight: 400;
}
.mbr-section-text{
font-weight: 300;
}

/* home school-desc */
.home .school-desc{
    background:  linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
    url('../images/background/post-bg.JPG');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
}
@media (max-width: 768px) {
    .home .school-desc{
        background:  linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
        url('../images/background/post-bg.JPG');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: 50% 50%;
    }

}

.home .school-desc .col-md-3 i{
color: white;
font-size: 54px;
}
.home .school-desc .col-md-3 h2{
    margin-top: 40px;
    font-weight: 500;
    color: white;
    font-size: 30px;
    font-style: italic;
}

.home .school-desc .col-md-3 p{
    margin-top: 20px;
    font-weight: 500;
    color: white;
    font-size: 30px;
    font-style: italic;
}
.home .school-desc .col-md-3 #icon-only-one{
    color: white;
    font-size: 40px;
}

/* swipper */
.home .hero-slider{
    background: linear-gradient(45deg, #FFC58A, #FFD9E1);
    padding: 25px 30px
}
.home .hero-slider .swiper-slide{
    border-radius: 15px;
}
.home .hero-slider .container-fluid{
    border-radius: 15px;
}
.img-bg {
    border-radius: 15px;
    text-decoration: none;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
  }

  @media (max-width: 768px) {
    .home .hero-slider{
    padding: 20px 10px;
    }
    .img-bg {
      height: 450px;
    }

    .middle-text h1{
        font-size: 20px;
        font-weight: 600;
        font-family: 'poppins',sans-serif;
    }
  }

  .img-bg:before {
    position: absolute;
    content: "";
    opacity: 0.5;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    top: 0;
  }
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
  }

  @media (max-width: 768px) {

    .custom-swiper-button-next,
    .custom-swiper-button-prev {
      width: 10%;
      height: 10%;
    }
    .custom-swiper-button-prev {
        left: 5px;
    }
    .custom-swiper-button-next {
        right: 5px;
    }

  }

  .custom-swiper-button-next span,
  .custom-swiper-button-prev span {
    font-size: 20px;
    color: rgba(var(--color-white-rgb), 0.7);
    transition: 0.3s all ease;
  }

  .custom-swiper-button-next:hover span,
  .custom-swiper-button-next:focus span,
  .custom-swiper-button-prev:hover span,
  .custom-swiper-button-prev:focus span {
    color: rgba(var(--color-white-rgb), 1);
  }

  .custom-swiper-button-next {
    right: 40px;
  }

  .custom-swiper-button-prev {
    left: 40px;
  }


  .swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(0,0,0, 1);
    opacity: 0.5;
  }

  .swiper-pagination .swiper-pagination-bullet-active {
    background-color: rgba(var(--color-white-rgb), 1);
    opacity: 1;
  }
  .custom-circle-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    color: white;
  }

  .custom-circle-button:hover,.custom-circle-button:active {
    background-color: rgba(154, 197, 255, 0.5);
    cursor: pointer;
    z-index: 10;
    color: white;
  }

.home .same-background{
    padding: 0px;
    margin: 0px;
    background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.5)),
     url('../images/background/colors.jpg') center center;
    background-size: cover;
    background-origin: content-box;
}
.home .posts .card-title{
font-size: 24px;
font-weight: 700;
font-family: Arial, Helvetica, sans-serif;
}
/* why-koshish-school */
.home .why-koshish-school,.home .our-app{
    padding: 20px 0 40px 0 ;
}
.home .why-koshish-school .container,.home .our-app .container {
    padding: 20px 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.home .why-koshish-school .card-title,.home .our-app .card-title{
    font-weight: 400;
    font-size: 32px;
    text-align: center;
}
.home .home-contact{
    padding: 30px 0;
    background: linear-gradient(rgba(240, 240, 240, 0.3), rgba(240, 240, 240, 0.4)),url('../images/background/as.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
}
.home-contact .inner-contact{
width: 100%;
background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}
.home .home-gallery{
    padding: 30px 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
    url('../images/background/wired-bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
}
.home .home-gallery .item img{
    height:400px;
    width: 100%;
    border-radius: 5px;
}
@media (max-width: 768px) {
    .home .home-contact{
        padding: 20px;
        background: url('../images/background/as.jpg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: 50% 50%;
    }
    .home .why-koshish-school .card-title,.home .our-app .card-title{
        margin-top: 20px;
        font-weight: 400;
        font-size: 28px;
    }
    .home .why-koshish-school,.home .our-app{
        padding: 20px 20px ;
    }
    .home .home-gallery{
        padding: 20px;
        background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8)),
        url('../images/background/wired-bg.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: 50% 50%;
    }
    .home .home-gallery .item img{
        height: 330px;
        width: 100%;
        border-radius: 5px;
    }
}

/* our-app */

.our-app ul li {
    font-size: 1.2rem;
  }
  .downloadlinks {
    margin-top: 40px;
    text-align: center;
}

  .downloadlinks a {
    margin-right: 15px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 5px;
    text-decoration: none;
    border: 2px solid #000000;
    border-radius: 5px;
    background-color: #ffffff;
    color: #000000;
    font-weight: bold;
    width: 160px;
    height: 60px;
    text-align: center;

}
.downloadlinks a img {
    margin-right: 8px;
}

@media (max-width: 430px) {
    .download-image{
        padding-top: 12px;
    }
}



/* --------------------------------------------- */
/*               health-care page                */
/* --------------------------------------------- */

.health-care{
    background: rgba(0, 0, 0, 0.1);
    margin-top: 8rem;
    overflow: hidden;
}

.health-care .title h2{
font-weight: 600;
font-size: 32px;
font-family: Arial, Helvetica, sans-serif;
}

.health-care .title p{
    font-weight: 400;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;

}

.health-care .tabs {
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
    url('../images/background/as.jpg') fixed center center;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:  10px;
    border-radius: 45px;
    transition: .5s;
}

.health-care .price-carousel .owl-nav {
    margin-top: 35px;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.health-care .price-carousel .owl-nav .owl-prev,
.health-care .price-carousel .owl-nav .owl-next{
    position: relative;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white);
    background: rgba(84, 204, 219, 0.7);
    font-size: 22px;
    border-radius: 45px;
    transition: .5s;
}

.health-care .price-carousel .owl-nav .owl-prev:hover,
.health-care .price-carousel .owl-nav .owl-next:hover {
    color: var(--color-black);
}
.health-care .price-carousel .card-text{
    padding: 4px;
    font-size: 20px;
    font-weight: 500;

}

.health-care .worried-title{
    font-size: 32px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 15px;
}

.health-care .worried-text{
    font-size: 26px;
    font-weight: 500;
    font-family: Arial, Helvetica, sans-serif;
}
.health-care .small-box{
    margin-top: 40px;
}
@media (max-width: 776px) {

    .health-care .title h2{
        font-weight: 600;
        font-size: 26px;
        }

        .health-care .title p{
            font-weight: 400;
            font-size: 20px;
        }

        .health-care{
            margin-top: 10rem;
        }
        .owl-carousel .price-carousel .card-text{
            padding: 0px;
            font-size: 16px;
            font-weight: 400;
        }
        .health-care .worried-title{
            font-size: 24px;
            font-weight: 600;
            font-family: sans-serif;
            margin-bottom: 15px;
        }
        .health-care .worried-text{
            font-size: 20px;
            font-weight: 500;
            font-family: Arial, Helvetica, sans-serif;
        }

        .health-care .small-box{
        margin-top: 0px;
        }
}




/* --------------------------------------------- */
/*               curriculum                      */
/* --------------------------------------------- */
.curriculum{
    margin-top: 8rem;
    overflow: hidden;
    background-color: #FAF3F0;
}

.curriculum .header-section{
    background-image: linear-gradient(135deg, #B7F8DB 10%, #50A7C2 100%);
}
.curriculum .text-title{
    font-weight: 600;
}
.curriculum .header-section{
padding: 30px 30px 50px 30px;
}
.curriculum .header-section h2{
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        padding-bottom: 20px;
        position: relative;
        color: #45505b;
}
.curriculum .cards{
    background:  linear-gradient(rgba(40, 58, 90, 0.8), rgba(40, 58, 90, 0.9))
    ,url('../images/background/wired-bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
}
.curriculum .cards .card-img-top{
    width: 100%;
    height: 400px;
}

/* swipper */
.curriculum .hero-slider{
    background: linear-gradient(45deg, #FFC58A, #FFD9E1);

}
.curriculum .hero-slider .swiper-slide{
    margin-top: 20px;
    border-radius: 15px;
}
.curriculum .img-bg {
    text-decoration: none;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
}
.curriculum .hero-slider .img-bg-inner {
    background-color: white;
    position: relative;
    z-index: 2;
    width: 100%;
    position: relative;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 50px;
}
.curriculum .middle-text{
    border: none;
    border-radius: 0px;
    background: white;
}
.curriculum .middle-text h1{
    color: black;
    font-weight: 600;
    font-family: 'poppins',sans-serif;
}
@media (max-width: 768px) {

    .curriculum .header-section {
        padding: 40px 20px;
    }

    .curriculum .header-section h2{
    margin-bottom: 10px;
    font-size: 24px;
    }

    .curriculum .hero-slider .container-fluid{
    padding: 20px 10px;
    }
    .curriculum .img-bg {
      height: 450px;
    }
}

.curriculum.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--color-black-rgb), 0.8);
}
.curriculum.swiper-pagination .swiper-pagination-bullet {
    background-color: rgba(var(--color-black-rgb), 1);
}
.curriculum .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    height: 50px;
}


.curriculum .header-section h2::after {
    content: "";
    position: flex;
    display: block;
    width: 15%;
    height: 3px;
    margin-top: 5px;
    background: #0563bb;
    bottom: 0;
}

.curriculum .header-section p {
    margin-bottom: 0;
    font-size: 22px;
}

@media (max-width: 768px) {

    .curriculum .header-section h2{
        margin-top: 10px;
        font-size: 24px;
        font-weight:600;
    }
    .curriculum .header-section p {
        font-size: 18px;
        font-weight: 500;
    }
    .curriculum .header-section h2::after {
        width: 25%;
    }

}


/* --------------------------------------------- */
/*                    Events                     */
/* --------------------------------------------- */

.events{
    margin-top: 5rem;
    padding-top: 6px;
    overflow: hidden;
    background-color: #FAF3F0;
}
.events .cta {
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
    url('../images/background/events.JPG') center center;
    background-size: cover;
    background-position: 25% 25%;
    background-repeat: no-repeat;
    padding: 130px 0;
}

.events .cta h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.events .cta p {
    color: #fff;
    font-size: 24px;
}

.events .event-gallery{
    padding: 30px 30px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)),
    url('../images/background/wired-bg.jpeg');
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: 100% 100%;
}
.events .event-gallery .item img{
    height: 400px;
    width: 100%;
    border-radius: 5px;
}

  @media (max-width: 1024px) {
    .events .cta {
        background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
        url('../images/background/events.JPG') center center;
        background-size: cover;
        background-position: 60% 20%;
        background-repeat: no-repeat;
        background-attachment: fixed;
        padding: 130px 0;
    }
    .events .cta h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
      }

      .events .cta p {
        color: #fff;
        font-size: 18px;
      }
  }

  @media (max-width: 769px) {
    .events .event-gallery {
        padding: 20px ;
        background: linear-gradient(rgba(20, 20, 20, 0.5), rgba(0, 0, 0, 0.6)),
        url('../images/background/wired-bg.jpeg');
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        background-position: 50% 50%;
    }
    .events .event-gallery .item img{
        height: 330px;
        width: 100%;
        border-radius: 5px;
    }

    .cards .container .col-md-6{
        margin-bottom: 15px;
    }

}


.events  .gallery-container {
    padding: 0px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -5px; /* To remove spacing between flex items */
  }


/* --------------------------------------------- */
/*                 facilities                    */
/* --------------------------------------------- */

.facilities{
    padding-top: 8rem;
    background-color: #e2e2e2;
}
.facilities .custom-container {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.facilities .post-card {
    border: 1px solid #e3e3e3;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.facilities .post-title {
    font-size: 24px;
    margin-bottom: 10px;
    color: #333333;
}
.facilities .post-description {
    font-size: 16px;
    color: #6c757d;
}
.facilities .header-title {
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
    url('../images/background/facilities-bg.JPG');
    background-size: cover;
    background-position: 40% 40%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 100px 0;
}
.facilities .header-title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

@media (max-width: 1024px) {
    .facilities .header-title {
        background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)),
        url('../images/background/facilities-bg.JPG');
        background-size: cover;
        background-position: 40% 40%;
        background-repeat: no-repeat;
        background-attachment: scroll;
        padding: 100px 0;
    }

    .facilities .header-title h3 {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
    }
}

/* --------------------------------------------- */
/*                 Human Resource                */
/* --------------------------------------------- */

.human-resource{
    margin-top: 8rem;
    padding-top: 10px;
    overflow: hidden;
    background-color: #FAF3F0;
}
.human-resource .mbr-text{
    font-size: 20px;
}
.human-resource .embed-responsive-item{
    height: 350px;
    width: 100%;
    border-radius: 15px;
}
@media (max-width: 769px) {
    .human-resource{
        margin-top: 8rem;
        padding-top: 18px;
    }
}

/*--------------------------------------------------------------
                               Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(40, 58, 90, 0.7), rgba(40, 58, 90, 0.8)),
     url('../images/background/shcool-bg2.jpg') center center;
    background-size: cover;
    padding: 120px 0;
  }
  .cta h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
  }
  .cta p {
    color: #fff;
    font-size: 20px;
  }
  .cta .cta-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }

  .cta .cta-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
  }

  @media (max-width: 1024px) {
    .cta {
      background-attachment: scroll;
    }
  }

  @media (min-width: 769px) {
    .cta .cta-btn-container {
      display: flex;
      align-items: center;
      justify-content: flex-end;
    }
}

.about-text{
    font-size: 20px;
    font-weight: 400;
}


/* --------------------------------------------- */
/*                   contact                     */
/* --------------------------------------------- */
.contact-page{
    margin-top: 8rem;
}
.contact{
    overflow: hidden;
}
.contact .contact-alert{
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
}
.contact .info-item {
    text-align: center;
}
.contact .info-item i {
    font-size: 48px;
    display: inline-block;
    margin-bottom: 10px;
    color: black;
}
.contact .info-item address,
.contact .info-item p {
    margin-bottom: 0;
}
.contact .info-item h3 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    color: black;
}
.contact .info-item a:hover {
    color: #99A98F;
}
.contact .no-decoration{
    text-decoration: none;
    color: black;
    font-weight: 400;
}
.info-item-borders {
    border-left: 1px solid black;
    border-right: 1px solid black;
}
.info-item-borders-left {
      height: 100%;
      border-right: 1px solid black;
}
@media (max-width: 768px) {
    .info-item-borders {
      border-left: none;
      border-right: none;
    }
    .info-item-borders-left {
        height: 100%;
        border-right: none;
    }
    .contact-page{
          margin-top: 10rem;
    }
}

.contact .top-layout{
    padding: 20px 0;
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)), url('../images/background/as.jpg') fixed center center;
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.contact .top-layout .container{
    padding: 20px 20px;
    background: linear-gradient(45deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.7));
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
}

.contact .php-email-form {
margin-top: 20px;
box-shadow: 0 0 20px rgba(var(--color-black-rgb), 0.5);
padding: 30px;
background: var(--color-white);
}

.contact .php-email-form .form-group {
margin-bottom: 20px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
padding: 10px 14px;
border-radius: 10px;
box-shadow: n;
font-size: 15px;
resize: none;
overflow: auto;
max-height: 200px;
}

.contact .php-email-form input::focus,
.contact .php-email-form textarea::focus {
background-color: black;
}

.contact .php-email-form button[type=submit] {
background: var(--color-primary);
border: 0;
padding: 10px 30px;
color: #fff;
transition: 0.4s;
cursor: pointer;
border-radius: 10px;
}

.contact .php-email-form button[type=submit]:hover {
background: rgba(0,0,0, 0.7);
}

/*          google maps          */
.google{
    margin: 1px;
}
.contact .google-map{
    color: white;
    border-radius: 20px;
    width: 100%;
    height: 500px;
    margin-right: 50px;
}
.contact .google-maps{
    background: linear-gradient(rgba(40, 58, 90, 0.9), rgba(40, 58, 90, 0.6)), url('../images/background/location-bg.jpg') ;
    background-size: cover;
    padding: 20px 0;
}

.contact .google-maps h1{
    color: white;
    margin-top: 36px;
}

.google-maps h3{
    color: white;
    margin-top: 30px;
}

.google-maps p{
    font-size: 20px;
    color: white;
}

/*--------------------------------------------------------------
#                           Cta
--------------------------------------------------------------*/
.contact-view-street {
    padding: 60px 0;
  }

  .contact-view-street h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
  }


  .contact-view-street .view-btn {
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    text-decoration: none;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 10px;
    border: 2px solid #fff;
    color: #fff;
  }

  .contact-view-street .view-btn:hover {
    background: #47b2e4;
    border: 2px solid #47b2e4;
  }

  @media (max-width: 1024px) {
    .contact-view-street {
      background-attachment: scroll;
    }
  }

  @media (max-width: 769px) {
    .contact-view-street h3 {
        padding-left: 20px;
    font-size: 24px;
    font-weight: 500;
    }

  .contact-view-street .view-btn {
font-weight: 500;
    font-size: 16px;
    }
  }

/* ---------  */
/*  library   */
/* --------   */

.library{
    padding-top: 8rem;
    margin-top: 10px;
    background: lightyellow;
}

.library .pdf-btn i{
    border: 1px solid rgb(29, 29, 29);
    color: black;
    font-size: 30px;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    border-radius: 10px;
    background: #fa9e34;
}

.library .pdf-btn:hover i{

    background: lightblue;
}
.library .nav-item button{
    font-size: 24px;
    font-weight: 500;
}

@media (max-width: 740px) {

    .library{
    padding-top: 10rem;
    }

    .library .nav-item button{
        font-size: 20px;
        font-weight: 500;
    }

}


/* --------- */
/*  staff   */
/* -------- */

.staff{
    padding-top: 8rem;
    background-image: linear-gradient(135deg, #fad38a 10%, #cc9ad8 100%);
}


.staff .header-title {
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)), url('../images/background/team.jpg') fixed center;
    background-size: contain;
    padding: 100px 0;
}

.staff .header-title h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.staff .custom-container {
    background-color: #ffffff;
    padding: 10px 0;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}
.staff .row .col-md-9 {
padding: 0 10px 0 10px ;
}
.staff .staff-border{
    border: 1px gray solid;
}
.custom-image-class {
    width: 170px; /* Set your desired width */
    height: 180px; /* Set your desired height */
}

@media (max-width: 780px) {
    .staff{
    padding-top: 9rem;
    margin-top: 20px;
    background: lightyellow;
    }


.staff .sidebar .nav-item button{
    margin: 2px 0;
    border: none;
    background: #0563bb;
    border-radius: 10px;
 }

 .staff .sidebar .nav-item .active{
    margin: 2px 0;
    border: none;
    background: red;
    color: black;
    border-radius: 10px;
 }

 .staff .header-title {
    background: linear-gradient(rgba(40, 58, 90, 0.6), rgba(40, 58, 90, 0.7)), url('../images/background/team.jpg');
    background-size: cover;
    background-position: 65% 50%;
    background-repeat: no-repeat;
    background-attachment: local;
    padding: 130px 0;
}
.staff .header-title h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
  }
}


.mission{
padding-top: 8rem;
padding-bottom: 0px;
}

.mission .title-header{
    background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.6)),
     url('../images/background/pencils.jpg') fixed center;
    background-size: cover;
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding: 130px 0;
}

.mission .title-header .title{
    font-size: 32px;
    font-weight: 700;

}


.mission .title-header .text{
    font-size: 22px;
    font-weight: 500;

}

@media (max-width: 780px) {

    .mission .title-header{
    background: linear-gradient(rgba(250, 250, 250, 0.5), rgba(250, 250, 250, 0.6)), url('../images/background/pencils.jpg') fixed center;
    background-position: 0% 97%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    }

    .mission .title-header .col-lg-5 img{
        align-self: center;
        width: max-content;
        height: 400px;
        transition: all 0.5s;
    }

    .mission .title-header .title{
        font-size: 24px;
        font-weight: 600;

    }

    .mission .title-header .text{
        font-size: 20px;
        font-weight: 400;

    }
}


/* footer */

.footer {
    overflow: hidden;
  background: rgba(var(--color-black-rgb), 0.9);
  font-size: 16px;
  color: #b9b9b9fb;
}
.footer .footer-content {
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer a.footer-link-more {
  color: rgba(var(--color-white-rgb), 0.7);
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.footer a.footer-link-more:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--color-white);
}
.footer a.footer-link-more:hover {
  color: rgba(var(--color-white-rgb), 1);
}
.footer .footer-heading {
    color: var(--color-white);
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-size: 18px;
}
.footer .footer-links li {
    margin-bottom: 10px;
}
.footer .footer-links li a {
    text-decoration: none;
    color: rgba(var(--color-white-rgb), 0.7);
}
.footer .footer-links li a:hover,
.footer .footer-links li a:focus {
    color: rgba(var(--color-white-rgb), 1);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.footer .social-links a i{
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: rgba(var(--color-white-rgb), 0.09);
    border-radius: 50%;
    color: var(--color-white);
    line-height: 40px;
    margin-right: 5px;
}
.footer  .social-links a:hover i{
    background-color: rgba(var(--color-white-rgb), 0.2);
}
.footer-legal{
    padding: 10PX 0;
    background-color: #000;
}
.footer-legal .copyright{
    text-align: center;
}
.footer-legal .credits{
    text-align: center;
}
