/* Start custom CSS for shortcode, class: .elementor-element-dd43e82 *//*html, body {*/
/*max-width: 100% !important;*/
/*overflow-x: hidden !important;*/
/*}*/
/* === CONTACT FORM 7 – LUXURY STYLE === */

.wpcf7 {
    max-width: 700px;
    margin: 0 auto;
}

.cf7-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

/* Inputs & Selects */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 18px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 15px;
    background: #fff;
    transition: all 0.3s ease;
}

/* Focus */
.wpcf7 input:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
    border-color: #000;
    outline: none;
}

/* Radio buttons */
.wpcf7 .wpcf7-radio {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.wpcf7 .wpcf7-radio label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    cursor: pointer;
}

/* Textarea */
.wpcf7 textarea {
    min-height: 120px;
    resize: vertical;
}

/* Submit Button */
.wpcf7 input[type="submit"] {
    width: 100%;
    padding: 16px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.wpcf7 input[type="submit"]:hover {
    background: #333;
}

/* Validation messages */
.wpcf7-not-valid-tip {
    font-size: 13px;
    color: #c0392b;
    margin-top: -10px;
    margin-bottom: 10px;
}

.wpcf7-response-output {
    border: none;
    padding: 15px;
    border-radius: 6px;
    font-size: 14px;
}/* End custom CSS */