.client-logo-area {
    background-color: #dd5e17;
}

/*===========================
    clients-01 css 
===========================*/
.client-logo-area{

    max-width: 100%;

}

.client-logo-area .section-title-two {
    text-align: center;
    max-width: 100%;
    margin: auto;
    margin-bottom: 50px;
    position: relative;
    
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area .section-title-two {
      margin-bottom: 45px;
    }
  }
  @media (max-width: 767px) {
    .client-logo-area .section-title-two {
      margin-bottom: 35px;
    }
  }
  .client-logo-area .section-title-two span {
    text-transform: capitalize;
    color: var(--white);
    background: var(--primary);
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 15px;
    border-radius: 4px;
  }
  .client-logo-area .section-title-two h2 {
    margin-bottom: 15px;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .client-logo-area .section-title-two h2 {
      font-size: 2rem;
      line-height: 2.8rem;
    }
  }
  @media (max-width: 767px) {
    .client-logo-area .section-title-two h2 {
      font-size: 1.5rem;
      line-height: 1.9rem;
    }
  }
  .client-logo-area .section-title-two p {
    color: var(--dark-3);
  }
  
  /*===== Client Logo One =====*/
  .client-logo-one {
    padding-top: 100px;
    padding-bottom: 5%;
    margin-top: 10px;

  }
  .client-logo-one .single-client {
    margin-top: 50px;
  }



 /* Container background and text alignment */
.basic-content {
    padding: 40px 20px;
    background-color: #f5f7f7;
    text-align: center;
}

.basic-content__heading {
    color: #005c97;
    margin-bottom: 10px;
}

.basic-content__description {
    max-width: 800px;
    margin: 0 auto 30px;
}

/* Image grid styling */
.image-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px; /* Increase gap to add space between images */
    justify-content: center;
}

.basic-content__image-holder {
    flex: 1 1 calc(50% - 40px); /* Adjust for the gap */
    max-width: 300px;
    text-align: center;
    padding: 10px; /* Add padding around each image for extra spacing */
    background-color: #ffffff; /* Optional: add a background to each holder for more contrast */
    border-radius: 8px; /* Optional: round corners for a polished look */
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: shadow for depth */
}

/* Make images responsive */
.basic-content__image-holder picture img {
    width: 100%;
    height: auto;
    max-width: 300px;
}
