/* CONTACT PAGE MODERN */

.contact-modern-con {
    background: #ffffff;
    padding: 60px 0;
}

.contact-form-box {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.contact-form-box h4 {
    margin-bottom: 25px;
    font-weight: 700;
}

.form-group {
    margin-bottom: 18px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #ddd;
    outline: none;
    transition: all 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #5c45bf;
}

.error-text {
    color: #e63946;
    font-size: 12px;
}

.contact-info-box-modern {
    background: #f8fafc;
    padding: 50px;
    border-radius: 20px;
    height: 100%;
}

.contact-info-box-modern .small-title {
    color: #f4b400;
    font-weight: 600;
    letter-spacing: 1px;
}

.contact-info-box-modern h2 {
    margin: 10px 0 15px;
}

.contact-details {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.contact-details li {
    display: flex;
    gap: 15px;
    margin-bottom: 18px;
}

.contact-details i {
    color: #5c45bf;
    font-size: 18px;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    color: #5c45bf;
    font-size: 16px;
}

.contact-map-modern iframe {
    width: 100%;
    height: 380px;
    border: none;
    border-radius: 20px;
}

/* RESPONSIVE */
@media (max-width: 991px) {
    .contact-info-box-modern {
        margin-top: 30px;
    }
}
