input[type="tel"] {
    direction: ltr !important;
    text-align: left !important;
}

.main-title {
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0%;
}

.main-points {
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
    color: rgba(89, 89, 89, 1);
}

.pading-right {
    padding-right: 2.25rem;

}

.img-size {
    width: 300px;
    height: 52px;
}

.margin-top {
    margin-top: 4rem;
}

.label {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;

}

.terms {
    font-weight: 500;
    font-size: 18px;
    line-height: 36px;
}

.btn-size {
    width: 208px;
    height: 48px;
}

.point-border {
    min-height: 58px;
    /* allows growing height if needed */
    border: 1px solid rgba(176, 221, 227, 1);
    background: rgba(231, 247, 248, 1);
    font-weight: 500;
    font-size: 21px;
    line-height: 36px;
    letter-spacing: 0%;
    padding: 0.75rem;
    /* equivalent to p-3 */
    border-radius: 0.375rem;
    /* for rounded-md */
    display: flex;
    align-items: center;
    /* vertically center text & image */
    gap: 0.5rem;
    /* for space between image and text */
    word-break: break-word;
    /* wrap long words */
}

/* Responsive tweaks */
@media (max-width: 768px) {
    .point-border {
        font-size: 16px;
        line-height: 24px;
        min-height: auto;
        /* remove fixed height constraint */
        padding: 0.5rem;
    }
}

.custom-checkbox {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid black;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    background-color: white;
    margin-top: 6px;
}

.custom-checkbox:checked::before {
    content: "✔";
    color: black;
    font-size: 14px;
    position: absolute;
    top: -1px;
    left: 2px;
    line-height: 18px;
}

.logo-height {
    height: 72px;
}

.main-color {
    color: rgb(0 109 120 / var(--tw-text-opacity, 1));
}

@media (max-width: 768px) {
    [data-hsfc-id=Renderer] .hsfc-Step .hsfc-Step__Content {
        padding: unset !important;
    }
}

.footer-tilte {
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0%;
}

.footer-text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: rgba(89, 89, 89, 1);

}