@media (max-width: 1299px) {
  .hero_area .hero_bg_box {
    top: 0;
    left: 0;
    width: 100%;
  }

}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .slider_section .detail-box {
    margin-bottom: 45px;
  }

  .custom_nav-container .navbar-nav {
    padding-top: 15px;
    align-items: center;
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .footer_section .footer_bg_box img {
    -o-object-position: 10% top;
    object-position: 10% top;
  }
}

@media (max-width: 767px) {

  .about_section .img-box {
    margin-bottom: 30px;
  }

  .contact_section .form_container {
    margin-bottom: 45px;
  }

  .client_section .box {
    margin: 45px 0;
  }

  .hero_area .hero_bg_box img {
    /* Align hero image to the right on smaller screens and shift it further to the right by 25% */
    -o-object-position: left top;
    object-position: left top;
    /* Ensure the image still covers the container after shifting to the right */
    width: 180%;
    max-width: none;
    /* Move the image inside its container to reveal more of the right area (shift image left so visible content moves right) */
    /* transform: translateX(-25%); */
    transform-origin: center top;
    transition: transform 0.45s ease;
    will-change: transform;
  }
  /* Certificates carousel: show only 1 certificate per slide on small screens */
  .certificate_section #certificateCarousel .carousel-item .col-md-4 {
    display: none;
  }
  .certificate_section #certificateCarousel .carousel-item .col-md-4:first-child {
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .certificate_section .certificate-box {
    height: auto;
    margin: 10px auto;
  }
  .certificate_section .certificate-box img {
    max-height: 360px;
    width: 100%;
    object-fit: contain;
  }
}

@media (max-width: 576px) {}

@media (max-width: 480px) {
  .slider_section .detail-box h1 {
    font-size: 2rem;
  }

  .about_section {
    border-radius: 90px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}