/* Default Styles */

/* Responsive CSS */
@media (max-width: 1300px) {}

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

#bot {
  position: fixed; /* Fixes the position relative to the viewport */
  bottom: 20px; /* Adjust the distance from the bottom as needed */
  right: 20px; /* Adjust the distance from the right as needed */
  width: 700px; /* Increased width for desktop */
  height: 700px; /* Increased height for desktop */
  border: none; /* Removes any border */
  z-index: 5; /* Ensures it stays on top of all other content */
}

/* Adjustments for Mobile and Tablet Views */

/* Mobile View (Portrait & Landscape) */
@media only screen and (max-width: 80px) {
  #chatbottt {
    position: fixed; /* Fixes the position relative to the viewport */
    width: 480px; /* Adjust width for mobile */
    height: 1080px; /* Adjust height for mobile */
    bottom: 2px; /* Adjust the distance from the bottom as needed */
    right: 2px; /* Adjust the distance from the right as needed */
    z-index: 999;
    margin-top: -250px;
  }
}

/* Tablet View (Portrait & Landscape) */
@media only screen and (max-width: 768px) {
  #chatbottt {
    position: fixed; /* Fixes the position relative to the viewport */
    width: 768px; /* Adjust width for tablets */
    height: 1080px; /* Adjust height for tablets */
    bottom: 3px; /* Adjust the distance from the bottom as needed */
    right: 2px; /* Adjust the distance from the right as needed */
  }
}
@media (max-width: 992px) {
  .hero_area {
    min-height: auto;
  }

  .hero_area {
    background: linear-gradient(130deg, #231a6f, #0f054c);
  }

  .hero_area .hero_bg_box {
    display: none;
  }

  .slider_section {
    padding: 45px 0 75px 0;
  }

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

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

  #chatbottt {
    width: 200px;
    height: 370px;
    bottom: 15px;
    z-index: -1;
    right: 15px;
  }
}

@media (max-width: 768px) {
  .about_section .img-box {
    margin-bottom: 45px;
  }
}

@media (max-width: 576px) {
  .header_section .header_top .contact_nav a span {
    display: none;
  }

  .client_section .client_container {
    width: 100%;
  }

  .client_section .box {
    margin: 0;
  }

  .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 45px;
  }

  .client_section .owl-carousel .owl-nav .owl-prev,
  .client_section .owl-carousel .owl-nav .owl-next {
    position: unset;
    margin: 0 2.5px;
  }

  #chatbottt {
    width: 100%;
    height: 60%;
    bottom: 0;
    right: 0;
    border-radius: 10px 10px 0 0;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 480px) {
  .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;
  }

  #chatbottt {
    width: 100%;
    height: 50%;
  }
}

@media (max-width: 420px) {
  .service_section .box {
    flex-direction: column;
  }

  .service_section .box .img-box {
    justify-content: flex-start;
    margin-bottom: 15px;
  }

  #chatbottt {
    width: 100%;
    height: 50%;
  }
}

@media (max-width: 376px) {
  #chatbottt {
    width: 100%;
    height: 40%;
  }
}

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