.elementor-775 .elementor-element.elementor-element-7cc65320{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cc058a6 */.mp-unique-contact-section {
    max-width: 800px;
    margin: 60px auto;
    padding: 20px;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #333;
}
.mp-contact-title {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: normal;
    color: #444;
}
.mp-contact-desc {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 30px;
    text-align: left;
}
.mp-contact-desc a {
    color: #333;
    text-decoration: underline;
    font-weight: bold;
}

.mp-form-group {
    margin-bottom: 20px;
}
.mp-form-group label {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    font-weight: bold;
    color: #444;
}

.mp-radio-group label {
    display: flex;             
    align-items: center;
    font-weight: normal;
    margin-bottom: 8px;
    cursor: pointer;
    font-weight: bold;
}

.mp-radio-group input[type="radio"] {
    width: auto !important;     
    padding: 0;
    margin: 0 6px 0 0;           
}

.mp-form-group input,
.mp-form-group select,
.mp-form-group textarea {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1rem;
    background-color: #fff;
    box-sizing: border-box;
}
.mp-form-group textarea {
    resize: vertical;
    min-height: 150px;
}
/* Section Headers in Form */
.mp-form-section-title {
    font-size: 1.2rem;
    color: #444;
    border-bottom: 2px solid #e0d8b0;
    padding-bottom: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
    font-weight: bold;
}
.mp-form-row {
    display: flex;
    gap: 15px;
}
.mp-form-col {
    flex: 1;
}

/* Button */
.mp-form-btn-row {
    text-align: center;
    margin-top: 30px;
}
.mp-contact-submit-btn {
    background-color: #ff6b6b;
    color: #fff;
    border: none;
    padding: 12px 60px;
    font-size: 1rem;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.mp-contact-submit-btn:hover {
    background-color: #ff5252;
}
/* Responsive */
@media (max-width: 600px) {
    .mp-contact-form-box {
        padding: 20px;
    }
    .mp-contact-submit-btn {
        width: 100%;
    }
    .mp-form-row {
        flex-direction: column;
    }
}

.border-form {
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 20px;
    background-color: #fff8d6;
}/* End custom CSS */