.elementor-5674 .elementor-element.elementor-element-668a4c0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-df9c995 *//* ===== CAST Registration Form Styling ===== */

/* Main container */
.elementor-widget-container,
.elementor-form {
    max-width: 760px;
    margin: auto;
    font-family: "Inter", sans-serif;
}

/* Title */
.cast-title h2,
.elementor-heading-title {
    text-align: center;
    font-size: 34px;
    font-weight: 800;
    color: #0d2a7a;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
}

/* Subtitle */
.cast-subtitle {
    text-align: center;
    font-size: 15px;
    color: #666;
    margin-bottom: 28px;
}

/* Info Bar */
.cast-info-bar {
    display: flex;
    justify-content: center;
    gap: 18px;
    background: #f5f7ff;
    padding: 14px 24px;
    border-radius: 12px;
    width: fit-content;
    margin: 0 auto 40px auto;
    font-size: 14px;
    font-weight: 600;
    color: #0d2a7a;
    box-shadow: 0 2px 10px rgba(0,0,0,0.04);
}

/* Labels */
.elementor-field-label {
    font-size: 14px !important;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
}

/* Inputs */
.elementor-field,
.elementor-field-textual {
    border: 1px solid #d9dce5 !important;
    border-radius: 10px !important;
    padding: 14px 16px !important;
    background: #fff !important;
    transition: all 0.3s ease;
    font-size: 15px;
}

/* Input Focus */
.elementor-field:focus,
.elementor-field-textual:focus {
    border-color: #1e5eff !important;
    box-shadow: 0 0 0 4px rgba(30,94,255,0.12);
}

/* Checkbox Area */
.elementor-field-subgroup {
    margin-top: 10px;
}

.elementor-field-option {
    margin-bottom: 12px;
    font-size: 14px;
    color: #444;
}

/* Submit Button */
.elementor-button {
    background: linear-gradient(135deg, #1e5eff, #0d47d9) !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 14px 28px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: white !important;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(30,94,255,0.2);
}

/* Button Hover */
.elementor-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(30,94,255,0.28);
}

/* Form spacing */
.elementor-field-group {
    margin-bottom: 22px;
}

/* Mobile Responsive */
@media (max-width: 768px) {

    .cast-title h2,
    .elementor-heading-title {
        font-size: 26px;
    }

    .cast-info-bar {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .elementor-button {
        width: 100%;
    }
}/* End custom CSS */