@media (max-width: 992px) {
  .header-section .nav-link::after {
    width: 100%;
    left: 0;
  }

  .header-section .offcanvas-body {
    background-color: #212121;
    padding: 10px;
  }
}

@media (max-width: 992px) {
  .hero-section .hero-container {
    flex-direction: column;
    text-align: center;
    padding: 80px 20px;
  }

  .hero-section .hero-content {
    max-width: 100%;
  }

  .hero-section .hero-feature {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .hero-section .hero-logo {
    font-size: 2.5rem;
  }

  .hero-section .hero-tagline {
    font-size: 1.5rem;
  }

  .hero-section .hero-subtitle {
    font-size: 1rem;
  }

  .hero-section .hero-cta {
    justify-content: center;
  }

  .hero-section .cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .header-section .conatact-btn,
  .header-section .franchise-btn {
    display: none;
  }
}

@media (max-width: 480px) {
  .hero-section .hero-logo {
    font-size: 2rem;
  }

  .hero-section .hero-tagline {
    font-size: 1.3rem;
  }

  .hero-section .hero-cta {
    flex-direction: column;
    align-items: center;
  }

  .hero-section .cta-button {
    width: 100%;
    max-width: 250px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  #contact-section {
    padding: 60px 0;
  }

  #contact-section .section-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  #contact-section .contact-info,
  #contact-section .business-hours {
    padding: 30px;
  }
}

@media (max-width: 480px) {
  #about-section {
    padding: 60px 0;
  }

  #about-section .section-title {
    font-size: 28px;
    margin-bottom: 40px;
  }

  #about-section .about-subtitle {
    font-size: 18px;
  }

  #about-section .mission-box,
  #about-section .vision-box {
    padding: 20px;
  }

  .legal-services {
    padding: 60px 0px;
  }

  .legal-services .services-header {
    padding: 0 15px;
  }

  .legal-services .services-header h2 {
    font-size: 28px;
  }

  .legal-services .services-header p {
    font-size: 15px;
  }

  .legal-services .services-table th,
  .legal-services .services-table td {
    padding: 10px 8px;
    font-size: 13px;
  }

  #contact-section .section-title {
    font-size: 28px;
  }

  #contact-section .contact-info,
  #contact-section .business-hours {
    padding: 40px 20px;
  }

  #contact-section .contact-icon {
    width: 40px;
    height: 40px;
  }

  #contact-section .contact-icon i {
    font-size: 16px;
  }

  #contact-section .info-title,
  #contact-section .hours-title {
    font-size: 20px;
  }
}
