.text-primary {
    color: var(--primary-color) !important;
  }
  
  .bg-primary {
    background-color: var(--primary-color) !important;
  }
  
  .text-secondary {
    color: var(--secondary-color) !important;
  }
  
  .section-title {
    margin-bottom: 3rem !important;
  }
  
  .section-title h2 {
    color: var(--dark-gray);
    font-size: 4.5rem !important;
  }
  
  .title-underline {
    width: 80px;
    height: 4px;
    background-color: var(--primary-color);
    margin: 1rem auto !important;
  }
  
  /* Slider/Banner Section */
  .slider-section {
    height: 600px;
    position: relative;
    overflow: hidden;
    background-color:#424242;
  }
  
  .slider-container {
    height: 100%;
    position: relative;
  }
  
  .slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .slider-content {
    margin-top: 0;
    position: relative;
    z-index: 1;
    padding: 0;
  }
  
  .slider-content h1 {
    font-size: 5.5rem !important; 
    line-height: 4.5rem;
    color: #ffffff;
  }
  
  .slider-content p {
    color: #ffffff;
    font-size: 1.2rem !important;
  }
  
  .pop-out-image {
    position: relative;
    width: 100%;
    transform: translate(0, -5px);
  }
  
  .slider-content .btn-primary {
    background-color: #aaca52 !important;
    border-color: #aaca52 !important;
    margin-left: 0.7rem !important;
    margin-bottom: 2rem !important;
  }
  
  .slider-content .btn-outline-light {
    margin-bottom: 2rem !important;
  }
  
  .slider-content .btn-primary:hover {
    background-color: #95b347;
    border-color: #95b347;
  }
  .slider-controls{
    bottom: 15px;
    right: 0 !important;
    margin-right: 10px;
    justify-content: end; 
    z-index: 50;
    gap: 0.5rem;
    opacity: 0.6;
  }
  .slider-controls :hover{
    opacity: 1;
  }
  /* .slider-controls-up {
    top: 45%;
    transform: translateX(92%);
    z-index: 4;
  }
  
  .slider-controls-down {
    top: 55%;
    transform: translateX(92%);
    z-index: 4;
  } */
  
  .slider-nav-btn {
    opacity: 0.7;
    border: none;
  }
  
  
  .slider-nav-btn:hover {
    opacity: 1;
    background-color: #ffffff;
  }
  
  /* About Section */
  .about-section {
    padding: 5rem 0;
  }
  
  .section-title {
    margin-top: 1rem;
  }
  
  .h4 {
    color: #424242;
  }
  
  .h6 {
    color: #424242;
  }
  
  .accredit {
    margin-bottom: 3rem;
    font-size: 2.5rem !important;
  }
  
  .accreditation-list {
    margin-top: 1rem;
  }
  
  .acc {
    margin-bottom: 3rem;
    font-size: 1.2rem !important;
  }
  
  .about-title {
    font-size: 2rem !important;
    width: 80%;
  }
  
  .mission-img {
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    margin-top: 1rem;
    width: 550px;
    height: 550px;
    object-fit: cover;
  }
  
  .mission-heading {
    font-size: 4.5rem !important;
  }
  
  .ceo {
    font-size: 2rem !important;
  }
  
  .mission-para {
    font-size: 1rem !important; 
  }
  
  .campus-heading {
    font-size: 4.5rem !important;
    margin-top: 3rem;
  }
  
  .campus-gallery {
    margin-top: 3rem;
  }
  
  .gallery-item {
    transition: all 0.3s ease;
    height: 500px;
    overflow: hidden;
    border-radius: 2rem;
  }
  
  .gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .gallery-item:hover img {
    transform: scale(1.05);
  }
  
  /* Programs Section */
  .programs-section {
    padding: 5rem 0;
    background-color: #c8e967;
    margin-top: 3rem;
  }
  
  .program-p {
    margin-bottom: 3rem;
    font-size: 1.1rem !important;
  }
  
  .prog-title {
    font-size: 2rem !important;
  }
  
  .program-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 2rem;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
  }
  
  .program-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }
  
  .program-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #424242;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem !important;
    margin-bottom: 1.5rem;
  }
  
  .program-details {
    margin-top: 1rem;
    font-size: 1rem !important;
  }
  
  .detail-item {
    margin-bottom: 0.5rem;
  }
  
  .detail-label {
    font-weight: 600;
    margin-right: 0.5rem !important;
    color: var(--dark-gray);
  }
  
  /* Why Choose Us Section */
  .why-choose-section {
    padding: 5rem 0;
  }
  
  .section-title {
    margin-bottom: 5rem;
  }
  
  .feature-card {
    width: 240px;
    height: 240px;
    border-radius: 50%;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
    color: #fff;
    position: relative;
    overflow: visible;
    margin-top: 1rem;
  }
  
  .feature-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
  }
  
  .feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.11);
  }
  
  .feature-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #aaca52;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem !important;
    position: absolute;
    top: -20px;
    right: -20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  }
  
  .feature-icon i {
    font-size: 1.8rem;
  }
  
  .feature-head {
    text-align: center;
    font-size: 2rem !important;
    line-height: 1.5;
    color: #424242;
  }
  
  .feature-text {
    text-align: center;
    font-size: 1rem !important;
    line-height: 1.5;
    color: #757575;
  }
  
  .test-heading {
    margin-top: 3rem;
    font-size: 2.5rem !important;
  }
  
  .test {
    margin-bottom: 3rem;
  }
  
  .testimonial-card {
    margin-top: 3rem;
    padding: 1rem 3rem;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.11);
  }
  
  .testimonial-quote {
    font-style: italic;
    margin-bottom: 1.5rem;
  }
  
  .test-name {
    font-size: 1.5rem !important;
  }
  
  .testimonial-avatar {
    width: 60px;
    height: 60px;
    overflow: hidden;
  }
  
  .testimonial-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Facilities Section */
  .facilities-section {
    padding: 5rem 0;
    background-color: rgb(200, 233, 103);
    margin-top: 3rem;
  }
  
  .facility-card {
    background-color: #fff;
    font-size: 1rem !important;
    color: #424242;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
  }
  
  .facility-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.11);
  }
  
  .facility-image {
    position: relative;
    height: 250px;
    overflow: hidden;
  }
  
  .facility-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .facility-card:hover .facility-image img {
    transform: scale(1.05);
  }
  
  .fac-title {
    font-size: 2rem !important;
  }
  
  .facility-icon {
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #424242;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem !important;
  }
  
  .facility-content {
    padding: 2rem;
  }
  
  /* News Section */
  .news-section {
    padding: 5rem 0;
  }
  
  .news-card {
    background-color: #fff;
    font-size: 1rem !important;
    color: #424242;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    transition: all 0.3s ease;
  }
  
  .news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.11);
  }
  
  .news-image {
    position: relative;
    height: 200px;
    overflow: hidden;
  }
  
  .news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  
  .news-title {
    font-size: 2rem !important;
    line-height: 1;
  }
  
  .news-card:hover .news-image img {
    transform: scale(1.05);
  }
  
  .news-category {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: var(--primary-color);
    color: white;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 1rem !important;
    font-weight: 600;
  }
  
  .news-content {
    padding: 1.5rem;
  }
  
  .news-date {
    color: var(--secondary-color);
    font-size: 0.95rem !important;
    margin-bottom: 0.75rem;
  }
  
  /* Admission Section */
  .admission-section {
    padding: 5rem 0;
    background-color: rgb(200, 233, 103);
  }
  
  .admission-steps {
    margin-top: 2rem;
    color: #424242;
  }
  
  .admission-step {
    margin-bottom: 2rem;
  }
  
  .step-number {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #757575;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-right: 1.5rem !important;
    margin-top: 1rem;
    flex-shrink: 0;
  }
  
  .adm-head {
    font-size: 2.5rem !important;
  }
  
  .step-title {
    font-size: 2rem !important;
  }
  
  .admission-description {
    font-size: 1rem !important;
    color: #757575;
  }
  
  .key-date-card {
    background-color: #fff;
    border-radius: 8px;
    padding: 1.5rem;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    font-size: 1rem !important;
  }
  
  .date-label {
    font-weight: 600;
    color: var(--dark-gray);
  }
  
  .session {
    font-size: 1.5rem !important;
  }
  
  .scholarship-section {
    background-color: #fff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    margin: 0 1rem !important;
  }
  
  .scholarship-item {
    padding: 1.5rem;
  }
  
  .scholarship-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem !important;
    margin: 0 auto 1rem !important;
  }
  
  .scholar-head {
    font-size: 2.5rem !important;
  }
  
  .scholar-title {
    font-size: 2rem !important;
  }
  
  /* Contact Section */
  .contact-section {
    padding: 5rem 0;
  }
  
  .contact-info {
    padding: 2rem;
    background-color: #fff;
    font-size: 1rem !important;
    color: #424242;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    height: 100%;
  }
  
  .contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--primary-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 1.5rem;
    flex-shrink: 0;
    margin-top: 1rem !important;
  }
  
  .contact-form-card {
    padding: 2rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
  }
  
  .contact-head {
    font-size: 2rem !important;
  }
  
  .msg-head {
    font-size: 2rem !important;
  }
  
  .map-head {
    font-size: 2.5rem !important;
  }
  
  .map-frame {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.11);
    margin-bottom: 3rem;
    margin: 0 1rem !important;
  }
  
  /* Footer Section */
  .footer-section {
    background-color: var(--dark-gray);
    color: #fff;
  }
  
  .footer-title {
    color: #fff;
    font-size: 2rem !important;
    margin-bottom: 1.5rem;
    position: relative;
    font-family: var(--heading-font);
  }
  
  .footer-title:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 50px;
    height: 2px;
    background-color: var(--primary-color);
  }
  
  .footer-links {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    font-size: 1rem !important; 
  }
  
  .footer-links li {
    margin-bottom: 0.75rem;
  }
  
  .footer-links a {
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
  }
  
  .footer-links a:hover {
    color: var(--primary-color);
    padding-left: 5px;
  }
  
  .footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    font-size: 1rem !important;
  }
  
  .footer-contact li {
    display: flex;
    margin-bottom: 1rem;
  }
  
  .footer-contact li i {
    color: var(--primary-color);
    margin-right: 1rem;
  }
  
  .footer-social {
    margin-top: 1.5rem;
  }
  
  .footer-social .social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #aaca52;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.75rem;
    transition: all 0.3s ease;
  }
  
  .footer-social .social-icon:hover {
    background-color: #757575;
  }
  
  .footer-bottom-links {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    justify-content: flex-end;
  }
  
  .footer-bottom-links li {
    margin-left: 1.5rem !important;
  }
  
  .footer-bottom-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem !important;
    transition: all 0.3s ease;
  }
  
  .footer-bottom-links a:hover {
    color: var(--primary-color);
  }

  .footer-submenu {
  display: none;
  margin-left: 0.5rem;
  transition: all 0.3s ease;
  list-style-type: none;
  }

  .footer-submenu.show {
    display: block;
  }
  
  /* Button styles */
  .btn {
    font-size: 1rem !important;
  }
  
  .btn-primary {
    background-color: #424242;
    border-color: #424242;
    color: #ffffff;
  }
  
  .btn-primary:hover {
    background-color: rgb(87, 86, 86);
    border-color: rgb(87, 86, 86);
  }
  
  .btn-outline-primary {
    color: #aaca52;
    border-color: #aaca52;
  }
  
  .btn-outline-primary:hover {
    background-color: #424242;
    border-color: #424242;
    color: white;
  }
  
  .board-img {
    transition: all 0.3s ease;
  }
  
  .board-img:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.2);
  }
   
  
  /* Media Queries */
  @media (max-width: 992px) {
    .slider-section {
      height: 500px;
    }
  
    .slider-content h1 {
      font-size: 2.5rem !important;
    }
  
    .footer-bottom-links {
      justify-content: center;
      margin-top: 1rem;
    }
  
    .navbar-collapse {
      padding: 1rem;
      height: 100vh;
      position: fixed;
      top: 0;
      left: auto;
      width: 100%;
      overflow-y: auto;
      z-index: 100;
      transition: all 0.3s ease;
    }
  
    .navbar-toggler {
      z-index: 101;
    }
  
    .navbar-nav .nav-link {
      color: #fff;
      font-size: 0.85rem !important;
      padding: 0.5rem;
    }
  
    .horizontal-navbar .nav-item {
      margin-left: 0.75rem !important;
    }
  
    .dropdown-item {
      padding: 0.4rem 0.4rem;
      font-size: 0.8rem !important;
    }
  
    .dropdown-menu {
      min-width: 12rem;
      padding: 1rem 0.2rem;
      margin: 0 !important;
    }
  }
  
  @media (min-width: 768px) and (max-width: 991.98px) {
    .slider-section {
      min-height: 500px;
    }
  
    .slider-content {
      margin-top: 3rem;
    }
  
    .slider-content h1 {
      font-size: 3rem !important;
      line-height: 3rem;
    }
  
    .slider-content p {
      font-size: 1rem !important;
    }
  
    .navbar-nav .nav-item:first-child {
      margin-left: 7rem !important;
    }
    .navbar-brand {
      margin-top: 0.2rem;
    }
  
    .brand-logo {
      height: auto;
      width: 100px;
      margin-top: 4rem !important;
    }
  
    .navbar-toggler {
    position: absolute;
    left: 1.25rem !important;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: block !important;
    margin-top: 3rem !important;
  }
  
    .btn {
      font-size: 1rem !important;
    }
  
    .container-button {
      margin-bottom: -2rem !important;
    }
  
    .pop-out-image {
      width: 100%;
      transform: translate(0, 0);
    }
  
    .navbar-collapse {
      padding: 1rem;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      overflow-y: auto;
      z-index: 100;
      transition: all 0.3s ease;
    }
  
    .navbar-toggler {
      z-index: 101;
    }
  
    .navbar-nav .nav-link {
      color: #fff;
      font-size: 1rem !important;
      padding: 0.3rem;
      margin: 0 !important;
    }
  
    .horizontal-navbar .nav-item {
      margin-left: 0.75rem !important;
    }
  
    .dropdown-item {
      padding: 0.4rem 0.4rem;
      font-size: 0.9rem !important;
    }
  
    .dropdown-menu {
      min-width: 14rem;
      padding: 0.65rem 0.2rem;
      margin: 0 !important;
    }
  
    .section-title h2 {
      font-size: 3rem !important;
    }
  
    .about-title {
      font-size: 1.8rem !important;
    }
  
    .accredit {
      font-size: 2rem !important;
    }
  
    .acc .col-lg-3 {
      width: 48%;
      font-size: 1rem !important;
    }
  
    .mission-container {
      display: grid;
      grid-template-columns: 1fr 1fr;
      align-items: center;
      justify-content: center;
      gap: 1rem;
      padding: 0 1rem;
    }
    
    .mission-img {
      width: 400px;
      min-width: 350px;
      height: 400px;
      margin-bottom: 1rem;
      flex-shrink: 0;
    }
   
    .mission-heading {
      font-size: 3rem !important;
    }
    
    .mission-para {
      font-size: 0.85rem !important;
      width: 50vw;
    }
    
    .mission {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .campus-heading {
      font-size: 3rem !important;
    }
   
    .gallery-item {
      width: 100%;
      height: 80%;
    }
  
    .gallery-item img {
      height: 100%;
    }
  
    .gallery-container {
      margin-bottom: -3rem;
    }
  
    .program-p {
      font-size: 1rem !important;
    }
  
    .program-card {
      width: 100%;
    }
  
    .program-details {
      font-size: 0.9rem !important;
    }
  
    .feature-card {
      width: 150px;
      height: 150px;
    }
  
    .feature-icon {
      width: 50px;
      height: 50px;
    }
  
    .feature-head {
      font-size: 2rem !important;
      line-height: 1.5rem;
      margin-bottom: 1rem !important;
    }
    
    .feature-text {
      font-size: 0.9rem !important;
    }
    
    .test {
      margin-bottom: 2rem;
    }
    
    .testimonial-quote {
      font-size: 0.9rem !important;
    }
  
    .facility-card {
      font-size: 0.9rem !important;
    }
  
    .news-card {
      font-size: 0.9rem !important;
    }
  
    .news-title {
      font-size: 1.5rem !important;
    }
    
    .news-category {
      font-size: 0.85rem !important;
    }
   
    .news-date {
      font-size: 0.85rem !important;
    }  
  
    .step-number {
      width: 40px;
      height: 40px;
      font-size: 1rem !important; 
    }
  
    .adm-head {
      font-size: 2rem !important;
    }
    
    .step-title {
      font-size: 2rem !important;
    }
    
    .admission-description {
      font-size: 0.9rem !important;
    }
  
    .key-date-card {
      font-size: 0.9rem !important;
    }
  
    .row.mb-5 {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start;
    }
  
    .row.mb-5 > .col-lg-6 {
      width: 48%;
      max-width: 48%;
    }
   
    .scholar-head {
      font-size: 2rem !important;
    }
    
    .scholar-title {
      font-size: 2rem !important;
      line-height: 2rem;
    }
  
    .scholar-desc {
      font-size: 0.9rem !important;
    }
  
    .contact-head {
      font-size: 2rem !important;
    }
  
    .contact-info {
      font-size: 0.9rem !important;
    }
  
    .contact-width {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start;
      justify-content: space-between;
    }
  
    .contact-width > .col-lg-5, 
    .contact-width > .col-lg-7 {
      width: 48%;
      max-width: 48%;
    }
  
    .msg-head {
      font-size: 2rem !important;
    }
    
    .map-head {
      font-size: 2rem !important;
    }
  
    .form-control,
    .form-select {
      font-size: 0.9rem !important;
    }
  
    .footer-title {
      font-size: 1.5rem !important;
    }
  
    .footer-links {
      font-size: 0.9rem !important;
    }
   
    .footer-contact {
      font-size: 0.9rem !important;
    }
  
    .footer-bottom {
      font-size: 0.9rem !important;
    }
  
    .footer-bottom-links {
      list-style: none;
      padding: 0;
      margin: 0 !important;
      display: flex;
      justify-content: flex-end;
    }
  
    .footer-bottom-links a {
      font-size: 0.9rem !important;
    }
  
    .btn {
      font-size: 0.9rem !important;
    }
  }
  
  @media (max-width: 767.98px) {
    .slider-section {
      min-height: 800px;
    }
  
    .slider-content {
      margin-top: 3rem;
      text-align: center;
    }
  
    .slider-content h1 {
      font-size: 4rem !important;
      line-height: 3.5rem;
    }
  
    .slider-content p {
      font-size: 1rem !important;
    }
  
    .navbar .container {
      position: relative;
      display: flex;
      justify-content: center !important;
      text-align: center;
    }
  
    .logo-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .brand-logo {
      margin-top: 3rem !important;
      width: 120px;
    }
  
    .dropdown-hover .dropdown-menu {
      display: none !important;
    }
  
    .navbar-collapse {
      display: none !important;
    }
  
    .navbar-toggler {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      display: block !important;
      margin-top: 1rem;
    }
  
    .horizontal-navbar {
      display: none !important;
    }
  
    .btn {
      font-size: 1rem !important;
    }
  
    .container-button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: -5rem !important;
    }
  
    .static-slider-buttons {
      bottom: 0 !important;
    }

    .slider-controls {
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      justify-content: space-between !important;
      align-items: center;
      width: 100%;
      padding: 0 1rem;
      height: auto;
    }
  
    .slider-controls .slider-nav-btn {
      width: 40px;
      height: 40px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
    }
  
    .slider-controls .slider-nav-btn i {
      font-size: 1.25rem;
    }
  
    .banner-image-circle {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .pop-out-image {
      width: 60%;
      transform: translate(0, -70px);
    }
  
    .section-title h2 {
      font-size: 3rem !important;
    }
  
    .about-title {
      font-size: 1.8rem !important;
      line-height: 1;
    }
  
    .accredit {
      font-size: 2rem !important;
    }
  
    .acc .col-lg-3 {
      width: 48%;
      font-size: 1rem !important;
    }
  
    .mission-img {
      height: 400px;
      width: 400px;
      margin: 0 !important;
    }
  
    .mission-para {
      text-align: center;
      margin: 0 !important;
      margin-top: 2rem;
      font-size: 1rem !important;
    }
  
    .mission-heading {
      margin-top: 2rem;
      font-size: 3rem !important;
    }
  
    .mission {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .campus-heading {
      font-size: 3rem !important;
    }
  
    .campus-gallery .col-6, 
    .campus-gallery .col-md-4 {
      width: 100%;
    }
    
    .gallery-item img {
      width: 100%;
      height: 100%;
    }
  
    .program-p {
      font-size: 1rem !important;
    }
  
    .program-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .prog-title {
      font-size: 2rem !important;
    }
  
    .program-details {
      font-size: 1rem !important;
    }
  
    .feature-card {
      width: 220px;
      height: 220px;
    }
  
    .feature-icon {
      width: 70px;
      height: 70px;
    }
  
    .feature-head {
      font-size: 2rem !important;
      line-height: 2rem;
    }
    
    .feature-text {
      font-size: 1rem !important;
      width: 60%;
    }
  
    .feature-data {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .test {
      margin-bottom: 2rem;
    }
    
    .testimonial-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
    
    .testimonial-quote {
      font-size: 1rem !important;
    }
  
    .facility-card {
      font-size: 1rem !important;
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .news-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .adm-head {
      margin-left: 2rem !important;
      font-size: 2rem !important;
    }
  
    .step-title {
      font-size: 1.7rem !important;
    }
  
    .admission-steps {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .admission-description {
      font-size: 1rem !important;
    }
  
    .step-number {
      width: 40px;
      height: 40px;
      font-size: 1rem !important;
    }
  
    .key-date-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .scholarship-section {
      margin: 0 2.8rem !important;
    }
  
    .scholar-head {
      font-size: 2rem !important;
    }
    
    .scholar-title {
      font-size: 1.7rem !important;
    }
  
    .scholar-desc {
      font-size: 1rem !important;
    }
  
    .contact-info {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
    
    .contact-form-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .form-control,
    .form-select {
      font-size: 1rem !important;
    }
  
    .map-head {
      font-size: 2rem !important;
    }
  
    .map-container {
      margin-left: 1.8rem !important;
      margin-right: 1.8rem;
    }
  
    .footer-section {
      font-size: 1rem !important;
    }
  
    .footer-content {
      margin-left: 1rem !important;
      margin-right: 1rem;
    }
  
    .footer-social .social-icon {
      width: 35px;
      height: 35px;
    }
  
    .footer-title {
      font-size: 2rem !important;
    }
  
    .footer-links {
      font-size: 1rem !important;
    }
   
    .footer-contact {
      font-size: 1rem !important;
    }
  
    .footer-bottom {
      font-size: 1rem !important;
    }
  
    .footer-bottom-links a {
      font-size: 1rem !important;
    }
  }
  
  @media (max-width: 575.98px) {
    .navbar .container {
      position: relative;
      display: flex;
      justify-content: center !important;
      text-align: center;
    }
  
    .logo-container {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .brand-logo {
      margin-top: 2rem !important;
      width: 100px;
    }
  
    .slider-section {
      min-height: 700px;
    }
  
    .slider-content {
      margin-top: 3rem;
      text-align: center;
    }
  
    .slider-content h1 {
      font-size: 3rem;
      line-height: 3rem;
    }
  
    .slider-content p {
      font-size: 0.9rem;
    }
  
    .static-slider-buttons {
      bottom: 0 !important;
    }

    .slider-controls {
      top: 50%;
      left: 0;
      right: 0;
      transform: translateY(-50%);
      justify-content: space-between !important;
      align-items: center;
      width: 100%;
      padding: 0 1rem;
      height: auto;
    }
  
    .slider-controls .slider-nav-btn {
      width: 40px;
      height: 40px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 5;
    }
  
    .slider-controls .slider-nav-btn i {
      font-size: 1.25rem;
    }
  
    .dropdown-hover .dropdown-menu {
      display: none !important;
    }
  
    .navbar-collapse {
      display: none !important;
    }
  
    .navbar-toggler {
      position: absolute;
      left: 1rem;
      top: 50%;
      transform: translateY(-50%);
      z-index: 2;
      display: block !important;
      margin-top: 1rem;
    }
  
    .btn {
      font-size: 0.9rem;
    }
  
    .container-button {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: -4rem !important;
    }
  
    .banner-image-circle {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .pop-out-image {
      width: 60%;
      transform: translate(0, -94px);
    }

    .section-title h2 {
      font-size: 2.5rem;
    }
  
    .accredit {
      font-size: 2rem;
    }
  
    .about-title {
      font-size: 1.7rem;
    }
  
    .acc {
      font-size: 1rem;
    }
  
    .mission-img {
      height: 350px;
      width: 350px;
      margin: 0 !important;
    }
  
    .mission-para {
      text-align: center;
      margin-top: 2rem;
      font-size: 0.9rem;
    }
  
    .mission-heading {
      font-size: 2.5rem;
    }
  
    .mission {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  
    .campus-heading {
      font-size: 2.5rem;
    }
  
    .campus-gallery .col-6, 
    .campus-gallery .col-md-4 {
      width: 100%;
    }
    
    .gallery-item img {
      width: 100%;
      height: 100%;
    }
  
    .program-p {
      font-size: 1rem;
    }
  
    .program-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .program-details {
      font-size: 0.9rem;
    }
  
    .feature-card {
      width: 220px;
      height: 220px;
    }
  
    .feature-icon {
      width: 60px;
      height: 60px;
    }
  
    .feature-head {
      font-size: 2rem;
    }
    
    .feature-text {
      font-size: 0.9rem;
      width: 70%;
    }
  
    .feature-data {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    .test {
      margin-bottom: 2rem;
    }
    
    .testimonial-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
    
    .testimonial-quote {
      font-size: 0.9rem;
    }
  
    .facility-card {
      font-size: 0.9rem;
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .news-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
      font-size: 0.9rem;
    }
  
    .adm-head {
      margin-left: 2rem !important;
      font-size: 2rem;
    }
  
    .step-title {
      font-size: 1.7rem;
    }
  
    .admission-steps {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .admission-description {
      font-size: 0.9rem;
    }
  
    .step-number {
      width: 40px;
      height: 40px;
      font-size: 1rem;
    }
  
    .key-date-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
      font-size: 0.9rem;
    }
  
    .scholarship-section {
      margin: 0 2.8rem !important;
    }
  
    .scholar-head {
      font-size: 2rem;
    }
    
    .scholar-title {
      font-size: 1.7rem;
    }
  
    .scholar-desc {
      font-size: 0.9rem;
    }
    
    .contact-info {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
    
    .contact-form-card {
      margin-left: 2rem !important;
      margin-right: 2rem;
    }
  
    .contact-head {
      font-size: 1.7rem;
    }
  
    .contact-text {
      font-size: 0.9rem;
      word-break: break-word;
      overflow-wrap: break-word;
      white-space: normal;
    }
  
    .form-control,
    .form-select {
      font-size: 0.9rem;
    }
  
    .map-container {
      margin-left: 1.8rem !important;
      margin-right: 1.8rem;
    }
  
    .footer-section {
      font-size: 0.9rem;
    }
  
    .footer-content {
      margin-left: 1rem !important;
      margin-right: 1rem;
    }
  
    .footer-social .social-icon {
      width: 35px;
      height: 35px;
    }
  
    .footer-title {
      font-size: 1.7rem;
    }
  
    .footer-links {
      font-size: 0.9rem;
    }
   
    .footer-contact {
      font-size: 0.9rem;
    }
  
    .footer-bottom {
      font-size: 0.9rem;
    }
  
    .footer-bottom-links a {
      font-size: 0.9rem;
      line-height: 2rem;
    }
  }