body {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.hero button, .bottom-btn {
    max-width: 350px;
    width: 80%;
    text-transform: uppercase;
    font-size: 1.875rem;
    font-weight: 600;
}

.bottom-btn {
    display: block;
    margin: 50px auto;
}

.gray-bg {
    background-color: #e5e7eb;
}

.step-circle {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #4a5565;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.icon-tile {
    transition: color 0.2s ease;
    cursor: pointer;
    color: #9ca3af;
}

.icon-tile:hover {
    color: #6b7280;
}

.icon-img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
}

.font-thin {
    font-weight: 300;
}

.ring-style {
    box-shadow: 0 0 0 12px rgba(37, 99, 235, 0.4), inset 0 0 0 4px rgba(37, 99, 235, 0.2);
    border: 4px solid #2563eb;
    border-radius: 1rem;
}

.star-icon {
    width: 24px;
    height: 24px;
    fill: #fbbf24;
}

.hover-pointer {
    cursor: pointer;
}

.border-secondary-hover:hover {
    border-color: #2563eb !important;
}

.hover-shadow-lg:hover {
    box-shadow: 0 10px 15px -3px rgb(37 99 235 / 0.4), 0 4px 6px -4px rgb(37 99 235 / 0.3);
}

.cards {
    max-width: 1100px;
}

.modal-body {
    background-color: #17556b;
    color: #fff;
    border-radius: 10px 0 0 10px;
    padding: 0;
}

.modal-body .steps {
    background: #17556b;
    padding: 20px 15px 16px;
}

.modal-form {
    background-color: #fff;
    border-radius: 0 10px 10px 0;
}

.modal-form input {
    width: 100%;
    padding: 15px 10px;
    padding-left: 40px;
    border: 1px solid #ababab;
    border-radius: 3px;
    font-size: 16px;
    color: #435c71;
}

.modal-input {
    position: relative;
    margin-bottom: 10px;
}

.modal-form .ui-form__submit {
    margin: 10px 0 0 0;
}

.modal-form .ui-form__submit-button {
    width: 100%;
    padding: 15px;
    background-color: #18a103;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

.form-left-header {
    padding: 20px 15px 16px;
}

.form-left-header p {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 4px;
}

.form-left-header h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30.8px;
    color: #f8f9f9;
}

.step {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.nr.active {
    width: 32px;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
}

.nr {
    flex-shrink: 0;
    background-color: #e8e8e8;
    color: #9c9c9c;
    border-radius: 999px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: grid;
    place-content: center;
    font-size: 16px;
    line-height: 24px;
}

.text.active {
    font-weight: bold;
    font-size: 18px;
}

.input_img {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-39%);
    width: 26px;
    height: 26px;
}

.show-for-medium-up {
    font-size: 18px;
    font-weight: 700;
    line-height: 25.2px;
    color: #17556b;
    text-align: center;
    margin-bottom: 0;
}

.form-footer {
    font-size: 11px;
    color: #9c9c9c;
    line-height: 1;
    text-align: center;
}

.modal-form .ui-form__submit-button {
    width: 100%;
    padding: 15px;
    background-color: #18a103;
    color: #fff;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .form-left-header {
        text-align: center;
        padding: 30px 24px 20px;
    }

    .modal-body .steps {
        border-radius: 10px;
    }

    .form-fields {
        margin-top: 16px;
    }

    .nr {
        background-color: #24728e;
        color: #fff;
    }

    .nr.active {
        background-color: #fff;
        color: #17556b;
    }

    .text {
        color: #bfdbe5ff;
    }

    .text.active {
        color: #fff;
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .modal-body {
        border-radius: 10px 10px 0 0;
    }

    .modal-form {
        border-radius: 0 0 10px 10px;
    }

    .modal-body .steps {
        background: #fff;
    }

    .modal-form {
        border-top: 1px solid #9d9d9d;
        background-color: #eee;
    }

    .nr.active {
        background-color: #17556b;
        color: #fff
    }

    .text {
        color: #7e7e7e;
    }

    .text.active {
        color: #17556b;
    }
}