.client_section {
  padding-bottom: 45px;
}

.client_section .heading_container {
  margin-bottom: 35px;
}

.client_section .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.client_section .box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
  transition: all 0.3s ease;
}

.client_section .img-box {
  width: 200px;
  height: auto;
  min-width: 125px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
}

.client_section .img-box img {
  width: 100%;
  height: auto;
  display: block;
}

.testimonial-link {
  text-decoration: none;
  display: block;
}

.testimonial-link:hover .box {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.more-testimonials {
  margin-top: 25px;
}

.more-testimonials .btn {
  background-color: #ff0000;
  color: #ffffff;
  padding: 10px 25px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
}

.more-testimonials .btn:hover {
  background-color: #cc0000;
}

/* Media Queries */
@media (max-width: 1300px) {}

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

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

  #navbarSupportedContent {
    padding: 15px 0 25px 0;
  }

  .quote_btn-container {
    flex-direction: column;
    align-items: center;
  }

  .quote_btn-container a {
    margin-right: 0;
    margin-top: 10px;
  }

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

  .client_section .box {
    margin: 15px;
  }

  .client_section .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .client_section .img-box {
    width: 180px;
  }

  .info_section .info_main_row > div {
    margin-bottom: 25px;
  }
}

@media (max-width: 768px) {
  .slider_section .detail-box {
    margin-bottom: 45px;
    text-align: center;
  }

  .slider_section .detail-box .btn-box {
    justify-content: center;
  }

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

  .service_section .row .service_col_middle {
    order: 2;
  }

  .service_section .service_col_middle .box {
    margin-bottom: 45px;
  }

  .server_section {
    background: none;
    background-color: #000000;
  }

  .server_section .img-box {
    margin-bottom: 25px;
  }

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

  .info_section .row > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 35px;
  }

  .info_section .info_links {
    align-items: center;
  }

  .client_section .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .client_section .img-box {
    width: 160px;
  }
}

@media (max-width: 576px) {
  .client_section .box {
    flex-direction: column;
    align-items: center;
  }

  .client_section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .client_section .img-box {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }

  /* Mobile: Testimonial videos in single column with full width */
  .grid.grid-cols-1.md\\:grid-cols-3 {
    grid-template-columns: 1fr !important;
  }

  .testimonial-video {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .client_section .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .client_section .img-box {
    width: 80%;
    max-width: 280px;
    margin: 0 auto;
  }
}

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

@media (max-width: 376px) {
  .slider_section .detail_box h1 {
    font-size: 2.5rem;
  }

  .client_section .img-box {
    width: 75%;
    max-width: 250px;
  }
}

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