/* ==========================================================================
   ABOUT RUMANI TRAVELS CUSTOM STYLES
   ========================================================================== */

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 1 — HERO SECTION
   ────────────────────────────────────────────────────────────────────────── */
.about-hero {
    position: relative;
    padding-top: 260px;
    padding-bottom: 3rem;
    min-height: calc(100vh - 218px);
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f8fafc 0%, #eff6ff 100%);
    overflow: hidden;
}

.about-hero-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image: radial-gradient(var(--color-border) 1px, transparent 1px);
    background-size: 24px 24px;
    pointer-events: none;
}

.about-hero-blob {
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(15, 76, 129, 0.08) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    border-radius: 50%;
    pointer-events: none;
}

.about-hero-img-wrapper {
    position: relative;
    z-index: 1;
}

.hero-trust-indicator {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1.25rem;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--color-text);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 2 — COMPANY OVERVIEW
   ────────────────────────────────────────────────────────────────────────── */
.overview-highlight-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 24px;
    padding: 1.75rem;
    transition: all 0.3s ease;
}

.overview-highlight-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 30px rgba(15, 76, 129, 0.06);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 3 — OUR JOURNEY TIMELINE
   ────────────────────────────────────────────────────────────────────────── */
.timeline-section {
    background: #ffffff;
    position: relative;
}

.timeline-nav-wrapper {
    position: relative;
    max-w: 800px;
    margin: 0 auto 3rem;
}

.timeline-track-line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--color-border);
    transform: translateY(-50%);
    z-index: 1;
}

.timeline-track-progress {
    position: absolute;
    top: 50%;
    left: 0;
    width: 0%;
    height: 4px;
    background: var(--color-primary);
    transform: translateY(-50%);
    z-index: 2;
    transition: width 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.timeline-years-container {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.timeline-year-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 3px solid var(--color-border);
    font-weight: 700;
    color: var(--color-text-muted);
    font-size: 1.05rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
    outline: none;
}

.timeline-year-btn:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

.timeline-year-btn.active {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #ffffff;
    box-shadow: 0 0 0 6px rgba(15, 76, 129, 0.15);
    transform: scale(1.15);
}

.journey-slide-card {
    background: var(--color-surface-alt);
    border: 1px solid var(--color-border);
    border-radius: 32px;
    padding: 3rem 2.5rem;
    text-align: center;
    transition: all 0.35s ease;
    max-w: 650px;
    margin: 0 auto;
}

.journey-slide-card .milestone-year {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-secondary);
    margin-bottom: 1rem;
    display: inline-block;
}

/* Swiper navigation buttons for timeline */
.journey-prev-btn,
.journey-next-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
}

.journey-prev-btn:hover,
.journey-next-btn:hover {
    background: var(--color-primary);
    color: #ffffff;
    border-color: var(--color-primary);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 4, 4b, 4c — LEADERSHIP MESSAGES
   ────────────────────────────────────────────────────────────────────────── */
.chairman-img-wrapper {
    position: relative;
}

.chairman-img-wrapper::before {
    content: "";
    position: absolute;
    inset: -10px;
    border: 2px solid var(--color-secondary);
    border-radius: 40px 40px 40px 40px;
    z-index: 2;
    pointer-events: none;
}

.chairman-message-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 32px;
    padding: 3rem;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.03);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 5 — MISSION & VISION
   ────────────────────────────────────────────────────────────────────────── */
.mv-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 32px;
    padding: 3rem;
    position: relative;
    overflow: hidden;
    transition: all 0.4s ease;
}

.mv-card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: var(--color-primary);
}

.mv-card.vision-card::after {
    background: var(--color-secondary);
}

.mv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.05);
}

.mv-icon-box {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    background: rgba(15, 76, 129, 0.06);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.vision-card .mv-icon-box {
    background: rgba(212, 160, 23, 0.08);
    color: var(--color-secondary);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 6 — CORE VALUES
   ────────────────────────────────────────────────────────────────────────── */
.values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.value-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    padding: 2.5rem 2rem;
    position: relative;
    transition: all 0.4s ease;
    overflow: hidden;
}

.value-card::before,
.value-card::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 28px;
    pointer-events: none;
    transition: all 0.4s ease;
    z-index: 5;
}

.value-card:hover::before {
    border-top-color: var(--color-primary);
    border-right-color: var(--color-primary);
}

.value-card:hover::after {
    border-bottom-color: var(--color-primary);
    border-left-color: var(--color-primary);
}

.value-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(15, 76, 129, 0.05);
}

.value-icon-wrapper {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    background: var(--color-surface-alt);
    color: var(--color-primary);
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.value-card:hover .value-icon-wrapper {
    background: var(--color-primary);
    color: #ffffff;
    transform: scale(1.1);
}

/* ──────────────────────────────────────────────────────────────────────────
   MANAGEMENT TEAM SECTION
   ────────────────────────────────────────────────────────────────────────── */
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.team-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 32px;
    padding: 3rem 1.5rem;
    text-align: center;
    transition: all 0.35s ease;
}

.team-avatar {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1.5rem;
    border: 4px solid var(--color-surface-alt);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: 0 20px 40px rgba(15, 76, 129, 0.05);
}

.team-card:hover .team-avatar {
    border-color: var(--color-primary);
    transform: scale(1.05);
}

.team-avatar-tooltip {
    width: 400px;
    /* width: 320px; */
    z-index: 999999999;
}

.team-avatar-tooltip-img {
    width: 100%;
    height: auto;
    object-fit: contain;
    border-radius: 8px;
}

.team-social {
    display: flex;
    justify-content: center;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.team-social a {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--color-surface-alt);
    color: var(--color-text-muted);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.team-social a:hover {
    background: var(--color-primary);
    color: #ffffff;
}

/* ──────────────────────────────────────────────────────────────────────────
   CERTIFICATES & ACHIEVEMENTS SHOWCASE (INTERACTIVE)
   ────────────────────────────────────────────────────────────────────────── */
.cert-filter-btn {
    padding: 0.75rem 1.75rem;
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid var(--color-border);
}

.cert-filter-btn.active {
    box-shadow: 0 10px 20px rgba(15, 76, 129, 0.15);
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    transition: all 0.4s ease;
}

.cert-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    opacity: 1;
    transform: scale(1);
}

.cert-frame {
    width: 100%;
    height: 240px;
    border-radius: 20px;
    background: var(--color-surface-alt);
    border: 1px solid var(--color-border);
    overflow: hidden;
    position: relative;
}

.cert-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 0.75rem;
    transition: all 0.5s ease;
}

.cert-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 76, 129, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease;
    color: #ffffff;
    border-radius: 20px;
}

.cert-card:hover {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.cert-card:hover .cert-frame img {
    transform: scale(1.05);
}

.cert-card:hover .cert-overlay {
    opacity: 1;
}

.cert-zoom-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    margin-bottom: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 8 — ACHIEVEMENTS & MILESTONES (Dashboard Stats Board)
   ────────────────────────────────────────────────────────────────────────── */
.stats-dashboard {
    background: linear-gradient(135deg, var(--color-primary) 0%, #0a3154 100%);
    border-radius: 36px;
    padding: 4rem 3rem;
    position: relative;
    overflow: hidden;
}

.stats-dashboard-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.1;
    background-image: radial-gradient(#ffffff 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.stat-dashboard-card {
    text-align: center;
    padding: 2rem 1rem;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.stat-dashboard-card:last-child {
    border-right: none;
}

.stat-dashboard-number {
    font-size: 4rem;
    font-weight: 800;
    line-height: 1;
    color: var(--color-secondary);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 9 — LICENSES & CERTIFICATIONS SHOWCASE
   ────────────────────────────────────────────────────────────────────────── */
.document-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.document-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 28px;
    padding: 1.5rem;
    cursor: pointer;
    transition: all 0.35s ease;
    position: relative;
}

.document-frame {
    width: 100%;
    height: 320px;
    border-radius: 20px;
    background: var(--color-surface-alt);
    border: 1px solid var(--color-border);
    overflow: hidden;
    position: relative;
}

.document-frame img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 1rem;
    transition: all 0.5s ease;
}

.document-overlay {
    position: absolute;
    inset: 0;
    background: rgba(15, 76, 129, 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease;
    color: #ffffff;
    border-radius: 20px;
}

.document-card:hover {
    transform: translateY(-8px);
    border-color: var(--color-primary);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}

.document-card:hover .document-frame img {
    transform: scale(1.05);
}

.document-card:hover .document-overlay {
    opacity: 1;
}

.document-zoom-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Lightbox Modal CSS */
.lightbox-modal {
    position: fixed;
    inset: 0;
    background: rgba(15, 23, 42, 0.95);
    z-index: 200;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    opacity: 0;
    transition: opacity 0.3s ease;
    backdrop-filter: blur(12px);
}

.lightbox-modal.active {
    display: flex;
    opacity: 1;
}

.lightbox-content-wrapper {
    position: relative;
    max-width: 90%;
    max-height: 85%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.lightbox-img {
    max-width: 100%;
    max-height: 75vh;
    border-radius: 12px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.5);
    object-fit: contain;
    background: #ffffff;
    padding: 1.5rem;
}

.lightbox-caption {
    color: #ffffff;
    margin-top: 1.5rem;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
}

.lightbox-close-btn {
    position: absolute;
    top: -50px;
    right: 0;
    background: none;
    border: none;
    color: #ffffff;
    font-size: 2.25rem;
    cursor: pointer;
    transition: all 0.2s ease;
    outline: none;
}

.lightbox-close-btn:hover {
    color: var(--color-secondary);
    transform: scale(1.1);
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 10 — COUNTRIES WE SERVE (Refined Grid)
   ────────────────────────────────────────────────────────────────────────── */
.countries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.country-grid-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 24px;
    padding: 2rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.country-grid-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 30px rgba(15, 76, 129, 0.05);
}

.country-grid-flag {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: var(--color-surface-alt);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border: 1px solid var(--color-border);
}

.country-grid-flag img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

/* ──────────────────────────────────────────────────────────────────────────
   SECTION 11 — INDUSTRIES WE SERVE (Refined Grid)
   ────────────────────────────────────────────────────────────────────────── */
.industries-compact-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.industry-compact-card {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: 24px;
    padding: 2rem 1.5rem;
    text-align: center;
    transition: all 0.3s ease;
}

.industry-compact-card:hover {
    transform: translateY(-5px);
    border-color: var(--color-primary);
    box-shadow: 0 15px 35px rgba(15, 76, 129, 0.05);
}

.industry-compact-icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: var(--color-surface-alt);
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 1.25rem;
    transition: all 0.3s ease;
}

.industry-compact-card:hover .industry-compact-icon {
    background: var(--color-primary);
    color: #ffffff;
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE MEDIA QUERIES
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
    .values-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .document-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .countries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .industries-compact-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .team-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cert-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .stat-dashboard-card {
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .stat-dashboard-card:last-child {
        border-bottom: none;
    }
}

@media (max-width: 768px) {
    .about-hero {
        padding: 5rem 0 4rem;
        text-align: center;
    }

    .about-hero-img-wrapper {
        margin-top: 3rem;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .about-hero-img-wrapper::after {
        transform: translate(12px, 12px);
    }

    .journey-slide-card {
        padding: 2.5rem 1.5rem;
    }

    .journey-slide-card .milestone-year {
        font-size: 3rem;
    }

    .timeline-nav-wrapper {
        max-width: 100%;
        margin-bottom: 2rem;
    }

    .timeline-year-btn {
        width: 50px;
        height: 50px;
        font-size: 0.9rem;
    }

    .values-grid {
        grid-template-columns: 1fr;
    }

    .document-grid {
        grid-template-columns: 1fr;
    }

    .countries-grid {
        grid-template-columns: 1fr;
    }

    .industries-compact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-grid {
        grid-template-columns: 1fr;
    }

    .cert-grid {
        grid-template-columns: 1fr;
    }

    .chairman-message-card {
        padding: 2rem 1.5rem;
    }

    .mv-card {
        padding: 2rem 1.5rem;
    }

    .stats-dashboard {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 480px) {
    .industries-compact-grid {
        grid-template-columns: 1fr;
    }
}

/* ──────────────────────────────────────────────────────────────────────────
   SCROLL REVEAL ANIMATIONS
   ────────────────────────────────────────────────────────────────────────── */
.reveal-on-scroll {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.75s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.75s cubic-bezier(0.4, 0, 0.2, 1);
}

.reveal-on-scroll.in-view {
    opacity: 1;
    transform: translateY(0);
}

/* Stagger delays for child reveal groups */
.reveal-on-scroll[data-delay="100"] {
    transition-delay: 0.1s;
}

.reveal-on-scroll[data-delay="150"] {
    transition-delay: 0.15s;
}

.reveal-on-scroll[data-delay="200"] {
    transition-delay: 0.2s;
}

.reveal-on-scroll[data-delay="250"] {
    transition-delay: 0.25s;
}

.reveal-on-scroll[data-delay="300"] {
    transition-delay: 0.3s;
}

.reveal-on-scroll[data-delay="400"] {
    transition-delay: 0.4s;
}

.reveal-on-scroll[data-delay="500"] {
    transition-delay: 0.5s;
}

/* ──────────────────────────────────────────────────────────────────────────
   LIGHTBOX — PREV / NEXT NAVIGATION BUTTONS
   ────────────────────────────────────────────────────────────────────────── */
.lightbox-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: #ffffff;
    font-size: 1.1rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    transition: all 0.25s ease;
    outline: none;
    z-index: 10;
}

.lightbox-nav-btn:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.08);
}

.lightbox-prev-btn {
    left: -72px;
}

.lightbox-next-btn {
    right: -72px;
}

/* Lightbox image cross-fade transition */
#lightboxImg,
#lightboxCaption {
    transition: opacity 0.18s ease;
}

/* Lightbox counter badge */
.lightbox-counter {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.85rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    white-space: nowrap;
}

/* Certificate empty-state message */
#certNoResults {
    display: none;
    grid-column: 1 / -1;
    text-align: center;
    padding: 4rem 2rem;
    color: var(--color-text-muted);
}

/* ──────────────────────────────────────────────────────────────────────────
   RESPONSIVE — LIGHTBOX NAV ON MOBILE
   ────────────────────────────────────────────────────────────────────────── */
@media (max-width: 768px) {
    .lightbox-prev-btn {
        left: -48px;
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .lightbox-next-btn {
        right: -48px;
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .lightbox-content-wrapper {
        max-width: 95%;
    }
}

@media (max-width: 480px) {
    .lightbox-prev-btn {
        left: 8px;
        top: auto;
        bottom: 80px;
        transform: none;
    }

    .lightbox-next-btn {
        right: 8px;
        top: auto;
        bottom: 80px;
        transform: none;
    }
}

/* Simple responsive padding for headers */
@media (max-width: 1024px) {
    .about-hero {
        padding-top: 115px;
        padding-bottom: 2rem;
    }
}