/* ==========================================================================
   About Page — Our Story + Meet the Team
   Screenshot / legacy layout · Poppins (v2 tokens) · scoped to .about-page
   ========================================================================== */

.about-page {
    background-color: var(--color-bg-page);
    color: var(--color-text-body);
}
.about-story {
    background: url(/images/story-bg.jpg) top center/cover no-repeat fixed;
    padding: 50px 0;
    font-size: 19px;
}
    /* --- Visibility: 3-col grid desktop, swiper mobile --- */
    .about-page #meet-travel-experts.about-team--desktop {
        display: block;
    }

    .about-page #meet-travel-experts-mob.about-team--mobile {
        display: none;
    }

@media (min-width: 768px) {
    .about-page #meet-travel-experts.about-team--desktop {
        display: block !important;
    }

    .about-page #meet-travel-experts-mob.about-team--mobile {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .about-page #meet-travel-experts.about-team--desktop {
        display: none !important;
    }

    .about-page #meet-travel-experts-mob.about-team--mobile {
        display: block !important;
    }
}

/* --- Our Story (full-bleed photo band) --- */
.about-page .about-story.ourstory-section {
    position: relative;
    padding: 50px 0;
    background-image: url(/images/story-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: scroll;
}

    .about-page .about-story.ourstory-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: rgba(0, 0, 0, 0.45);
        pointer-events: none;
    }

.about-page .about-story .container {
    position: relative;
    z-index: 1;
}

.about-page .about-story h2 {
    margin: 0 0 var(--space-2xl);
    text-align: center;
    font-family: var(--font-family);
    font-size: var(--font-size-h2);
    line-height: var(--font-lh-h2);
    font-weight: var(--font-weight-h2);
    color: #fff;
}

.about-page .about-story .ourstory-inner {
    --bs-gutter-x: var(--space-lg);
}

.about-page .about-story p {
    margin: 0 0 var(--space-md);
    font-family: var(--font-family);
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    text-shadow: 2px 1px 5px rgba(51, 51, 51, 0.85);
}

    .about-page .about-story .col-lg-4:last-child p:last-child,
    .about-page .about-story p:last-child {
        margin-bottom: 0;
    }

.about-page .about-story a {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

    .about-page .about-story a:hover {
        color: #e8e8e8;
    }

/* --- Meet the Team --- */
.about-page .about-team {
    padding-top: var(--section-pad);
    padding-bottom: var(--section-pad);
    background-color: var(--color-bg-page);
}

    .about-page .about-team .heading-section {
        position: relative;
        width: 100%;
        text-align: center;
        margin: 0 0 var(--space-2xl);
        z-index: 1;
    }

    .about-page .about-team .border_title {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 2px;
        background: #ccc;
        z-index: 0;
        pointer-events: none;
    }

    .about-page .about-team .heading-section h2 {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 0 var(--space-md);
        background: var(--color-bg-page);
        font-family: var(--font-family);
        font-size: var(--font-size-h2);
        line-height: var(--font-lh-h2);
        font-weight: var(--font-weight-h2);
        color: var(--color-text-heading);
        z-index: 1;
    }

.about-page .about-team__grid {
    --bs-gutter-y: var(--space-lg);
}

.about-page .box-testimonial {
    margin-bottom: 0;
}

/* Team card — gray panel, photo left / name right, bio below */
.about-page .box-testimonial-inner {
    height: 100%;
    padding: 20px;
    background: #f6f5f4;
    border-radius: 10px;
    transition: background-color 0.5s ease, color 0.5s ease;
}

.about-page .clinet-img-txt {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 10px;
}

.about-page .clinet-img {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
}

    .about-page .clinet-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.about-page .clint-review {
    flex: 1;
    min-width: 0;
    padding-top: 12px;
}

    .about-page .clint-review h4 {
        margin: 0 0 4px;
        font-family: var(--font-family);
        font-size: 16px;
        font-weight: 600;
        line-height: 1.3;
        color: var(--color-text-heading);
    }

    .about-page .clint-review h5 {
        margin: 0;
        font-family: var(--font-family);
        font-size: 15px;
        font-weight: 400;
        line-height: 1.4;
        color: var(--color-text-muted);
    }

.about-page .box-testimonial-inner > p {
    margin: 0;
    font-family: var(--font-family);
    font-size: 15px;
    line-height: 1.55;
    color: var(--color-text-body);
}

.about-page .box-testimonial-inner:hover {
    background-color: #3d96bc;
}

    .about-page .box-testimonial-inner:hover .clint-review h4,
    .about-page .box-testimonial-inner:hover .clint-review h5,
    .about-page .box-testimonial-inner:hover > p {
        color: #fff;
    }

/* Lisandra stays left in column 1 — no last-row centering */

/* --- Mobile swiper --- */
.about-page .about-team-swiper-wrap {
    position: relative;
    padding: 0 44px;
}

.about-page .about-team-swiper {
    overflow: hidden;
}

    .about-page .about-team-swiper .swiper-slide {
        height: auto;
        box-sizing: border-box;
    }

.about-page .about-team-swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-border);
    border-radius: 50%;
    background: var(--color-white);
    color: var(--color-text-heading);
    cursor: pointer;
    transition: background-color var(--transition), border-color var(--transition);
}

    .about-page .about-team-swiper-btn:hover {
        background: var(--color-surface);
        border-color: rgba(0, 0, 0, 0.15);
    }

    .about-page .about-team-swiper-btn:focus-visible {
        outline: 2px solid var(--color-gold-gold);
        outline-offset: 2px;
    }

.about-page .about-team-swiper-btn--prev {
    left: 0;
}

.about-page .about-team-swiper-btn--next {
    right: 0;
}

.about-page .about-team-swiper-btn svg {
    width: 18px;
    height: 18px;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .about-page .about-story p {
        font-size: var(--font-size-body);
    }
}

@media (max-width: 767.98px) {
    .about-page .about-team-swiper-wrap {
        padding: 0 36px;
    }

    .about-page .about-story.ourstory-section {
        background-attachment: scroll;
        padding: var(--section-pad) 0;
    }
}

@media (min-width: 768px) {
    .about-page .about-story.ourstory-section {
        background-attachment: fixed;
    }
}

/* Reduce double gap between stacked sections */
.about-page .about-story.section + .about-team.section {
    margin-top: 0;
}
