.theme-intro-section {
    padding: 75px 0 55px;
    background-color: #ffffff;
}

.theme-intro-content {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.theme-intro-content h2 {
    margin-bottom: 18px;
    font-size: 38px;
}

.theme-intro-content p {
    margin-bottom: 0;
    color: #626970;
    font-size: 17px;
    line-height: 1.85;
}

.theme-options-section {
    padding: 0px 0 50px;
    background-color: #ffffff;
}

.theme-section-heading {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.theme-section-heading h2 {
    margin-bottom: 15px;
}

.theme-section-heading p {
    margin-bottom: 0;
    color: #626970;
    font-size: 16px;
    line-height: 1.8;
}

.theme-option-row>div {
    display: flex;
}

.theme-option-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.theme-option-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 14px 32px rgba(20, 35, 55, 0.13);
}

.theme-option-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    margin-bottom: 22px;
    color: #ffffff;
    background-color: #1478ad;
    border-radius: 50%;
    font-size: 29px;
}

.theme-option-card h3 {
    margin-bottom: 12px;
    font-size: 22px;
}

.theme-option-card p {
    flex-grow: 1;
    margin-bottom: 18px;
    color: #626970;
    line-height: 1.7;
}

.theme-option-card .button-text {
    margin-top: auto;
}

.theme-planning-section {
    padding: 85px 0;
    background-color: #ffffff;
}

.theme-planning-image {
    height: 100%;
    min-height: 500px;
    overflow: hidden;
    border-radius: 9px;
    box-shadow: 0 12px 35px rgba(20, 35, 55, 0.13);
}

.theme-planning-image img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.theme-planning-content {
    padding-left: 40px;
}

.theme-planning-content h2 {
    margin-bottom: 18px;
    font-size: 35px;
}

.theme-planning-content>p {
    margin-bottom: 19px;
    color: #626970;
    line-height: 1.85;
}

.theme-checklist {
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.theme-checklist li {
    display: flex;
    padding: 11px 0;
    color: #555d64;
    border-bottom: 1px solid #eceef0;
    line-height: 1.65;
}

.theme-checklist li:last-child {
    border-bottom: 0;
}

.theme-checklist i {
    flex: 0 0 28px;
    width: 28px;
    margin-top: 4px;
    color: #1478ad;
}

.theme-process-section {
    padding: 80px 0 50px;
    background-color: #f5f7f9;
}

.theme-process-row>div {
    display: flex;
}

.theme-process-card {
    width: 100%;
    padding: 30px 24px;
    margin-bottom: 30px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(20, 35, 55, 0.08);
}

.theme-process-number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin: 0 auto 18px;
    color: #ffffff;
    background-color: #113b5c;
    border-radius: 50%;
    font-size: 20px;
    font-weight: 700;
}

.theme-process-card h3 {
    margin-bottom: 11px;
    font-size: 20px;
}

.theme-process-card p {
    margin-bottom: 0;
    color: #626970;
    line-height: 1.7;
}

.theme-accessibility-section {
    padding: 80px 0;
    color: #ffffff;
    background-color: #113b5c;
}

.theme-accessibility-content h2 {
    color: #ffffff;
}

.theme-accessibility-content p {
    color: rgba(255, 255, 255, 0.86);
    font-size: 16px;
    line-height: 1.8;
}

.theme-accessibility-list {
    padding: 0;
    margin: 24px 0;
    list-style: none;
}

.theme-accessibility-list li {
    display: flex;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.9);
}

.theme-accessibility-list i {
    width: 31px;
    margin-top: 4px;
    color: #65c8ef;
}

.theme-accessibility-box {
    padding: 35px;
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
}

.theme-accessibility-box h3 {
    color: #ffffff;
}

.theme-accessibility-box p {
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.84);
    line-height: 1.75;
}

.theme-info-section {
    padding: 80px 0 50px;
    background-color: #ffffff;
}

.theme-info-row>div {
    display: flex;
}

.theme-info-card {
    width: 100%;
    padding: 30px 25px;
    margin-bottom: 30px;
    background-color: #f6f8fa;
    border: 1px solid #e2e6e9;
    border-radius: 8px;
}

.theme-info-card h3 {
    margin-bottom: 13px;
    font-size: 21px;
}

.theme-info-card p {
    margin-bottom: 0;
    color: #626970;
    line-height: 1.75;
}

.theme-callback {
    padding: 85px 0;
    background-position: center;
    background-size: cover;
}

.theme-callback-content {
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
}

.theme-callback-content h2 {
    color: #ffffff;
}

.theme-callback-content p {
    margin-bottom: 27px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.85;
}

.theme-callback-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.theme-secondary-button {
    display: inline-block;
    padding: 14px 25px;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}

.theme-secondary-button:hover {
    color: #113b5c;
    background-color: #ffffff;
}

@media screen and (max-width: 991px) {
    .theme-planning-image {
        min-height: 400px;
        margin-bottom: 35px;
    }

    .theme-planning-image img {
        min-height: 400px;
    }

    .theme-planning-content {
        padding-left: 0;
    }

    .theme-accessibility-box {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .theme-intro-section {
        padding: 55px 0 40px;
    }

    .theme-intro-content h2 {
        font-size: 31px;
    }

    .theme-options-section,
    .theme-planning-section,
    .theme-process-section,
    .theme-accessibility-section,
    .theme-info-section {
        padding: 55px 0 30px;
    }

    .theme-planning-image {
        min-height: 320px;
    }

    .theme-planning-image img {
        min-height: 320px;
    }

    .theme-planning-content h2 {
        font-size: 30px;
    }

    .theme-callback-buttons {
        display: block;
    }

    .theme-callback-buttons a {
        display: block;
        margin-bottom: 12px;
    }
}