.proventa-contact-section{
   /*background:#032066;*/
    font-family:'Cairo',sans-serif;
    padding:90px 0;
    width: 100%;
    min-height: 80vh;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-image: url('../../../images/here-to-help.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #446bb3;
}
.proventa-contact-section .container{
    padding-bottom: 40px;
}
.contact-title{
    color:#ffffff;
    font-size:46px;
    font-weight:700;
    margin-bottom:20px;
}
.contact-subtitle{
    color:#ffffff;
    font-size:18px;
    line-height:1.9;
    max-width:900px;
    margin:auto;
}
.contact-card{
    background:#eef4fc;
    border-radius:12px;
    padding:50px;
    border:1px solid #ffffff;
    box-shadow:0 10px 30px rgba(0,0,0,.25);
}
.left-column{
    padding-right:20px;
}
.form-label{
    display:block;
    margin-bottom:12px;
    color:#0c2f62;
    font-size:20px;
    font-weight:700;
}
.details-title{
    color:#0c2f62;
    font-size:30px;
    font-weight:700;
    margin-bottom:25px;
}
.proventa-contact-section .custom-input,
.proventa-contact-section .custom-select,
.proventa-contact-section .custom-textarea{
    border:1px solid #dddddd;
    border-radius:8px;
    background:#ffffff;
    color:#4568b2;
    font-size:16px;
    padding:14px 18px;
    transition:.25s;
    box-shadow:none;
}
.proventa-contact-section .custom-input,
.proventa-contact-section .custom-select{
    height:54px;
}
.proventa-contact-section .custom-textarea{
    resize:vertical;
    min-height:180px;
}
.proventa-contact-section .custom-input:focus,
.proventa-contact-section .custom-select:focus,
.proventa-contact-section .custom-textarea:focus{
    border-color:#4568b2;
    box-shadow:0 0 0 .15rem rgba(69,104,178,.18);
    outline:none;
}
.proventa-contact-section .custom-input::placeholder,
.proventa-contact-section .custom-textarea::placeholder{
    color:#babec2;
    opacity:1;
}
.proventa-contact-section .custom-select{
    color:#4568b2;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    background-color:#fff;
    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%234568b2' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5L8 12l6.5-6.5z'/%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 18px center;
    background-size:15px;
    padding-right:50px;
}
.proventa-contact-section .submit-btn{
    background:#4568b2;
    color:#ffffff;
    text-align: left;
    border:none;
    border-radius:8px;
    height:56px;
    font-size:18px;
    font-weight:700;
    transition:.3s;
}
.submit-btn:hover{
    background:#37579a;
    color:#ffffff;
}
.submit-btn:focus{
    box-shadow:none;
}
.privacy-check{
    margin-top:18px;
    display:flex;
    align-items:flex-start;
    gap:12px;
}
.privacy-check input{
    margin-top:6px;
    width:18px;
    height:18px;
}
.privacy-check label{
    color:#0c2f62;
    font-size:13px;
    line-height:1.7;
    margin-left: 1em;
}
@media (min-width:992px){
    .left-column{
        border-right:1px solid #dddddd;
        padding-right:45px;
        margin-right:20px;
    }
}
.mb-3:last-child{
    margin-bottom:0;
}
@media (max-width:991px){
    .contact-card{
        padding:35px;
    }
    .left-column{
        border:none;
        padding-right:0;
        margin-right:0;
        margin-bottom:40px;
    }
    .details-title{
        margin-top:0;
    }
}
@media (max-width:767px){
    .proventa-contact-section{
        padding:60px 0;
    }
    .contact-title{
        font-size:34px;
    }
    .contact-subtitle{
        font-size:16px;
    }
    .contact-card{
        padding:25px;
        border-radius:10px;
    }
    .form-label{
        font-size:18px;
    }
    .details-title{
        font-size:26px;
    }
    .submit-btn{
        height:54px;
        font-size:17px;
    }
}
@media (max-width:480px){
    .contact-card{
        padding:20px;
    }
    .contact-title{
        font-size:30px;
    }
    .form-label{
        font-size:17px;
    }
    .custom-input,
    .custom-select{
        height:50px;
    }
}