/* =========================================================
   08. Agency Partnership Proof
   ========================================================= */

.agency-partnership-proof-section {
  background:
    radial-gradient(
      circle at 48% 18%,
      rgba(13, 110, 253, 0.045),
      transparent 30%
    ),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
}

.agency-partnership-proof-section::before {
  content: "";
  position: absolute;
  top: 66px;
  left: -35px;
  width: 245px;
  height: 125px;
  border-top: 12px solid rgba(55, 112, 240, 0.42);
  border-radius: 50%;
  transform: rotate(-8deg);
  pointer-events: none;
}

.agency-partnership-proof-section::after {
  content: "";
  position: absolute;
  top: 55px;
  right: 40px;
  width: 90px;
  height: 90px;
  opacity: 0.55;
  background-image: radial-gradient(circle, #7aa5ff 2px, transparent 2.5px);
  background-size: 20px 20px;
  pointer-events: none;
}

/* Section Heading */

.agency-partnership-proof-head {
  position: relative;
  z-index: 2;
  max-width: 1080px;
}

.agency-partnership-proof-kicker {
  margin-bottom: 16px;
  color: #ff6500;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.agency-partnership-proof-kicker-line {
  width: 38px;
  height: 1px;
  background: #ff6500;
}

.agency-partnership-proof-kicker-dot {
  width: 6px;
  min-width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ff6500;
}

.agency-partnership-proof-head h2 {
  color: #071333;
  font-size: 44px;
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
}

.agency-partnership-proof-head h2 span {
  position: relative;
  display: inline-block;
  color: #1266f5;
}

.agency-partnership-proof-head h2 span::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  width: 39%;
  height: 8px;
  border-top: 3px solid #1266f5;
  border-radius: 50%;
  transform: rotate(-1deg);
}

.agency-partnership-proof-head > p {
  margin-top: 17px;
  color: #536183;
  font-size: 18px;
  line-height: 1.5;
}

/* Partnership Stats */

.agency-partnership-stats {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  padding: 28px 18px;
  border: 1px solid #dce7f7;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 34px rgba(17, 40, 80, 0.05);
}

.agency-partnership-stat {
  min-width: 0;
  padding: 0 20px;
  border-right: 1px solid #d8e2f0;
}

.agency-partnership-stat-last {
  border-right: 0;
}

.agency-partnership-stat-icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 50%;
  font-size: 32px;
}

.agency-partnership-stat-icon-blue {
  color: #1266f5;
  background: #eaf2ff;
}

.agency-partnership-stat-icon-orange {
  color: #ff6500;
  background: #fff0e7;
}

.agency-partnership-stat-icon-green {
  color: #149c38;
  background: #e7f8eb;
}

.agency-partnership-stat-icon-purple {
  color: #6432c6;
  background: #f1eaff;
}

.agency-partnership-stat-icon-teal {
  color: #0799b6;
  background: #e6f7fa;
}

.agency-partnership-stat-content {
  min-width: 0;
}

.agency-partnership-stat-content strong {
  display: block;
  margin-bottom: 4px;
  color: #071333;
  font-size: 31px;
  line-height: 1;
  font-weight: 900;
}

.agency-partnership-stats .col-xl:nth-child(2) strong {
  color: #ff6500;
}

.agency-partnership-stats .col-xl:nth-child(3) strong {
  color: #087d2f;
}

.agency-partnership-stats .col-xl:nth-child(4) strong {
  color: #5426aa;
}

.agency-partnership-stats .col-xl:nth-child(5) strong {
  color: #078da7;
}

.agency-partnership-stat-content h3 {
  margin: 0 0 7px;
  color: #071333;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.agency-partnership-stat-content p {
  margin: 0;
  color: #405074;
  font-size: 14px;
  line-height: 1.45;
  overflow-wrap: break-word;
}

/* Partnership Strengths */

.agency-partnership-strengths {
  position: relative;
  z-index: 2;
  margin-top: 34px;
}

.agency-partnership-strength {
  position: relative;
  min-width: 0;
  padding: 0 22px 0 0;
}

.agency-partnership-strength:not(.agency-partnership-strength-last)::after {
  content: "";
  position: absolute;
  top: 35px;
  right: -2px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #075be8;
  border-right: 2px solid #075be8;
  transform: rotate(45deg);
}

.agency-partnership-strength-icon {
  width: 70px;
  min-width: 70px;
  height: 70px;
  border-radius: 50%;
  font-size: 28px;
  box-shadow: 0 8px 22px rgba(17, 40, 80, 0.05);
}

.agency-partnership-strength-icon-blue {
  color: #1266f5;
  background: #eef4ff;
  border: 1px solid #d8e6ff;
}

.agency-partnership-strength-icon-green {
  color: #0c913c;
  background: #eaf8ef;
  border: 1px solid #d0efdc;
}

.agency-partnership-strength-icon-orange {
  color: #ff6500;
  background: #fff1e8;
  border: 1px solid #ffd9c1;
}

.agency-partnership-strength-icon-purple {
  color: #6432c6;
  background: #f4edff;
  border: 1px solid #e1d3ff;
}

.agency-partnership-strength-icon-teal {
  color: #078da7;
  background: #eaf8fa;
  border: 1px solid #d1eef2;
}

.agency-partnership-strength-content {
  min-width: 0;
}

.agency-partnership-strength-content h3 {
  margin: 4px 0 8px;
  color: #071333;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 900;
}

.agency-partnership-strength-content p {
  margin: 0;
  color: #344568;
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: break-word;
}

/* Bottom Area */

.agency-partnership-bottom {
  position: relative;
  z-index: 2;
  margin-top: 38px;
}

/* Testimonials */

.agency-partnership-testimonials {
  padding: 25px;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at top right,
      rgba(13, 110, 253, 0.07),
      transparent 34%
    ),
    #f2f6ff;
}

.agency-partnership-testimonials-head {
  margin-bottom: 20px;
}

.agency-partnership-quote-icon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e1ebff;
  color: #1266f5;
  font-size: 27px;
}

.agency-partnership-testimonials-head h3 {
  color: #071333;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.agency-partnership-slider-btn {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #ffffff;
  color: #26345d;
  font-size: 14px;
  box-shadow: 0 5px 16px rgba(17, 40, 80, 0.06);
}

.agency-partnership-slider-btn-active {
  background: linear-gradient(135deg, #0d6efd, #0053d6);
  color: #ffffff;
}

.agency-partnership-testimonial-card {
  position: relative;
  min-width: 0;
  padding: 22px;
  border: 1px solid #e1e9f5;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(17, 40, 80, 0.035);
}

.agency-partnership-rating {
  margin-bottom: 15px;
  color: #ff6500;
  font-size: 14px;
}

.agency-partnership-testimonial-text {
  min-height: 110px;
  margin: 0;
  color: #071333;
  font-size: 15px;
  line-height: 1.55;
}

.agency-partnership-author {
  position: relative;
  z-index: 2;
  margin-top: 18px;
}

.agency-partnership-author img {
  width: 55px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.agency-partnership-author-content {
  min-width: 0;
}

.agency-partnership-author-content h4 {
  margin: 0 0 4px;
  color: #071333;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

.agency-partnership-author-content p {
  margin: 0;
  color: #075be8;
  font-size: 12px;
  line-height: 1.4;
}

.agency-partnership-card-quote {
  position: absolute;
  right: 24px;
  bottom: 62px;
  color: #d8e4ff;
  font-size: 30px;
}

/* Global Delivery */

.agency-partnership-global {
  padding: 25px 30px 23px;
  border-radius: 18px;
  background:
    radial-gradient(
      circle at 18% 30%,
      rgba(0, 111, 255, 0.22),
      transparent 25%
    ),
    radial-gradient(circle at 90% 60%, rgba(0, 91, 255, 0.14), transparent 30%),
    linear-gradient(135deg, #020b25 0%, #061d49 50%, #020b25 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.agency-partnership-global-head {
  position: relative;
  z-index: 2;
}

.agency-partnership-global-icon {
  width: 64px;
  min-width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #1266f5;
  color: #ffffff;
  font-size: 28px;
  box-shadow: 0 10px 25px rgba(13, 110, 253, 0.25);
}

.agency-partnership-global-head h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 900;
}

.agency-partnership-global-head p {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: 15px;
  line-height: 1.5;
}

.agency-partnership-map-wrap {
  max-width: 620px;
  margin: 6px auto 0;
}

.agency-partnership-map-wrap img {
  width: 100%;
  max-width: 100%;
  max-height: 210px;
  height: auto;
  object-fit: contain;
  display: block;
}

.agency-partnership-timezones {
  position: relative;
  z-index: 2;
  margin-top: 4px;
}

.agency-partnership-timezone {
  min-width: 0;
}

.agency-partnership-timezone-dot {
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-top: 5px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}

.agency-partnership-dot-orange {
  background: #ff6500;
}

.agency-partnership-dot-blue {
  background: #1687ff;
}

.agency-partnership-dot-purple {
  background: #8b55ec;
}

.agency-partnership-dot-green {
  background: #49cf62;
}

.agency-partnership-timezone p {
  margin: 0;
  color: #ffffff;
  font-size: 13px;
  line-height: 1.45;
}

.agency-partnership-timezone p span {
  color: rgba(255, 255, 255, 0.86);
}

/* =========================================================
   Agency Partnership Proof Responsive
   ========================================================= */

@media (max-width: 1399px) {
  .agency-partnership-proof-kicker {
    font-size: 14px;
  }

  .agency-partnership-proof-head h2 {
    font-size: 32px;
  }

  .agency-partnership-proof-head > p {
    font-size: 15px;
  }

  .agency-partnership-stat {
    padding: 0 14px;
  }

  .agency-partnership-stat-icon {
    width: 62px;
    min-width: 62px;
    height: 62px;
    font-size: 26px;
  }

  .agency-partnership-stat-content strong {
    font-size: 27px;
  }

  .agency-partnership-stat-content h3 {
    font-size: 14px;
  }

  .agency-partnership-stat-content p {
    font-size: 13px;
  }

  .agency-partnership-strength {
    padding-right: 16px;
  }

  .agency-partnership-strength-icon {
    width: 60px;
    min-width: 60px;
    height: 60px;
    font-size: 24px;
  }

  .agency-partnership-strength-content h3 {
    font-size: 17px;
  }

  .agency-partnership-strength-content p {
    font-size: 14px;
  }

  .agency-partnership-testimonials-head h3,
  .agency-partnership-global-head h3 {
    font-size: 22px;
  }

  .agency-partnership-testimonial-text,
  .agency-partnership-global-head p {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .agency-partnership-proof-section::before,
  .agency-partnership-proof-section::after {
    opacity: 0.25;
  }

  .agency-partnership-stats {
    padding: 8px 18px;
  }

  .agency-partnership-stat,
  .agency-partnership-stat-last {
    padding: 20px 15px;
    border-right: 0;
    border-bottom: 1px solid #d8e2f0;
  }

  .agency-partnership-stats .col-6:last-child .agency-partnership-stat {
    border-bottom: 0;
  }

  .agency-partnership-strength {
    padding: 18px;
    border: 1px solid #e0e9f7;
    border-radius: 15px;
    background: #ffffff;
    box-shadow: 0 10px 25px rgba(17, 40, 80, 0.035);
  }

  .agency-partnership-strength::after {
    display: none;
  }

  .agency-partnership-bottom {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .agency-partnership-proof-section {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .agency-partnership-proof-section::before,
  .agency-partnership-proof-section::after {
    display: none;
  }

  .agency-partnership-proof-kicker {
    font-size: 12px;
  }

  .agency-partnership-proof-kicker-line {
    width: 34px;
  }

  .agency-partnership-proof-head h2 {
    font-size: 22px;
    line-height: 1.2;
  }

  .agency-partnership-proof-head h2 span::after {
    bottom: -5px;
    border-top-width: 2px;
  }

  .agency-partnership-proof-head > p {
    margin-top: 15px;
    font-size: 16px;
  }

  .agency-partnership-stats {
    margin-top: 25px;
    border-radius: 16px;
  }

  .agency-partnership-stat {
    align-items: flex-start !important;
    padding: 18px 10px;
  }

  .agency-partnership-stat-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 22px;
  }

  .agency-partnership-stat-content strong {
    font-size: 24px;
  }

  .agency-partnership-stat-content h3 {
    font-size: 14px;
  }

  .agency-partnership-stat-content p {
    font-size: 13px;
  }

  .agency-partnership-strengths {
    margin-top: 25px;
  }

  .agency-partnership-strength-content h3 {
    font-size: 18px;
  }

  .agency-partnership-strength-content p {
    font-size: 14px;
  }

  .agency-partnership-testimonials {
    padding: 20px;
    border-radius: 16px;
  }

  .agency-partnership-testimonials-head h3,
  .agency-partnership-global-head h3 {
    font-size: 18px;
  }

  .agency-partnership-quote-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 23px;
  }

  .agency-partnership-slider-btn {
    width: 38px;
    min-width: 38px;
    height: 38px;
  }

  .agency-partnership-testimonial-text {
    min-height: auto;
    font-size: 14px;
  }

  .agency-partnership-global {
    padding: 22px 18px;
    border-radius: 16px;
  }

  .agency-partnership-global-icon {
    width: 54px;
    min-width: 54px;
    height: 54px;
    font-size: 23px;
  }

  .agency-partnership-global-head p {
    font-size: 14px;
  }

  .agency-partnership-map-wrap img {
    max-height: 190px;
  }

  .agency-partnership-timezone p {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .agency-partnership-proof-kicker {
    gap: 6px !important;
  }

  .agency-partnership-proof-kicker-line {
    width: 20px;
  }

  .agency-partnership-proof-kicker-dot {
    width: 5px;
    min-width: 5px;
    height: 5px;
  }

  .agency-partnership-proof-head > p {
    font-size: 15px;
  }

  .agency-partnership-stats {
    padding: 7px 12px;
  }

  .agency-partnership-stat {
    flex-direction: column;
    gap: 10px !important;
  }

  .agency-partnership-stat-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    font-size: 20px;
  }

  .agency-partnership-stat-content strong {
    font-size: 22px;
  }

  .agency-partnership-stat-content p {
    font-size: 12px;
  }

  .agency-partnership-strength {
    padding: 16px;
  }

  .agency-partnership-strength-icon {
    width: 52px;
    min-width: 52px;
    height: 52px;
    font-size: 21px;
  }

  .agency-partnership-strength-content h3 {
    font-size: 16px;
  }

  .agency-partnership-testimonials-head {
    align-items: flex-start !important;
  }

  .agency-partnership-testimonials-head > div:first-child {
    align-items: flex-start !important;
  }

  .agency-partnership-quote-icon {
    width: 44px;
    min-width: 44px;
    height: 44px;
    font-size: 20px;
  }

  .agency-partnership-slider-btn {
    width: 34px;
    min-width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .agency-partnership-testimonial-card {
    padding: 18px;
  }

  .agency-partnership-card-quote {
    right: 18px;
    bottom: 58px;
    font-size: 25px;
  }

  .agency-partnership-global-head {
    align-items: flex-start !important;
  }

  .agency-partnership-global-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    font-size: 21px;
  }

  .agency-partnership-map-wrap img {
    max-height: 165px;
  }
}
