﻿.Main-heading-section {
    background: url(images/Aapex/Hero_banner.png) no-repeat;
    background-size: cover;
}

.daytrial_white_btn {
    background-color: #fff;
    color: #e81d25;
    font-weight: 700;
}

/* Aapex Year Images — 2-1-2 gallery (center column spans full height) */
.aapex-year-section {
    background-color: #f5f5f5;
}

.aapex-year-heading {
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.25rem;
}

.aapex-year-tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.aapex-year-tab {
    border: 2px solid #e81d25;
    background: #fff;
    color: #1a1a1a;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    padding: 0.65rem 1.35rem;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

    .aapex-year-tab:hover {
        border-color: #e81d25;
        color: #e81d25;
    }

    .aapex-year-tab.is-active {
        background: #e81d25;
        color: #fff;
    }

    .aapex-year-tab:focus {
        outline: none;
        outline-offset: 0px;
    }

.aapex-gallery-grid {
    display: grid;
    grid-template-columns: 1fr minmax(0, 1.2fr) 1fr;
    grid-template-rows: 1fr 1fr;
    gap: clamp(8px, 1.5vw, 14px);
    width: 100%;
    max-width: 1180px;
    aspect-ratio: 16 / 9;
    min-height: 260px;
}

    .aapex-gallery-grid img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        vertical-align: top;
    }

.aapex-gallery-img--lt {
    grid-column: 1;
    grid-row: 1;
}

.aapex-gallery-img--lb {
    grid-column: 1;
    grid-row: 2;
}

.aapex-gallery-img--center {
    grid-column: 2;
    grid-row: 1 / span 2;
}

.aapex-gallery-img--rt {
    grid-column: 3;
    grid-row: 1;
}

.aapex-gallery-img--rb {
    grid-column: 3;
    grid-row: 2;
}

@media (max-width: 767.98px) {
    .aapex-gallery-grid {
        gap: 6px;
        min-height: 200px;
    }

    .Font-100 {
        font-size: 54px !important;
        margin: 0px 0px;
        font-weight: 700;
    }

    h1 img {
        margin: 20px 0px;
    }
}

/* Passages — two-column (~45/55), features with icon | divider | label */
.aapex-passages-section {
    background-color: #fff;
    color: #333;
}

.aapex-passages-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.aapex-passages-kicker {
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #5A5A5A;
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.aapex-passages-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
    color: #2b2b2b;
    margin-bottom: 1.25rem;
}

.aapex-passages-lead {
    font-size: 18px;
    line-height: 1.65;
    color: #5A5A5A;
    margin-bottom: 2rem;
    max-width: 36em;
}

.aapex-passages-features {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.aapex-passages-feature {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px !important;
}

.aapex-passages-feature-icon-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.aapex-passages-feature-icon {
    width: 36px;
    height: 36px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}

.aapex-passages-feature-divider {
    flex: 0 0 1px;
    width: 1px;
    align-self: stretch;
    min-height: 2rem;
    background-color: #e81d25;
}

.aapex-passages-feature-label {
    flex: 1;
    font-size: 21px;
    font-weight: 600;
    color: #3d3d3d;
    line-height: 1.4;
}

.aapex-passages-media {
    position: relative;
}

.aapex-passages-image-frame {
    border-radius: 10px;
    overflow: hidden;
    line-height: 0;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.aapex-passages-main-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    vertical-align: top;
}

@media (min-width: 992px) {
    .aapex-passages-copy {
        padding-right: 1rem;
    }

    .aapex-passages-media {
        padding-left: 0.5rem;
    }

    .aapex-passages-row.align-items-start {
        align-items: flex-start !important;
    }
}

@media (max-width: 991.98px) {
    .aapex-passages-media {
        margin-top: 0.5rem;
    }
}

/* Stats — “We deliver memorable meetings for all.” */
.aapex-stats-section {
    background-color: #fff;
    color: #2b2b2b;
}

.Font-100 {
    font-size: 100px;
    font-weight: 700;
}

.aapex-stats-kicker {
    font-size: 0.8125rem;
    letter-spacing: 0.04em;
    text-transform: none;
    color: #5A5A5A;
    font-weight: 600;
    margin-bottom: 0.5rem;
}


.aapex-stats-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem 1.25rem;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.aapex-stat-value {
    font-size: clamp(1.35rem, 2.4vw, 2rem);
    font-weight: 700;
    color: #e81d25;
    line-height: 1.2;
    margin-bottom: 0.65rem;
}

.aapex-stat-label {
    font-size: 0.8125rem;
    line-height: 1.45;
    color: #4a4a4a;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 0.35rem;
}

@media (max-width: 991.98px) {
    .aapex-stats-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575.98px) {
    .aapex-stats-grid {
        grid-template-columns: 1fr;
        gap: 1.75rem;
    }
}
