@media screen and (max-width: 576px) {
  .header-top .container {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-info {
    width: 100%;
    justify-content: space-between;
    gap: 5px;
    font-size: 0.8rem;
    flex-wrap: wrap;
  }
  .social-links {
    align-self: flex-end;
  }
  .logo-title {
    font-size: 1rem;
    white-space: normal;
  }

  .logo-link {
    gap: 8px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
  .navbar-nav .nav-link {
    font-size: 0.65rem;
  }

  .logo-title {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1440px) and (min-width: 1200px) {
}

@media (max-width: 768px) {
  .hero-banner {
    height: 90vw;
    min-height: 280px;
  }
  .hero-banner .hero-static-content {
    padding-bottom: 28px;
  }
  .hero-banner .hero-content {
    margin-left: 4%;
    margin-right: 4%;
  }
  .hero-banner .hero-text h1 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .hero-banner .hero-text p {
    font-size: 13px;
    margin-bottom: 14px;
    max-width: 100%;
  }
  .hero-banner .hero-btn {
    padding: 8px 14px;
    font-size: 12px;
  }
  .hero-banner .hero-slider-nav .hero-nav-btn {
    width: 36px;
    height: 36px;
  }
  .hero-banner .hero-slider-nav .hero-nav-btn svg {
    width: 15px;
    height: 15px;
  }
  .hero-banner .hero-slider-nav {
    padding: 0 12px;
  }

  .spot-cource {
    flex-direction: column;
  }

  .spot-cource .left-image-cource {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }

  .spot-cource .right-content-course {
    width: 100%;
    padding: 20px;
  }

  .law-principal {
    padding: 50px 0;
  }

  .law-principal .col-lg-8 {
    margin-top: 25px;
    padding: 25px;
  }

  .law-principal h3 {
    font-size: 24px;
  }

  .law-principal p {
    font-size: 14.5px;
  }

  .hero-banner {
    height: 90vw;
    min-height: 260px;
  }

  .hero-banner .hero-slider-nav {
    padding: 0 10px;
  }

  .hero-banner .hero-slider-nav .hero-nav-btn {
    width: 32px;
    height: 32px;
  }

  .hero-banner .hero-slider-nav .hero-nav-btn svg {
    width: 14px;
    height: 14px;
  }

  .hero-mobile-inner h1 {
    font-size: 20px;
  }
  .hero-mobile-inner p {
    font-size: 13px;
  }

  .header-top {
    display: none;
  }

  .hero-banner {
    height: 75vw;
    min-height: 320px;
  }

  .hero-banner .hero-static-content {
    display: none;
  }

  .hero-banner .hero-slider-nav .hero-nav-btn {
    width: 38px;
    height: 38px;
  }

  .hero-banner .hero-slider-nav .hero-nav-btn svg {
    width: 16px;
    height: 16px;
  }

  .hero-banner .hero-slider-nav {
    padding: 0 14px;
  }

  .hero-mobile-content {
    display: block;
    background: var(--brand-deep, #2f1b1b);
    padding: 28px 5% 36px;
  }

  .hero-mobile-inner h1 {
    font-size: 22px;
    line-height: 1.3;
    font-weight: 700;
    color: var(--content-inverse, #fff);
    margin-bottom: 12px;
    letter-spacing: 0.2px;
  }

  .hero-mobile-inner p {
    font-size: 14px;
    line-height: 1.7;
    color: #e6ded6;
    margin-bottom: 20px;
  }

  .hero-mobile-content .hero-btn-group {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }

  .hero-mobile-content .hero-btn {
    background: var(--highlight-accent);
    color: var(--brand-deep);
    padding: 9px 18px;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    border-radius: 4px;
    transition: var(--transition);
    text-transform: uppercase;
    border: 2px solid var(--highlight-accent);
  }

  .hero-mobile-content .hero-btn:hover {
    background: #fff;
    border-color: #fff;
    color: var(--brand-deep);
  }

  .hero-mobile-content .hero-btn-outline {
    background: transparent;
    color: var(--content-inverse, #fff);
    border: 2px solid var(--highlight-accent);
  }

  .hero-mobile-content .hero-btn-outline:hover {
    background: var(--highlight-accent);
    color: var(--brand-deep);
  }

  .navbar-toggler,
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #fff !important;
  }

  .title-spot-cources {
    padding: 20px 0 20px 0px;
    background: var(--surface-base);
    text-align: start;
  }

  .title-spot-cources h2 {
    font-size: 25px;
  }

  .cources-ails {
    padding: 20px 0px 60px;
  }

  .facilities-ms {
    background: var(--surface-light);
    padding: 60px 0px 0px;
  }

  .facilities-ms h2 {
    font-size: 25px;
  }

  .facilities-ms .facilities-intro {
    margin-bottom: 30px;
  }

  .court-visit-section .row {
    flex-direction: column-reverse;
  }

  .programs-section .section-header{
    margin-top: 40px;
  }

  .court-content {
    padding-left: 0;
    text-align: center;
  }

  .court-points .point {
    border-left: none;
    padding-left: 0;
    text-align: start;
  }

  .court-content h2 {
    text-align: start;
    font-size: 25px;
  }

  .programs-section .section-header h2 {
    font-size: 25px;
  }

  .programs-section .program-title {
    margin-top: 1rem;
  }

  .only-events-title .heading-programs {
    font-size: 25px;
  }

  .about-page .about-banner {
    padding: 60px 15px;
  }

  .about-banner h1 {
    font-size: 28px;
  }

  .about-banner p {
    font-size: 14px;
  }

  .about-page section {
    padding: 50px 15px;
  }

  .about-page .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-page .about-grid.reverse {
    direction: ltr;
  }

  .about-image img {
    border-radius: 8px;
  }

  .about-content h2 {
    font-size: 22px;
  }

  .about-content p {
    font-size: 14px;
  }

  .about-features {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .feature-card {
    padding: 20px;
  }

  .feature-card h4 {
    font-size: 18px;
  }

  .vision-box h2 {
    font-size: 22px;
  }

  .vision-box p {
    font-size: 14px;
  }

  .about-btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .student-handbook .handbook-heading h2 {
    font-size: 28px;
  }

  .llb-page__banner {
    background: #0b1c2d;
    color: #fff;
    padding: 60px 15px;
  }

  .llb-page__banner h1 {
    font-size: 28px;
  }

  .llb-page__eligibility {
    padding: 0px 0px;
  }

  .ails-facility,
  .ails-facility__item {
    padding: 30px 0;
  }

  .mob-only-header {
    padding: 30px 0px;
  }

  .court-content h2 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
