/*====================================================================
   Custom CSS File for most of Desktop and Mobile look for Kipya Template
   Developed by Amazing LWEGATECH LTD team.
===================================================================**/
* {
  box-sizing: border-box; margin: 0;padding: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;font-weight: 300;font-style: normal;line-height: 1.6;position: relative;}
body {
  overflow-x: hidden;}
.header {
  background-color: transparent;position: absolute;
  z-index: 999;width: 100%;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgb(0, 0, 0) 5%, rgb(0, 0, 0) 10%, rgba(58, 50, 50, 0) 100%);padding-top: 10px;}
/*Sticky*/
.sticky-header {
  position: fixed !important;top: 0;width: 100%;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);background: #fff;z-index: 1000;padding-bottom:10px !important;}
.sticky-header .navbar-expand-lg .navbar-nav .nav-link {color: #000;}
.sticky-header .enroll-today-button{border-color: #000;color: #000;}
.header.sticky-header .logo, .header .logo2 {display:none;}
.header.sticky-header .logo2 {display:block;}
.header .btn-info {background: #318EA0;border: 0px;color: #fff;}

h1, h2, h3, h4, h5, h6 {
  border: 0px !important;
}

/**============================================================
* MENU
*=============================================================*/
.navbar .nav-item {
  padding-right: 10px;
}
/* Style the main tab */
.nav-item.dropdown .nav-link {
  color: black; /* Default color */
}

/* Style the main tab when dropdown is open */
.nav-item.dropdown:focus-within .nav-link {
  color: #F0D030; /* Change color to gold when dropdown is open */
}

.logo2{
    height: 55px !important;
}

.logo {
  height: 55px !important;
}

.navbar-nav .dropdown-menu {
  position: static;
  border: 0px solid white;
  border-radius: 0px;
}

.dropdown-item:hover {
  color: #fff !important;
  background-color: #FF4B17 !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  font-weight: 400 !important;
  color: #fff;
  text-transform: uppercase;
  gap: 10px;
}

/**============================================================
* Intro
*=============================================================*/

.intro {
  padding-top: 80px;
  padding-bottom: 50px;
  background: linear-gradient(to right, #E92322 55%, #99c17b 45%);
}

.intro h4 {
  color: #FF4B17;
  font-size: 18px;
}

.intro h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 1px;
}

.intro h4 {
  font-size: 20px;
  text-transform: uppercase;
  color: #FDCE1E;
}

.intro .intro-pics {
  border-radius: 15px;
}

.intro .intro-text {
  width: 65%;
  color: #fff;
}

.intro .intro-pic {
  height: 400px;
  width: auto;
  margin-left: -200px;
  object-fit: cover;
  border: 5px solid #E92322;
  border-radius: 20px;
}

.intro .schoolopen {
  background: #F0D030;
  padding: 10px;
  position: relative;
  z-index: 11;
  width: 150px;
  margin: 0 auto;
  margin-top: -50%;
  margin-right: -12%;
  text-align: center;
}

.intro .schoolopen .noz,
.intro .schoolopen .noz sup {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.6;
  margin-bottom: -20px;
}

.intro .schoolopen span {
  font-size: 16px;
  font-weight: 500;
}

.intro-services {
  background-color: rgba(49, 141, 160, 0.10);
  padding-top: 80px;
  padding-bottom: 50px;
}

.intro-services h2 {
  color: #318EA0;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
}

.intro-services h3 {
  font-size: 19px;
  font-weight: 500;
  color: #223645;
}

.intro-services h3 span {
  font-weight: 400;
  font-size: 14px;
  color: #666;
}

.intro-services a {
  color: unset;
  text-decoration: none;
}

.intro-services .card {
  min-height: 200px;
  border-width: 0px;
}

.intro-services .card:hover {
  border: 2px solid #FF4B17;
}

.intro-services h5 {
  color: #FF4B17;
  font-size: 15px;
}

.intro-services .service-icon {
  height: 70px;
  width: 70px;
  border-radius: 50%;
  margin: 0 auto;
}

.intro-appointment {
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #318EA0;
}

.intro-appointment .container {
  width: 50%;
  margin: 0 auto;
}

.intro-appointment p {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}

/** ==========================================================
Main Slides
===========================================================**/

.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 30px;
  padding-right: 30px;
  background-color: transparent;
  color: var(--kpy-black);
  font-size: 18px;
  line-height: 60px;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 0px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  z-index: 2;
}

.btn-one:before {
  position: absolute;
  top: 110px;
  left: -50px;
  right: -50px;
  height: 170px;
  content: "";
  background: var(--kpy-primary);
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  border-radius: 50%;
  transition-duration: 800ms;
  z-index: 1;
}

.btn-one:hover:before {
  top: 0%;
  left: -70px;
  right: -70px;
}

.btn-one:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  opacity: 1;
  transform: scaleX(1.0);
  transition-duration: 800ms;
  z-index: -1;
}

.btn-one:hover:after {
  transform: scaleX(0);
  transition-duration: 1500ms;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
}

.btn-one:hover,
.btn-one:focus {
  color: #ffffff;
}

.btn-one i {
  position: relative;
  display: inline-block;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 700;
}

.btn-btn {
  color: var(--kpy-white);
  background: var(--kpy-primary);
  border-radius: 0px;
  padding: 11px 24px;
  display: inline-block;
  box-shadow: inset 0 0 0 0 var(--kpy-black);
  -webkit-transition: ease-out 0.4s;
  -moz-transition: ease-out 0.4s;
  transition: ease-out 0.4s;
}

.btn-btn:hover {
  color: var(--kpy-white);
  box-shadow: inset 400px 0 0 0 var(--kpy-black);
}

/**.main-slider {}**/
.slider-buttom-box {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 11;
}

.slider-buttom-box a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 230px;
  height: 50px;
  background-color: var(--kpy-primary);
  padding: 0 20px;
  color: #ffffff;
  font-weight: 500;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.slider-buttom-box a:hover {
  background-color: var(--kpy-primary);
}

.slider-buttom-box a+a {
  margin-top: 10px;
}

.slider-buttom-box a.box-link {
  background-color: var(--kpy-primary);
}

.slider-buttom-box a.box-link:hover {
  background-color: var(--kpy-primary);
}

.main-slider .swiper-slide {
  position: relative;
  height: 600px;
}

.main-slider .container {
  position: relative;
  padding-top: 300px;
  padding-bottom: 100px;
  z-index: 3;
}

.main-slider .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #646464;
  background-blend-mode: normal;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  transition: transform 7000ms ease, opacity 1500ms ease-in;
  transition: transform 7000ms ease, opacity 1500ms ease-in, -webkit-transform 7000ms ease;
  z-index: 1;
}


.main-slider .swiper-slide-active .image-layer {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}

.main-slider .main-slider-content {
  position: relative;
  top: 30%;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}

.main-slider .main-slider-content__inner {
  position: relative;
  display: block;
  overflow: hidden;
  width: 60%;
  margin: 0 auto;
}

.main-slider .main-slider-content .big-title {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(-80px);
  transform: perspective(400px) rotateY(0deg) translateY(-80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}


.main-slider .swiper-slide-active .main-slider-content .big-title {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}


.main-slider .main-slider-content .big-title h2 {
  color: #ffffff;
  font-size: 45px;
  line-height: 1.2em;
  font-weight: 900;
  text-shadow: 0 1px 2px #000000ad;
  text-transform: uppercase;
  font-family: 'Permanent Marker', 'Rubik' !important;
}

.main-slider .main-slider-content .text {
  position: relative;
  display: block;
  width: 80%;
  margin-top: 16px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(80px);
  transform: perspective(400px) rotateY(0deg) translateX(80px);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
  margin: auto;
}


.main-slider .swiper-slide-active .main-slider-content .text {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateX(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateX(0px);
  transform: perspective(400px) rotateY(0deg) translateX(0px);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}

.main-slider .main-slider-content .text p {
  color: #fff;
  line-height: 28px;
  font-weight: 500;
  font-size: 24px;
  text-shadow: 0 1px 1px #000;
}

.main-slider .main-slider-content .btns-box {
  position: relative;
  display: block;
  line-height: 0;
  padding-top: 15px;
  opacity: 0;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(80px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(80px);
  transform: perspective(400px) rotateY(0deg) translateY(80px);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  z-index: 10;
}


.main-slider .main-slider-content .btns-box a {
  background: #166071;
}

.main-slider .swiper-slide-active .main-slider-content .btns-box {
  opacity: 1;
  -webkit-transform: perspective(400px) rotateY(0deg) translateY(0px);
  -ms-transform: perspective(400px) rotateY(0deg) translateY(0px);
  transform: perspective(400px) rotateY(0deg) translateY(0px);
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}

.main-slider__nav {
  position: absolute;
  left: 70px;
  top: 350px;
  transform: translateY(0%) translateX(0);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  width: 140px;
}

.main-slider__nav .swiper-button-next {
  right: 70px;
}

.main-slider__nav .swiper-button-prev {
  left: 70px;
}

.main-slider__nav .swiper-button-next,
.main-slider__nav .swiper-button-prev {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  color: #fbfbfb;
  border-radius: 0;
  margin: 0;
  text-align: center;
  transition: all 500ms ease;
  z-index: 100;
}

.main-slider__nav .swiper-button-next:hover,
.main-slider__nav .swiper-button-prev:hover {
  color: #ffffff;
  background-color: var(--kpy-primary);
}

.main-slider__nav .swiper-button-next::after,
.main-slider__nav .swiper-button-prev::after {
  display: none;
}
/*Enroll Today Buuton*/
a.enroll-today-button{font-size: 14px;}

/*
 * products carousal
 */

.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}


/**============================================================
 * PAGES
 *=============================================================*/

.header-pages {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(168, 169, 173, 0.3)), url('../images/header-bg.jpg') no-repeat top center;
  min-height: 400px;
  padding-top: 15%;
}

.header-pages h2 {
  font-size: 60px;
  color: #fff;
}

.page {
  padding-top: 80px;
  padding-bottom: 30px;
}

.page .photo {
  height: 500px;
  width: auto;
  object-fit: cover;
}

.page input {
  height: 50px;
}

.psidebar h3,
.psidebar h2 {
  font-size: 24px;
  margin-top: 0.8rem;
  margin-bottom: 5px;
  padding: 20px 10px;
  border-bottom: 1px solid rgba(0, 0, 0, .09);
  position: relative;
}

.psidebar h3,
.psidebar h2:after {
  background-color: #FF4B17;
  display: inline;
  height: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  content: '';
  position: relative;
  bottom: 15px;
  width: 50px;
  padding-bottom: 15px;
  padding-top: 15px;
  color: #fff;
}

.psidebar ul {
  background-color: transparent;
  border-radius: 5px;
  padding-left: 0rem !important;
}

.psidebar ul > li {
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  padding: 0 !important;
  border-bottom: 1px solid rgba(132, 117, 121, .05);
  position: relative;
  list-style: none;
}

.psidebar ul > li a:before {
  font-family: bootstrap-icons;
  content: "\F133";
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
  margin-right: 1rem;
}

.psidebar ul > li a {
  padding: 15px 20px;
  display: block;
  position: relative;
  color: #262120;
  transition: all .25s ease-in-out;
  text-decoration: none;
  background: rgba(40, 161, 185, 0.12);
  margin-bottom: 5px;
  font-weight: 400;
}

.psidebar ul > li a:hover {
  color: #fff;
  background: #28a0b9;
}


/** ===========================================
 * Spinner
 *================================================*/

/* #spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display:block;
} */

/* .spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1s linear infinite;
} */

/* Spin animation */
/* @keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/**============================================================
 * FOOTER
 *=============================================================*/

.footer {
  padding-top: 70px;
  padding-bottom: 40px;
  background:  #71885f;
  color: #fff;
  font-size: 13px;
}

.footer .footer-logo img {
  height: auto;
  width: auto;
}

/* Button for Enroll Today Footer */
.footer .enroll-today-footer-button a{text-decoration: none;color: #fff;}
.footer .enroll-today-footer-button{
  color: white;
  text-transform: uppercase;
  margin-top: 30px;
  padding: 10px;
  background-color: #FF4B17;
  border-radius: 5px;
  margin-right: 90px;
  text-align: center;
  font-size: 14px;
}

/* Button for Enroll Today Footer on Hover */
.footer .enroll-today-footer-button:hover {
  background-color: #e92322; /* Change button background color on hover */
  color: #fff; /* Change button text color */
  transform: scale(1.05); /* Shrink button on hover */
}

/* Footer Quick links Title */
.footer .footer-links h4{
  padding-left: 65px;
}

/* Quick Link Items Dropdown */
.footer .footer-links li {
  list-style-type: none;
}

/* Footer Quick Links Items */
.footer .footer-links li .dropdown-toggle {color: white;}
.footer .footer-links li a {
  color: #fff;
  font-size: 1rem;
  line-height: 2.3rem;
  font-weight: 500;
  padding-left: 30px;
  text-decoration: none;
}

/* Footer Quick Link Items Hover */
.footer .footer-links li a:hover {
  text-decoration: none;
  color: #e92322;
  transition: color 0.3s; /* Smooth transition for color change */
}

/* Footer Contact Us */
.footer .footer-contacts {
  font-size: 1rem;
  font-weight: 500;
  padding-left: 30px;
}

.footer .footer-contacts p{
  display: flex;
  color: white;
}

.footer .footer-contacts p i{
  padding-right: 10px;
}


/* Footer Social Icons */
.footer .footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*styling inyana-social icons*/
.footer .social-icons a {
  text-decoration: none;
  color: white; /* Set color to white */
  font-size: 19px; /* Adjust the font size as needed */
}

/*social icon hover*/
.footer .social-icons a:hover{
    color: #FF4B17;
}

/* Footer Social Icons */
.footer .footer {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*removing ul style*/
.footer .social-icons li {
  display: inline-block;
  margin-right: 10px;
}

/*align the inyana social icons horizontally*/
.footer .social-icons li:last-child {
  margin-right: 0;
}


/*Footer Divider shape*/
.divider {
    width: 100%;
    height: 1px; /* Adjust height as needed */
    background: linear-gradient(to right, transparent, #FF4B17, transparent); /* Gradient background */
    border-radius: 10px; /* Adjust border radius to shape the curve */
    margin: 20px 0; /* Adjust margin as needed */
  }

/* Footer Copyright */
.footer .copyright {
  font-size: 15px;
  color: White;
  text-align: center;
  font-weight: 400px;
  padding-top: 20px;
}

/*lwegatech developers*/
.footer .copyright a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 400px;
  color: white;
}

/*===========================================================
 * Back to top button
 *===========================================================*/

.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #FF4B17;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #318EA0;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}


/**============================================================
 * RESPONSIVE
 *=============================================================*/

@media (min-width: 320px) and (max-width: 575px) {
  .connect-with-us .content .right-side {
    width: 100%;margin-right: 0px;}
    .sticky-header .navbar-expand-lg .navbar-nav .nav-link {color: #000;padding-left: 1em;}
  .header-pages {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(168, 169, 173, 0.3)), url('../images/header-bg.jpg') no-repeat top center;
    min-height: 100px !important;padding-top: 4%;}
  .header-pages h2 {font-size: 30px !important;color: #fff;}
  .page {
    padding-top: 30px;padding-bottom: 20px;}
  .page .photo {
    height: auto;width: auto;object-fit: cover;}
  .navbar .nav-item {
    padding-right: 0px;}
  .navbar-nav .nav-item:hover {
    background: rgba(72, 124, 133, 0.9) !important;
    color: #fff;}
  .navbar-nav .nav-link:hover {
    color: #000;}
  .navbar-nav .dropdown-menu {
    background: #099;}
  .navbar-nav .dropdown-menu a {
    color: #fff;}
  .carousel-inner .carousel-item h5 {
    font-size: 1.55rem !important;}
  .carousel-inner .carousel-caption {width: 300px !important}
  .intro{background: linear-gradient(to right, #E92322 100%, #99c17b 0%);}
  .intro .intro-text{width:100%;margin-bottom:20px;}
  .intro .intro-pic {width: 387px;margin-left: -10px;}
  .intro .schoolopen {padding: 10px;margin-left: 222px;margin-top: -150px !important;}
  .intro .schoolopen .noz, .intro .schoolopen .noz sup {margin-top: -20px;}
  .main-slider .main-slider-content .big-title h2{font-size:35px;}
  .main-slider .main-slider-content {margin-top:-25px;}
  .main-slider .main-slider-content__inner {width:80%;}
  .main-slider__nav{display:none;}
  .main-slider .main-slider-content .text p{font-size:17px;}
  .navbar .navbar-toggler{background-color:white;}
  .header-pages .breadcrumb{display:none;}
  .header-pages{height:200px;}
  .header-pages h2{padding-top:130px;font-size:20px;}
  .connect-with-us .ask-us h3{font-size:30px;}
  .connect-with-us .ask-us h6{font-size:15px;}
  .content .left-side::before{display:none;}
  .inyana-socials .message-socials-section .social-icons-section .social-icon{font-size:18px;}
  .connect-with-us{width:100%;padding:0; margin:0;}
  .connect-with-us .content .right-side {width: 100% !important;padding-top:40px;}
  .connect-with-us .content .left-side {width: 100% !important;}
  .header .btn-info {background-color:#fd7e14;margin-left:30px;margin-right:-30px;}
  .home-page-gallery .slider{display:none;}
  .inyana-homepage-gallery-text p {text-align:justify !important; padding:20px;}
  .nursery-section h3{font-size:15px;}
  .csection p {text-align: justify !important; margin:-50px -20px 30px -30px}
  .curriculum-title h2 {font-size: 32px !important;}
  .curriculum-subtitle h3, .curriculum-subtitle2 h3 {font-size: 26px !important;margin-top:-20px;font-weight:400 !important;}
  .curriculum h4 {text-align: justify !important;color: #fff !important; font-weight:300 !important;}
  .curriculum ul {margin:-10px -20px 0 -15px;padding-left:50px;}
  .specific p {margin:0 -35px 30px -40px;color: #fff !important;font-weight:300 !important;}
  .specific h4, .prime h4 {color: #fff !important;font-weight:300 !important;margin-left:-30px;}
  .specific ul, .prime ul {margin-left:5px;}
  .curriculum{background-color:#0077b5 !important;}
  .prime{background-color:#fd7e14 !important;}
  .curriculum-subtitle2 p {padding:0 20px 0 20px;}
  .curriculum-subtitle p {padding-top: 10px !important;margin:0 -20px 20px -30px}
  .curriculum-title p {text-align:justify !important; padding:20px 20px 0 20px;}
  .lsection p {margin:20px -30px 20px -30px;padding:0;}
  .section-container{background-color:#fd7e14 !important;}
  .color3 {margin-left:-35px;padding:30px 0 30px 0;}
  .pay-us .immove {margin-left:25px;padding:30px 0 20px 0;}
  .pay-me .immove2 {margin-left:25px;padding:30px 0 20px 0;}
  .pay-us .momod1{margin-left:5px;margin-right:30px;padding-bottom:30px;margin-top:-25px;}
  .pay-me .momod2{margin-left:5px;margin-right:30px;padding-bottom:30px;margin-top:-25px;}
  .our-team-staff h3{font-size:30px !important;}
  .our-team-staff p{margin:0 10px 0 10px; text-align:justify !important;}
  .team-member {padding: 0;margin: -60px 20px 0 20px !important;height: 280px !important;}
  .our-team-staff .row img {margin-top:30px;}
  .outdoor-last{margin-bottom:50px !important;}
  .nursery-section h3 {font-size:30px !important;}
  .nursery-text{margin-left:0px !important;}
  .nursery-text-image2 .nursery-text2{margin-top:-90px;}
  .nursery-text2{margin-left:0 !important;margin-top:-50px !important;}
  .nursery-section h6, .nursery-section1 h6 {font-size:25px !important; font-weight:400px !important;}
  .nursery-section p {margin-right:-55px;}
  .nursery-text2 p {margin-left:-55px !important;}
  .nursery-text2 h6{padding-top:50px !important;}
  .rounded-circle {margin-top:-70px;margin-left:105px;margin-right:-105px;}
  .rounded-circle2 {margin:-40px 0 0 -25px !important;}
  .nursery-section1 p {margin:0 -20px 0 -20px;}
  .why-iisu-container h3{font-size:30px !important;}
  .why-iisu-container p{text-align:justify !important;padding:0 10px 0 10px;}
  .filter-cards .card{margin-left:20px !important;width:90% !important;}
  #filter-buttons{margin: 0 -20px 0 -10px; padding-left:10px;}
  #filter-buttons button{padding:3px;}
  .about-us-title h2 {font-size: 20px;padding: 0 50px 0 20px;}
  .about-us-title .we-must {color: #0077b5;}
  .who-inyana {font-size: 30px !important;margin-top:-10px;}
  .about-us-title h2 {font-size: 20px;margin-right:-50px;}
  .educational-philosophy h3 {font-size: 30px !important;}
  .educational-philosophy p {text-align:justify;margin:0 -30px 0 -30px;padding:20px 0 20px 0;}
  .mission, .vision, .philosophy {margin:0 -30px 0 -30px !important;}
  .mvp-rows .text-center p{text-align:justify !important;padding:0 5px 0 5px;}
  .core-values h3 {padding-top:40px;}
  .core-values{margin-left:15px !important;}
  .why-iisu-container .h {text-align:center !important;margin-top:-15px;}
  .card-body .carded{text-align:center !important;}
  .gallery-text h3{font-size:30px !important;}
  .gallery-text {margin-top:50px !important;}
  .lightbox-gallery {overflow: hidden; margin:0 -10px 0 -10px !important;}
  .footer .footer-logo{padding-left:90px;}
  .footer .quick-links{padding-top:50px;margin-left:-50px;}
  .footer ul{margin-left:-47px;font-weight:100;}
  .social-icons h4{margin-left:-220px;padding-top:30px;}
  .social-icons ul{margin-left:-10px;font-weight:bolder;}
  .footer-contacts{padding-top:20px;}
  .footer-contacts p{font-size:15px;}
  .copyright{text-align:justify;}
  
}

@media (min-width: 576px) and (max-width: 768px) {
  .navbar-expand-lg .navbar-nav .nav-link {padding-left: 1em;color: #000;}
  .navbar .nav-item {padding-right: 0px;}
  .navbar-nav .nav-item:hover {background: rgba(72, 124, 133, 0.9) !important;color: #fff;}
  .offcanvas .navbar-nav .nav-link:hover {color: #000;}
  .navbar-nav .dropdown-menu {background: #099;}
  .navbar-nav .dropdown-menu a {color: #fff;}
  .col-md-2 {width: 40%;}
  /*.sticky-header {width: 80%;}*/
  .sticky-header .enroll-today-button {margin-left: -90px;}
  .enroll-today-button {margin-left: -90px;}
  .navbar-toggler {margin-left:130px !important;background-color:#fff !important;}
  .header-pages {background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), rgba(168, 169, 173, 0.3)), url('../images/header-bg.jpg') no-repeat top center;min-height: 150px;padding-top: 3%;}
  .header-pages h2 {font-size: 45px;}
  .carousel-inner .carousel-item h5 {font-size: 1.95rem;}
  .carousel-inner .carousel-caption {width: 400px;}
  .intro-appointment .container {width: 96%;}
  .offcanvas-header {background: linear-gradient(to top, rgba(255, 25, 25, 0.9), rgba(255, 153, 0, 0.7));color: #fff;}
  .offcanvas.show {background: rgba(22, 96, 113, 0.852);}
  .main-slider .main-slider-content .big-title h2{font-size:40px;}
  .main-slider .main-slider-content {margin-top:-15px;}
  .main-slider .main-slider-content__inner {width:60%;}
  .main-slider__nav{margin-left:-50px; font-size:30px; margin-top:30px !important;}
  .intro .col-md-7 {width: 100% !important;margin-right:-250px !important;}
  .intro{background: linear-gradient(to right, #E92322 100%, #99c17b 0%);}
  .intro .intro-text{width:100%;margin-bottom:20px;}
  .intro .schoolopen {padding: 10px;margin: -170px 0 0 575px !important;}
  .intro .intro-pic {width: 765px;margin-left: -35px;}
  .inyana-homepage-services p {text-align:justify; white-space: nowrap!important;}
  .container.slider a.slide:nth-child(n+4),.container.slider a.slide:nth-child(n+4) ~ a.slide {display: none;}.container.slider {margin-left: -5px;}
  .footer .footer-logo{padding-left:90px;}
  .footer .col-md-3 {width: 50% !important;margin-bottom:50px;}
  .footer .enroll-today-footer-button {width:200px;margin-left:-60px;}
  .footer .footer-logo img {width: 230px;margin-left:-80px;}
  .footer-links{padding-left:50px !important;}
  .social-icons h4{margin-right:-450px;}
  .social-icons ul{margin-right: -300px;padding-left: 220px;padding-top:10px;}
  .footer .footer-contacts p {white-space:nowrap;}
  
}


/*========================================================
 * #home-page-service section
 ==========================================================*/
/* Customize card appearance */
/* Customize section background and padding */
.bg-light {
  padding-top: 40px; /* Adjust top padding */
  padding-bottom: 40px; /* Adjust bottom padding */
}
.inyana-services .card {
  margin-bottom: 20px;
  transition: transform 1.1s ease, box-shadow 0.5s; /* Add transition to all cards */
}
.inyana-services .card:hover {
  /* transform: scale(1); Adjust the scale value as needed */
  /* transition: transform 1.1s ease, box-shadow 0.5s; */
}
/*what we offer*/
.inyana-service-header {
  color:black;
  font-weight: bold;
  font-size: 2.5rem;
  font-family: 'Permanent Marker', 'Rubik' !important;
}
.inyana-homepage-services p {
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  font-weight: 500;
}
.inyana-homepage-services {
  padding-bottom: 20px;
}
/*Card title*/
.card-title {
  font-size: 1.2rem;
  margin-bottom: 10px;
  font-weight: bold;
  font: handscript;
}
.card-text {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
  transition: transform 0.9s ease; /* Added transition for background-color and transform */
}
/* Card Hovering */
.card1:hover {
  background-color: #F0D030;
  color: white;
  transform: scale(1.03); /* Enlarge image on hover */
  transition: background-color 0.3s ease, transform 0.9s ease; /* Added transition for background-color and transform */
}
/* Button hover effect */
.card1:hover .btn-read-more {
  background-color: white; /* Change button background color on card hover */
  color: black; /* Change button text color on card hover */
}
.card2:hover {
  background-color: #3590b8;
  color: white;
  transform: scale(1.03); /* Enlarge image on hover */
  transition: background-color 0.3s ease, transform 0.9s ease; /* Added transition for background-color and transform */
}
/* Button hover effect */
.card2:hover .btn-read-more {
  background-color: white; /* Change button background color on card hover */
  color: black; /* Change button text color on card hover */
}
.card3:hover {
  background-color: #84b44e;
  color: white;
  transform: scale(1.03); /* Enlarge image on hover */
  transition: background-color 0.3s ease, transform 0.9s ease; /* Added transition for background-color and transform */
}
/* Button hover effect */
.card3:hover .btn-read-more {
  background-color: white; /* Change button background color on card hover */
  color: black; /* Change button text color on card hover */
}
.card4:hover {
  background-color: #bf2726;
  color: white;
  transform: scale(1.03); /* Enlarge image on hover */
  transition: background-color 0.3s ease, transform 0.9s ease; /* Added transition for background-color and transform */
}
/* Button hover effect */
.card4:hover .btn-read-more {
  background-color: white; /* Change button background color on card hover */
  color: black; /* Change button text color on card hover */
}
/* Limit the number of lines to 3 and truncate overflow */
.clamped-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3; /* Number of lines to display */
}

.btn.btn-read-more {
  margin-top: 15px;
  text-transform: uppercase;
  background-color: #e92322;
  font-size: 14px;
  color: #fff;
}
.btn.btn-read-more:hover {
  background-color: #e92322; /* Change button background color on hover */
  color: white;
}
/*=======Call to Action============*/
/* Style for the overlay */
.overlay {
  background-image: url('../images/home-page-services/inyana-overlay.png');
  opacity: 0.7; /* Adjust the opacity as needed */
  position: absolute;
  width: 100%; /* Adjust width as needed */
  height: 100vh; /* Adjust height as needed */
}

.cta-video {
  top: 0;
  left: 0;
  right:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  z-index: -1;
  position: fixed;
}

.cta-title {
  margin-bottom: 2rem;
  font-weight: 700;
  color: #fff;
  font-size: 2.5rem;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Shadow effect */
  font-family: 'Permanent Marker', 'Rubik' !important;
}

.cta-content {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.9); /* Shadow effect */
}

.btn.btn-enroll-today {
  background-color: #ff4b17; /* Change button background color */
  color: #fff; /* Change button text color */
  text-transform: uppercase;
  text-shadow: none;
  font-size: 14px;
}

.btn.btn-enroll-today:hover {
  color: #000; /* Change button text color */
  text-shadow: none;
  background-color: white;
  transform: scale(0.9); /* Shrink button on hover */
}
/*===== Home Page Gallery======= */
.home-page-gallery {
  background-color: #fff; /* Set white background */
  padding-top: 40px;
  padding-bottom: 40px;
}

/* Add styles for the slider */
.slider {
  display: flex;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  margin: 0 auto; /* Center the slider horizontally within its container */
  animation: slideLeft 20s linear infinite; /* Use slideLeft animation */
  animation-delay: 2s;
  transition: transform 0.2s ease-in-out;
}

.slide {
  scroll-snap-align: start;
  flex: 0 0 17%; /* Set width for each slide (assuming 5 images per slide) */
}

/* Remove horizontal scrolling */
.home-page-gallery .container {
  width: calc(260px * 5 + 3px * 4); /* Adjust width to accommodate five photos */
  max-width: 100%; /* Ensure it doesn't overflow its parent */
  white-space: nowrap; /* Prevent line breaks */
  overflow: hidden; /* Hide any overflow */
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Home Page Images */
.home-page-gallery img {
  width: 260px; /* Set a fixed width for the images */
  height: 260px; /* Set a fixed height for the images */
  object-fit: cover; /* Maintain aspect ratio */
  margin: 2px; /* Add some margin between images */
  padding: 9px; /* Add padding around images */
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); /* Increase shadow on hover */
  transition: transform 0.5s ease, box-shadow 0.5s; /* Smooth transition for transform and box-shadow */
  transition-delay: 0.2s; /* Delay transition on hover */
}
/* Enlarge image on hover */
.home-page-gallery img:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); /* Increase shadow on hover */
  transform: scale(1.1); /* Enlarge image on hover */
}
/* Home Page Gallery Title */
.home-page-gallery-title {
  color: #ff4b17;font-weight: bold;font-size:2.5rem;font-family: 'Permanent Marker', 'Rubik' !important;}
/* Home Page Gallery text */
.inyana-homepage-gallery-text p{
  font-size: 1rem;line-height: 1.5;color: black;font-weight: 500;margin-top: -10px;}
/* Button for Photo Gallery */
.btn.btn-photo-gallery {
  color: #000;text-transform: uppercase;margin-bottom: 10px;border-color: #ff4b17;font-size: 14px;}
.btn.btn-photo-gallery:hover {
  background-color: #e92322;color: #fff;transform: scale(0.9);}

/* =====Fancy Gallery =====*/
/* Custom CSS to position arrows */
.fancybox-button.fancybox-button--arrow_left {
  left: 20px; background-color: #ff4b17;margin-top: 320px; margin-left: 170px;}
.fancybox-button.fancybox-button--arrow_right {
  right: 20px;background-color: #ff4b17;margin-top: 320px;margin-right: 170px;}
.fancybox-toolbar {
  background: none;border: none;}
.fancybox-button.fancybox-button--close {
  top: 10px;right: 680px; color: white;background-color: transparent;}
/*=====About Us Page --- Who We Are===*/
.about {
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/who-we-are/inyana-sports-day.jpg');background-size: cover;background-position: center;}/*headerpage*/
.who-we-are-title h2{
  font-size: 40px;}
.breadcrumb {
  font-size: 20px;}/* Breadcrumb */
.breadcrumb a {
  font-weight: 500;text-decoration: none;color: #F0D030;padding: 0 500px 0 500px;}
.breadcrumb a:hover {
  text-decoration: none;}
.who-we-are-container {/* Who We Are Container */
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);margin: 50px 0 50px;padding: 40px;}
@keyframes bounceIn {0% {opacity: 0;transform: scale(0.5);}50% {opacity: 1;transform: scale(1.05);}100% {opacity: 1;transform: scale(1);}}
.about-us-title h2{
  font-size: 25px;animation: bounceIn 3s ease forwards; padding: 0 50px 0 20px;}
.about-us-title .our-motto{
  color: #F0D030;font-weight: 600;}
.about-us-title .we-can{
  color: #3590b8;font-weight: 500; font-size: 25px}
.about-us-title .we-must{
  color: #ff4b17;font-weight: 500; font-size: 25px}
.about-us-title .we-will{
  color: #84b44e;font-weight: 500; font-size: 25px}
.who-we-are-description{padding: 0 20px 0 20px;}
.who-inyana {font-weight: bold;font-size: 35px; color:#ff4b17; text-align:center;padding-bottom:25px;margin-top:-10px; font-family: 'Permanent Marker', 'Rubik' !important;}
.section1 p, .section2 p, .section3 p{
  text-align: justify;color: black;line-height: 1.6;font-weight: 400;}
.section2 h6,.section3 h6 {
  color: #3590b8;line-height: 1.6;font-weight: 500;font-size: 20px; font-family: 'Permanent Marker', 'Rubik' !important;}
.who-we-are-image img {
  max-width: 100%;height: auto;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.ourmvp {/*Mision, Vision, Phylosophy*/
  background-position: center;background-size: cover; background-image: url('../images/who-we-are/inyana-exploration-day.jpg');}
.ourmvp::before {
  content: "";position: absolute;top: 0;left: 0; width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.2); /* Dark overlay */}
.mvp {padding: 50px;}
.educational-philosophy h3{
  color: #ffffff;font-weight: 500;font-size: 35px;font-family: 'Permanent Marker', 'Rubik' !important;}
.educational-philosophy p{
  color:  #fff;font-weight: 400}
.mission h3, .vision h3, .philosophy h3 {
  color: #e92322; padding-bottom: 10px;padding-top: 10px;}
.mission p, .vision p, .philosophy p {
  color:#000;line-height: 1.6;font-weight: 400;}
.fa1{color: #F0D030;}
.fa2{color: #3590b8;}
.fa3{color: #84b44e;}
.mission,.vision,.philosophy{
  margin: 10px;height: 400px;background-color: #fff;border-radius: 0 50px 0 50px;padding: 20px;}
.mission:hover, .vision:hover, .philosophy:hover{
  transform: scale(1.02);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}
.mission:hover {
  background-color: #F0D030;}
.vision:hover {
  background-color: #3590b8;}
.philosophy:hover {
  background-color: #84b44e;}
.mission:hover h3, .vision:hover h3, .philosophy:hover h3{
  color: #fff;}
.mission:hover p, .vision:hover p, .philosophy:hover p{
  color: #fff;}
.mission:hover .fa1, .vision:hover .fa2, .philosophy:hover .fa3 {
  color: white;}
.our-values{ margin: 70px 0 50px 0;}/*Core Values*/
.core-values h3 {
  font-size: 30px; color: #3590b8;font-family: 'Permanent Marker', 'Rubik' !important;}
.core-values p{
  font-size: 18px; color: #000; font-weight: 400;}
.core-values ul li {
  font-size: 19px;margin-bottom: 5px; font-weight: 400;}
.fa-li {
  width: 2em;text-align: center;color:#ff4b17;}
.our-values img {
  background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
/*.mvp-rows .text-center p {text-align:justify !important;padding:0 10px 0 10px;}*/
/* ===Contact Page =====*/
.contact {
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/contact-us/inyana-school-compound.jpg');background-size: cover;background-position: center;}/*headerpage*/
.contact-us-title h2{
  font-size: 40px;}
.ask-us h3{                     
  padding-bottom: 15px;color: #ff4b17; text-align: center; font-size: 35px;font-weight: bold;font-family: 'Permanent Marker', 'Rubik' !important;}
.ask-us h6{                     
  text-align: center; font-size: 20px;font-weight: bold;}/* Alternating text */
.ask-us h6 .question, .inquiry{
  color: #3590b8; font-weight: 500;}
.inyana-socials {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);background-color: #3590b8; margin-top: 50px; padding: 20px; margin-bottom: 50px;}
.social-icons-section {
  display: flex;flex-direction: row;align-items: center;font-size: 25px;justify-content: space-between;} 
.social-icons-section h3 {
  font-family: 'Permanent Marker', 'Rubik' !important;color: white;}
.facebook, .youtube, .linkedin, .instagram, .x{color: #ffffff;}
/* Define official colors for each social media platform */
.facebook:hover { color: #3b5998; }
.youtube:hover { color: #c4302b; }
.linkedin:hover { color: #0077b5; }
.instagram:hover { color: #833ab4; }
.x:hover {color: #000;}
/* Form Send Message */
.connect-with-us{
  width: 75%;background: #fff;border-radius: 6px;padding: 20px 60px 30px 40px;box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.connect-with-us .content{
  display: flex;align-items: center;justify-content: space-between;}
.connect-with-us .content .left-side{
  width: 25%;height: 100%;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-top: 15px;position: relative;}
.content .left-side::before{
  content: '';position: absolute;height: 70%;width: 2px;right: 15px;top: 50%;transform: translateY(-50%);background: #3590b8;}
.content .left-side .details{
  margin: 14px;text-align: center;}
.content .left-side .details i{
  font-size: 30px;color: #ff4b17;margin-bottom: 10px;}
.content .left-side .details .topic{
  font-size: 18px;font-weight: 500;}
.content .left-side .details .text-one,
.content .left-side .details .text-two{
  font-size: 14px;font-weight: 400;color: #000000;}
.connect-with-us .content .right-side{
  width: 70%;margin-right: 35px;}
.content .right-side .topic-text{
  font-size: 23px;font-weight: 600;color:#3590b8;}
.right-side p{font-weight: 400;color: #000;}
.right-side .input-box{
  height: 50px;width: 100%;margin: 12px 0;}
.right-side .input-box input,
.right-side .input-box textarea{
  height: 100%;width: 100%;border: none;outline: none;font-size: 16px;background-color: #F0F1F8;border-radius: 6px;padding: 0 15px;resize: none;color: #000;}
.right-side .message-box{
  min-height: 110px;}
.right-side .input-box textarea{
  padding-top: 6px;}
.right-side .button{
  display: inline-block;margin-top: 12px;}
.right-side .button input[type="submit"]{
  color: #fff;font-size: 18px;outline: none;border: none;padding: 8px 16px;border-radius: 6px;background: #ff4b17;cursor: pointer;transition: all 0.3s ease;}
.button input[type="submit"]:hover{
  background: #3590b8;}
/* Map Section */
.mapping {
  width: 100%;}
.map-section,
.image {
  height: 100%;}
 .map-section iframe{width:100%; height:400px; border:0;}
.image img {
  width: 100%;height: 100%;object-fit: cover;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
/* Gallery */
.gallery{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/gallery/inyana-primary-pupils1.jpg');background-size: cover;background-position: center;}/*headerpage*/
  
/*Lightbox Gallery*/
.gallery-text {text-align: center;}
.gallery-text h3{padding-top:40px;color: #3590b8;font-weight: bold;font-size: 35px;font-family: 'Permanent Marker', 'Rubik' !important;}
.gallery-text p{color: #000;font-weight: 500;padding-bottom:20px;}
.lightbox-gallery{color: #000;overflow-x: hidden;margin:0 -90px 0 -90px;}
.lightbox-gallery .photos{padding:20px 0 50px 0;}
.lightbox-gallery img{width: 100%;height: 100%;object-fit: cover;background-color: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.lightbox-gallery img:hover{transition-delay: 0.5s;}
.lightbox-gallery .item{padding-bottom:20px;}
.lightbox-gallery .item:hover{transform: scale(1.03);transition: transform 0.9s ease, box-shadow 0.5s ease;width: 50%;height: 50%;object-fit: cover;}

/*Buttons*/
/* Lightbox Close Button Style */
.lightbox-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 9999;
}

.lightbox-close:hover {
    background-color: rgba(0, 0, 0, 0.7);
}


/* Nursery Section */
.nursery{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/nursery/inyana-nursery3.jpg');background-size: cover;background-position: top;}/*headerpage*/
.nursery-section{margin: 50px;}
.nursery-section h3{ padding-bottom: 15px;color: #ff4b17; text-align: center; font-size: 35px;font-weight: bold;}
.nursery-section h6{ padding-bottom: 15px;color: #ffffff; text-align: center; font-size: 35px;font-weight: bold;font-family: 'Permanent Marker', 'Rubik' !important;}
.nursery-section p{ padding-bottom: 15px;color: #ffffff; text-align: justify; font-weight: 400; padding-right: 70px;}
.nursery-text-image .nursery-text{margin-top: 20px;}
.nursery-image {justify-content: flex-start;margin-left: -90px;padding-top: 25px;}
.nursery-text{margin-left: 70px; background-color: #3590b8;}
.rounded-circle {width: 300px;height: 300px;background-color: #ffffff;border-radius: 50%;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.rounded-circle img {width: 100%;height: 100%;padding: 5px;object-fit: cover;border-radius: 50%;}
/* Baby Rooms */
.nursery-text-image2{padding-top: 50px;}
.nursery-section2 h6{ padding-bottom: 15px;color: #ffffff; text-align: center; font-size: 35px;font-weight: bold;font-family: 'Permanent Marker', 'Rubik' !important;}
.nursery-text2 p{ padding-bottom: 15px;color: #ffffff; text-align: justify; font-weight: 400; padding-left: 60px;}
.nursery-text-image2 .nursery-text2{margin-top: 20px;}
.nursery-image2 {justify-content: flex-start;margin-left: 35px;padding-top: 25px;z-index: 1;}
.nursery-text2{margin-left: -120px; background-color: #ff4b17;}
.rounded-circle2 {width: 300px;height: 300px;background-color: #ffffff;border-radius: 50%;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.rounded-circle2 img {width: 100%;height: 100%;padding: 5px;object-fit: cover;border-radius: 50%;background-color: #fff;}
/* Baby Rooms Content */
.nursery-section1{padding: 70px;background-image: url(../images/nursery/inyana-nursery3.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
.nursery-section1 h3{ padding-bottom: 15px;color: #ff4b17; text-align: center; font-size: 35px;font-weight: bold;}
.nursery-section1 h6{ padding-bottom: 15px;color: #ffffff; text-align: center; font-size: 35px;font-weight: bold;font-family: 'Permanent Marker', 'Rubik' !important;}
.nursery-text1right{padding: 30px;}
.nursery-text1left{padding: 30px;}
.nursery-section1 p{ padding-bottom: 15px;color: #ffffff; text-align: justify; font-weight: 400;}
.nursery-left{background-color: #ff4b17;opacity: 0.9;}
.nursery-right{background-color: #3590b8;opacity: 0.9;}
.nursery-section1{margin-bottom: 0px;}
/* Toddlers */
.toddlers{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/toddlers/inyana-toddlers.jpg');background-size: cover;background-position: center;}
.toddlers-section{padding: 70px;background-image: url(../images/toddlers/inyana-toddlers2.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
/* Pre School */
.pre-school{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/pre-primary/inyana-pre-primary3.jpg');background-size: cover;background-position: top;}
.pre-school-section{padding: 70px;background-image: url(../images/pre-primary/inyana-pre-primary2.jpg);background-size: cover;background-repeat: no-repeat;background-position: center;}
/* Our Team */
.our-team{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/our-team/inyana-team3.jpg');background-size: cover;background-position: top;}
.our-team-staff h3{color: #3590b8;font-weight: bold;font-size: 35px;font-family: 'Permanent Marker', 'Rubik' !important;}
.our-team-staff p{font-weight: 500;color: #000; text-align: center;}
.our-team-staff .row img{  width: 100%;height: 100%;object-fit: cover;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.our-team-staff2 img{  width: 100%;height: 100%;object-fit: cover;background: #fff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.team-member {background-color: #0077b5; padding: 30px;margin: 70px;height: 240px; margin-top: -50px;box-shadow: 10px 20px 30px #00000014;border-radius: 20px;background-color: white;}
.team-member-content {background-color: #0077b5; padding: 40px;box-shadow: 10px 20px 30px #00000014;background-color: #ff4b17;}
.team-member-content p{color: white; background-color: #ffffff; padding: 15px;box-shadow: 10px 20px 30px #00000014;background-color: #ff4b17;}
.our-team-staff2{padding-bottom: 50px;}
/* Why IISU */
.why-iisu{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/why-iisu/why-iisu2.jpg');background-size: cover;background-position: top;}
.why-iisu-container {
  max-width: 1100px;margin: 50px 60px 50px 0;}
.why-iisu-container h3{padding-bottom: 15px;color: #0077b5; text-align: center; font-size: 35px;font-weight: bold;font-family: 'Permanent Marker', 'Rubik' !important;}
.why-iisu-container p{font-weight: 500;color: #000; text-align: left;}
.why-iisu-container .h{font-weight: 500;color: #000; text-align: center;}
#filter-buttons button {
  border-radius: 3px;background: #fff;border-color: #ff4b17;color: #0077b5;font-weight: 500;}
#filter-buttons button:hover {
  background: #fff;}
#filter-buttons button.active {
  color: #fff;background: #ff4b17;}
#filterable-cards .card:hover {background-color: transparent;
  color: #0077b5;transition: background-color 0.3s ease, transform 0.9s ease;
  transform: scale(1.03);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);transition: transform 0.9s ease, box-shadow 0.5s ease;}
#filterable-cards .card {
  width: 15rem;border: 2px solid transparent;}
#filterable-cards .card-text {font-weight: 400; font-size: 16px;text-align: center;}
#filterable-cards .card-title {font-weight: 500; font-size: 18px;text-align: center;}
#filterable-cards .card.hide {display: none;}
/* outdoor Garden */
.outdoor{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/outdoor-garden/inyana-outdoor-5.jpg');background-size: cover;background-position: top;}
.outdoor-title h6{font-weight: 500;font-size: 25px; color: #ff4b17; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
/* Curriculum */
.our-curriculum{  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/curriculum/inyana-curriculum1.jpg');background-size: cover;background-position: top;}
.curriculum-title h2{padding-top: 50px;font-weight: bold;font-size: 35px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.curriculum-title p{padding-top: 20px;}
.curriculum-subtitle h3{font-weight: bold;font-size: 30px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.curriculum-subtitle2 h3{font-weight: bold;font-size: 30px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.curriculum-subtitle p{font-weight: 400;font-size: 16px; color: #000000; text-align: justify;padding: 0 40px 0 40px;}
.curriculum-container{background-color: #0077b5; margin: 50px 0 50px 0;}
.csection p{font-weight: 400;font-size: 16px; color: #ffffff; text-align: center; padding: 100px 20px 0 20px;}
.curriculum h4{text-align:center;padding-bottom: 10px;font-weight: 500;font-size: 22px; color: #0077b5;}
.curriculum{background-color: #ffffff;padding-top: 20px;box-shadow: 10px 20px 30px #00000014;}
.curriculum ul{padding: 10px 50px 20px 30px;}
.valid-curriculum{background-color: #ffffff;padding: 10px;box-shadow: 10px 20px 30px #00000014;}
.valid-curriculum p{font-size: 16px; font-weight: 400;color: #000;margin-left:-20px;}
.specific p{font-size: 16px; font-weight: 500;color: #0077b5;padding: 0 50px 0 50px;}
.specific h4{color: #ff4b17;margin-bottom:-5px;text-align:justify;padding-left:30px;}
.prime h4{color: #fff;margin-bottom:-5px;text-align:justify;padding-left:30px;}
.prime{background-color:#fd7e14 !important;}
.colored h4{color:#fff !important;}
.curriculum ul li {
  font-size: 16px;margin-bottom: 5px; font-weight: 400;color: rgb(0, 0, 0);}
.fa-li {
  width: 2em;text-align: center;color:#000000;}
/* Lessons */
.curriculum-title p{font-weight: 500;font-size: 16px; color: #000000; text-align: center;}
.lessons{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/lessons/inyana-lessons4.jpg');background-size: cover;background-position: top;}
.lsection p{padding: 0 20px 50px 20px; color: rgb(255, 255, 255);}
.lsection h3{padding: 50px 0 0 0; color: white;text-align: center;}
.orange .orange-container{background-color: #ff4b17;}
/* School Fees */
.fees{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/fees/inyana-school-fees.jpg');background-size: cover;background-position: top;}
.school-fees h3{font-weight: bold;font-size: 30px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.school-fees .fees-payment {margin-top: 40px;margin-bottom:-50px;}
.payments .phone i{color: #0077b5;font-size: 60px;}
.payments .phone li{color: #ff4b17;font-size: 20px; font-weight: bold; padding: 10px 0 0 30px;}
.payments .phone1 i{color: #fff;font-size: 40px;}
.payments .phone1 li{color: #fff;font-size: 20px; font-weight: bold; padding: 10px 0 0 30px;}
.payments h5{color: #0077b5;font-size: 16px; padding-left: 65px; margin-top:-12px;}
.payments .momo i{color: #000; padding-left: 65px;font-weight:300px;}
.payments .momo li{color: #00; padding-left: 65px;font-weight: 400;}
.payments .momo1 i{color: #fff; padding-left: 65px;}
.payments .momod1 i{color: #000; padding-left: 65px;}
.payments .momo1 li{color: #fff; padding-left: 65px;}
.payments .momo-black li{color: #000;}
.payments .phone-black li{color: #000;}
.payments .phone-black i{color: #000;}
.payments .phone-black i{color: #000;}
.mode1{padding-top: 30px;margin-bottom:50px;}
.move-pay{margin-left:60px;padding-top:10px;}
.payments-color1{background-color:#1761aa;}
.payments-color2{background-color:#00309c;}
.payments-color3{background-color:#e71b24;}
.payments-color4{background-color:#f3c60c;}
.payments.fee-head{background-color:#ff4b17;}

/* School Forms */
.forms{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/forms/inyana-school-forms.jpg');background-size: cover;background-position: top;}
.school-docs h3{font-weight: bold;padding: 40px 0 0 0; font-size: 30px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.school-docs i{color: #ff4b17;}
.school-docs h5{color:#0077b5;font-size: 17;font-weight: 400;padding-bottom: 10px;}
.school-docs span{color: black;font-size: 16;font-weight: 500;}
.school-docs a:hover{background-color:#0077b5;transition: 0.5s;}
.school-docs a{
  text-decoration:none; color: white;background-color: #ff4b17;padding: 15px;}
.school-docs p{font-size: 16px; font-weight: 500;color: #000;text-align: center; padding-bottom: 20px;}
.school-docs{
    padding:20px 0px;}
.box-part{
    background:#FFF;border-radius:0;padding:30px 10px;}
.myform{transition: background-color 0.3s ease, transform 0.9s ease; margin: 20px;height: 250px;
  transform: scale(1.03);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);transition: transform 0.9s ease, box-shadow 0.5s ease;
}
/* Calender */
.calender{  
  position: relative;overflow: hidden;background-image:linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),url('../images/calender/inyana-calender.jpg');background-size: cover;background-position: top;}
  .paragraph{font-size: 16px; font-weight: 500;color: #000;text-align: center; padding-bottom: 20px;}
  .school-calender h3{padding-bottom:10px;font-weight: bold;font-size: 30px; color: #0077b5; text-align: center;font-family: 'Permanent Marker', 'Rubik' !important;}
.school-calender .calender-form{background-color: #e6e3e3;margin: 20px;}
.calender-form .sdocs{padding-bottom: 20px;}
.school-calender .calender-form:hover{transition: background-color 0.3s ease, transform 0.9s ease;
transform: scale(1.03);box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);transition: transform 0.9s ease, box-shadow 0.5s ease;
}

/* MODAL FOR FORM POPUP VIEW */
/* The Modal (background) */
.modal {
  display: none;position: fixed;z-index: 1;left: 0;top: 0;width: 100%;height: 100%;overflow: hidden; background-color: rgba(0, 0, 0, 0.5); /* Black with opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;margin: 0 auto;padding: 0;border: 1px solid #888;width: 100%;height: 100%;overflow-y: auto;
  box-sizing: border-box;position: relative;
}
/* Close Button */
.close {
  color: #ff4b17;position: absolute; top: 10px;right: 10px;font-size: 60px;width: 50px;height: 50px;font-weight: bold;z-index: 2;cursor: pointer;
}

.close:hover,
.close:focus {
  color: #fff; /* Darker red color on hover/focus */
}

/* PDF Viewer */
iframe {
  width: 100%;
  height: 100%;
  border: none; /* Remove iframe border */
  overflow: hidden; /* Hide the scrollbar */
}


/* PDF Viewer */
iframe {
  width: 100%;
  height: 100%;
  border: none; /* Remove iframe border */
}