.PartnerSection {
  width: 100%;
  margin: 0 auto;
  padding: 60px 20px;
  color: #333;
}

/* Typography */
.PartnerSection .mainHeading {
  margin: 0 0 24px;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  text-align: center;
}

.PartnerSection .highlightBlue {
  color: #0076ce;
}

.PartnerSection .paragraph {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

/* Testimonial */
.PartnerSection .quoteCard {
  margin-top: 30px;
  padding: 30px 24px;
  background: #fff;
  border: 6px solid #ffcc00;
  border-radius: 12px;
  width: 80%;
  margin-left: auto;
}

.PartnerSection .quoteText {
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #111;
}

.PartnerSection .quoteAuthor {
  margin: 0;
  font-size: 14px;
  font-style: italic;
  line-height: 1.4;
  color: #555;
  text-align: right;
}

/* Image Section */
.PartnerSection .imageWrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

.PartnerSection .bgImage {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

/* Overlay Image */
.PartnerSection .badgeOverlay {
  position: absolute;
  top: 50%;
  left: -30px;
  width: 60%;
  padding: 20px;
  background: #fff;
  border: 2px solid #333;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transform: translateY(-50%);
  z-index: 2;
}

.PartnerSection .badgeImage {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  .PartnerSection .mainHeading {
    font-size: 30px;
  }

  .PartnerSection .imageWrapper {
    max-width: 400px;
  }

  .PartnerSection .quoteCard {
    width: 100%;
  }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991.98px) {
  .PartnerSection {
    padding: 50px 20px;
  }

  .PartnerSection .mainHeading {
    font-size: 34px;
  }

  .PartnerSection .badgeOverlay {
    left: -15px;
    width: 55%;
  }

  .PartnerSection .quoteCard {
    margin: 0px 0 20px auto;
  }
}

/* Mobile */
@media (min-width: 576px) and (max-width: 767.98px) {
  .PartnerSection {
    padding: 45px 15px;
  }

  .PartnerSection .mainHeading {
    font-size: 30px;
  }

  .PartnerSection .paragraph {
    font-size: 14px;
  }

  .PartnerSection .quoteCard {
    padding: 24px 18px;
    margin-bottom: 30px;
    width: 100%;
  }

  .PartnerSection .quoteText {
    font-size: 14px;
  }

  .PartnerSection .imageWrapper {
    max-width: 350px;
    margin-left: auto !important;
    margin: unset;
  }

  .PartnerSection .badgeOverlay {
    left: -60px;

    /* position: relative;
        top: auto;
        left: auto;
        width: 80%;
        margin: -40px auto 0;
        transform: none; */
  }
}

/* Small Mobile */
@media (min-width: 0px) and (max-width: 575.98px) {
  .PartnerSection {
    padding: 35px 12px;
  }

  .PartnerSection .mainHeading {
    font-size: 26px;
  }

  .PartnerSection .quoteCard {
    margin-top: 24px;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
  }

  .PartnerSection .quoteAuthor {
    font-size: 13px;
  }

  .PartnerSection .bgImage {
    width: 75%;
    margin: auto;
  }

  .PartnerSection .badgeOverlay {
    padding: 12px;
    left: 0;
  }
}
