.elementor-1562 .elementor-element.elementor-element-b73cd24{--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;}.elementor-1562 .elementor-element.elementor-element-600b198{--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;}.elementor-1562 .elementor-element.elementor-element-32c451e{--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;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-1562 .elementor-element.elementor-element-b73cd24{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-593d6c5 *//* ==========================================================
   CUSTOM GOLF CART REPAIR
   SCHEDULE MOBILE SERVICE HERO
========================================================== */

.cgcr-schedule-hero,
.cgcr-schedule-hero *,
.cgcr-schedule-hero *::before,
.cgcr-schedule-hero *::after,
.cgcr-schedule-form-section,
.cgcr-schedule-form-section *,
.cgcr-schedule-form-section *::before,
.cgcr-schedule-form-section *::after {
    box-sizing: border-box;
}

/* ==========================================================
   HERO SECTION
========================================================== */

.cgcr-schedule-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #ffffff;
    background:
        radial-gradient(
            circle at 72% 25%,
            rgba(31, 79, 128, 0.28) 0,
            rgba(31, 79, 128, 0) 34%
        ),
        linear-gradient(
            115deg,
            #050505 0%,
            #090909 57%,
            #07182f 100%
        );
    border-bottom: 1px solid rgba(196, 154, 72, 0.45);
    font-family: "Montserrat", Arial, sans-serif;
}

.cgcr-schedule-hero::before {
    content: "";
    position: absolute;
    top: -220px;
    right: -180px;
    width: 660px;
    height: 660px;
    border: 1px solid rgba(196, 154, 72, 0.09);
    border-radius: 50%;
    pointer-events: none;
}

.cgcr-schedule-hero::after {
    content: "MOBILE SERVICE";
    position: absolute;
    left: 50%;
    bottom: 88px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.018);
    font-family: "Teko", Arial, sans-serif;
    font-size: clamp(120px, 17vw, 260px);
    line-height: 0.72;
    font-weight: 600;
    letter-spacing: 4px;
    white-space: nowrap;
    text-transform: uppercase;
    pointer-events: none;
}

.cgcr-schedule-hero-accent {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 7px;
    background: #c49a48;
}

.cgcr-schedule-hero-accent::after {
    content: "";
    position: absolute;
    top: 0;
    right: -140px;
    width: 160px;
    height: 7px;
    background: linear-gradient(
        90deg,
        #c49a48 0%,
        rgba(196, 154, 72, 0) 100%
    );
}

/* ==========================================================
   HERO INNER LAYOUT
========================================================== */

.cgcr-schedule-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.42fr) minmax(350px, 0.7fr);
    gap: 72px;
    align-items: center;
    width: 100%;
    max-width: 1380px;
    min-height: 730px;
    margin: 0 auto;
    padding: 115px 42px 105px;
}

/* ==========================================================
   HERO CONTENT
========================================================== */

.cgcr-schedule-hero-content {
    max-width: 850px;
}

.cgcr-schedule-hero-kicker {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 20px;
    color: #d0a54f;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-kicker::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 44px;
    height: 3px;
    background: #c49a48;
}

.cgcr-schedule-hero h1 {
    max-width: 850px;
    margin: 0 0 25px;
    color: #ffffff;
    font-family: "Teko", Arial, sans-serif;
    font-size: clamp(72px, 7.5vw, 116px);
    line-height: 0.79;
    font-weight: 600;
    letter-spacing: -1px;
    text-transform: uppercase;
}

.cgcr-schedule-hero h1 span {
    display: block;
    color: #c49a48;
}

.cgcr-schedule-hero-lead {
    max-width: 750px;
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.82;
}

/* ==========================================================
   HERO ACTIONS
========================================================== */

.cgcr-schedule-hero-actions {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 13px;
    margin-top: 35px;
}

.cgcr-schedule-hero-primary,
.cgcr-schedule-hero-primary:link,
.cgcr-schedule-hero-primary:visited,
.cgcr-schedule-hero-primary:active {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    min-width: 310px;
    min-height: 70px;
    padding: 20px 25px 16px 29px;
    color: #111111 !important;
    background: #c49a48;
    border: 2px solid #c49a48;
    font-family: "Teko", Arial, sans-serif;
    font-size: 29px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-decoration: none !important;
    text-transform: uppercase;
    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.cgcr-schedule-hero-primary:hover,
.cgcr-schedule-hero-primary:focus {
    color: #ffffff !important;
    background: #173b63;
    border-color: #173b63;
    transform: translateY(-2px);
}

.cgcr-schedule-hero-primary span {
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 21px;
    line-height: 1;
}

.cgcr-schedule-hero-phone,
.cgcr-schedule-hero-phone:link,
.cgcr-schedule-hero-phone:visited,
.cgcr-schedule-hero-phone:active {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 235px;
    min-height: 70px;
    padding: 13px 23px 11px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.28);
    text-decoration: none !important;
    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease;
}

.cgcr-schedule-hero-phone span {
    display: block;
    margin-bottom: 2px;
    color: #c49a48;
    font-size: 8px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-phone strong {
    display: block;
    color: inherit;
    font-family: "Teko", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.cgcr-schedule-hero-phone:hover,
.cgcr-schedule-hero-phone:focus {
    color: #111111 !important;
    background: #ffffff;
    border-color: #ffffff;
    transform: translateY(-2px);
}

.cgcr-schedule-hero-phone:hover span,
.cgcr-schedule-hero-phone:focus span {
    color: #8f6822;
}

/* ==========================================================
   COVERAGE LINE
========================================================== */

.cgcr-schedule-hero-coverage {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 29px;
}

.cgcr-schedule-hero-coverage > span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 9px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-coverage p {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 0;
    color: rgba(255, 255, 255, 0.75);
    font-size: 10px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-coverage i {
    display: block;
    width: 6px;
    height: 6px;
    background: #c49a48;
    transform: rotate(45deg);
}

/* ==========================================================
   HERO SIDE PANEL
========================================================== */

.cgcr-schedule-hero-panel {
    position: relative;
    padding: 42px 38px 38px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.965);
    border-top: 6px solid #c49a48;
    box-shadow: 0 26px 65px rgba(0, 0, 0, 0.35);
}

.cgcr-schedule-hero-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 6px;
    background: #173b63;
}

.cgcr-schedule-panel-kicker {
    display: block;
    margin-bottom: 11px;
    color: #967028;
    font-size: 9px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-panel h2 {
    margin: 0 0 15px;
    color: #111111;
    font-family: "Teko", Arial, sans-serif;
    font-size: 45px;
    line-height: 0.9;
    font-weight: 600;
    text-transform: uppercase;
}

.cgcr-schedule-hero-panel > p {
    margin: 0;
    color: #666666;
    font-size: 13px;
    line-height: 1.72;
}

/* ==========================================================
   PANEL SERVICE LIST
========================================================== */

.cgcr-schedule-panel-list {
    margin-top: 27px;
    border-top: 1px solid #deded9;
}

.cgcr-schedule-panel-item {
    display: grid;
    grid-template-columns: 10px minmax(0, 1fr);
    gap: 14px;
    align-items: flex-start;
    padding: 17px 0;
    border-bottom: 1px solid #deded9;
}

.cgcr-schedule-panel-item > span {
    display: block;
    width: 8px;
    height: 8px;
    margin-top: 5px;
    background: #c49a48;
    transform: rotate(45deg);
}

.cgcr-schedule-panel-item strong {
    display: block;
    margin-bottom: 3px;
    color: #111111;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.cgcr-schedule-panel-item p {
    margin: 0;
    color: #747474;
    font-size: 11px;
    line-height: 1.6;
}

/* ==========================================================
   HERO BOTTOM SERVICE STRIP
========================================================== */

.cgcr-schedule-hero-bottom {
    position: relative;
    z-index: 3;
    width: 100%;
    background: #173b63;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.cgcr-schedule-hero-bottom-inner {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 42px;
}

.cgcr-schedule-hero-stat {
    position: relative;
    padding: 25px 30px 23px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.cgcr-schedule-hero-stat:first-child {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.cgcr-schedule-hero-stat::before {
    content: "";
    position: absolute;
    top: 29px;
    left: 13px;
    width: 7px;
    height: 7px;
    background: #c49a48;
    transform: rotate(45deg);
}

.cgcr-schedule-hero-stat strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: "Teko", Arial, sans-serif;
    font-size: 25px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-transform: uppercase;
}

.cgcr-schedule-hero-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.56);
    font-size: 9px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* ==========================================================
   FORM TRANSITION SECTION
========================================================== */

.cgcr-schedule-form-section {
    position: relative;
    width: 100%;
    padding: 95px 24px 110px;
    background: #f3f3f0;
    color: #111111;
    font-family: "Montserrat", Arial, sans-serif;
}

.cgcr-schedule-form-inner {
    width: 100%;
    max-width: 1120px;
    margin: 0 auto;
}

.cgcr-schedule-form-heading {
    max-width: 820px;
    margin: 0 auto 45px;
    text-align: center;
}

.cgcr-schedule-form-heading > span {
    display: block;
    margin-bottom: 12px;
    color: #95702a;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.cgcr-schedule-form-heading h2 {
    margin: 0 0 17px;
    color: #111111;
    font-family: "Teko", Arial, sans-serif;
    font-size: clamp(55px, 6vw, 78px);
    line-height: 0.87;
    font-weight: 600;
    text-transform: uppercase;
}

.cgcr-schedule-form-heading p {
    max-width: 740px;
    margin: 0 auto;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

#schedule-service-form {
    scroll-margin-top: 110px;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1080px) {

    .cgcr-schedule-hero-inner {
        grid-template-columns: 1fr;
        gap: 55px;
        min-height: auto;
        padding-top: 105px;
        padding-bottom: 85px;
    }

    .cgcr-schedule-hero-content {
        max-width: 900px;
    }

    .cgcr-schedule-hero-panel {
        max-width: 760px;
    }

    .cgcr-schedule-panel-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        column-gap: 30px;
    }

    .cgcr-schedule-hero-bottom-inner {
        padding: 0 30px;
    }

}

/* ==========================================================
   SMALL TABLET
========================================================== */

@media (max-width: 780px) {

    .cgcr-schedule-hero-inner {
        padding-right: 25px;
        padding-left: 25px;
    }

    .cgcr-schedule-hero h1 {
        font-size: clamp(67px, 13vw, 92px);
    }

    .cgcr-schedule-hero-bottom-inner {
        grid-template-columns: 1fr;
        padding: 0 25px;
    }

    .cgcr-schedule-hero-stat,
    .cgcr-schedule-hero-stat:first-child {
        padding-left: 32px;
        border-right: 0;
        border-left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    }

    .cgcr-schedule-hero-stat:last-child {
        border-bottom: 0;
    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 620px) {

    .cgcr-schedule-hero::after {
        display: none;
    }

    .cgcr-schedule-hero-inner {
        gap: 42px;
        padding: 88px 18px 65px;
    }

    .cgcr-schedule-hero-kicker {
        align-items: flex-start;
        font-size: 9px;
        letter-spacing: 1.45px;
    }

    .cgcr-schedule-hero-kicker::before {
        width: 30px;
        margin-top: 4px;
    }

    .cgcr-schedule-hero h1 {
        margin-bottom: 21px;
        font-size: clamp(58px, 18vw, 77px);
        line-height: 0.81;
        letter-spacing: -0.4px;
    }

    .cgcr-schedule-hero-lead {
        font-size: 14px;
        line-height: 1.75;
    }

    .cgcr-schedule-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 29px;
    }

    .cgcr-schedule-hero-primary,
    .cgcr-schedule-hero-phone {
        width: 100%;
        min-width: 0;
    }

    .cgcr-schedule-hero-primary {
        min-height: 64px;
        font-size: 26px;
    }

    .cgcr-schedule-hero-coverage {
        align-items: flex-start;
    }

    .cgcr-schedule-hero-coverage p {
        flex-wrap: wrap;
        gap: 10px;
    }

    .cgcr-schedule-hero-panel {
        padding: 35px 23px 27px;
    }

    .cgcr-schedule-hero-panel h2 {
        font-size: 39px;
    }

    .cgcr-schedule-panel-list {
        display: block;
    }

    .cgcr-schedule-hero-bottom-inner {
        padding: 0 18px;
    }

    .cgcr-schedule-form-section {
        padding: 72px 18px 80px;
    }

    .cgcr-schedule-form-heading {
        margin-bottom: 35px;
        text-align: left;
    }

    .cgcr-schedule-form-heading h2 {
        font-size: clamp(49px, 15vw, 63px);
    }

    .cgcr-schedule-form-heading p {
        font-size: 14px;
        line-height: 1.75;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3986c18 *//* ==========================================
   Schedule Service Title
========================================== */

.cgcr-schedule-title-section {
    width: 100%;
    padding: 60px 20px 42px;
    background: #ffffff;
}

.cgcr-schedule-title-wrap {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cgcr-schedule-title {
    margin: 0;
    font-family: "Teko", sans-serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 600;
    line-height: 0.95;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #111111;
}

@media (max-width: 768px) {

    .cgcr-schedule-title-section {
        padding: 48px 16px 32px;
    }

    .cgcr-schedule-title {
        font-size: 42px;
        line-height: 1;
    }

}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f84d4e7 *//* ==========================================================
   CUSTOM GOLF CART REPAIR
   FLUENT FORM ID 3
   CLEAN WHITE DEALERSHIP STYLE
========================================================== */

.fluentform_wrapper_3,
.fluentform_wrapper_3 *,
.fluentform_wrapper_3 *::before,
.fluentform_wrapper_3 *::after,
form.fluent_form_3,
form.fluent_form_3 *,
form.fluent_form_3 *::before,
form.fluent_form_3 *::after {
    box-sizing: border-box;
}

/* ==========================================================
   FORM WRAPPER
========================================================== */

.fluentform_wrapper_3 {
    position: relative;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 58px 58px 54px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid #ddddda;
    border-top: 7px solid #c49a48;
    box-shadow: 0 24px 60px rgba(17, 17, 17, 0.09);
    font-family: "Montserrat", Arial, sans-serif;
}

.fluentform_wrapper_3::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 240px;
    height: 7px;
    background: #173b63;
    pointer-events: none;
}

.fluentform_wrapper_3::after {
    content: "";
    position: absolute;
    top: 0;
    right: -110px;
    width: 300px;
    height: 100%;
    background: linear-gradient(
        145deg,
        rgba(23, 59, 99, 0.035) 0%,
        rgba(23, 59, 99, 0) 68%
    );
    transform: skewX(-12deg);
    pointer-events: none;
}

form.fluent_form_3 {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: 0;
}

/* ==========================================================
   FORM TITLE AND SECTION HEADINGS
========================================================== */

.fluentform_wrapper_3 .ff-el-section-title,
.fluentform_wrapper_3 .ff-el-section-title h2,
.fluentform_wrapper_3 .ff-el-section-title h3,
.fluentform_wrapper_3 .ff-el-section-title h4 {
    margin: 0 0 12px;
    color: #111111;
    font-family: "Teko", Arial, sans-serif;
    font-size: clamp(42px, 5vw, 60px);
    line-height: 0.92;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase;
}

.fluentform_wrapper_3 .ff-el-section-break {
    margin-bottom: 34px;
}

.fluentform_wrapper_3 .ff-el-section-break hr {
    width: 100%;
    margin: 22px 0 28px;
    border: 0;
    border-top: 1px solid #deded9;
}

.fluentform_wrapper_3 .ff-el-section-break p,
.fluentform_wrapper_3 .ff-el-section-break span,
.fluentform_wrapper_3 .ff-el-section-break div {
    max-width: 820px;
    margin: 0;
    color: #666666;
    font-size: 15px;
    line-height: 1.8;
}

/* ==========================================================
   FORM ROWS AND SPACING
========================================================== */

.fluentform_wrapper_3 .ff-t-container {
    gap: 22px;
}

.fluentform_wrapper_3 .ff-el-group {
    margin-bottom: 25px;
}

.fluentform_wrapper_3 .ff-el-group:last-child {
    margin-bottom: 0;
}

/* ==========================================================
   LABELS
========================================================== */

.fluentform_wrapper_3 .ff-el-input--label {
    margin-bottom: 10px;
}

.fluentform_wrapper_3 .ff-el-input--label label {
    display: block;
    margin: 0;
    color: #111111;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 800;
    letter-spacing: 1.05px;
    text-transform: uppercase;
}

.fluentform_wrapper_3 .ff-el-input--label label .ff-el-required {
    color: #b8862d;
}

/* ==========================================================
   TEXT INPUTS, SELECTS AND TEXTAREAS
========================================================== */

.fluentform_wrapper_3 input[type="text"],
.fluentform_wrapper_3 input[type="email"],
.fluentform_wrapper_3 input[type="tel"],
.fluentform_wrapper_3 input[type="number"],
.fluentform_wrapper_3 input[type="url"],
.fluentform_wrapper_3 input[type="date"],
.fluentform_wrapper_3 input[type="time"],
.fluentform_wrapper_3 input[type="password"],
.fluentform_wrapper_3 select,
.fluentform_wrapper_3 textarea,
.fluentform_wrapper_3 .ff-el-form-control {
    display: block;
    width: 100%;
    min-height: 62px;
    margin: 0;
    padding: 17px 18px;
    appearance: none;
    color: #111111;
    background: #f7f7f5;
    border: 1px solid #d7d7d2;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 15px;
    line-height: 1.5;
    transition:
        background-color 0.22s ease,
        border-color 0.22s ease,
        box-shadow 0.22s ease;
}

.fluentform_wrapper_3 textarea,
.fluentform_wrapper_3 textarea.ff-el-form-control {
    min-height: 180px;
    resize: vertical;
}

.fluentform_wrapper_3 input::placeholder,
.fluentform_wrapper_3 textarea::placeholder {
    color: #999999;
    opacity: 1;
}

.fluentform_wrapper_3 input[type="text"]:hover,
.fluentform_wrapper_3 input[type="email"]:hover,
.fluentform_wrapper_3 input[type="tel"]:hover,
.fluentform_wrapper_3 input[type="number"]:hover,
.fluentform_wrapper_3 input[type="url"]:hover,
.fluentform_wrapper_3 input[type="date"]:hover,
.fluentform_wrapper_3 input[type="time"]:hover,
.fluentform_wrapper_3 input[type="password"]:hover,
.fluentform_wrapper_3 select:hover,
.fluentform_wrapper_3 textarea:hover,
.fluentform_wrapper_3 .ff-el-form-control:hover {
    border-color: #bdbdb7;
}

.fluentform_wrapper_3 input[type="text"]:focus,
.fluentform_wrapper_3 input[type="email"]:focus,
.fluentform_wrapper_3 input[type="tel"]:focus,
.fluentform_wrapper_3 input[type="number"]:focus,
.fluentform_wrapper_3 input[type="url"]:focus,
.fluentform_wrapper_3 input[type="date"]:focus,
.fluentform_wrapper_3 input[type="time"]:focus,
.fluentform_wrapper_3 input[type="password"]:focus,
.fluentform_wrapper_3 select:focus,
.fluentform_wrapper_3 textarea:focus,
.fluentform_wrapper_3 .ff-el-form-control:focus {
    color: #111111;
    background: #ffffff;
    border-color: #c49a48;
    box-shadow: 0 0 0 4px rgba(196, 154, 72, 0.12);
}

/* ==========================================================
   SELECT FIELDS
========================================================== */

.fluentform_wrapper_3 select,
.fluentform_wrapper_3 select.ff-el-form-control {
    padding-right: 50px;
    background-image:
        linear-gradient(45deg, transparent 50%, #173b63 50%),
        linear-gradient(135deg, #173b63 50%, transparent 50%);
    background-position:
        calc(100% - 22px) 27px,
        calc(100% - 16px) 27px;
    background-size: 6px 6px, 6px 6px;
    background-repeat: no-repeat;
}

.fluentform_wrapper_3 select option {
    color: #111111;
    background: #ffffff;
}

/* ==========================================================
   RADIO BUTTONS AND CHECKBOXES
========================================================== */

.fluentform_wrapper_3 .ff-el-form-check {
    margin-bottom: 10px;
}

.fluentform_wrapper_3 .ff-el-form-check:last-child {
    margin-bottom: 0;
}

.fluentform_wrapper_3 .ff-el-form-check label {
    color: #4e4e4e;
    font-size: 14px;
    line-height: 1.6;
}

.fluentform_wrapper_3 input[type="checkbox"],
.fluentform_wrapper_3 input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    accent-color: #c49a48;
}

.fluentform_wrapper_3 .ff_checkbox_wrap,
.fluentform_wrapper_3 .ff_radio_wrap {
    padding: 18px 20px;
    background: #f7f7f5;
    border: 1px solid #deded9;
}

/* ==========================================================
   HELP TEXT
========================================================== */

.fluentform_wrapper_3 .ff-el-help-message,
.fluentform_wrapper_3 .ff-el-input--content small,
.fluentform_wrapper_3 .ff-el-input--content .text-muted {
    display: block;
    margin-top: 8px;
    color: #858585;
    font-size: 11px;
    line-height: 1.55;
}

/* ==========================================================
   FILE UPLOAD
========================================================== */

.fluentform_wrapper_3 input[type="file"] {
    min-height: 62px;
    padding: 12px;
    color: #555555;
    background: #f7f7f5;
    border: 1px dashed #c9c9c3;
}

.fluentform_wrapper_3 input[type="file"]::file-.elementor-1562 .elementor-element.elementor-element-f84d4e7-button {
    margin-right: 14px;
    padding: 12px 18px;
    color: #ffffff;
    background: #173b63;
    border: 0;
    border-radius: 0;
    font-family: "Montserrat", Arial, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    cursor: pointer;
}

.fluentform_wrapper_3 .ff_upload_btn,
.fluentform_wrapper_3 .ff-upload-btn {
    padding: 14px 20px;
    color: #ffffff !important;
    background: #173b63;
    border: 1px solid #173b63;
    border-radius: 0;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

/* ==========================================================
   SUBMIT AREA
========================================================== */

.fluentform_wrapper_3 .ff_submit_btn_wrapper {
    margin-top: 12px;
    padding-top: 26px;
    border-top: 1px solid #deded9;
}

/* ==========================================================
   SUBMIT BUTTON
========================================================== */

form.fluent_form_3 .ff-btn-submit,
form.fluent_form_3 button.ff-btn-submit,
form.fluent_form_3 input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 285px;
    min-height: 66px;
    margin: 0;
    padding: 18px 36px 15px;
    color: #111111 !important;
    background: #c49a48 !important;
    border: 2px solid #c49a48 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    font-family: "Teko", Arial, sans-serif;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        color 0.22s ease,
        background-color 0.22s ease,
        border-color 0.22s ease,
        transform 0.22s ease,
        box-shadow 0.22s ease;
}

form.fluent_form_3 .ff-btn-submit:hover,
form.fluent_form_3 .ff-btn-submit:focus,
form.fluent_form_3 button.ff-btn-submit:hover,
form.fluent_form_3 button.ff-btn-submit:focus,
form.fluent_form_3 input[type="submit"]:hover,
form.fluent_form_3 input[type="submit"]:focus {
    color: #ffffff !important;
    background: #173b63 !important;
    border-color: #173b63 !important;
    box-shadow: 0 14px 30px rgba(17, 17, 17, 0.16) !important;
    transform: translateY(-2px);
}

/* ==========================================================
   PRIVACY AND INLINE LINKS
========================================================== */

.fluentform_wrapper_3 .ff-el-input--content a,
.fluentform_wrapper_3 .ff-el-form-check a,
.fluentform_wrapper_3 .ff-el-section-break a {
    color: #8d6825;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.fluentform_wrapper_3 .ff-el-input--content a:hover,
.fluentform_wrapper_3 .ff-el-form-check a:hover,
.fluentform_wrapper_3 .ff-el-section-break a:hover {
    color: #173b63;
}

/* ==========================================================
   VALIDATION ERRORS
========================================================== */

.fluentform_wrapper_3 .ff-el-is-error .ff-el-form-control,
.fluentform_wrapper_3 .ff-el-is-error input,
.fluentform_wrapper_3 .ff-el-is-error select,
.fluentform_wrapper_3 .ff-el-is-error textarea {
    background: #fffafa;
    border-color: #c94f4f !important;
    box-shadow: 0 0 0 4px rgba(201, 79, 79, 0.09);
}

.fluentform_wrapper_3 .ff-el-is-error .text-danger,
.fluentform_wrapper_3 .error,
.fluentform_wrapper_3 .ff-el-is-error .ff-el-help-message {
    margin-top: 7px;
    color: #b93636 !important;
    font-size: 11px;
    line-height: 1.5;
    font-weight: 700;
}

/* ==========================================================
   SUCCESS MESSAGE
========================================================== */

.fluentform_wrapper_3 .ff-message-success {
    margin: 0;
    padding: 28px 30px;
    color: #183e2b;
    background: #f2faf5;
    border: 1px solid #b9d8c4;
    border-left: 6px solid #3c8c5c;
    box-shadow: none;
    font-size: 14px;
    line-height: 1.75;
}

/* ==========================================================
   ERROR MESSAGE
========================================================== */

.fluentform_wrapper_3 .ff-message-error,
.fluentform_wrapper_3 .ff-errors-in-stack {
    margin: 0 0 24px;
    padding: 22px 24px;
    color: #7b2424;
    background: #fff5f5;
    border: 1px solid #e2bbbb;
    border-left: 6px solid #c94f4f;
    font-size: 13px;
    line-height: 1.65;
}

/* ==========================================================
   LOADING STATE
========================================================== */

form.fluent_form_3 .ff-btn-submit:disabled,
form.fluent_form_3 .ff-btn-submit.ff-working {
    opacity: 0.65;
    cursor: wait;
    transform: none;
}

/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 900px) {

    .fluentform_wrapper_3 {
        padding: 48px 38px 44px;
    }

    .fluentform_wrapper_3 .ff-t-container {
        gap: 18px;
    }

}

/* ==========================================================
   MOBILE
========================================================== */

@media (max-width: 767px) {

    .fluentform_wrapper_3 {
        padding: 36px 21px 32px;
        border-top-width: 6px;
        box-shadow: 0 18px 40px rgba(17, 17, 17, 0.08);
    }

    .fluentform_wrapper_3::before {
        width: 110px;
        height: 6px;
    }

    .fluentform_wrapper_3::after {
        display: none;
    }

    .fluentform_wrapper_3 .ff-el-section-title,
    .fluentform_wrapper_3 .ff-el-section-title h2,
    .fluentform_wrapper_3 .ff-el-section-title h3,
    .fluentform_wrapper_3 .ff-el-section-title h4 {
        font-size: 44px;
    }

    .fluentform_wrapper_3 .ff-el-section-break p,
    .fluentform_wrapper_3 .ff-el-section-break span,
    .fluentform_wrapper_3 .ff-el-section-break div {
        font-size: 14px;
        line-height: 1.75;
    }

    .fluentform_wrapper_3 .ff-t-container {
        display: block;
    }

    .fluentform_wrapper_3 .ff-t-cell {
        width: 100% !important;
        margin-bottom: 0;
    }

    .fluentform_wrapper_3 .ff-el-group {
        margin-bottom: 20px;
    }

    .fluentform_wrapper_3 input[type="text"],
    .fluentform_wrapper_3 input[type="email"],
    .fluentform_wrapper_3 input[type="tel"],
    .fluentform_wrapper_3 input[type="number"],
    .fluentform_wrapper_3 input[type="url"],
    .fluentform_wrapper_3 input[type="date"],
    .fluentform_wrapper_3 input[type="time"],
    .fluentform_wrapper_3 input[type="password"],
    .fluentform_wrapper_3 select,
    .fluentform_wrapper_3 textarea,
    .fluentform_wrapper_3 .ff-el-form-control {
        min-height: 58px;
        padding: 15px 14px;
        font-size: 16px;
    }

    .fluentform_wrapper_3 textarea,
    .fluentform_wrapper_3 textarea.ff-el-form-control {
        min-height: 155px;
    }

    .fluentform_wrapper_3 .ff_submit_btn_wrapper {
        padding-top: 22px;
    }

    form.fluent_form_3 .ff-btn-submit,
    form.fluent_form_3 button.ff-btn-submit,
    form.fluent_form_3 input[type="submit"] {
        width: 100%;
        min-width: 0;
        min-height: 62px;
        padding-left: 22px;
        padding-right: 22px;
        font-size: 28px;
    }

}/* End custom CSS */