/* ---------- PARTNERS HERO (MATCH MARKETPLACE HERO STYLE) ---------- */
.partners-hero {
  position: relative;
  min-height: 80vh;
  color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 60px;
  text-align: center;
}

/* Background Image */
.partners-hero__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
  filter: brightness(0.8); /* subtle darkening for text readability */
}

/* Container */
.partners-hero__container {
  position: relative;
  z-index: 2;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Content */
.partners-hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Text Styles */
.partners-hero__identify {
  font-family: "Calibre-Bold", sans-serif;
  font-size: 32px; 
  color: #00B09B; 
  letter-spacing: 2px; 
  text-align: center;
}

.partners-hero__title {
  color: #fff;
  font-family: "Calibre-Bold", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 20px;
}

.partners-hero__description {
  font-family: "Calibre-Semibold", sans-serif;
  font-size: 32px;
  color: #fff;
  max-width: 720px;
  margin: 0 auto;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
  .partners-hero,
  .marketplace-hero {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .partners-hero__background {
    height: 80vh;
    object-position: top center;
  }

  .partners-hero__title {
    font-size: 38px;
    line-height: 1.3;
  }

  .partners-hero__description {
    font-size: 24px;
  }
  .partners-hero__identify {
        font-size: 32px;
    }
}

@media (max-width: 480px) {
  .partners-hero {
    height: auto;
    min-height: 260px;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  .partners-hero__title {
    font-size: 28px;
  }

  .partners-hero__description {
    font-size: 20px;
    line-height: 1.19;
  }
}


/* ---------- RESPONSIVE ---------- */
.partners {
    margin-top: 60px;
    margin-bottom: 60px;
}
@media (max-width: 768px) {
  .partners-hero {
    min-height: 70vh;
    padding: 0 16px;
  }

  .partner-hero__title {
    font-size: 36px;
    line-height: 1.3;
  }

  .partner-hero__description {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .partners-hero {
    min-height: 80vh;
  }

  .partner-hero__title {
    font-size: 28px;
  }

  .partner-hero__description {
    font-size: 15px;
    line-height: 1.4;
  }
}

/* ---------- PARTNERS INTRO SECTION ---------- */
.partners-intro {
  background: #fff;
  padding-top: 60px;
}

.partners-intro__content {
  text-align: left;
}

/* Teal accent line */
.partners-intro__accent {
    display: block;
    width: 80px;
    height: 6px;
    background-color: #00CEC9;
    margin-bottom: 32px;
}

/* Heading */
.partners-intro__title {
    color: rgba(35, 35, 41, 1);
    font-family: "Calibre-Bold";
    font-size: 72px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: 0.65px;
}

/* Description text */
.partners-intro__description {
  color: rgba(22, 22, 26, 1);
    font-family: "Calibre-Semibold";
    font-size: 32px;
    font-weight: 600;
    font-style: semibold;
    letter-spacing: -0.25px;

}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
  .partners-intro {
 
  }

  .partners-intro__content {
    text-align: left;
  }

  .partners-intro__title {
    font-size: 28px;
  }

  .partners-intro__description {
    font-size: 24px;
  }
}



/* ---------- FILTER BUTTONS ---------- */
.partner-filter {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  gap: 8px;
  margin-bottom: 2.5rem;
}

.filter-btn {
  background: #f0f3f5;
  border: none;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 32px;
  font-weight: 500;
  cursor: pointer;
  color: #333;
  font-family: "Calibre-Semibold";
  transition: all 0.2s ease;
  padding-top: 14px;
}

.filter-btn.active,
.filter-btn:hover {
  background: #2AD4C0;
  color: #fff;
}

@media (max-width: 768px) {
  .filter-btn {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  .filter-btn {
    font-size: 16px;
  }
}

/* ---------- GRID LAYOUT ---------- */
.partner-grid {
  display: flex;
  flex-wrap: wrap;
  flex-direction: flex-start;
  gap: 30px;
}

.partner-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 320px;
}

@media (max-width: 768px) {
  .partner-card {
    width: 46%;
  }
}

@media (max-width: 440px) {
  .partner-card {
    width: 100%;
  }
}

.partner-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.partner-thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.partner-img {
  padding: 16px;
  object-fit: contain;
  width: auto;
  height: auto;
}


/* ---------- CTA SECTION ---------- */
.partner-cta {
    background-color: rgba(35, 35, 41, 1);
    color: #000000;
    text-align: center;
    padding: 0;
    overflow: hidden;
    padding: 40px;
}

/* ---------- IMAGE ---------- */
.partner-cta__image {
    padding: 0 !important;
}
.partner-cta__image img {
    width: 100%;
    height: 300px;
    display: block;
    object-fit: cover;
}

/* ---------- CONTENT ---------- */
.partner-cta__content {
  background: #fff;
  color: #222;
  padding: 48px 32px 56px;
  border-top: none;
}

.partner-cta__content h2 {
    color: rgba(35, 35, 41, 1);
    font-family: "Calibre-Bold";
    font-size: 60px;
    font-weight: 700;
    font-style: bold;
    letter-spacing: -0.5px;
    text-align: center;
    line-height: 96px;
    padding-top:60px;
}

.partner-cta__content p {
  font-size: 32px;
  margin-bottom: 32px;
  max-width: 100%;
  margin-left: 32px;
  margin-right: 32px;
  color: #444;
}

/* ---------- BUTTON ---------- */
.partner-cta__content .btn-primary {
    display: inline-flex;
    margin-bottom: 60px;
}

.partner-cta__content .btn-primary:hover {
  background-color: #009a90;
  color: #fff;
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 480px) {
  .partner-cta__content {
    padding: 36px 20px 48px;
  }

  .partner-cta__content h2 {
    font-size: 32px;
    line-height: 1.32;
    padding-top: 60px;
  }

  .partner-cta__content p {
    font-size: 20px;
    line-height: 1.19;
  }
  .partner-cta {
      padding : 32px;
  }
}

@media (max-width: 440px) {
  .partner-cta {
      padding : 16px;
  }
}

