* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #f5fae6;
    --secondary-color: #e6e6d2;
    --hover-color: #13281e;
    --body-bg: #f5fae6;
    --radius--20: 1.25rem;
    --swatch--orange: #ff5f00;
    --swatch--green: #14281e;
    --swatch--white: #f5fae6;
    ---color-yellow-69: #B4B9A5;
    --color-grey-42: #6E7364;
}

body {
    background-color: var(--body-bg);
}

h1 {
    font-family: var(--_text-style---font-family);
    font-weight: var(--_text-style---font-weight);
    letter-spacing: var(--_text-style---letter-spacing);
    font-size: clamp(2rem, 1.3854rem + 2.5022vw, 100vw);
    font-weight: 500;
}

h2 {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: clamp(28px, 5vw, 49.6px);
    line-height: clamp(28px, 5.2vw, 49.83px);
    letter-spacing: clamp(-1px, -0.2vw, -2px);
}

@media screen and (max-width:1200px) {
    h2 {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 12px;
        font-size: clamp(26px, 5vw, 49.6px);
        line-height: clamp(26px, 5.2vw, 49.83px);
        letter-spacing: clamp(-1px, -0.2vw, -2px);
    }

    .review-section h2 {
        justify-content: start;
        align-items: start;
        text-align: start;
    }
}

@media screen and (max-width:576px) {
    h2 {
        gap: 4px;
    }
}

.subhead-flex {
    display: flex;
    align-items: center;
    gap: 12px;
}

.container {
    width: 100%;
    max-width: 1422px;
}

.container-fluid {
    width: 100%;
    max-width: 1862px;
}

section {
    position: relative;
}

header {
    padding-top: 6rem;
    padding-bottom: 3rem;
}

@media screen and (min-width:992px) {
    .head-br {
        display: none;
    }
}

.logo-text {
    font-family: 'Outfit', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--swatch--green);
}

.banner {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width:479px) {
    .logo-text {
        font-size: 1.5rem;
    }
}

.form-content {
    border-radius: var(--radius--20);
    background-color: var(--secondary-color);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2.5rem 4rem;
    display: flex;
    position: relative;
}

@media screen and (max-width:768px) {
    .form-content {
        padding: 2rem 2rem;
    }
}

.form-content__list {
    display: flex;
    align-items: center;
    gap: 14px;
    text-align: start;
}

.form-content__list img {
    width: 16px;
}

.form-content__benefit {
    padding-top: 4rem;
    padding-bottom: 1rem;
}




/* Circle */
.circle_holder {
    text-align: center;
    background-color: #ff5f0099;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 9rem;
    height: 9rem;
    display: flex;
    position: absolute;
    inset: -4.5rem auto auto -4.5rem;
    transform: rotate(-23deg);
}

.circle_bg {
    z-index: 2;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
}

.circle_inner {
    z-index: 3;
    background-color: var(--swatch--orange);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 8rem;
    height: 8rem;
    display: flex;
    position: absolute;
    inset: auto;
}

@media screen and (max-width:768px) {
    .circle_inner {
        width: 5rem;
        height: 5rem;
        font-size: 10px;
    }

    .circle_holder {
        width: 6rem;
        height: 6rem;
        inset: -2.5rem auto auto -2rem;
    }
}

.star_icon {
    flex: none;
    width: 55px;
    height: 55px;
    position: static;
    background-color: var(--swatch--orange);
    clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}

.star-flex {
    display: inline-flex;
    align-items: center;
    margin-top: 16px;
}

@media screen and (max-width:1200px) {
    .star_icon {
        flex: none;
        width: 45px;
        height: 45px;
    }
}

@media screen and (max-width:992px) {
    .star_icon {
        flex: none;
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:992px) {
    .star_icon {
        flex: none;
        width: 25px;
        height: 25px;
    }
}

.hero {
    padding-bottom: 10rem;
}

.review-section {
    padding-top: 2rem;
    padding-bottom: 6.5rem;
    background-color: var(--secondary-color);
}

.review-section h2 {
    margin-bottom: 12.5rem;
}

@media screen and (max-width:768px) {
    .review-section h2 {
        margin-bottom: 5rem;
    }
}

/* Slider container */
.slider-section {
    height: fit-content;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}




.slider-container::before,
.slider-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    /* Adjust gradient width */
    z-index: 10;
    pointer-events: none;
}

.slider-container::before {
    left: 0;
    background: linear-gradient(90deg, #e8e6dc 0%, transparent 100%);
}

.slider-container::after {
    right: 0;
    background: linear-gradient(270deg, #e8e6dc 0%, transparent 100%);
}

@media (max-width: 768px) {
    .slider-container::before {
        background: linear-gradient(90deg,
                rgba(232, 230, 220, 0.5) 0%,
                transparent 100%);
    }

    .slider-container::after {
        background: linear-gradient(270deg,
                rgba(232, 230, 220, 0.5) 0%,
                transparent 100%);
    }
}

.slider-container {
    position: relative;
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
}

.slider-track {
    display: flex;
    gap: 2.5rem;
    will-change: transform;
    padding: 0 2rem;
}

.testimonial-card {
    min-width: 534px;
    width: 534px;
    height: 100%;
    min-height: 310px;
    border-radius: 16px;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
    align-self: flex-start;
    /* ADD THIS LINE */
}

@media screen and (max-width:1200px) {
    .testimonial-card {
        min-width: 434px;
        width: 434px;
    }
}

@media screen and (max-width:992px) {
    .testimonial-card {
        min-width: 394px;
        width: 394px;
    }
}

@media screen and (max-width:767px) {
    .testimonial-card {
        min-width: 85vw;
        width: 85vw;
        min-height: 250px;
    }
}

.card-content {
    padding: 1.625rem;
    flex: 1;
    background-color: var(--swatch--green);
}

.card-footer {
    background: var(--swatch--white);
    padding: 1rem 1.625rem 1.3125rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-footer img {
    width: 100%;
    max-width: 80px;
}

@media screen and (max-width:767px) {
    .card-footer img {
        width: 100%;
        max-width: 70px;
    }
}

/* Star rating */
.review-text {
    color: var(--swatch--white);
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.review-text-relative {
    position: relative;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out;
}

.review-text.collapsed .review-text-relative {
    max-height: 5.5em;
}

.review-text.expanded .review-text-relative {
    max-height: 25em;
}

.review-content {
    overflow: hidden;
    font-size: clamp(1rem, 0.9560991957104558rem + 0.17873100983020554vw, 1.125rem);
    line-height: 24px;
}

@media screen and (max-width:992px) {
    .review-content {
        line-height: 22px;
    }
}

@media screen and (max-width:576px) {
    .review-content {
        line-height: 22px;
    }
}

.read-more {
    color: var(--swatch--white);
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    margin-top: 1rem;
    transition: 0.3s ease-in-out;
}

.read-more:hover {
    opacity: 0.8;
}

/* Author section */
.author {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.author-name {
    color: #2d4a3e;
    font-weight: 600;
    font-size: clamp(1rem, .9561rem + .1787vw, 100vw);
    letter-spacing: 0.5px;
}

@media (max-width: 480px) {
    .read-more {
        margin-top: 0.85rem;
    }

    .slider-track {
        gap: 1rem;
        padding: 0 1rem;
    }
}

.review_gradient {
    background-image: linear-gradient(180deg, transparent 56%, var(--swatch--green));
    position: absolute;
    inset: 0%;
    pointer-events: none;
    transition: opacity 0.3s ease;
    opacity: 1;
}

.review-text.expanded .review_gradient {
    opacity: 0;
}

.testimonial-card-icon {
    margin-top: 0;
    margin-bottom: 18px;
}

.testimonial-card-icon .star_icon {
    width: 24px;
    height: 24px;
}

.partner-icon img {
    width: 265px;
    height: 65px;
    object-fit: scale-down;
}

/* Process Section */
.process-section {
    padding-top: 5.75rem;
    padding-bottom: 7rem;
    background-color: var(--swatch--green);
}

.process-section h2 {
    text-align: start;
    justify-content: start;
    align-items: start;
}

.process-section__content {
    width: 100%;
    max-width: 792px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    gap: 34px;
}

.process-section h2,
p {
    color: var(--secondary-color);
}

.process-section__subhead {
    display: flex;
    align-items: center;
    justify-content: end;

}

.process-section__subhead h2 {
    color: var(---color-yellow-69);
}

.process-section p {
    font-size: clamp(16px, 2.5vw, 26.2px);
    line-height: clamp(22px, 3vw, 31.43px);
    margin: 0;
    font-weight: 500;
}

.process-section__img img {
    width: 100%;
    max-width: 900px;
    border-radius: 20px;
}

/* Reason Section */
.reasons-section {
    padding-top: 80px;
    padding-bottom: 160px;
}

.reasons-section h2 {
    justify-content: center;
    font-size: clamp(32px, 7vw, 93.9px);
    margin-bottom: clamp(52px, 7vw, 98px);
}

.reasons-section__card h3 {
    font-size: clamp(24px, 4vw, 35.6px);
    margin: 0;
    color: var(--swatch--green);
}

.reasons-section__card img {
    width: 100%;
    max-width: 586px;
    border-radius: 20px;
    margin-bottom: 14px;
}

.reasons-section__card-head {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.reasons-section__card-head span {
    font-size: clamp(24px, 4vw, 35.6px);
    color: var(--color-grey-42);
}

.reasons-section__card-flex {
    display: flex;
    flex-direction: column;
    gap: 86px;
}

@media screen and (max-width:992px) {
    .reasons-section__card-flex {
        gap: 46px;
    }
}

.reasons-section__card p {
    color: var(--swatch--green);
    max-width: 498px;
    line-height: 120%;
}

.reasons-section__card-img {
    position: relative;
}

.reasons-section__card-img svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.further-questions {
    padding-top: 140px;
    padding-bottom: 140px;
    background-color: var(--swatch--green);
    position: relative;
}

.further-questions-head {
    display: flex;
    align-items: center;
    gap: 160px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width:992px) {
    .further-questions-head {
        gap: 120px;
    }
}

@media screen and (max-width:768px) {
    .further-questions-head {
        flex-direction: column;
        gap: 50px;
    }
}

.further-questions h2 {
    color: var(--secondary-color);
}

.btn_anchor {
    padding: .5rem 2.1875rem .6rem 2.1875rem;
    background-color: var(--swatch--orange);
    color: var(--swatch--green);
    font-size: 14.6px;
    border-radius: 2.5rem;
    text-decoration: cadetblue;
    text-transform: uppercase;
}

.section_bg {
    z-index: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    z-index: 1;
}

.cta_triangle-img {
    position: absolute;
    width: 152% !important;
    height: auto !important;
    left: -44% !important;
    z-index: 1 !important;
    top: 0;
}

.parallax_img {
    will-change: transform;
}


/* Unsere partner */
.unsere-partner {
    padding-bottom: 5rem;
}

.unsere-partner h2 {
    font-size: clamp(32px, 7vw, 93.9px);
    margin-bottom: clamp(20px, 4vw, 44px);
    text-align: center;
    align-items: start;
}

.partner-icon .testimonial-card {
    height: 110px !important;
    width: 300px !important;
    min-height: 110px !important;
    min-width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-icon .slider-container::before {
    left: 0;
    background: linear-gradient(90deg, #f5fae6 0%, transparent 100%);
}

.partner-icon .slider-container::after {
    right: 0;
    background: linear-gradient(270deg, #f5fae6 0%, transparent 100%);
}

/* Footer */
footer {
    padding-top: 1.25rem;
    background-color: var(--secondary-color);
}

.footer-grid {
    display: grid;
    grid-template-columns: repeat(4, 0.4fr) 1fr 1fr;
    gap: 20px;
}

.footer-column h3 {
    font-size: clamp(.75rem, .7061rem + .1787vw, 100vw);
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase;
    color: var(--swatch--green);
    margin-bottom: 12px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin-bottom: 0px;
}

.footer-column ul li a {
    letter-spacing: 0;
    text-transform: uppercase;
    font-size: clamp(.75rem, .7061rem + .1787vw, 100vw);
    text-decoration: none;
    color: var(--swatch--green);
    font-weight: 600;
    line-height: 0;
}

footer .address h3,
footer p {
    font-size: clamp(.75rem, .7061rem + .1787vw, 100vw);
    color: var(--swatch--green);
    font-weight: 600;
}

footer .address p {
    margin: 0;
}

footer .address {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: column;
    gap: 150px;
}

.footer-simplified .footer-column.address {
    gap: 40px;
}

.footer-flex {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
}

.durch img {
    width: 100%;
    max-width: 182px;
}

.durch-2 {
    display: flex;
    align-items: center;
    gap: 34px;
}

.durch-2 img {
    width: 100%;
    max-width: 227px;
}

.durch-3 {
    display: flex;
    align-items: center;
    gap: 34px;
}

.durch-3 img:first-child {
    width: 100%;
    max-width: 227px;
}

.durch-3 img {
    width: 100%;
    max-width: 57px;
}

@media screen and (max-width:1200px) {
    footer .address {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 50px;
    }

    .durch-2,
    .durch-3 {
        gap: 14px;
    }

    .durch-2 img {
        width: 100%;
        max-width: 177px;
    }

    .durch-3 img:first-child {
        width: 100%;
        max-width: 157px;
    }

    .durch-3 img {
        width: 100%;
        max-width: 47px;
    }
}

@media screen and (max-width:992px) {
    footer .address {
        display: flex;
        align-items: start;
        justify-content: start;
        flex-direction: column;
        gap: 40px;
    }

    .durch-2,
    .durch-3 {
        gap: 10px;
    }

    .durch-2 img {
        width: 100%;
        max-width: 147px;
    }

    .durch-3 img:first-child {
        width: 100%;
        max-width: 147px;
    }

    .durch-3 img {
        width: 100%;
        max-width: 47px;
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    .footer-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 576px) {
    .footer-grid {
        grid-template-columns: 1fr;
    }
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 778px;
    margin-top: 10rem;
    padding-bottom: 1.5rem;
}

.footer-bottom .logo-text {
    font-size: 1.25rem;
}

.footer-bottom span {
    color: var(--swatch--green);
    font-weight: 600;
}

@media screen and (max-width:768px) {
    .footer-bottom .logo-text {
        font-size: 1.1rem;
    }
}











/* Sticky scroll */
/* Spacer for testing */
.spacer {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
}

/* Block: sticky-scroll */
.sticky-scroll {
    position: relative;
    min-height: 400vh;
}

.sticky-scroll__wrapper {
    position: sticky;
    top: 0;
    overflow: hidden;
}

.sticky-scroll__header {
    padding-top: 4.75rem;
    padding-bottom: 6rem;
}

@media screen and (max-width:1024px) {
    .sticky-scroll__header {
        padding-bottom: 3rem;
    }
}

.sticky-scroll__title {
    font-size: clamp(28px, 5vw, 49.6px);
    line-height: clamp(28px, 5.2vw, 49.83px);
    letter-spacing: clamp(-1px, -0.2vw, -2px);
    text-align: center;
    justify-content: center;
}

.sticky-scroll__grid {
    height: 100%;
    height: 68vh;
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 1.25rem;
}

/* Block: step-tabs */
.step-tabs {
    background: linear-gradient(135deg, #1a3a2e 0%, #0d1f1a 100%);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
    text-align: center;
    border-top-left-radius: 1.25rem;
    border-bottom-left-radius: 1.25rem;
}

.step-tabs__item {
    cursor: pointer;
    opacity: 0.3;
    transition: opacity 0.4s ease;
    margin-bottom: 0.5rem;
    border-radius: 8px;
    position: relative;
}

.step-tabs__item:hover {
    opacity: 0.5;
}

.step-tabs__item--active {
    opacity: 1;
}

.step-tabs__title {
    font-size: 2rem;
    margin-bottom: 0;
    line-height: 1.3;
    transition: all 0.3s ease;
}

.step-tabs__subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: rgba(255, 255, 255, 0.6);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.step-tabs__item--active .step-tabs__subtitle {
    max-height: 100px;
    opacity: 1;
}

.step-tabs__description {
    font-size: 1.1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.step-tabs__item--active .step-tabs__description {
    max-height: 500px;
    opacity: 1;
}

/* Block: step-content */
.step-content {
    background: #d4cfc0;
    position: relative;
    overflow: hidden;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
}

.step-content__panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.step-content__panel--active {
    opacity: 1;
}

.step-content__inner {
    width: 100%;
    max-width: 600px;
}

.step-content__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.step-content__info {
    position: absolute;
    top: 37px;
    left: 72px;
    right: 24px;
    z-index: 2;
    display: flex;
    align-items: start;
    gap: 32px;
    width: 100%;
    max-width: 679px;
}

.step-content__info-title {
    font-size: 35.6px;
    margin-bottom: 0.5rem;
    color: #1a3a2e;
}

.step-content__info-text {
    font-size: 18.7px;
    font-style: normal;
    line-height: 22px;
    padding-right: 8rem;
    color: var(--swatch--green);
}

/* Block: cta */
.cta {
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    opacity: 0;
    z-index: 2;
}

@media screen and (max-width:768px) {
    .cta {
        padding: .4rem 1.1875rem .4rem 1.1875rem;
    }
}

.cta--visible {
    opacity: 1;
}

.cta:hover {
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.3);
}

.cta::after {
    content: '→';
    font-size: 1.5rem;
}

/* Block: step-icon */
.step-icon {
    width: 80px;
    height: 80px;
    background: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2rem;
}

.step-icon__svg {
    width: 40px;
    height: 40px;
    fill: white;
}

/* Responsive */
@media (max-width: 1024px) {
    .sticky-scroll__grid {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        grid-template-areas:
            "content"
            "tabs";
    }

    .step-content {
        grid-area: content;
        height: 45vh;
        border-bottom-right-radius: 0;
        border-top-left-radius: 1.25rem;
    }

    .step-tabs {
        grid-area: tabs;
        height: 23vh;
        border-top-left-radius: 0;
        border-bottom-right-radius: 1.25rem;
    }

    .step-tabs {
        padding: 2rem;
    }

    .step-content__panel {
        padding: 2rem;
    }
}

@media (max-width: 768px) {
    .sticky-scroll {
        min-height: 300vh;
    }

    .step-tabs {
        padding: 1.5rem;
    }

    .step-tabs__title {
        font-size: 1.3rem;
    }

    .step-tabs__description {
        font-size: 0.95rem;
    }
}

.content_bg {
    z-index: 1;
    background-image: linear-gradient(#e6e6d2b0, #e6e6d200 56%);
    position: absolute;
    inset: 0%;
}

.step-content__image-2 .step-content__image {
    position: absolute;
    bottom: 16px !important;
    left: 16px !important;
    top: unset;
    width: 125px;
    height: 125px;
    transform: rotate(-12deg);
}

.step-content__image-2 .step-content__image-flex h4 {
    position: absolute;
    bottom: 66px !important;
    left: 186px !important;
    top: unset;
    font-size: 34px;
}

.step-content__image-flex {
    display: flex;
    align-items: center;
    gap: 14px;
}

.step-content__panel-2 {
    background-color: #b4b9a5;
}

@media screen and (max-width:576px) {
    .step-content__info-text {
        font-size: 16.7px;
        padding-right: 3rem;
    }

    .step-content__info {
        top: 20px;
        left: 24px !important;
        gap: 6px !important;
        flex-direction: column;
    }

    .step-content__info-title {
        font-size: 24.6px !important;
        margin-bottom: 0.5rem;
        color: var(--swatch--green);
    }

    .step-content__image-2 .step-content__image {
        width: 60px;
        height: 60px;
    }

    .step-content__image-2 .step-content__image-flex h4 {
        font-size: 18px;
        left: 86px !important;
        bottom: 30px !important;
    }
}





/* Form CSS */
.progress-bar-container {
    max-width: 800px;
    margin: 20px auto 40px;
    padding: 0 15px;
}

.progress {
    width: 800px;
    height: 4px;
    /* Increase from 4px to 6px */
    background-color: rgba(0, 0, 0, 0.15);
    /* Make background slightly darker */
    border-radius: 10px;
    /* Add rounded corners */
}

@media screen and (max-width:1440px) {
    .progress {
        width: 600px;
    }
}

@media screen and (max-width:992px) {
    .progress {
        width: 500px;
    }
}

@media screen and (max-width:768px) {
    .progress {
        width: 300px;
    }
}

@media screen and (max-width:380px) {
    .progress {
        width: 270px;
    }
}



.progress-bar {
    background-color: #1a3a2e;
    /* Keep the dark color */
    transition: width 0.4s ease;
    border-radius: 10px;
    /* Match parent radius */
    min-width: 2%;
    /* Ensure it's always visible even at step 1 */
}

.form-container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
}

.step {
    display: none !important;
}

.step.active {
    display: block !important;
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.step-title {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 30px;
    text-align: center;
}

.step-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 25px;
    text-align: center;
}

.option-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    margin-bottom: 40px;
}

.option-card {
    background: var(--primary-color);
    border: 2px solid transparent;
    border-radius: 12px;
    padding: 16px 16px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}



.option-card:hover {
    background-color: var(--primary-color);
    border-color: var(--hover-color);
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.option-card.active {
    background: var(--hover-color);
    color: white;
    border-color: var(--hover-color);
}

.option-card .icon {
    font-size: 3rem;
    margin-bottom: 15px;
}

.option-card .label {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.3;
}

@media screen and (max-width:768px) {
    .option-card {
        padding: 8px 7px;
    }

    .option-card .label {
        font-size: 0.85rem;
        font-weight: 600;
        line-height: 1.3;
    }
}

.option-list {
    max-width: 500px;
    margin: 0 auto 40px;
}

.option-item {
    background: var(--body-bg);
    border: 1px solid var(--hover-color);
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
    font-size: 1rem;
}

.option-item:hover {
    border-color: rgba(0, 0, 0, 0.2);
    transform: translateX(4px);
}

.option-item.active {
    background: var(--hover-color);
    color: white;
    border-color: var(--hover-color);
}

.two-column-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.input-group-custom {
    max-width: 500px;
    margin: 0 auto 30px;
}

.input-group-custom label {
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--text-dark);
}

.input-group-custom input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--body-bg);
    transition: border-color 0.3s ease;
}

.input-group-custom input:focus {
    outline: none;
    border-color: var(--card-active);
}

.button-group {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 40px;
}

.btn-back {
    background: var(---color-yellow-69);
    color: var(--hover-color);
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-back:hover {
    background: #a8a599;
    transform: translateY(-2px);
}

.btn-next {
    background: var(--hover-color);
    color: white;
    border: none;
    padding: 14px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}

.btn-next:hover {
    background: #0f2419;
    transform: translateY(-2px);
}

.btn-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media (max-width: 576px) {
    .step-title {
        font-size: 1.4rem;
    }

    .option-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .two-column-cards {
        grid-template-columns: 1fr;
    }

    .button-group {
        flex-direction: column-reverse;
    }

    .btn-back,
    .btn-next {
        width: 100%;
        justify-content: center;
    }
}

.info-text {
    max-width: 600px;
    margin: 0 auto 30px;
    text-align: center;
    color: #555;
    line-height: 1.6;
}




.image-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto 40px;
}

.image-card {
    background: var(--body-bg);
    border: 3px solid transparent;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.image-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.image-card.active {
    border-color: var(--card-active);
}

.image-wrapper {
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-card .label {
    padding: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}

.image-card.active .label {
    background: var(--card-active);
    color: var(--hover-color);
}

@media (max-width: 768px) {
    .image-cards {
        grid-template-columns: 1fr;
    }
}

.floor-plan-container {
    max-width: 600px;
    margin: 0 auto 40px;
    background: #d4d8dc;
    border-radius: 12px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floor-plan-image {
    width: 100%;
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}

.message-content {
    max-width: 700px;
    margin: 0 auto 40px;
    text-align: left;
    line-height: 1.8;
}

.message-content p {
    margin-bottom: 20px;
    color: var(--text-dark);
    font-size: 1rem;
}

.message-content p:last-child {
    margin-bottom: 0;
}

.message-content strong {
    font-weight: 600;
}

.contact-form {
    max-width: 800px;
    margin: 0 auto;
}

.form-row {
    margin-bottom: 15px;
}

.form-row.two-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-row.three-col {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
}

.form-select,
.form-input {
    width: 100%;
    padding: 16px 18px;
    border: 1px solid var(--hover-color);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--body-bg);
    transition: border-color 0.3s ease;
    font-family: inherit;
}

.form-select:focus,
.form-input:focus {
    outline: none;
    border-color: var(--card-active);
}

.full-width {
    width: 100%;
}

.badges-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.badge-logo {
    height: 50px;
    object-fit: contain;
}

.google-rating {
    text-align: center;
}

.stars {
    font-size: 1.2rem;
    margin-bottom: 4px;
}

.rating-text {
    font-size: 0.9rem;
    color: #666;
}

.checkbox-group {
    margin-bottom: 20px;
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    line-height: 1.6;
    font-size: 0.95rem;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 4px;
    min-width: 18px;
    min-height: 18px;
    cursor: pointer;
}

.privacy-link {
    color: var(--card-active);
    text-decoration: underline;
}

.btn-submit {
    width: 100%;
    background: var(--hover-color);
    color: white;
    border: none;
    padding: 18px 32px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.btn-submit:hover {
    background: #0f2419;
    transform: translateY(-2px);
}

@media (max-width: 768px) {

    .form-row.two-col,
    .form-row.three-col {
        grid-template-columns: 1fr;
    }
}


.form-group {
    position: relative;
}

.error-message {
    display: none;
    color: #c41e3a;
    font-size: 0.875rem;
    margin-top: 6px;
    padding-left: 4px;
}

.error-message::before {
    content: "✕ ";
    margin-right: 4px;
}

.form-input.error,
.form-select.error {
    border-color: #c41e3a;
    background-color: #fff5f5;
}

.form-group.has-error .error-message {
    display: block;
}

.input-group-custom .form-group {
    margin: 0;
}

.input-group-custom .form-input {
    width: 100%;
    padding: 14px 18px;
    border: 2px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    background: var(--body-bg);
    transition: border-color 0.3s ease;
}

.input-group-custom .form-input:focus {
    outline: none;
    border-color: var(--card-active);
}

.input-group-custom .form-input.error {
    border-color: #c41e3a;
    background-color: #fff5f5;
}

/* ========================================
   STEP 16: SUCCESS PAGE STYLES
   ======================================== */

.success-container {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 40px 20px;
}

.success-icon {
    width: 100px;
    height: 100px;
    background: #28a745;
    color: white;
    font-size: 4rem;
    line-height: 100px;
    border-radius: 50%;
    margin: 0 auto 30px;
    animation: successPop 0.6s ease;
    box-shadow: 0 4px 15px rgba(40, 167, 69, 0.3);
}

@keyframes successPop {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.success-title {
    font-size: 2.5rem;
    color: #1a3a2e;
    margin-bottom: 15px;
    font-weight: 700;
}

.success-message {
    font-size: 1.2rem;
    color: #28a745;
    margin-bottom: 30px;
    font-weight: 600;
}

.success-details {
    background: var(--body-bg);
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 30px;
    text-align: left;
}

.success-details p {
    margin-bottom: 15px;
    line-height: 1.6;
    color: #333;
    font-size: 1rem;
}

.success-details p:last-child {
    margin-bottom: 0;
}

.success-details strong {
    color: #1a3a2e;
    font-weight: 600;
}

.success-info-box {
    background: var(--body-bg);
    border-left: 4px solid var(--swatch--green);
    padding: 25px;
    border-radius: 8px;
    margin-bottom: 30px;
    text-align: left;
}

.success-info-box h3 {
    color: #1a3a2e;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
}

.success-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.success-steps li {
    padding: 10px 0;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.success-steps li:last-child {
    border-bottom: none;
}

.btn-primary-large {
    background: #1a3a2e;
    color: white;
    border: none;
    padding: 18px 40px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 20px auto;
    display: inline-block;
}

.btn-primary-large:hover {
    background: #0f2419;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.btn-primary-large:active {
    transform: translateY(0);
}

.contact-support {
    margin-top: 40px;
    padding-top: 30px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
}

.contact-support p {
    margin-bottom: 10px;
    color: #666;
    font-size: 0.95rem;
}

.contact-support a {
    color: #1a3a2e;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-support a:hover {
    color: #28a745;
    text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 768px) {
    .success-title {
        font-size: 2rem;
    }
    
    .success-icon {
        width: 80px;
        height: 80px;
        font-size: 3rem;
        line-height: 80px;
    }
    
    .success-details,
    .success-info-box {
        padding: 20px;
    }
    
    .btn-primary-large {
        padding: 15px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .success-container {
        padding: 30px 15px;
    }
    
    .success-title {
        font-size: 1.75rem;
    }
    
    .success-message {
        font-size: 1rem;
    }
    
    .success-icon {
        width: 70px;
        height: 70px;
        font-size: 2.5rem;
        line-height: 70px;
        margin-bottom: 20px;
    }
    
    .btn-primary-large {
        width: 100%;
        padding: 14px 20px;
    }
}