.checkbox-custom-form4-transparent {
    appearance: none;
    background-color: transparent;
    border: 1px solid white;
    width: 20px;
    height: 18px;
    cursor: pointer;
    position: relative;
    border-radius: 4px;
}

.checkbox-custom-form4-transparent:checked {
    background-color: transparent;
}

.custom-form4-ls {
    letter-spacing: 0.1px;
}

.checkbox-custom-form4-transparent:checked::before {
    content: '✓'; /* Unicode for check mark */
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-custom-form4-transparent:focus {
    outline: none; /* Remove default focus outline */
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.custom-form4text-height {
    min-height: 52px;
}

@media (max-width: 992px) {
    .custom-form4text-height {
        min-height: 78px;
    }
}

@media (max-width: 767px) {
    .custom-form4text-height {
        min-height: auto;
    }
}

.custom-form4ls {
    letter-spacing: 0.2px !important;
}

.custom-form4curved-border-2 {
    position: relative;
    min-height: 7.2vw;
}

.custom-form4-curved-border-2:after {
    content: '';
    background-image: url('/img/form3-curved-border.svg');
    background-size: 100% 100%;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100vw;
    height: 7.2vw;
    z-index: 20;
}

.custom-form4-curved-border-2.curved-border-top:after {
    top: -2px;
    bottom: auto;
    transform: rotateX(180deg);
}

.custom-form4-image-decoration-1 {
    bottom: -10px;
    left: 22%;
}

.custom-form4-image-decoration-2 {
    bottom: 50px;
    right: 22%
}

@media (max-width: 1560px) {
    .custom-form4-image-decoration-1 {
        bottom: -10px;
        left: 10%;
    }

    .custom-form4-image-decoration-2 {
        bottom: 50px;
        right: 10%
    }
}

@media (max-width: 1100px) {
    .custom-form4-image-decoration-1 {
        bottom: -10px;
        left: 0%;
    }

    .custom-form4-image-decoration-2 {
        bottom: 50px;
        right: 0%
    }
}

@media (max-width: 992px) {
    .custom-form4-image-decoration-1 {
        bottom: -30px;
        left: 0%;
        transform: scale(0.7);
    }

    .custom-form4-image-decoration-2 {
        bottom: 20px;
        right: 0%;
        transform: scale(0.7);
    }
}

@media (max-width: 768px) {
    .custom-form4-image-decoration-1 {
        bottom: -50px;
        left: -100px;
        transform: scale(0.5);
    }

    .custom-form4-image-decoration-2 {
        bottom: 0px;
        right: -100px;
        transform: scale(0.5);
    }
}

@media (max-width: 576px) {
    .custom-form4-image-decoration-1 {
        bottom: -50px;
        left: -130px;
        transform: scale(0.4);
    }

    .custom-form4-image-decoration-2 {
        bottom: 0px;
        right: -130px;
        transform: scale(0.4);
    }
}
