.elementor-7988 .elementor-element.elementor-element-80e4806{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-aa57748 *//* Style Contact Form 7 form - DARK NAVY BLUE THEME */
.wpcf7-form {
    font-family: 'Inter', sans-serif;
    max-width: 700px !important; /* REDUCED WIDTH */
    margin: 0 auto !important; /* Center the form */
}

.wpcf7-form-container {
    background: #0c2340 !important; /* DARK NAVY BLUE background */
    padding: 25px !important;
    border-radius: 12px !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3) !important;
}

.wpcf7-form input,
.wpcf7-form select,
.wpcf7-form textarea {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    margin-bottom: 12px; /* Reduced spacing */
    font-size: 14px;
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
    transition: all 0.3s ease;
}

/* Placeholder text color */
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    border-color: #3b82f6;
    outline: none;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
    background: rgba(255, 255, 255, 0.08);
}

.wpcf7-form .form-section {
    background: rgba(255, 255, 255, 0.05);
    padding: 20px; /* Reduced padding */
    border-radius: 8px;
    margin-bottom: 15px; /* Reduced spacing */
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.wpcf7-form .form-section h3 {
    color: #ffffff;
    margin: 0 0 15px 0; /* Reduced margin */
    padding-bottom: 8px;
    border-bottom: 2px solid #3b82f6;
    font-size: 16px; /* Smaller font */
}

.wpcf7-form label {
    display: block;
    margin-bottom: 4px; /* Reduced spacing */
    font-weight: 500;
    color: #e2e8f0;
    font-size: 13px; /* Smaller label text */
}

.wpcf7-submit {
    background: linear-gradient(135deg, #1e40af, #3b82f6) !important;
    color: white !important;
    padding: 12px 25px !important;
    border: none !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
}

.wpcf7-submit:hover {
    background: linear-gradient(135deg, #3b82f6, #60a5fa) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 130, 246, 0.4) !important;
}

/* Make select dropdown dark themed */
.wpcf7-form select {
    color: #ffffff;
}

.wpcf7-form select option {
    background: #0c2340;
    color: #ffffff;
}

/* Style the acceptance checkbox */
.wpcf7-form .wpcf7-acceptance label {
    color: #cbd5e1;
    font-size: 12px;
    line-height: 1.4;
}

/* Reduce overall form length */
.wpcf7-form br {
    display: none;
}/* End custom CSS */