﻿html {
    overflow-x: hidden;
    width: 100%;
}

.pa-home {
    overflow-x: hidden;
    width: 100%;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #12233b;
    overflow-x: hidden;
}

.site,
.site__body {
    overflow-x: hidden;
    width: 100%;
}

.pa-home .container {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

.pa-home .row > [class*="col-"] {
    min-width: 0;
}

.pa-home a {
    text-decoration: none;
}

.pa-home .btn-branded {
    color: #fff;
    background-color: #12284C;
    border-color: #12284C;
    width: 40%;
    font-weight: 700;
    font-size: 1.25rem;
}

    .pa-home .btn-branded:hover {
        color: #fff;
        background-color: #0f203d;
        border-color: #0e1d38;
    }

.pa-home .pa-btn-yellow {
    background-color: #ffcb05;
    color: #0a1e38;
    font-weight: 700;
    letter-spacing: 0.02em;
    padding: 0.85rem 2rem;
    border-radius: 6px;
    border: none;
    display: inline-block;
    transition: background-color 0.2s ease, transform 0.15s ease;
}

    .pa-home .pa-btn-yellow:hover {
        background-color: #f0bd00;
        color: #0a1e38;
        transform: translateY(-1px);
    }

.pa-section-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0f2a4a;
    margin: 0;
}

.pa-view-all {
    color: #1c78c0;
    font-weight: 600;
    font-size: 0.95rem;
    white-space: nowrap;
}

    .pa-view-all i {
        font-size: 0.8rem;
        margin-left: 0.25rem;
    }

.pa-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #0a1e38;
}

.pa-hero-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pa-hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(90deg, rgba(10, 30, 56, 0.92) 0%, rgba(10, 30, 56, 0.75) 35%, rgba(10, 30, 56, 0.15) 65%, rgba(10, 30, 56, 0) 100%);
}

.pa-hero-actions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}

.pa-hero-content {
    position: relative;
    z-index: 2;
    padding: 3.5rem 0;
}

.pa-hero-title {
    color: #ffffff;
    font-size: 2.75rem;
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: 0.01em;
    margin-bottom: 1rem;
}

.pa-hero-title-accent {
    color: #ffcb05;
}

.pa-hero-sub {
    color: #eaf1f8;
    font-size: 1.5rem;
    max-width: 480px;
    margin-bottom: 1.75rem;
}

.pa-hero-btn {
    font-size: 1.5rem;
    padding: 0.9rem 2.25rem;
}

.pa-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #2fa84f;
    color: #ffffff;
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
}

.pa-hero-badge-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.25);
    font-size: 0.65rem;
}

.pa-hero-meta {
    margin-top: 1rem;
    color: #cfe0ee;
    font-size: 1.25rem;
}

    .pa-hero-meta i {
        margin-right: 0.35rem;
        color: #ffcb05;
    }

.pa-hero-meta-divider {
    margin: 0 0.6rem;
}

.pa-about-collage {
    position: relative;
    padding: 1.5rem 3rem 1.5rem 0;
}

.pa-collage-main {
    width: 85%;
    display: block;
}

.pa-about-title {
    font-size: 1.9rem;
    font-weight: 800;
    color: #0f2a4a;
    margin-bottom: 1.25rem;
}

.pa-about-text {
    color: #000;
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 1rem;
}

.pa-about-cta-text {
    color: #1c78c0;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.pa-features-pill {
    background-color: #e8f3fb;
    border-radius: 20px;
    padding: 2.5rem 2.5rem;
}

.pa-feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pa-feature-icon {
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 2px solid #1c78c0;
    color: #1c78c0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    background-color: #ffffff;
}

.pa-feature-title {
    font-size: 1rem;
    font-weight: 700;
    color: #0f2a4a;
    margin-bottom: 0.4rem;
}

.pa-feature-text {
    font-size: 0.9rem;
    color: #5c7188;
    line-height: 1.5;
    margin-bottom: 0;
}

.pa-section-header {
    margin-bottom: 1.75rem;
}

.pa-park-card {
    border-radius: 12px;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%;
}

.pa-park-img {
    width: 100%;
    height: 190px;
    object-fit: cover;
    display: block;
}

.pa-park-body {
    padding: 1rem 1.1rem 1.25rem;
}

.pa-park-location {
    font-size: 1rem;
    color: #1c78c0;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

    .pa-park-location i {
        margin-right: 0.25rem;
    }

.pa-park-name {
    font-size: 1.25rem;
    font-weight: 700;
    color: #0f2a4a;
    margin-bottom: 0;
    min-height: 2.6em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pa-carousel {
    position: relative;
    padding: 0 3rem;
}

.pa-carousel-track-wrap {
    overflow: hidden;
}

.pa-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.pa-park-item {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem 1.5rem;
}

.pa-carousel-page {
    flex: 0 0 100%;
    min-width: 100%;
    margin: 0;
    padding: 0.5rem 0.25rem 1.5rem;
}

.pa-carousel-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: #ffffff;
    border: 1px solid #dce6ef;
    color: #1c78c0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15, 42, 74, 0.12);
    opacity: 1;
    z-index: 5;
}

    .pa-carousel-control:hover {
        background-color: #1c78c0;
        color: #ffffff;
    }

.pa-carousel-control-prev {
    left: -0.5rem;
}

.pa-carousel-control-next {
    right: -0.5rem;
}

.pa-carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 1rem;
}

    .pa-carousel-indicators button {
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background-color: #c7d6e4;
        border: none;
        padding: 0;
        opacity: 1;
    }

        .pa-carousel-indicators button.active {
            background-color: #1c78c0;
        }

.pa-map-section {
    background-color: #e8f3fb;
}

.pa-map-title {
    font-size: 1.7rem;
    font-weight: 800;
    color: #0f2a4a;
    margin-bottom: 1.5rem;
}

.pa-map-list {
    list-style: none;
    padding: 0;
    margin-bottom: 1.5rem;
}

    .pa-map-list li {
        color: #0f2a4a;
        font-weight: 600;
        margin-bottom: 0.9rem;
    }

    .pa-map-list i {
        color: #1c78c0;
        width: 22px;
        margin-right: 0.4rem;
    }

.pa-map-wrap {
    border-radius: 16px;
    overflow: hidden;
}

.pa-map-img {
    width: 100%;
    display: block;
}

.pa-testimonial-card {
    background-color: #e8f3fb;
    border-radius: 14px;
    padding: 1.75rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.pa-stars {
    color: #ffcb05;
    font-size: 0.9rem;
    margin-bottom: 0.75rem;
}

    .pa-stars i {
        margin-right: 0.15rem;
    }

.pa-testimonial-quote {
    font-size: 0.9rem;
    color: #12233b;
    font-style: italic;
    line-height: 1.55;
    flex-grow: 1;
    margin-bottom: 1.25rem;
}

.pa-testimonial-img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 0.75rem;
}

.pa-testimonial-name {
    font-size: 0.85rem;
    font-weight: 700;
    color: #0f2a4a;
    margin-bottom: 0;
}

.pa-accordion {
    max-width: 900px;
    margin: 0 auto;
}

    .pa-accordion .accordion-item {
        border: none;
        border-bottom: 1px solid #dce6ef;
        background: transparent;
    }

    .pa-accordion .accordion-button {
        color: #0f2a4a;
        font-weight: 600;
        font-size: 1rem;
        background: transparent;
        padding: 1.1rem 0.25rem;
        box-shadow: none;
    }

        .pa-accordion .accordion-button:not(.collapsed) {
            color: #1c78c0;
            background: transparent;
            box-shadow: none;
        }

        .pa-accordion .accordion-button:focus {
            box-shadow: none;
        }

        .pa-accordion .accordion-button::after {
            filter: invert(38%) sepia(64%) saturate(1000%) hue-rotate(175deg) brightness(90%);
        }

    .pa-accordion .accordion-body {
        color: #5c7188;
        font-size: 0.92rem;
        line-height: 1.6;
        padding: 0 0.25rem 1.25rem;
    }

.pa-faq {
    padding-top: 1.25rem !important;
}

.pa-final-cta {
    position: relative;
    min-height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}

.pa-final-cta-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.pa-final-cta-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(10, 30, 56, 0.45);
}

.pa-final-cta-content {
    position: relative;
    z-index: 2;
    padding: 3rem 1rem;
}

.pa-final-cta-title {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.pa-final-cta-sub {
    color: #eaf1f8;
    font-size: 1.05rem;
    margin-bottom: 1.75rem;
}

.pa-testimonial-item {
    flex: 0 0 auto;
    box-sizing: border-box;
    padding: 0.5rem 0.75rem 1.5rem;
}

@media (max-width: 991.98px) {
    .pa-hero-title {
        font-size: 2.1rem;
    }

    .pa-hero-overlay {
        background: linear-gradient(180deg, rgba(10, 30, 56, 0.55) 0%, rgba(10, 30, 56, 0.85) 60%, rgba(10, 30, 56, 0.95) 100%);
    }

    .pa-about-collage {
        padding: 1rem 1rem 3rem 0;
    }

    .pa-carousel {
        padding: 0 2.5rem;
    }

    .pa-carousel-control {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 575.98px) {
    .pa-hero {
        min-height: 460px;
    }

    .pa-hero-img {
        object-position: right center;
    }

    .pa-hero-title {
        font-size: 1.75rem;
    }

    .pa-features-pill {
        padding: 1.75rem 1.25rem;
    }

    .pa-carousel {
        padding: 0 2.25rem;
    }

    .pa-carousel-control-prev {
        left: 0.25rem;
    }

    .pa-carousel-control-next {
        right: 0.25rem;
    }

    .pa-about-btn {
        display: block;
        width: 100%;
        text-align: center;
    }

    .pa-home .pa-btn-yellow {
        width: 100%;
    }

    .pa-section-header {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem;
    }

    .pa-home .btn-branded {
        width: 100%;
    }
}
