@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&display=swap");
* {
  padding: 0;
  margin: 0;
  font-family: Lalezar;
}








/* Mobile Navigation Styles */
.mobile-nav {
  background-color: white;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu-toggle {
  background: none;
  border: none;
  color: #000000;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.mobile-menu-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 100%);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-y: auto;
}

.mobile-menu-overlay.active .mobile-menu-content {
  transform: translateX(0);
}

.mobile-menu-header {
      padding: 20px 20px 1px 20px;
  text-align: right;
}

.mobile-menu-close {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #000000;
  cursor: pointer;
  padding: 8px;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.mobile-menu-close:hover {
  background-color: #E6BA20;
}

.mobile-menu-body {
  padding: 20px;
}

.mobile-menu-items {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-items li {
  margin-bottom: 0;
  border-bottom: 1px solid #E6BA20;
}

.mobile-menu-items a {
  display: block;
  padding: 15px 0;
  color: #000000;
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.mobile-menu-items a:hover {
  color: #EE861E;
  padding-left: 10px;
}

.mobile-menu-contact {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #EE861E;
}

.contact-info {
  display: flex;
  align-items: center;
  color: #E6BA20;
  font-weight: 600;
  margin-bottom: 20px;
}

.contact-info i {
  margin-right: 10px;
  color: #E6BA20;
}

.mobile-book-btn {
  width: 100%;
  padding: 12px 20px;
  background-color: #EE861E;
  color: white;
  border: none;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mobile-book-btn:hover {
  background-color: #EE861E;
  transform: translateY(-2px);
}

.mobile-menu-footer {
  padding: 20px 0;
  text-align: center;
}

.mobile-logo-footer {
  margin-bottom: 5px;
}

.mobile-copyright {
  color: #666;
  font-size: 0.8rem;
  line-height: 1.4;
}

.mobile-copyright p {
  margin: 2px 0;
}

.thyo-link {
  color: #EE861E;
  font-weight: 600;
}



.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0rem !important;
}







.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus,
.navbar-nav .nav-link:hover {
    color: #000000 !important;
    font-weight: 600;
    background-color: #f2faff;
  border-radius: 10px;
  overflow: hidden;
    transition: color 0.2s;
}

.navbar-nav .nav-link{
    color: #313131 !important;
}

.navbar {
    --bs-navbar-padding-x: 0;
   --bs-navbar-padding-y: 0rem !important;
}


.hero-section {
height: 600px; 
overflow: hidden;
}

.hero-section1{
  font-size: 3rem;
   color: #4CAAEA;
}

.hero-section2{
font-size: 2rem;
 color: #fff;
}

.hero-section3{
padding: 12px 32px;
font-size: 1.3rem;
}

.hero-section33{
font-size: 1.3rem;
}

.hero-section4{
font-size: 1.7rem;
}

.hero-section5{
font-size: 2.8rem;
}


  .hero-section video {
    object-fit: cover;
}
.hero-overlay {
    pointer-events: none;
}

.about-section {
    position: relative;
    min-height: 600px;
    background-size: cover;
    background-position: center;
}
.about-overlay {
    /* background: rgba(0,0,0,0.65); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0; left: 0;
    z-index: 1;
}
@media (max-width: 768px) {
.hero-section {
height: 300px; 
overflow: hidden;
}

.hero-section1{
  font-size: 1.3rem;
   color: #4CAAEA;
}

.hero-section2{
  font-size: 1rem;
}

.hero-section3{
padding: 3px 7px;
font-size: 1.2rem;
}


.hero-section33{
font-size: 1rem;
}


.hero-section4{
font-size: 1.1rem;
}

.hero-section5{
font-size: 1.5rem;
}


    .about-section p {
        font-size: 1rem !important;
        text-align: justify;
    }
    .about-section {
        min-height: 400px;
    }
}




.mission-vision-section {
    background-size: cover;
    background-position: center;
    position: relative;
}
.mission-vision-section .badge {
    border-radius: 10px;
}
@media (max-width: 991px) {
    .mission-vision-section h2 {
        font-size: 1.7rem;
    }
    .mission-vision-section .col-lg-5,
    .mission-vision-section .col-lg-7 {
        text-align: center;
    }
}
@media (max-width: 576px) {
    .mission-vision-section h2 {
        font-size: 1.2rem;
    }
    .mission-vision-section .badge {
        font-size: 1rem;
        padding: 0.5rem 1rem;
    }
}





.awards-section .fab.fa-youtube {
    background: rgba(0,0,0,0.6);
    border-radius: 50%;
    padding: 0.5em;
    transition: background 0.2s;
}
.awards-section .fab.fa-youtube:hover {
    background: #DA3D34;
}
@media (max-width: 991px) {
    .awards-section h2 {
        font-size: 1.5rem;
    }
    .awards-section .position-relative {
        max-width: 100%;
    }
}
@media (max-width: 576px) {
    .awards-section .row.g-3 > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.program-card {
    min-height: 240px;
    margin-bottom: 0;
    border-radius: 10px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.3);
}
.program-img {
    min-height: 220px;
    width: 100%;
}
@media (max-width: 991px) {
    .program-card {
        flex-direction: column !important;
    }
    .program-img {
        min-height: 180px;
    }
}
@media (max-width: 576px) {
    .program-img {
        min-height: 140px;
    }
    .program-card .p-4 {
        padding: 1rem !important;
    }
}



.testimonial-card {
    border: 3px solid #222;
    min-height: 420px;
    margin-bottom: 0;
}
.testimonial-card img {
    background: #eee;
}
@media (max-width: 991px) {
    .testimonial-card {
        min-height: 340px;
    }
}
@media (max-width: 576px) {
    .testimonial-card {
        min-height: 260px;
    }
    .testimonial-section h2 {
        font-size: 1.2rem;
    }
}


.trial-section input,
.trial-section select {
    border-radius: 0;
    border: 2px solid #111;
}
.trial-section input:focus,
.trial-section select:focus {
    border-color: #DA3D34;
    box-shadow: none;
}
@media (max-width: 991px) {
    .trial-section h2 {
        font-size: 1.3rem;
    }
}




/* Add this to your CSS file or inside a <style> block */
.program-img {
    filter: grayscale(100%);
    transition: filter 0.4s;
}
.program-img:hover,
.program-card:hover .program-img,
.program-img:focus {
    filter: none;
}