@media (max-width: 1300px) {}



@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .slider_section {
    padding: 45px 0 75px 0;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .col-md-4 {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .team_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;

  }

  .team_section .col-lg-3 {
    flex: 0 0 50%;
    /* Two columns on medium screens */
    max-width: 50%;
    padding: 15px;
  }



  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .slideshow img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-top: 60px;
  }

  .picture-display {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 60px;
    margin: 30px 0;
  }

  .picture-display .img-1x2 {
    aspect-ratio: 1 / 2;
    width: 30%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .picture-display .img-1x2:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }

}



@media (max-width: 768px) {
  .dealerlist_section h1 {
    font-size: 1.6rem;
  }

  .dealerlist_section h2 {
    font-size: 1.2rem;
  }

  .dealerlist_section th,
  .dealerlist_section td {
    font-size: 0.9rem;
    padding: 10px;
  }

  .about_section .img-box {
    margin-bottom: 45px;
  }

  .coming_soon_section {
    font-size: 2rem;
    /* Adjust the text size on smaller screens */
  }

  .team_section .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }

  .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .btn-box a {
    font-size: 14px;
    padding: 10px 20px;
  }

  .heading_container h2 {
    font-size: 28px;
  }

  .team_section .col-lg-3 {
    flex: 0 0 45%;
    /* Adjusts two cards per row */
    max-width: 45%;
  }

  .team_section .box {
    margin-bottom: 20px;
  }

  .content_container {
    flex-direction: column;
    text-align: center;
  }

  .text_content {
    padding: 10px;
  }

  .image_container img {
    max-width: 100%;
    height: auto;
  }

  .heading_container h2 {
    font-size: 1.5rem;
  }

  .subsection h3,
  .benefits_section h3 {
    font-size: 1.2rem;
  }

  .faq-container h1 {
    font-size: 1.5rem;
  }

  .faq-item h2 {
    font-size: 1.1rem;
  }

  .faq-item p,
  .faq-item ul {
    font-size: 0.95rem;
  }

  .story-container h1 {
    font-size: 1.5rem;
  }

  .story-item h2 {
    font-size: 1.1rem;
  }

  .story-item p {
    font-size: 0.95rem;
  }

  /* Slideshow */

  .slideshow img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    margin-top: 60px;
  }

  .picture-display {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    margin-top: 60px;
    margin: 30px 0;
  }

  .picture-display .img-1x2 {
    aspect-ratio: 1 / 2;
    width: 30%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .picture-display .img-1x2:hover {
    transform: scale(1.03);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  }


}


@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .slider_section {
    padding-top: 60px;
    /* Match the header height or adjust as needed */
  }

  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .single-square img {
    max-width: 250px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .team_section .row {
    display: block;
  }

  .team_section .col-lg-3 {
    flex: 0 0 100%;
    /* Single column on small screens */
    max-width: 100%;
    padding: 15px;
  }

  .team_section .box {
    max-width: 100%;
    /* Full width for cards on smaller screens */
    margin: 0 auto;
  }



  .picture-display .img-1x2 {
    aspect-ratio: 1 / 2;
    width: 20%;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
}

@media (max-width: 480px) {

  .dealerlist_section h1 {
    font-size: 1.4rem;
  }

  .dealerlist_section h2 {
    font-size: 1rem;
  }

  .dealerlist_section th,
  .dealerlist_section td {
    font-size: 0.8rem;
    padding: 8px;
  }

  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .track_section form {
    flex-direction: column;
    align-items: flex-start;
  }

  .track_section form input {
    width: 100%;
  }

  .track_section form button {
    padding: 10px 60px;
    margin-top: 10px;
  }

  .content_container {
    flex-direction: column;
    text-align: center;
  }

  .text_content {
    padding: 10px;
  }

  .image_container img {
    max-width: 100%;
    height: auto;
  }

  .heading_container h2 {
    font-size: 1.5rem;
  }

  .subsection h3,
  .benefits_section h3 {
    font-size: 1.2rem;
  }

}


@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .single-square img {
    max-width: 200px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  .dealerlist_table_wrapper {
    overflow-x: auto;
  }

  .dealerlist_section table {
    min-width: 500px;
    /* allow scrolling instead of shrinking */
  }
}

@media (max-width: 376px) {

  .dealerlist_section th,
  .dealerlist_section td {
    font-size: 0.5rem;
    padding: 6px;
  }

  .picture-display .img-1x2 {
    aspect-ratio: 1 / 2;
    width: 28%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .single-square img {
    max-width: 180px;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .slider_section {
    padding-top: 65px;
    /* Match the header height or adjust as needed */
  }
}