 @media (max-width: 1120px) {}

/* Adjust styles for max-width: 992px */
@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .navbar-nav {
    align-items: center;
  }

  .custom_nav-container .navbar-toggler {
    margin-bottom: 15px;
    margin-left: auto; /* Align toggler button to the right */
  }

  .custom_nav-container .navbar-brand {
    margin-right: auto; /* Align logo to the left */
  }

  .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding: 10px 25px;
    margin: 5px 0;
  }

  .custom_nav-container.navbar-expand-lg .form-inline {
    justify-content: center;
  }

  .custom_nav-container.navbar-expand-lg {
    padding-top: 10px;
    align-items: center;
  }

  .slider_section {
    padding: 45px 0 150px 0;
  }

  .sub_page .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
    padding-bottom: 15px;
  }

  .navbar-collapse {
    text-align: right; /* Ensure menu items are aligned to the right */
  }
  .navbar-brand img{
    position: relative;
    bottom: 6px;
  }
  .about_section .img_container .img-box img {
    width: 100%;
    border-radius: 12px;
}
}

/* Adjust styles for max-width: 768px */
@media (max-width: 768px) {
  .slider_section ol.carousel-indicators {
    justify-content: center;
  }

  .slider_section {
    text-align: center;
  }

  .slider_section .img-box {
    margin-top: 35px;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .about_section .heading_container {
    margin-bottom: 0;
  }

  .about_section .row {
    flex-direction: column-reverse;
  }

  .about_section .detail-box {
    margin-left: 0;
    width: 100%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  }

  .service_section .service_container {
    flex-wrap: wrap;
  }

  .client_section .carousel_btn-box {
    margin-top: 25px;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
    margin: 0 2.5px;
  }

  .info_section .row .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_section .info_logo {
    align-items: center;
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 5px;
  }
}

/* Adjust styles for max-width: 576px */
@media (max-width: 576px) {
  .header_top a span {
    display: none;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
    line-height: 55px;
  }
}

@media (max-width: 480px) {
  /* Add your custom styles for max-width: 480px */
}

@media (max-width: 420px) {
  /* Add your custom styles for max-width: 420px */
}

@media (max-width: 376px) {
  /* Add your custom styles for max-width: 376px */
}

/* Adjust styles for min-width: 1200px */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* General footer centering */
.footer_section p {
  text-align: center;
  margin: 0;
  padding: 15px 0;
}

.footer_section {
  background-color: #f8f9fa;
  padding: 10px 0;
}

.info_section .container {
  max-width: 100%;
}

.info_section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

.info_section .col-md-3 {
  margin-bottom: 20px;
}

.info_logo,
.info_links,
.info_info,
.info_contact {
  text-align: center; /* Center text alignment */
  margin: 0 auto; /* Center content horizontally */
}

/* Additional styles for max-width: 768px */
@media (max-width: 768px) {
  .info_section .row {
    justify-content: center;
  }

  .info_section .col-md-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%; /* Ensure the columns take full width */
  }

  .info_logo,
  .info_links,
  .info_info,
  .info_contact {
    align-items: center;
    text-align: center; /* Center text alignment */
  }

  .info_section .info_form .social_box {
    justify-content: center;
  }

  .info_section .info_form .social_box a {
    margin: 0 5px;
  }
}
