.lpl-form-container form.was-validated input:invalid,
.lpl-form-container form.was-validated textarea:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.lpl-form-container .invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: .875em;
    color: #dc3545;
}

.lpl-form-container form.was-validated input:invalid~.invalid-feedback,
.lpl-form-container form.was-validated textarea:invalid~.invalid-feedback {
    display: block;
}

.dropzone-container {
    border: 2px dashed #ced4da;
    border-radius: 8px;
    padding: 12px 20px;
    text-align: center;
    background-color: #fcfcfc;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dropzone-container:hover,
.dropzone-container.dragover {
    background-color: #f1f3f5;
    border-color: #6c757d;
}

.upload-icon {
    width: 48px;
    height: 48px;
    fill: #6c757d;
    margin-bottom: 15px;
}

.uploadDragDroppra {
    font-weight: 600;
    font-size: 1.1rem;
    margin-bottom: 5px;
    color: #212529;
    text-transform: uppercase;
}

.docsFileupldpra {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0;
}

.lpl-form-container .form-control {
    border-radius: 8px;
    padding: 12px 15px;
    border: 1px solid #ced4da;
    color: #495057;
    font-family: 'Opensans-Regular';
    font-size: 16px;
}

p.uploadDragDroppra {
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #666666;
}

p.docsFileupldpra {
    text-align: center;
    width: 100%;
    font-size: 14px;
    color: #666666;
}

.lpl-form-container .form-control::placeholder {
    color: #6c757d;
}

.lpl_submit_btn {
    background-color: #0b308e;
    border-color: #0b308e;
    border-radius: 8px;
    padding: 12px 30px;
    font-weight: 500 !important;
    font-family: "Opensans-Regular";
    display: flex;
    align-items: center !important;
    gap: 8px !important; 
    color: #FFFFFF;
    margin-left: auto;
}

.lpl_submit_btn:hover {
    background-color: #092670 !important;
    border-color: #092670 !important;
}

.lpl-form-container::after {
    content: "";
    display: table;
    clear: both;
}

.LandingPageleadForm {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    width: 78%;
    margin-left: auto;
}

.landingformINnertext h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 24px;
    color: #062e91;
    font-family: 'Opensans-Bold';
}

@media screen and (max-width: 1300px) {
    .LandingPageleadForm { 
        width: 85%; 
    }
    .landingformINnertext h2 {
        font-size: 24px; 
    } 
}
@media screen and (max-width: 991px) {
    .LandingPageleadForm { 
        width: 100%; 
    } 
}