body {
  font-family: 'Raleway', sans-serif;
  background-color: #fefeff;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 45px;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.call_to-btn {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #ffffff;
  color: #262627;
  font-weight: 600;
  transition: all 0.3s ease 0s;
}

.hero_section .call_to-btn {}

.call_to-btn img {
  width: 18px;
  margin-left: 10px;
}

.btn_on-hover {
  transition: all 0.3s ease 0s;
}

.call_to-btn:hover,
.btn_on-hover:hover {
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  -moz-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.7);
  transform: translateY(-7px);
}

.main-heading {
  color: #082465;
  font-weight: bold;
  text-align: center;
}

/*header section*/

.header_section {
  padding-top: 10px;
  font-family: 'Poppins', sans-serif;

}

nav.navbar.navbar-expand-lg {

  padding: 10px 0;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  padding: 10px 20px;
  color: #0056b3;
  text-align: center;
  font-weight: 700
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link:hover{
	padding: 10px 20px;
	color: #f7f6f7;
	text-align: center;
	font-weight: 700;
	text-decoration: underline;
}


.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link.active{
	padding: 10px 20px;
	color: #f7f6f7;
	text-align: center;
	font-weight: 700;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  box-shadow: none;
}

.top_container {
  position: relative;
}



.top_container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/hero-bg.png);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: -1;
}

.sub_page .top_container::before {
  background-color: #fdd31d;
  background-image: none;
}

.top_container::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  bottom: 20%;
  left: 6%;
  background-color: #fdd31d;
}


.sub_page .top_container::after {
  display: none;
}


.navbar-brand img {
  width: 110px;
  margin-right: 7px;
}

/* For screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .navbar-brand img {
    width: 80px; /* Reduce the image width */
    margin-right: 5px; /* Adjust margin */
  }
}

/* For extra small screens (less than 480px) */
@media (max-width: 479px) {
  .navbar-brand img {
    width: 60px; /* Further reduce the image width */
    margin-right: 3px; /* Adjust margin for smaller screens */
  }
}



.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand span {
  font-size: 47px;
  font-weight: 700;
  color: #0056b3;
}

/* For screens smaller than 768px (typical mobile devices) */
@media (max-width: 767px) {
  .navbar-brand span {
    font-size: 30px; /* Reduce font size */
  }
}

/* For extra small screens (less than 480px) */
@media (max-width: 479px) {
  .navbar-brand span {
    font-size: 25px; /* Further reduce font size */
  }
}

/* For extra small screens (less than 385px) */
@media (max-width: 384px) {
  .navbar-brand span {
    font-size: 21px; /* Further reduce font size */
  }
}


.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px;
}

/*end header section*/

/* hero section */
.hero-container {
  display: flex;
  padding-top: 90px;
  padding-bottom: 325px;
}

.hero_detail-box {
  width: 40%;
}

.hero_img-container {
  width: 68%;
  margin-right: -8%;
  margin-top: -5%;
}

.hero_img-container img {
  width: 100%;
}

.hero_detail-box {
  color: #fefeff;
}

.hero_detail-box h1 {
  font-size: 40px;
  color: #fefeff;
  font-weight: 600;
  width: 100%;
}


.hero_detail-box p {
  margin-top: 20px;
  margin-bottom: 35px;
}


/* end hero section */

/* common style for some sections */
.common_style>section {
  padding: 50px 0;
}

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

.common_style h3 {
  font-weight: 600;
  color: #151516;
}

.common_style p {
  font-weight: 600;
  color: #4e4f50;
  margin: 30px 0 50px 0;
}

.common_style img {
  width: 100%;
}


/* end common style */

/* about section */
.about_section {
  text-align: left;
}

.about_section a {
  background-color: #6ebca8;
  color: #fefeff;
}

/* end about section */

/* admission section */


.admission_section a {
  background-color: #fdd31d;
  color: #fefeff;
}

/* end admission section */

/* why section */

.why_section {
  text-align: left;
}

.why_section a {
  background-color: #6ebca8;
  color: #fefeff;
}

/* end why section */

/* determine section */


.determine_section a {
  background-color: #fdd31d;
  color: #fefeff;
}


/* end determine section */

/* client section */
.client_section h2,
.client_section h5,
.client_section p {
  font-weight: 600;
}

.client_section h2 {
  text-align: center;
}


.client_section h5 {
  font-size: 24px;
  color: #fdd31d;
}

.client_section .row {
  align-items: center;
  padding: 75px 0;
  margin: 0 15px;
}

.client_section img {
  width: 100%;
}

.client_img-box::before,
.client_img-box::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 30px;
  border-radius: 20px;
  background-color: #fdd31d;
}

.client_img-box::before {
  top: -15px;
  transform: rotate(139deg);
  left: -15px;
  animation: beforeanimate 1s;
  animation-delay: .1s;
}

.client_img-box::after {
  bottom: -15px;
  transform: rotate(142deg);
  right: -15px;
  animation: afteranimate 1s;
  animation-delay: .1s;
}


@keyframes beforeanimate {
  0% {
    top: 43%;
    transform: rotate(142deg);
    left: 31%;

  }

  100% {
    top: -15px;
    transform: rotate(139deg);
    left: -15px;
  }
}

@keyframes afteranimate {
  0% {
    bottom: 46%;
    transform: rotate(142deg);
    right: 35%;
  }

  100% {
    bottom: -15px;
    transform: rotate(142deg);
    right: -15px;
  }
}

.client_section .carousel-indicators {
  margin: 0;
  justify-content: flex-end;
  padding-right: 15px;
  bottom: 20px;
}

.client_section .carousel-indicators li {
  width: 25px;
  height: 25px;
  background-color: #6bd1bd;
  border-radius: 100%;
  opacity: 1;
}

.client_section .carousel-indicators li.active {
  background-color: #fdd31d;
}

/* end client section */

/* contact section */

.contact_section {
  padding: 75px 45px;
  font-family: 'Poppins', sans-serif;
}

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

.contact_section input {
  border: none;
  outline: none;
  border-bottom: 1px solid #000;
  width: 90%;
  margin: 15px 0;
}



.contact_form-container button {
  border: none;
  background-color: #6bd1bd;
  color: #fff;
  font-size: 15px;
  padding: 15px 45px;
  border-radius: 30px;
  text-transform: uppercase;
  font-weight: bold;
}

.contact_img-box {

  display: flex;
  align-items: center;

}

.contact_img-box img {
  width: 100%;
}

.contact_section h2 {
  font-size: 26px;
  color: #010103;
  font-weight: 600;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 35px;
}


/* end contact section */


/* info section */
.info_section {
  background-color: #363636;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}

.info_logo-box {
  display: flex;
  justify-content: center;
}

.info_logo-box h2 {
  font-weight: bold;
  padding: 5px 7px;
  border-bottom: 1.5px solid #fdd31d;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
  color: #ffffff;
}

.info_section ul li a:hover {
  color: #fdd31d;
}

.info_section h5 {
  margin-bottom: 12px;
  font-size: 22px;
}



.info_section .form_container input {
  width: 225px;
  height: 40px;
  padding: 10px;
}

.info_section .form_container input::placeholder {
  color: #ccc8c8;
}

.info_section .form_container button {
  background-color: #fdd31d;
  border: none;
  outline: none;
  color: #fff;
  padding: 8px 30px;
  margin-top: 15px;
  font-size: 15px;
  text-transform: uppercase;
}

.social_container {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #898989;
  padding: 25px 0;
}

.info_section .social-box {
  margin: 0 auto;
  width: 400px;
  display: flex;
  justify-content: center;
}

.info_section .social-box img {
  width: 35px;
  margin-right: 5px;
}

/* end info section */

/* footer section*/

.footer_section {
  background-color: #d8b109;
  padding: 20px 15px;
  font-family: 'Poppins', sans-serif;

}

.footer_section p {
  color: #fdfdfe;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #fdfdfe;
}



/* end footer section*/


/*admission open section */

/*margin: 20px 0;*/
.admission-open {
  background-color: #f2f2f2;
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  
}
.admission-open h2 {
  color: #0056b3;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.admission-open p {
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.5;
}
.btn-admission {
  background-color: #0056b3;
  color: #fff;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1rem;
  transition: background-color 0.3s ease;
}
.btn-admission:hover {
  background-color: #003d80;
}

/*end of admission open section*/

/* Define the keyframes for a fade-in and slide-up effect */
 /* Initial state for section and header elements */
 section, header {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* When element is in view, animate to final state */
.in-view {
  opacity: 1;
  transform: translateY(0);
}


    /* Floating button styling */
    .floating-button {
      position: fixed;      /* Fixes the button relative to the viewport */
      right: 20px;          /* Adjust horizontal position */
      bottom: 20px;         /* Adjust vertical position */
      background-color: #007BFF;
      color: #fff;
      border: none;
      border-radius: 50%;   /* Creates a circular button */
      padding: 15px 20px;   /* Adjust size as needed */
      font-size: 15px;
      cursor: pointer;
      z-index: 1000;        /* Ensures the button stays on top */
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    /* Optional hover effect */
    .floating-button:hover {
      background-color: #0056b3;
    }

        /* Specific styling for each button */
        .translate-btn {
          background-color: #007BFF;
        }
        .original-btn {
          background-color: #28a745;
          display: none; /* Hidden by default */
        }




        .circular-progress {
          width: 100px;
          height: 100px;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          font-weight: bold;
          color: #333;
      }
      
      .circular-progress::before {
          content: "";
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background: conic-gradient(#4caf50 var(--progress, 0%), #ddd var(--progress, 0%));
          position: absolute;
      }
      
      .circular-progress::after {
          content: "";
          width: 80%;
          height: 80%;
          background: white;
          border-radius: 50%;
          position: absolute;
      }
	  
	  
	  
	  
/* Hero Section */
      .hero {
      background: url('hero-banner.jpg') center/cover no-repeat;
      color: white;
      text-align: center;
      padding: 100px 20px;
      position: relative;
    }
    .hero::after {
      content:"";
      position:absolute;
      top:0; left:0; right:0; bottom:0;
      background: rgba(0,0,0,0.5);
    }
    .hero-content {position: relative; z-index: 1;}
    .hero h1 {font-size: 3rem; margin: 0;}
    .hero p {font-size: 1.2rem; margin-top: 10px;}

    /* Gallery Sections */
    .gallery-section {padding:50px 50px;}
    .gallery-section h2 {text-align:center; margin-bottom:20px; font-size:2rem;}

    .gallery-wrapper {
      position: relative;
      overflow: hidden;
    }
    .gallery {
      display: flex;
      transition: transform 0.5s ease-in-out;
      touch-action: pan-y;
    }
    .gallery img {
      width: calc(33.33% - 10px);
      margin-right: 15px;
      border-radius: 8px;
      cursor: pointer;
      flex-shrink: 0;
    }
    .gallery img:hover {transform: scale(1.05);}

    /* Slider arrows */
    .gallery-prev, .gallery-next {
      position:absolute;
      top:50%;
      transform:translateY(-50%);
      background: rgba(0,0,0,0.6);
      color:#fff;
      font-size:2rem;
      border:none;
      cursor:pointer;
      padding:10px;
      border-radius:50%;
      z-index:10;
    }
    .gallery-prev {left:10px;}
    .gallery-next {right:10px;}

    /* Modal */
    .modal {
      display:none;
      position: fixed;
      top:0; left:0;
      width:100%; height:100%;
      background:rgba(0,0,0,0.9);
      z-index:1000;
      justify-content:center;
      align-items:center;
      flex-direction: column;
    }
    .modal img {
      max-width:90%;
      max-height:80%;
      border-radius:10px;
    }
    .modal .close, .modal .prev, .modal .next {
      position:absolute;
      color:#fff;
      font-size:2rem;
      cursor:pointer;
      user-select:none;
    }
    .modal .close {top:20px; right:30px;}
    .modal .prev {top:50%; left:30px; transform:translateY(-50%);}
    .modal .next {top:50%; right:30px; transform:translateY(-50%);}

    /* Responsive */
    @media (max-width: 768px) {
      .gallery img { width: calc(100% - 10px); } /* 1 per view */
    }
	
	
	
	.gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    padding: 0 20px 40px;
    max-width: 1200px;
    margin: auto;
  }

  .video-item {
    position: relative;
    cursor: pointer;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    transition: transform 0.3s;
  }
  .video-item:hover {
    transform: scale(1.05);
  }
  .video-item img {
    width: 100%;
    display: block;
  }

  /* Play Button */
  .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .play-btn::before {
    content: '';
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff;
    margin-left: 5px;
  }

  /* Video Modal */
  #videoModal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
  }
  #videoModal .modal-content {
    width: 80%;
    max-width: 900px;
    aspect-ratio: 16/9;
  }
  #videoModal iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
  }
  #videoModal .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 32px;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
  }
  
  
	
	
	.admission-open{ display: none; }