/*
CTC Separate Stylesheet
Updated: 2025-04-17 15:25:41
*/


/* Connect With An Expert Contact Form Style Start's Below */
/* Container override to reset CF7 defaults */
.wpcf7 .connectWithExpert-wrapper {
    width: 100%;
}

/* General Group Layout */
.connectWithExpert-wrapper .connectWithExpert-group {
    margin-bottom: 20px;
    text-align: left;
}

/* 50/50 Row Layout for Desktop */
.connectWithExpert-wrapper .connectWithExpert-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
}

.connectWithExpert-wrapper .connectWithExpert-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: left;
}

/* Dark Navy labels for readability on white background */
.connectWithExpert-wrapper .connectWithExpert-label {
    display: block;
    color: #0b1a3d; 
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 8px;
}

.connectWithExpert-wrapper .connectWithExpert-req {
    color: #ff3b30; /* Red asterisk */
}

/* Light background with elegant gold border */
.connectWithExpert-wrapper .connectWithExpert-input {
    width: 100%;
    background-color: #faf9f7 !important; /* Very soft warm white */
    border: 1px solid #cda15a !important; /* Heritage Gold */
    border-radius: 8px !important;
    color: #333333 !important;
    padding: 14px 18px !important;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    outline: none !important;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* Textarea specific constraints */
.connectWithExpert-wrapper .connectWithExpert-textarea {
    resize: vertical;
    min-height: 120px;
}

/* Navy emphasis on focus */
.connectWithExpert-wrapper .connectWithExpert-input:focus {
    border-color: #0b1a3d !important; 
    background-color: #ffffff !important;
    box-shadow: 0 0 0 1px #0b1a3d !important;
}

/* Submit Button Wrap */
.connectWithExpert-wrapper .connectWithExpert-submit-wrap {
    margin-top: 30px;
}

/* Submit Button: Navy background with white text */
.connectWithExpert-wrapper .connectWithExpert-submit {
    width: 100%;
    background-color: #0b1a3d !important;
    border: 1px solid #0b1a3d !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    padding: 16px !important;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

/* Submit Button Hover: Flips to Gold */
.connectWithExpert-wrapper .connectWithExpert-submit:hover {
    background-color: #cda15a !important;
    border-color: #cda15a !important;
    color: #0b1a3d !important;
}

/* Form-Specific CF7 Validation Messages */
.connectWithExpert-wrapper .wpcf7-not-valid-tip {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    margin-top: 6px;
    color: #ff3b30;
}

/* Form-Specific CF7 Response Output */
.connectWithExpert-wrapper ~ .wpcf7-response-output {
    font-family: 'Inter', sans-serif;
    border-radius: 8px;
    margin-top: 20px !important;
    padding: 15px !important;
    border: 1px solid #cda15a !important;
    color: #0b1a3d;
    background-color: #faf9f7;
}

.intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input, .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="tel"], .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3 input[type="text"]{padding-left: 84px !important;}

/* Mobile Responsive: Stack 50/50 columns to 100% */
@media (max-width: 767px) {
    .connectWithExpert-wrapper .connectWithExpert-row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 0;
    }
    
    .connectWithExpert-wrapper .connectWithExpert-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 20px;
    }
}
/* Connect With An Expert Contact Form Style End's Above */