.elementor-398 .elementor-element.elementor-element-85bffe4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--overlay-opacity:0.6;--padding-top:60px;--padding-bottom:70px;--padding-left:0px;--padding-right:0px;}.elementor-398 .elementor-element.elementor-element-85bffe4:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-85bffe4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#EBEBEB;background-image:url("https://bccnursing.com.au/wp-content/uploads/2025/12/bg2.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-398 .elementor-element.elementor-element-85bffe4::before, .elementor-398 .elementor-element.elementor-element-85bffe4 > .elementor-background-video-container::before, .elementor-398 .elementor-element.elementor-element-85bffe4 > .e-con-inner > .elementor-background-video-container::before, .elementor-398 .elementor-element.elementor-element-85bffe4 > .elementor-background-slideshow::before, .elementor-398 .elementor-element.elementor-element-85bffe4 > .e-con-inner > .elementor-background-slideshow::before, .elementor-398 .elementor-element.elementor-element-85bffe4 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#020101E6;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-398 .elementor-element.elementor-element-1c19119{text-align:center;}.elementor-398 .elementor-element.elementor-element-1c19119 .elementor-heading-title{font-family:"Inter", Sans-serif;font-weight:600;color:var( --e-global-color-dc30d6f );}.elementor-398 .elementor-element.elementor-element-aa0ac5e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-398 .elementor-element.elementor-element-d1611e3{padding:0px 0px 0px 0px;}@media(max-width:767px){.elementor-398 .elementor-element.elementor-element-85bffe4{--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-398 .elementor-element.elementor-element-1c19119 .elementor-heading-title{font-size:32px;}}@media(min-width:1025px){.elementor-398 .elementor-element.elementor-element-85bffe4:not(.elementor-motion-effects-element-type-background), .elementor-398 .elementor-element.elementor-element-85bffe4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:scroll;}}/* Start custom CSS for shortcode, class: .elementor-element-d1611e3 *//* -------------------------------------------------------
   BCC Nursing – Professional Single Column Contact Form
-------------------------------------------------------- */

/* Import Inter font */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.bcc-contact-wrapper {
    font-family: 'Inter', sans-serif !important;
    font-size: 18px;
    max-width: 720px;
    margin: 32px auto;
    padding: 28px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.06);
    color: #1d1d1d;
    box-sizing: border-box;
}

/* Center layout */
.bcc-center-column {
    display: block;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

/* Form Title + Subtitle */
.bcc-form-heading {
    font-size: 26px;
    font-weight: 700;
    color: #42658B;
    margin: 0 0 6px 0;
    text-align: center;
}
.bcc-form-subtitle {
    font-size: 15px;
    color: #555;
    margin: 0 0 18px 0;
    text-align: center;
}

/* Remove default CF7 spacing */
.bcc-contact-wrapper p {
    margin: 0 !important;
    padding: 0 !important;
}

/* Labels */
.bcc-contact-wrapper label {
    display: block;
    margin: 14px 0 4px 0 !important;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}

/* Inputs / Select / Textarea */
.bcc-contact-wrapper input,
.bcc-contact-wrapper select,
.bcc-contact-wrapper textarea {
    width: 100%;
    padding: 12px 14px;
    border-radius: 10px;
    border: 1px solid #d6dfe9;
    background: #fdfefe;
    font-size: 18px;
    line-height: 1.3;
    box-sizing: border-box;
    margin-bottom: 10px; /* Perfect spacing after each field */
    transition: box-shadow .15s ease, border-color .15s ease;
}

/* Reduce select option spacing */
.bcc-contact-wrapper select option {
    padding: 6px 8px;
    font-size: 16px;
}

/* Textarea size */
.bcc-contact-wrapper textarea {
    min-height: 130px;
    max-height: 320px;
    resize: vertical;
}

/* Focus effects */
.bcc-contact-wrapper input:focus,
.bcc-contact-wrapper select:focus,
.bcc-contact-wrapper textarea:focus {
    outline: none;
    border-color: #42658B;
    box-shadow: 0 0 0 4px rgba(66,101,139,0.08);
}

/* Submit */
.bcc-submit-area {
    margin-top: 20px;
    text-align: center;
}
.bcc-submit {
    background: #F59E0B !important;
    color: #fff !important;
    padding: 12px 28px !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    border-radius: 10px !important;
    border: none !important;
    cursor: pointer !important;
    transition: transform .08s ease, box-shadow .12s ease;
}
.bcc-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(66,101,139,0.14);
}
.bcc-submit:active {
    transform: translateY(0);
}

/* Mobile Adjustments */
@media (max-width: 768px) {
    .bcc-contact-wrapper {
        padding: 20px;
        margin: 18px;
        font-size: 17px;
    }
    .bcc-form-heading { font-size: 22px; }
    .bcc-contact-wrapper label { font-size: 17px; }
    .bcc-contact-wrapper input,
    .bcc-contact-wrapper select,
    .bcc-contact-wrapper textarea {
        font-size: 16px;
        padding: 12px;
    }
    .bcc-submit {
        width: 100%;
        padding: 12px;
    }
}

/* Stronger keyboard focus */
.bcc-contact-wrapper input:focus-visible,
.bcc-contact-wrapper select:focus-visible,
.bcc-contact-wrapper textarea:focus-visible {
    box-shadow: 0 0 0 4px rgba(10,95,181,0.16);
    border-color: #0A5FB5;
}/* End custom CSS */