@media (max-width: 992px) {
  .header-section .nav-link::after {
    width: 100%;
    left: 0;
  }

  .header-section .offcanvas-body {
    background-color: var(--white);
    padding: 10px;
  }

  .hero-section .slide .content h2,
  .hero-section .slide .content h1,
  .hero-section .slide .content .highlight {
    font-size: 30px;
  }

  .hero-section .slide .content {
    margin: 0px 0px;
  }

  .hero-section .caption {
    padding: 0px 0px;
  }

  .hero-section .hero-image {
    display: none;
  }

  .locations-section .section-title,
  .complete-menu .section-title {
    margin: 0px 0px 45px 0px;
    text-align: center;
  }

  .about-section .about-image {
    text-align: left;
  }

  .about-section .about-image img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 600px) {
  .hero-section .hero-caption h1,
  .hero-section .hero-caption h1 span {
    font-size: 30px;
  }

  .header-section .conatact-btn,
  .header-section .franchise-btn {
    display: none;
  }

  .menu-list ul li {
    font-size: 14px;
  }

  .introduction-section .section-title .subtitle,
  .about-section .section-title .subtitle,
  .core-value-section .section-title .subtitle,
  .service-section .section-title .subtitle,
  .process-flow-section .section-title .subtitle,
  .Why-Choose-section .section-title .subtitle,
  .our-clints .section-title .subtitle,
  .Core-Strength .section-title .subtitle,
  .testimonial-section .section-title .subtitle,
  .gallery-section .section-title .subtitle {
    font-size: 18px;
  }
}

@media (max-width: 425px) {
  .hero-section .caption h1 {
    font-size: 40px;
  }

  .hero-section .counter h2 {
    font-size: 30px;
  }

  .about-section .section-title h2,
  .menu-section .section-title h2,
  .why-choose-section .section-title h2,
  .locations-section .section-title h2,
  .complete-menu .section-title h2 {
    font-size: 26px;
  }
}

@media (max-width: 768px) {
  .location-card {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .franchise-section h2 {
    font-size: 28px;
  }
  .franchise-section p {
    font-size: 16px;
  }
  .franchise-section a {
    font-size: 16px;
  }
}

@media (max-width: 475px) {
  .hero-section .counter .counter-main .count-box-1 h3,
  .hero-section .counter .counter-main .count-box-2 h3 {
    font-size: 20px;
  }

  .hero-section .counter .counter-main .count-box-1 h3 span,
  .hero-section .counter .counter-main .count-box-2 h3 span {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .hero-section .counter .counter-main .count-box-1 h3,
  .hero-section .counter .counter-main .count-box-2 h3 {
    font-size: 16px;
  }

  .menu-section .menu-item {
    margin: 10px 10px;
  }

  .hero-section .counter .counter-main .count-box-1 h3 span,
  .hero-section .counter .counter-main .count-box-2 h3 span {
    font-size: 20px;
  }
}
