@media (max-width: 1300px) {}

@media (max-width: 1120px) {}

@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }


  .custom_nav-container .navbar-nav {
    padding-top: 15px;
  }


  .custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    margin: 5px 0;
  }

  .slider_section .detail-box h1 {
    font-size: 2.5rem;
  }

  .slider_section {
    padding: 75px 0;
  }

  .slider_section .carousel_btn-box a {
    position: unset;
    transform: none;
  }

  .about_section .img-box img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .header_section .header_top .social_box {
    display: none;
  }

  .header_section .header_top .contact_nav a span {
    font-size: 15px;
  }

  .slider_section .detail-box {
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

  .about_section .img-box {
    margin-top: 45px;
  }

  .contact_section .form_container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .info_section .info_contact {
    margin: 15px 0;
  }

  .info_section .row>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .info_section .info_main .rov>div {
    margin-bottom: 25px;
  }

  .info_section .social_box {
    margin-bottom: 25px;
  }

}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .client_section .carousel-control-prev,
  .client_section .carousel-control-next {
    position: unset;
    transform: none;
  }

  .carousel_btn-box {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {}

@media (max-width: 420px) {}

@media (max-width: 376px) {}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}/* Global Styles for the contact information */
.contact_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

/* Desktop-specific styles */
@media (min-width: 768px) {
  .contact_nav a {
    font-size: 16px; /* Font size for desktop */
  }
}

/* Mobile-specific styles */
@media (max-width: 767px) {
  /* Make sure the contact info does not overflow */
  .contact_nav {
    display: block; /* Stack items vertically */
    text-align: center; /* Center align the contact items */
    padding: 10px 0; /* Padding around each contact link */
  }

  .contact_nav a {
    margin: 10px 0; /* Space between items */
    font-size: 14px; /* Smaller font size for mobile */
    display: block; /* Ensure they are block-level elements */
  }

  /* Make sure the navbar links are centered on mobile */
  .navbar-nav {
    text-align: center;
    width: 100%;
  }

  /* Optional: Hide social icons on mobile for simplicity */
  .social_box {
    display: none; /* Hides social icons on mobile */
  }
}
/* Responsive styles */
@media (max-width: 768px) {
  .header_top {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0; /* Add some padding for better spacing */
  }

  .contact_nav {
    margin-bottom: 10px;
    width: 100%; /* Ensure it takes full width */
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping of items */
    justify-content: flex-start; /* Align items to the start */
  }

  .contact_nav a {
    display: flex; /* Use flex to align icon and text */
    align-items: center; /* Center align items vertically */
    margin-bottom: 5px;
    font-size: 16px; /* Set a base font size */
    color: #000; /* Ensure text color is visible */
    flex: 1 1 auto; /* Allow items to grow and shrink */
    min-width: 150px; /* Set a minimum width for better layout */
  }

  .contact_nav a i {
    margin-right: 5px; /* Space between icon and text */
    font-size: 20px; /* Adjust icon size for better visibility */
  }

  .social_box {
    margin-top: 10px;
  }

  .social_box a {
    font-size: 20px; /* Adjust social icon size */
    margin-right: 10px; /* Space between social icons */
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px; /* Responsive font size for nav links */
  }
}

/* Additional styles for minimum screen size of 414x896 */
@media (min-width: 414px) and (max-width: 768px) {
  .header_top {
    padding: 15px; /* Add more padding for better spacing */
  }

  .contact_nav a {
    font-size: 18px; /* Slightly larger font size for better readability */
  }

  .navbar-nav .nav-link {
    font-size: 18px; /* Slightly larger font size for nav links */
  }
}
/* Responsive styles */
@media (max-width: 768px) {
  .header_top {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0; /* Add some padding for better spacing */
  }

  .contact_nav {
    margin-bottom: 10px;
    width: 100%; /* Ensure it takes full width */
    display: flex; /* Use flexbox for layout */
    flex-wrap: wrap; /* Allow wrapping of items */
    justify-content: flex-start; /* Align items to the start */
  }

  .contact_nav a {
    display: flex; /* Use flex to align icon and text */
    align-items: center; /* Center align items vertically */
    margin-bottom: 5px;
    font-size: 16px; /* Set a base font size */
    color: #000; /* Ensure text color is visible */
    flex: 1 1 auto; /* Allow items to grow and shrink */
    min-width: 150px; /* Set a minimum width for better layout */
    background-color: rgba(255, 255, 255, 0.8); /* Light background for visibility */
    padding: 5px; /* Add some padding for better touch targets */
    border-radius: 5px; /* Rounded corners for aesthetics */
  }

  .contact_nav a i {
    margin-right: 5px; /* Space between icon and text */
    font-size: 20px; /* Adjust icon size for better visibility */
  }

  .social_box {
    margin-top: 10px;
  }

  .social_box a {
    font-size: 20px; /* Adjust social icon size */
    margin-right: 10px; /* Space between social icons */
  }

  .navbar-nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .navbar-nav .nav-item {
    margin-bottom: 10px;
  }

  .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px; /* Responsive font size for nav links */
  }
}

/* Additional styles for minimum screen size of 414x896 */
@media (min-width: 414px) and (max-width: 768px) {
  .header_top {
    padding: 15px; /* Add more padding for better spacing */
  }

  .contact_nav a {
    font-size: 18px; /* Slightly larger font size for better readability */
  }

  .navbar-nav .nav-link {
    font-size: 18px; /* Slightly larger font size for nav links */
  }
}