.elementor-22 .elementor-element.elementor-element-efb1c65{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-9d7bfec{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-60d1f8d{padding:20px 0px 40px 0px;}.elementor-22 .elementor-element.elementor-element-756c76c{padding:0px 0px 0px 0px;}.elementor-22 .elementor-element.elementor-element-4f433ca{padding:0px 0px 0px 0px;}/* Start custom CSS for shortcode, class: .elementor-element-1300b12 *//* --- ULTRA-MODERN GLASSMORPHISM CONTACT FORM --- */

.freight-contact-form {
    /* Glassmorphism Container */
    background: rgba(15, 15, 20, 0.75);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 30px 60px -15px rgba(0, 0, 0, 0.8);
    
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    box-sizing: border-box;
}

.freight-contact-form .form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
}

.freight-contact-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.freight-contact-form .form-group.half {
    flex: 1 1 calc(50% - 10px);
    min-width: 250px;
}

.freight-contact-form .form-group.full {
    flex: 1 1 100%;
}

/* Typography matching the card paragraphs */
.freight-contact-form label {
    color: #A1A1AA !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
}

/* Inputs matching the .modern-input class */
.freight-contact-form input[type="text"],
.freight-contact-form input[type="email"],
.freight-contact-form input[type="tel"],
.freight-contact-form select,
.freight-contact-form textarea {
    background: rgba(0,0,0,0.4) !important;
    border: 1px solid rgba(255,255,255,0.1) !important;
    color: #FFFFFF !important;
    padding: 0 20px !important;
    height: 56px !important;
    border-radius: 4px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 15px !important;
    outline: none !important;
    transition: all 0.3s ease !important;
    box-sizing: border-box !important;
    width: 100%;
}

/* Textarea needs auto-height, overriding the fixed 56px */
.freight-contact-form textarea {
    height: auto !important;
    padding: 20px !important;
    min-height: 120px;
    resize: vertical;
}

/* Focus state with Electric Cyan glow */
.freight-contact-form input:focus,
.freight-contact-form select:focus,
.freight-contact-form textarea:focus {
    border-color: #00E5FF !important;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.15) !important;
    background: rgba(0,0,0,0.6) !important;
}

/* Placeholder styling */
.freight-contact-form input::placeholder,
.freight-contact-form textarea::placeholder {
    color: #555555 !important;
}

/* Submit Button matching the .btn-track class */
.freight-contact-form .form-submit-wrapper {
    margin-top: 15px;
    display: flex;
}

.freight-contact-form .freight-submit-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(90deg, #0066FF, #00E5FF) !important;
    color: #FFFFFF !important;
    border: none !important;
    height: 56px !important;
    padding: 0 40px !important;
    border-radius: 4px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    box-shadow: none !important;
    text-transform: none !important;
    width: auto;
    min-width: 220px;
}

.freight-contact-form .freight-submit-btn:hover {
    box-shadow: 0 10px 25px rgba(0, 102, 255, 0.4) !important;
    transform: translateY(-2px) !important;
}

/* CF7 System Messages formatted for Dark Mode */
div.wpcf7-response-output {
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 4px !important;
    padding: 15px !important;
    margin-top: 20px !important;
    font-size: 14px !important;
    background: rgba(0,0,0,0.4) !important;
    color: #FFFFFF !important;
}

span.wpcf7-not-valid-tip {
    font-size: 12px !important;
    color: #FF3366 !important; /* Modern red for errors */
    margin-top: 6px !important;
    display: block !important;
    font-family: 'Inter', sans-serif !important;
}

/* Responsive constraints */
@media (max-width: 600px) {
    .freight-contact-form {
        padding: 25px;
    }
    .freight-contact-form .form-group.half {
        flex: 1 1 100%;
    }
    .freight-contact-form .freight-submit-btn {
        width: 100%;
    }
}/* End custom CSS */