.contact-page-box i{
    font-size: 22px;
}

.contact-page-box{
    height: 100%;
}

.contact-page-box .icon{
    width: 48px !important;
    height: 48px !important;
    min-width: 48px !important;
    min-height: 48px !important;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
}

.contact-page-box b{
    font-weight: 500;
    font-size: 18px;
}

.contact-page-box a, .contact-page-box p{
    color: #131313 !important;
    line-height: 20px !important;
}

form label{
    font-size: 14px;
    margin-bottom: 6px;
}

form input, 
form textarea{
    background-color: transparent !important;
    border: 1px solid #4741aa !important;
}


form textarea{
    min-height: 90px;
    max-height: 180px;
}

form button{
    border: none;
}

.contact2-image{
    border-radius: 8px;
}

/* Popup */

.popup-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(10, 10, 10, 0.95);
    padding: 15px;
}

.popup-form .popup-content {
    padding: 50px 30px;
    width: 100%;
    height: fit-content;
    position: relative;
    max-width: 991px;
    margin: auto;
    border-radius: 18px;
}

body:not(.body-dark) .popup-form .popup-content{
    background: #4741aa;
}

.popup-form .popup-content p{
    color: #FFFFFF;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
    font-weight: 300;
}

.popup-form .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 38px;
    line-height: 0;
    cursor: pointer;
    font-weight: 100;
    color: #FFFFFF;
    opacity: 0.8;
}