/* [Colors] */
.main-wrapper {
    --Brand-Blue: rgb(13, 72, 132);
    --White: rgb(255, 255, 255);
    --Yellow: rgb(252, 172, 0);
    --Green: rgb(7, 184, 42);
    --Black: rgb(0, 0, 0);
    --Light-Blue: rgb(0, 191, 255);
    --Light-Grey: rgb(238, 238, 238);
}


/* [Global] */
.main-wrapper {
    color: rgba(0, 0, 0, 1.00);
    position: relative;
    font-size: 16px;
    background: rgba(255, 255, 255, 1.00);
    min-height: 100vh;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

* {
    box-sizing: border-box;
}

.main-wrapper h2 {
    font-size: 42px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-wrapper h1 {
    font-size: 60px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-wrapper h3 {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-wrapper h4 {
    font-size: 24px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-wrapper h5 {
    font-size: 20px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-wrapper h6 {
    font-size: 16px;
    margin-top: 0px;
    font-weight: 700;
    margin-bottom: 0px;
}

.main-wrapper p {
    margin-top: 0px;
    margin-bottom: 0px;
}

.main-wrapper ul {
    padding-left: 20px;
}

.main-wrapper ol {
    padding-left: 20px;
}

.main-wrapper img {
    display: block;
    max-width: 100%;
}

.main-wrapper a {
    cursor: pointer;
    transition: all 200ms 0ms linear;
}

.main-wrapper button {
    cursor: pointer;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    outline: 0;
    box-shadow: none !important;
}

/* [Classes] */
.main-wrapper .container {
    max-width: 1240px !important;
}

.gap-6 {
    gap: 4.5rem;
}

.padding-hero {
    padding-top: 80px;
    padding-bottom: 82px;
    position: relative;
    color: var(--White);
}

#hero-text {
    transition: all 300ms ease;
    pointer-events: none;
}


.icon-144 {
    width: 144px;
}


.item-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.main-wrapper {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--Brand-Blue);
}

.h1-80 {
    font-size: 80px;
    font-family: 'Bebas Neue', sans-serif;
    color: var(--White);
    line-height: 1;
}

.title-span {
    display: block;
    color: var(--Yellow);
}


.text-24 {
    font-size: 24px;
    line-height: 1;
}

.font-bebas-neue {
    font-family: 'Bebas Neue', sans-serif;
}


.icon-22 {
    width: 22px;
}


.text-30 {
    font-size: 30px;
    line-height: 1;
}


.cta-primary {
    min-height: 68px;
    display: flex;
    align-items: center;
    background: var(--Yellow);
    color: var(--White);
    text-decoration: none;
    column-gap: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 32px;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
    transition: all 300ms 0ms ease;
}

.cta-primary:hover {
    background: var(--Light-Blue) !important;
}

.border-radius-6 {
    border-radius: 6px;
}

.text-32 {
    font-size: 32px;
    line-height: 1;
}

.wa-cta {
    min-width: 357px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 53px;
    background: var(--Green);
}


.padding-90-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}


.h2-46 {
    font-size: 46px;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
    color: var(--Brand-Blue);
}

.fw-semibold {
    font-weight: 600;
}

.input {
    min-height: 66px;
    width: 100%;
    border: 1px solid var(--Black);
    font-size: 17px;
    background-image: url(/landing/sell/assets/98c6edd5f808638a3f1dedbed4020975_1867.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left +20px center;
    padding-left: 50px;
}

.input::placeholder {
    color: var(--Black);
}

.homepage-form {
    width: 100%;
    max-width: 995px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}


.phone-input {
    background-image: url(/landing/sell/assets/7f3811d522cf7995383272c7d191af6c_1050.svg);
}

.email-input {
    background-image: url(/landing/sell/assets/email-blue-outline-26801.svg);
}


.cta-secondary {
    padding-left: 24px;
    padding-right: 24px;
    background: var(--Brand-Blue);
    color: var(--White);
    min-height: 66px;
    display: flex;
    align-items: center;
    column-gap: 20px;
    text-decoration: none;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.cta-secondary:hover .cta-arrow {
    transform: translateX(5px);
}

.cta-secondary:hover {
    background: var(--Light-Blue);
}

.cta-arrow {
    width: 9px;
    transition: all 300ms 0ms ease;
}

.section-why-homes {
    padding-top: 124px;
    padding-bottom: 124px;
    display: flex;
    justify-content: flex-end;
    background-image: url(/landing/sell/assets/fed4d917fbe60bbb41ba693c33533464_295589.avif);
    background-size: cover;
}

.why-box {
    background: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    padding-top: 84px;
    padding-left: 64px;
    padding-bottom: 52px;
    padding-right: 7.14vw;
    border-radius: 6px 0px 0px 6px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    width: 50%;
}


.mw-509 {
    max-width: 509px;
}


.padding-top-130 {
    padding-top: 130px;
}


.how-it-work-item {
    background: var(--Brand-Blue);
    color: var(--White);
    padding-top: 20px;
    padding-left: 28px;
    padding-bottom: 32px;
    padding-right: 50px;
    height: 100%;
}

.border-radius-12 {
    border-radius: 12px;
}


.text-64 {
    font-size: 64px;
    line-height: 1;
}

.icon-88 {
    width: 88px;
}

.h3-46 {
    font-size: 46px;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
}


.text-22 {
    font-size: 22px;
}

.how-it-link {
    background: var(--Light-Blue);
    min-height: 88px;
    display: flex;
    align-items: center;
    color: var(--White);
    text-decoration: none;
    padding-left: 36px;
    font-size: 36px;
    font-family: 'Bebas Neue', sans-serif;
    line-height: 1;
    justify-content: space-between;
    padding-right: 20px;
}

.how-it-link:hover {
    background: var(--Brand-Blue);
}

.how-it-link:hover .icon-26 {
    transform: translateX(5px);
}

.icon-26 {
    width: 26px;
    transition: all 300ms 0ms ease;
}

.icon-44 {
    width: 44px;
}




.icon-30 {
    width: 30px;
}

.icon-40 {
    width: 40px;
}

.section-testimonials {
    padding-top: 76px;
    padding-bottom: 156px;
    position: relative;
    overflow: clip;
}


.testimonial-item {
    padding-top: 28px;
    max-width: 790px;
    width: 100%;
    padding-bottom: 36px;
    padding-left: 28px;
    padding-right: 28px;
    border: 1px solid var(--Light-Grey);
    background: linear-gradient(180deg, #ffffff 0%, #f9f9f9 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
    text-align: center;
}

.testimonial-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--Yellow);
}

.mw-636 {
    max-width: 636px;
}

.display-block {
    display: block;
}


.icon-180 {
    width: 180px;
}

.mw-790 {
    max-width: 790px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonials-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: blur(30px);
}

.testimonials-overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.padding-50-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.background-color-yellow {
    background: var(--Yellow);
    color: var(--Brand-Blue);
}

.text-color-blue {
    color: var(--Brand-Blue);
}

.ready-line {
    width: 100%;
    max-width: 540px;
}

.text-bold {
    font-weight: 700;
}

.cta-large {
    font-size: 36px;
    text-transform: uppercase;
    min-height: 88px;
    font-family: 'Bebas Neue', sans-serif;
}

.sticky-100 {
    position: sticky;
    top: 100px;
}

.sticky-120 {
    position: sticky;
    top: 120px;
}

.sticky-140 {
    position: sticky;
    top: 140px;
}

.hero-modal-trigger {
    cursor: pointer;
}

.hero-modal {
    position: absolute;
    top: 0%;
    left: 0%;
    right: auto;
    bottom: auto;
    width: 100%;
    min-height: 100%;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    row-gap: 20px;
    color: var(--Black);
    font-size: 16px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 300ms 0ms ease;
    opacity: 0%;
}

.text-20 {
    font-size: 20px;
}

/* Modal Styles */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.modal-overlay.active {
    display: flex;
}

.modal-container {
    background: var(--White);
    border-radius: 12px;
    width: 90%;
    max-width: 1400px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    padding: 40px 30px 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    color: var(--Brand-Blue);
}

.modal-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal-close {
    position: absolute;
    top: -20px;
    right: -10px;
    background: none;
    border: none;
    font-size: 32px;
    cursor: pointer;
    color: var(--Brand-Blue);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 300ms ease;
}

.modal-close:hover {
    background: var(--Light-Grey);
    color: var(--Black);
}

.step-indicators {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

.step-indicator {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    font-weight: 700;
    border: 2px solid var(--Light-Grey);
    background: var(--White);
    color: var(--Light-Grey);
    transition: all 300ms ease;
}

.step-indicator.active {
    background: var(--Brand-Blue);
    color: var(--White);
    border-color: var(--Brand-Blue);
}

.step-indicator.completed {
    background: var(--Yellow);
    color: var(--White);
    border-color: var(--Yellow);
}

.modal-step {
    display: none;
}

.modal-step.active {
    display: block;
}

.step-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.modal-input {
    width: 100%;
    min-height: 60px;
    border: 1px solid var(--Light-Grey);
    border-radius: 6px;
    padding: 0 20px;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    transition: all 300ms ease;
    background: var(--White);
}

.modal-input:focus {
    outline: none;
    border-color: var(--Brand-Blue) !important;
    box-shadow: none;
}

.modal-input::placeholder {
    color: #333333;
}

.input-row {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.modal-btn-next,
.modal-btn-submit {
    background: var(--Yellow);
    color: var(--White);
    border: none;
    border-radius: 6px;
    padding: 15px 40px;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 300ms ease;
    min-height: 60px;
    min-width: 160px;
    justify-content: center;
    margin-left: auto;
}

.modal-btn-next:hover,
.modal-btn-submit:hover {
    background: var(--Brand-Blue);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(13, 72, 132, 0.3);
}

.modal-btn-next svg,
.modal-btn-submit svg {
    transition: all 300ms ease;
}

.modal-btn-next:hover svg {
    transform: translateX(3px);
}

/* Mobile Responsive */
@media screen and (max-width: 767px) {
    .modal-container {
        width: 95%;
        padding: 30px 20px 20px;
        margin: 10px;
    }

    .step-indicators {
        gap: 15px;
        margin-bottom: 30px;
    }

    .step-indicator {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .input-row {
        gap: 15px;
    }

    .modal-input {
        min-height: 55px;
        font-size: 15px;
    }

    .modal-btn-next,
    .modal-btn-submit {
        min-height: 55px;
        font-size: 16px;
        min-width: 140px;
    }
}

@media screen and (max-width: 480px) {
    .input-row {
        gap: 12px;
    }

    .step-content {
        gap: 25px;
    }
}

.input.error,
.modal-input.error {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.1) !important;
}

.error-message {
    color: #dc3545;
    font-size: 14px;
    margin-top: 5px;
    display: none;
    font-weight: 500;
}

.error-message.show {
    display: block;
}

/* [Resolution: 1400px] */
@media screen and (max-width: 1400px) {
    .mw-509 {
        max-width: 509px;
    }
}

/* [Resolution: 991px] */
@media screen and (max-width: 991px) {
    .gap-5 {
        gap: 2rem !important;
    }

    .input-row {
        flex-direction: column;
    }

    .horisontal-flex-20 {
        flex-direction: column;
        row-gap: 18px;
    }

    .hero-cta-container {
        flex-direction: column;
        gap: 12px;
    }

    .why-box {
        width: 100%;
        border-radius: 0px 0px 0px 0px;
    }

    .padding-top-130 {
        padding-top: 80px;
    }

    .gap-60-center {
        row-gap: 32px;
    }

    .grid-3 {
        display: flex;
        flex-direction: column;
        row-gap: 20px;
    }

    .hero-modal {
        width: 100%;
        height: auto !important;
    }
}

/* [Resolution: 767px] */
@media screen and (max-width: 767px) {
    .icon-144 {
        width: 100px;
    }

    .h1-80 {
        font-size: 60px;
    }

    .padding-90-90 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .form-row {
        flex-direction: column;
        row-gap: 20px;
    }
}

/* [Resolution: 480px] */
@media screen and (max-width: 480px) {
    .modal-close {
        top: -30px;
        right: -20px;
    }

    .gap-6 {
        gap: 2.5rem;
    }

    .display-block-mobile {
        display: block;
    }

    .m-w-100 {
        width: 100%;
    }

    .gap-4 {
        gap: 1.25rem !important;
    }

    .gap-5 {
        gap: 1.25rem !important;
    }

    .gap-3 {
        gap: 1.125rem !important;
    }

    .gap-2 {
        gap: 0.875rem !important;
    }

    .gap-24-center {
        row-gap: 20px;
        width: 100%;
    }

    .icon-144 {
        width: 80px;
    }

    .main-wrapper {
        font-size: 16px;
    }

    .h1-80 {
        font-size: 42px;
    }

    .title-span {
        display: inline;
    }

    .gap-10-center {
        width: 100%;
    }

    .text-30 {
        font-size: 24px;
    }

    .horisontal-flex-20 {
        row-gap: 14px;
    }

    .cta-primary {
        min-height: 50px;
        font-size: 22px;
    }

    .text-32 {
        font-size: 24px;
    }

    .wa-cta {
        min-width: 263px;
        column-gap: 30px;
    }

    .gap-32-center {
        row-gap: 20px;
    }

    .h2-46 {
        font-size: 32px;
    }

    .input {
        min-height: 55px;
    }

    .cta-secondary {
        min-height: 50px;
        font-size: 18px;
        column-gap: 18px;
    }

    .why-box {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 40px;
        background: rgba(255, 255, 255, 0.6);
        backdrop-filter: blur(20px);
        -webkit-backdrop-filter: blur(20px);
    }

    .padding-top-130 {
        padding-top: 60px;
    }

    .how-it-work-item {
        padding-left: 16px;
        padding-right: 20px;
        padding-top: 30px;
        height: auto;
    }

    .border-radius-12 {
        border-radius: 6px;
    }

    .gap-32 {
        row-gap: 20px;
    }

    .text-64 {
        font-size: 32px;
    }

    .icon-88 {
        width: 50px;
    }

    .h3-46 {
        font-size: 32px;
    }

    .gap-20 {
        row-gap: 18px;
    }

    .text-22 {
        font-size: 18px;
    }

    .how-it-link {
        padding-left: 14px;
        padding-right: 14px;
        min-height: 50px;
        font-size: 22px;
    }

    .icon-26 {
        width: 18px;
    }

    .icon-44 {
        width: 30px;
    }

    .mw-mobile-250 {
        max-width: 250px;
    }

    .icon-30 {
        width: 20px;
    }

    .icon-40 {
        width: 30px;
    }

    .section-testimonials {
        padding-bottom: 80px;
    }

    .gap-76-center {
        row-gap: 48px;
    }

    .cta-large {
        font-size: 20px;
        min-height: 50px;
    }

    .display-inline-mobile {
        display: inline;
    }

    .hero-modal {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
}