﻿@media (min-width: 1200px) {
    .content-container {
        max-width: 1140px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.reveal {
    opacity: 0;
    transform: translateY(10dvh);
}

/* General */
.section-container {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 6rem;
    margin-top: 8rem;
}

.check-icon {
    width: 25px;
    height: 25px;
}

.section-image {
    width: 40%;
    transition: all 0.2s ease-in-out;
}

    .section-image:hover {
        transform: scale(1.05);
    }

.section-content-h2, .section-p {
    margin: 0;
}

.section-item {
    display: flex;
    gap: 1rem;
}

.section-p {
    text-align: justify;
    font-size: 1rem;
    width: 90%;
}

.section-content-container {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    padding: 1rem 0.8rem;
    border-radius: 1rem;
    transition: all 0.2s ease-in-out;
}

    .section-content-container:hover {
        box-shadow: 0 6px 10px #5554;
        transform: translateY(-4px);
    }

.section-items-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

/* Section1 */
.schedule-section1-container {
    width: 100%;
    margin: 0 auto;
    margin-top: 3rem;
    border-radius: 1.3rem;
    min-height: 30rem;
    background-image: url(/images/ScheduleA/Section1-background.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    padding: 0 4rem;
}

.schedule-section1-h1 {
    font-size: 2.5rem;
    color: var(--PrimaryColor7);
    margin: 0;
    width: 30rem;
}

.schedule-section1-p {
    color: var(--PrimaryColor7);
    margin: 0;
    width: 35rem;
}

/* Section2 */
.schedule-section2-container {
    width: 85%;
    border-radius: 1.3rem;
    background-image: url(/images/ScheduleA/Section2-background.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 4rem 8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 4rem;
    transition: all 0.2s ease-in-out;
}

    .schedule-section2-container:hover {
        transform: translateY(-4px) scale(1.02);
    }

.schedule-section2-p {
    color: var(--PrimaryColor7);
    text-align: center;
}

/* Table */
.table-h2 {
    margin: 0;
    text-align: center;
    font-size: 2.5rem;
}

.pricing-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    width: 100%;
    max-width: 1200px;
    align-items: center;
    margin-top: 9rem;
}

.table-container {
    display: flex;
    width: 100%;
    gap: 1.2rem;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 0.5rem 0;
}

.column {
    display: flex;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
}

    .column:hover {
        transform: translateY(-6px);
    }

.labels-col {
    flex: 0 0 450px;
}

.data-col {
    flex: 1;
    min-width: 180px;
}

.header-block {
    padding: 20px 10px;
    text-align: center;
    color: white;
    font-weight: 700;
    letter-spacing: 1px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

    .header-block h2 {
        font-size: 1.1rem;
        text-transform: uppercase;
        margin: 0;
    }

.special-header-block {
    margin-bottom: 2px;
}

.special-header-data {
    margin-bottom: 3px !important;
}

.purple {
    background-color: #5C48D3;
    border-radius: 25px 25px 0 0;
    justify-content: flex-start;
    padding-left: 25px;
}

.header-bronze {
    background: linear-gradient(to bottom right, #df8c5b, #ce7846);
}

.header-silver {
    background: linear-gradient(to bottom right, #a8a8a8, #8e8e8e);
}

.header-golden {
    background: linear-gradient(to bottom right, #dcb043, #c59b30);
}

.arrow-down {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #5C48D3;
}

.arrow-bronze {
    border-top: 12px solid #d98554 !important;
}

.arrow-silver {
    border-top: 12px solid #979797 !important;
}

.arrow-gold {
    border-top: 12px solid #d3a83b !important;
}

.column-body {
    border-radius: 15px;
    display: flex;
    flex-direction: column;
}

.labels-col .column-body {
    background-color: #fbf9ff;
    border: 1px solid #ececf9;
}

.bronze-theme .column-body {
    background-color: #FFF2EA;
}

.silver-theme .column-body {
    background-color: #f8f8fb;
}

.golden-theme .column-body {
    background-color: #fff9ef;
}

.row {
    display: flex;
    align-items: center;
    min-height: 45px;
    font-size: 0.85rem;
    color: #333;
    transition: all 0.2s ease-in-out;
}

    .row:hover {
        font-weight: bolder;
    }

.row-label {
    color: #2c3e50;
    justify-content: flex-start;
    padding: 0 1rem;
}

.row-data {
    justify-content: center;
    color: #000;
}

.bold {
    font-weight: 800;
    color: #222;
}

.border-top-purple {
    border-top: 1px solid #e2dded;
}

.border-top-bronze {
    border-top: 1px solid #ffe5d7;
}

.border-top-silver {
    border-top: 1px solid #eaeaec;
}

.border-top-gold {
    border-top: 1px solid #ffefd1;
}

.section-title {
    color: #4834d4;
    font-weight: 700;
    font-size: 1.1rem;
    margin-bottom: 3px;
    align-items: flex-end;
    padding: 0 1rem;
}

.section-header-data {
    font-weight: 700;
    font-size: 0.9rem;
    justify-content: center;
    margin-bottom: 5px;
    color: #333;
    display: flex;
    align-items: flex-end;
    min-height: 45px;
}

.spacer {
    height: 20px;
}

.multiline {
    line-height: 1.2;
    padding: 0 1rem;
}


/* Section3 */
.benefit-section3-container {
    width: 100%;
    margin-top: 10rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.section3-item-icon {
    width: 5rem;
    transition: transform 0.2s ease-in-out;
}

    .section3-item-icon:hover {
        transform: translateY(-4px);
    }

.section3-item-container {
    width: 20rem;
    height: 24rem;
    border-radius: 1.3rem;
    box-shadow: 0px 6px 10px #5555;
    padding: 1rem;
    transition: transform 0.2s ease-in-out;
}

.section3-item-content {
    height: 18rem;
    border-radius: 1.3rem;
    position: relative;
    padding: 2rem 1rem;
    margin-bottom: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section3-item-container:hover {
    transform: translateY(-4px);
}

.section3-item-title {
    font-size: 2rem;
    line-height: 1.2;
    color: var(--PrimaryColor7);
    font-weight: 500;
}

.section3-item-icon {
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
}

.section3-item-a {
    font-weight: 500;
    font-size: 1.4rem;
    margin-left: 0.6rem;
    transition: all 0.2s ease-in-out;
}

    .section3-item-a:hover {
        color: #0d6efd;
        transform: translateY(-4px);
        font-weight: 600;
    }

/* Responsive */
@media (max-width: 950px) {
    .pricing-container {
        width: 90%;
        margin: 0 auto;
        margin-top: 9rem;
        overflow: auto;
        padding-top: 1rem;
    }

    .benefit-section3-container {
        flex-direction: column;
        gap: 5rem;
    }

    .section3-item-container {
        width: 70%;
        height: 26rem;
    }

    .section3-item-content {
        margin-bottom: 2rem;
    }

    .section3-item-title {
        font-size: 2.5rem;
    }

    .row {
        font-size: 1rem;
    }

    .header-block h2 {
        font-size: 1.2rem;
    }

    .labels-col {
        flex: 0 0 475px;
    }

    .section-container {
        width: 80%;
        flex-direction: column-reverse;
        margin: 0 auto;
        margin-top: 6rem;
        gap: 3rem;
    }

    .section-special-container {
        flex-direction: column !important;
    }

    .section-image {
        width: 85%;
    }

    .schedule-section1-h1, .schedule-section1-p {
        text-align: center;
        width: auto;
    }
}

@media (max-width: 500px) {
    .labels-col {
        flex: 0 0 100%;
    }

    .section3-item-container {
        width: 80%;
    }

    .section3-item-title {
        font-size: 1.6rem;
    }

    .section-container {
        width: 90%;
    }

    .section-image {
        width: 100%;
    }

    .section-special-icon {
        width: 70px;
        height: 70px;
    }

    .schedule-section1-h1, .table-h2 {
        font-size: 1.6rem;
    }

    .schedule-section1-container {
        padding: 0 2rem;
    }

    .schedule-section2-container {
        padding: 3rem;
        width: 90%;
    }
}