/* ══════════════════════════════════════════════════════
   OUR PARTNERS PAGE — fully scoped to op__ prefix
   Font: Nunito | Max-width: 1440px | Radius: 16px
══════════════════════════════════════════════════════ */

/* ── Base font ── */
.op__intro-section,
.op__section {
    font-family: "Nunito", sans-serif;
}

/* ══════════════════════════════════════
   INTRO / DESCRIPTION
══════════════════════════════════════ */
.op__intro-section {
    padding: 56px 5% 32px;
    text-align: center;
}

.op__intro-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.op__intro-content {
    max-width: 780px;
    font-size: 15px;
    line-height: 1.8;
    color: #444;
    text-align: center;
}

.op__intro-content p {
    margin: 0 0 12px;
    text-align: center;
}
/* ══════════════════════════════════════
   SHARED SECTION SHELL
══════════════════════════════════════ */
.op__section {
    padding: 60px 5%;
    box-sizing: border-box;
}

.op__section--alt {
    background: #f6f8fa;
}

.op__container {
    max-width: 1440px;
    margin: 0 auto;
}

/* ══════════════════════════════════════
   SECTION HEADING — center aligned
══════════════════════════════════════ */
.op__section-header {
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.op__section-title {
    font-family: "Nunito", sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #101818;
    margin: 0 0 10px;
    letter-spacing: -0.01em;
    text-align: center;
}

.op__section-subtitle {
    font-size: 15px;
    line-height: 1.7;
    color: #555;
    max-width: 700px;
    text-align: center;
}

.op__section-subtitle p {
    margin: 0;
    text-align: center;
}
/* ══════════════════════════════════════
   SLIDER WRAPPER — arrows sit inside this
══════════════════════════════════════ */
.op__slider-wrapper {
    position: relative;
    /* side padding creates room so arrows don't overlap cards */
    padding: 0 52px;
    box-sizing: border-box;
}

/* ══════════════════════════════════════
   PARTNER CARDS
══════════════════════════════════════ */
.op__card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8eaec;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px 28px;
    margin: 8px 12px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    height: 500px;
    box-sizing: border-box;
}

.op__card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11);
}

/* Logo area */
.op__card-logo-wrap {
    width: 100%;
    height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.op__card-logo {
    max-width: 100%;
    max-height: 96px;
    object-fit: contain;
}

/* Partner name */
.op__card-name h3 {
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #101818;
    margin: 0 0 10px;
}

/* Associations + description */
.op__card-body {
    width: 100%;
}

.op__card-address {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #0a6c99;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 4px;
}

.op__card-desc {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    margin-top: 8px;
    text-align: left;
}

.op__card-desc p {
    margin: 0 0 6px;
}

/* Past partner card — slightly muted */
.op__card--past {
    background: #fff;
    border-color: #e8eaec;
}

.op__card--past .op__card-logo-wrap {
    height: 80px;
}

/* ══════════════════════════════════════
   PAST PARTNER CARDS — op__past-card
══════════════════════════════════════ */
.op__past-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e8eaec;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 32px 24px 32px;
    margin: 8px 12px 24px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
    box-sizing: border-box;
}

.op__past-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.11);
}

.op__past-card__logo-wrap {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.op__past-card__logo {
    max-width: 100%;
    max-height: 80px;
    object-fit: contain;
}

.op__past-card__name {
    flex-shrink: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
}

.op__past-card__name h3 {
    font-family: "Nunito", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #101818;
    margin: 0;
    text-align: center;
}

.op__past-card__body {
    width: 100%;
}

.op__past-card__address {
    font-family: "Nunito", sans-serif;
    font-size: 13px;
    line-height: 1.6;
    color: #0a6c99;
    font-style: normal;
    font-weight: 600;
    margin: 0 0 8px;
    text-align: center;
}

.op__past-card__desc {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.65;
    color: #555;
    margin-top: 4px;
    text-align: left;
}

.op__past-card__desc p {
    margin: 0 0 6px;
}

/* ══════════════════════════════════════
   ARROW BUTTONS — absolute to wrapper
══════════════════════════════════════ */
.op__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    border: 1.5px solid #dde1e5;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.18s ease, box-shadow 0.18s ease;
    padding: 0;
}

.op__arrow:hover {
    background: #0a6c99;
    border-color: #0a6c99;
    box-shadow: 0 4px 14px rgba(10, 108, 153, 0.28);
}

.op__arrow:hover .op__arrow-icon {
    filter: brightness(0) invert(1);
}

.op__arrow--prev {
    left: 0;
}

.op__arrow--next {
    right: 0;
}

.op__arrow-icon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* flip the right arrow to face right */
.op__arrow-icon--right {
    transform: rotate(180deg);
}

/* ══════════════════════════════════════
   SLICK DOTS — restyle
══════════════════════════════════════ */
.op__slider-wrapper .slick-dots {
    bottom: 0px;
}

.op__slider-wrapper .slick-dots li button:before {
    font-size: 10px;
    color: #b0b8c1;
    opacity: 1;
}

.op__slider-wrapper .slick-dots li.slick-active button:before {
    color: #0a6c99;
    opacity: 1;
}

/* ══════════════════════════════════════
   RESPONSIVE
══════════════════════════════════════ */
@media (max-width: 1024px) {
    .op__section-title {
        font-size: 26px;
    }
}

@media (max-width: 768px) {
    .op__section {
        padding: 40px 5%;
    }
    .op__slider-wrapper {
        padding: 0 44px;
    }
    .op__section-title {
        font-size: 22px;
    }
    .op__card {
        margin: 8px 6px 24px;
        padding: 24px 16px 20px;
    }
}

@media (max-width: 480px) {
    .op__slider-wrapper {
        padding: 0 40px;
    }
    .op__arrow {
        width: 34px;
        height: 34px;
    }
}