.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-theme-post-title .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-893 .elementor-element.elementor-element-af95e5c .elementor-heading-title{color:var( --e-global-color-46d1f78 );}.elementor-widget-post-info .elementor-icon-list-item:not(:last-child):after{border-color:var( --e-global-color-text );}.elementor-widget-post-info .elementor-icon-list-icon i{color:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-icon svg{fill:var( --e-global-color-primary );}.elementor-widget-post-info .elementor-icon-list-text, .elementor-widget-post-info .elementor-icon-list-text a{color:var( --e-global-color-secondary );}.elementor-widget-post-info .elementor-icon-list-item{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-893 .elementor-element.elementor-element-5027470 .elementor-icon-list-icon i{color:var( --e-global-color-astglobalcolor2 );font-size:14px;}.elementor-893 .elementor-element.elementor-element-5027470 .elementor-icon-list-icon svg{fill:var( --e-global-color-astglobalcolor2 );--e-icon-list-icon-size:14px;}.elementor-893 .elementor-element.elementor-element-5027470 .elementor-icon-list-icon{width:14px;}.elementor-893 .elementor-element.elementor-element-5027470 .elementor-icon-list-text, .elementor-893 .elementor-element.elementor-element-5027470 .elementor-icon-list-text a{color:var( --e-global-color-astglobalcolor2 );}.elementor-widget-theme-post-content{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}@media(min-width:768px){.elementor-893 .elementor-element.elementor-element-7826c3a{width:70%;}.elementor-893 .elementor-element.elementor-element-003ca10{width:30%;}}/* Start custom CSS for sidebar, class: .elementor-element-ef21731 *//* ============================================================
   ABUNDANT LIFE CARE CLINIC
   PREMIUM BLOG SIDEBAR - COMPLETE VISUAL REDESIGN

   MAIN DARK      #013143
   PRIMARY BLUE   #046BD2
   LIGHT BLUE     #EAF5FF
   TEXT           #506872
   BORDER         #DCEAF1
   ============================================================ */


/* ============================================================
   1. SIDEBAR BASE
   ============================================================ */

.elementor-widget-sidebar,
.sidebar,
aside.widget-area {
    font-family: inherit !important;
    color: #506872 !important;
}


/* ============================================================
   2. WIDGET CARDS
   ============================================================ */

.elementor-widget-sidebar .widget,
.sidebar .widget,
aside.widget-area .widget {
    position: relative !important;

    background:
        linear-gradient(
            145deg,
            #ffffff 0%,
            #fafdff 100%
        ) !important;

    border: 1px solid #dceaf1 !important;

    border-radius: 22px !important;

    padding: 28px !important;

    margin-bottom: 24px !important;

    box-shadow:
        0 3px 8px rgba(1,49,67,0.03),
        0 12px 28px rgba(1,49,67,0.07) !important;

    overflow: hidden !important;

    transition:
        all 0.35s ease !important;
}


/* TOP GRADIENT LINE */

.elementor-widget-sidebar .widget::before,
.sidebar .widget::before,
aside.widget-area .widget::before {
    content: "" !important;

    position: absolute !important;

    top: 0 !important;
    left: 0 !important;

    width: 100% !important;
    height: 4px !important;

    background:
        linear-gradient(
            90deg,
            #013143 0%,
            #046BD2 55%,
            #58B5FF 100%
        ) !important;

    border-radius: 22px 22px 0 0 !important;
}


/* DECORATIVE BACKGROUND */

.elementor-widget-sidebar .widget::after,
.sidebar .widget::after,
aside.widget-area .widget::after {
    content: "" !important;

    position: absolute !important;

    width: 110px !important;
    height: 110px !important;

    right: -60px !important;
    top: -60px !important;

    background: rgba(4,107,210,0.055) !important;

    border-radius: 50% !important;

    pointer-events: none !important;
}


/* CARD HOVER */

.elementor-widget-sidebar .widget:hover,
.sidebar .widget:hover,
aside.widget-area .widget:hover {
    transform: translateY(-5px) !important;

    border-color: rgba(4,107,210,0.28) !important;

    box-shadow:
        0 8px 20px rgba(1,49,67,0.06),
        0 20px 45px rgba(4,107,210,0.12) !important;
}


/* ============================================================
   3. WIDGET HEADINGS
   ============================================================ */

.elementor-widget-sidebar .widget-title,
.sidebar .widget-title,
aside.widget-area .widget-title {
    position: relative !important;

    display: flex !important;

    align-items: center !important;

    gap: 13px !important;

    margin: 0 0 24px !important;

    padding: 0 0 17px !important;

    color: #013143 !important;

    font-size: 22px !important;

    font-weight: 800 !important;

    line-height: 1.25 !important;

    letter-spacing: -0.4px !important;
}


/* HEADING ICON */

.elementor-widget-sidebar .widget-title::before,
.sidebar .widget-title::before,
aside.widget-area .widget-title::before {
    content: "" !important;

    display: block !important;

    width: 7px !important;

    min-width: 7px !important;

    height: 29px !important;

    background:
        linear-gradient(
            180deg,
            #046BD2,
            #013143
        ) !important;

    border-radius: 10px !important;

    box-shadow:
        0 3px 8px rgba(4,107,210,0.20) !important;
}


/* HEADING UNDERLINE */

.elementor-widget-sidebar .widget-title::after,
.sidebar .widget-title::after,
aside.widget-area .widget-title::after {
    content: "" !important;

    position: absolute !important;

    left: 0 !important;

    bottom: 0 !important;

    width: 100% !important;

    height: 1px !important;

    background: #dfeaf0 !important;
}


/* ============================================================
   4. ALL SIDEBAR TEXT
   ============================================================ */

.elementor-widget-sidebar .widget p,
.sidebar .widget p,
aside.widget-area .widget p {
    color: #607780 !important;

    font-size: 14px !important;

    line-height: 1.75 !important;

    margin-bottom: 12px !important;
}


/* STRONG TEXT */

.elementor-widget-sidebar .widget strong,
.sidebar .widget strong,
aside.widget-area .widget strong {
    color: #013143 !important;

    font-weight: 700 !important;
}


/* ============================================================
   5. ALL NORMAL LINKS
   ============================================================ */

.elementor-widget-sidebar .widget a,
.sidebar .widget a,
aside.widget-area .widget a {
    color: #315764 !important;

    text-decoration: none !important;

    transition:
        color 0.3s ease,
        background 0.3s ease,
        transform 0.3s ease,
        border 0.3s ease !important;
}


/* GENERAL LINK HOVER */

.elementor-widget-sidebar .widget a:hover,
.sidebar .widget a:hover,
aside.widget-area .widget a:hover {
    color: #046BD2 !important;
}


/* ============================================================
   6. SEARCH BOX
   ============================================================ */

.elementor-widget-sidebar .search-form,
.sidebar .search-form,
aside.widget-area .search-form {
    display: flex !important;

    flex-direction: column !important;

    gap: 12px !important;

    position: relative !important;
}


/* SEARCH INPUT */

.elementor-widget-sidebar input[type="search"],
.sidebar input[type="search"],
aside.widget-area input[type="search"] {
    width: 100% !important;

    height: 56px !important;

    box-sizing: border-box !important;

    padding: 0 18px !important;

    background: #f5f9fc !important;

    border: 1px solid #d6e5ed !important;

    border-radius: 14px !important;

    color: #013143 !important;

    font-size: 14px !important;

    font-weight: 500 !important;

    outline: none !important;

    box-shadow:
        inset 0 1px 3px rgba(1,49,67,0.03) !important;

    transition: all 0.3s ease !important;
}


/* PLACEHOLDER */

.elementor-widget-sidebar input[type="search"]::placeholder,
.sidebar input[type="search"]::placeholder,
aside.widget-area input[type="search"]::placeholder {
    color: #8da0a8 !important;

    font-weight: 400 !important;
}


/* SEARCH FOCUS */

.elementor-widget-sidebar input[type="search"]:focus,
.sidebar input[type="search"]:focus,
aside.widget-area input[type="search"]:focus {
    background: #ffffff !important;

    border-color: #046BD2 !important;

    box-shadow:
        0 0 0 4px rgba(4,107,210,0.09),
        0 8px 18px rgba(4,107,210,0.07) !important;

    transform: translateY(-1px) !important;
}


/* SEARCH BUTTON */

.elementor-widget-sidebar input[type="submit"],
.sidebar input[type="submit"],
aside.widget-area input[type="submit"] {
    width: 100% !important;

    height: 53px !important;

    border: none !important;

    border-radius: 14px !important;

    background:
        linear-gradient(
            135deg,
            #046BD2 0%,
            #0358A8 100%
        ) !important;

    color: #ffffff !important;

    font-size: 15px !important;

    font-weight: 700 !important;

    letter-spacing: 0.2px !important;

    cursor: pointer !important;

    box-shadow:
        0 7px 18px rgba(4,107,210,0.20) !important;

    transition: all 0.3s ease !important;
}


/* SEARCH BUTTON HOVER */

.elementor-widget-sidebar input[type="submit"]:hover,
.sidebar input[type="submit"]:hover,
aside.widget-area input[type="submit"]:hover {
    background:
        linear-gradient(
            135deg,
            #013143 0%,
            #02506A 100%
        ) !important;

    transform: translateY(-3px) !important;

    box-shadow:
        0 10px 25px rgba(1,49,67,0.22) !important;
}


/* ============================================================
   7. RECENT POSTS
   ============================================================ */

.elementor-widget-sidebar .widget_recent_entries ul,
.sidebar .widget_recent_entries ul,
aside.widget-area .widget_recent_entries ul {
    list-style: none !important;

    padding: 0 !important;

    margin: 0 !important;
}


/* POST ROW */

.elementor-widget-sidebar .widget_recent_entries li,
.sidebar .widget_recent_entries li,
aside.widget-area .widget_recent_entries li {
    position: relative !important;

    display: flex !important;

    align-items: flex-start !important;

    gap: 13px !important;

    padding: 15px 0 !important;

    margin: 0 !important;

    border-bottom: 1px solid #e5edf1 !important;

    transition: all 0.3s ease !important;
}


/* FIRST */

.elementor-widget-sidebar .widget_recent_entries li:first-child,
.sidebar .widget_recent_entries li:first-child,
aside.widget-area .widget_recent_entries li:first-child {
    padding-top: 0 !important;
}


/* LAST */

.elementor-widget-sidebar .widget_recent_entries li:last-child,
.sidebar .widget_recent_entries li:last-child,
aside.widget-area .widget_recent_entries li:last-child {
    padding-bottom: 0 !important;

    border-bottom: none !important;
}


/* POST ICON */

.elementor-widget-sidebar .widget_recent_entries li::before,
.sidebar .widget_recent_entries li::before,
aside.widget-area .widget_recent_entries li::before {
    content: "→" !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    flex: 0 0 34px !important;

    width: 34px !important;

    height: 34px !important;

    margin-top: 1px !important;

    background:
        linear-gradient(
            135deg,
            #EAF5FF,
            #DDEFFF
        ) !important;

    border: 1px solid #CFE5F5 !important;

    border-radius: 10px !important;

    color: #046BD2 !important;

    font-size: 14px !important;

    font-weight: 800 !important;

    transition: all 0.3s ease !important;
}


/* POST LINK */

.elementor-widget-sidebar .widget_recent_entries a,
.sidebar .widget_recent_entries a,
aside.widget-area .widget_recent_entries a {
    color: #244F5D !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    line-height: 1.6 !important;

    text-decoration: none !important;
}


/* POST HOVER */

.elementor-widget-sidebar .widget_recent_entries li:hover,
.sidebar .widget_recent_entries li:hover,
aside.widget-area .widget_recent_entries li:hover {
    padding-left: 5px !important;
}


.elementor-widget-sidebar .widget_recent_entries li:hover a,
.sidebar .widget_recent_entries li:hover a,
aside.widget-area .widget_recent_entries li:hover a {
    color: #046BD2 !important;
}


.elementor-widget-sidebar .widget_recent_entries li:hover::before,
.sidebar .widget_recent_entries li:hover::before,
aside.widget-area .widget_recent_entries li:hover::before {
    background: #046BD2 !important;

    border-color: #046BD2 !important;

    color: #ffffff !important;

    transform: scale(1.08) !important;

    box-shadow:
        0 5px 12px rgba(4,107,210,0.20) !important;
}


/* ============================================================
   8. ARCHIVES
   ============================================================ */

.elementor-widget-sidebar .widget_archive ul,
.sidebar .widget_archive ul,
aside.widget-area .widget_archive ul {
    list-style: none !important;

    padding: 0 !important;

    margin: 0 !important;
}


.elementor-widget-sidebar .widget_archive li,
.sidebar .widget_archive li,
aside.widget-area .widget_archive li {
    margin: 0 0 9px !important;

    padding: 0 !important;
}


/* ARCHIVE BOX */

.elementor-widget-sidebar .widget_archive a,
.sidebar .widget_archive a,
aside.widget-area .widget_archive a {
    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    width: 100% !important;

    box-sizing: border-box !important;

    padding: 13px 15px !important;

    background:
        linear-gradient(
            90deg,
            #f5f9fc,
            #fbfdff
        ) !important;

    border: 1px solid #e6eef2 !important;

    border-radius: 12px !important;

    color: #315764 !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    text-decoration: none !important;

    transition: all 0.3s ease !important;
}


/* ARCHIVE ARROW */

.elementor-widget-sidebar .widget_archive a::after,
.sidebar .widget_archive a::after,
aside.widget-area .widget_archive a::after {
    content: "→" !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 25px !important;

    height: 25px !important;

    background: #e8f3fc !important;

    border-radius: 50% !important;

    color: #046BD2 !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    transition: all 0.3s ease !important;
}


/* ARCHIVE HOVER */

.elementor-widget-sidebar .widget_archive a:hover,
.sidebar .widget_archive a:hover,
aside.widget-area .widget_archive a:hover {
    background: #046BD2 !important;

    border-color: #046BD2 !important;

    color: #ffffff !important;

    transform: translateX(5px) !important;

    box-shadow:
        0 7px 18px rgba(4,107,210,0.16) !important;
}


.elementor-widget-sidebar .widget_archive a:hover::after,
.sidebar .widget_archive a:hover::after,
aside.widget-area .widget_archive a:hover::after {
    background: #ffffff !important;

    color: #046BD2 !important;
}


/* ============================================================
   9. CATEGORIES
   ============================================================ */

.elementor-widget-sidebar .widget_categories ul,
.sidebar .widget_categories ul,
aside.widget-area .widget_categories ul {
    list-style: none !important;

    padding: 0 !important;

    margin: 0 !important;
}


.elementor-widget-sidebar .widget_categories li,
.sidebar .widget_categories li,
aside.widget-area .widget_categories li {
    margin: 0 0 9px !important;

    padding: 0 !important;
}


/* CATEGORY BOX */

.elementor-widget-sidebar .widget_categories a,
.sidebar .widget_categories a,
aside.widget-area .widget_categories a {
    display: flex !important;

    align-items: center !important;

    justify-content: space-between !important;

    width: 100% !important;

    box-sizing: border-box !important;

    padding: 13px 15px !important;

    background:
        linear-gradient(
            90deg,
            #f5f9fc,
            #fbfdff
        ) !important;

    border: 1px solid #e6eef2 !important;

    border-radius: 12px !important;

    color: #315764 !important;

    font-size: 14px !important;

    font-weight: 600 !important;

    text-decoration: none !important;

    transition: all 0.3s ease !important;
}


/* CATEGORY ARROW */

.elementor-widget-sidebar .widget_categories a::after,
.sidebar .widget_categories a::after,
aside.widget-area .widget_categories a::after {
    content: "→" !important;

    display: flex !important;

    align-items: center !important;

    justify-content: center !important;

    width: 25px !important;

    height: 25px !important;

    background: #e8f3fc !important;

    border-radius: 50% !important;

    color: #046BD2 !important;

    font-size: 12px !important;

    font-weight: 800 !important;

    transition: all 0.3s ease !important;
}


/* CATEGORY HOVER */

.elementor-widget-sidebar .widget_categories a:hover,
.sidebar .widget_categories a:hover,
aside.widget-area .widget_categories a:hover {
    background: #046BD2 !important;

    border-color: #046BD2 !important;

    color: #ffffff !important;

    transform: translateX(5px) !important;

    box-shadow:
        0 7px 18px rgba(4,107,210,0.16) !important;
}


.elementor-widget-sidebar .widget_categories a:hover::after,
.sidebar .widget_categories a:hover::after,
aside.widget-area .widget_categories a:hover::after {
    background: #ffffff !important;

    color: #046BD2 !important;
}


/* ============================================================
   10. CATEGORY COUNT
   ============================================================ */

.elementor-widget-sidebar .widget_categories .count,
.sidebar .widget_categories .count,
aside.widget-area .widget_categories .count {
    color: #046BD2 !important;

    font-weight: 700 !important;
}


/* ============================================================
   11. ARCHIVE / CATEGORY CURRENT ITEM
   ============================================================ */

.elementor-widget-sidebar .current-cat > a,
.sidebar .current-cat > a,
aside.widget-area .current-cat > a {
    background: #046BD2 !important;

    color: #ffffff !important;

    border-color: #046BD2 !important;
}


.elementor-widget-sidebar .current-cat > a::after,
.sidebar .current-cat > a::after,
aside.widget-area .current-cat > a::after {
    background: #ffffff !important;

    color: #046BD2 !important;
}


/* ============================================================
   12. RECENT COMMENTS
   ============================================================ */

.elementor-widget-sidebar .widget_recent_comments li,
.sidebar .widget_recent_comments li,
aside.widget-area .widget_recent_comments li {
    padding: 12px 0 !important;

    border-bottom: 1px solid #e5edf1 !important;

    color: #607780 !important;

    font-size: 13px !important;

    line-height: 1.6 !important;
}


.elementor-widget-sidebar .widget_recent_comments a,
.sidebar .widget_recent_comments a,
aside.widget-area .widget_recent_comments a {
    color: #046BD2 !important;

    font-weight: 600 !important;
}


.elementor-widget-sidebar .widget_recent_comments a:hover,
.sidebar .widget_recent_comments a:hover,
aside.widget-area .widget_recent_comments a:hover {
    color: #013143 !important;
}


/* ============================================================
   13. WIDGET FORM ELEMENTS
   ============================================================ */

.elementor-widget-sidebar select,
.sidebar select,
aside.widget-area select {
    width: 100% !important;

    min-height: 50px !important;

    padding: 0 14px !important;

    background: #f6fafc !important;

    border: 1px solid #dce8ee !important;

    border-radius: 11px !important;

    color: #013143 !important;

    outline: none !important;
}


.elementor-widget-sidebar select:focus,
.sidebar select:focus,
aside.widget-area select:focus {
    border-color: #046BD2 !important;

    box-shadow:
        0 0 0 4px rgba(4,107,210,0.08) !important;
}


/* ============================================================
   14. MOBILE
   ============================================================ */

@media (max-width: 767px) {

    .elementor-widget-sidebar .widget,
    .sidebar .widget,
    aside.widget-area .widget {
        padding: 21px !important;

        border-radius: 17px !important;

        margin-bottom: 18px !important;
    }

    .elementor-widget-sidebar .widget-title,
    .sidebar .widget-title,
    aside.widget-area .widget-title {
        font-size: 20px !important;

        margin-bottom: 20px !important;
    }

    .elementor-widget-sidebar input[type="search"],
    .sidebar input[type="search"],
    aside.widget-area input[type="search"] {
        height: 51px !important;
    }

    .elementor-widget-sidebar input[type="submit"],
    .sidebar input[type="submit"],
    aside.widget-area input[type="submit"] {
        height: 50px !important;
    }

    .elementor-widget-sidebar .widget_recent_entries a,
    .sidebar .widget_recent_entries a,
    aside.widget-area .widget_recent_entries a {
        font-size: 13px !important;
    }
}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-42256e1 *//* =========================================
   ABUNDANT LIFE CARE CLINIC
   WPForms #51 - Premium Form Design
   ========================================= */

/* Main Form Container */
#wpforms-51 {
    max-width: 850px;
    margin: 0 auto;
    padding: 38px;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid rgba(1, 49, 67, 0.08);
    box-shadow: 0 18px 55px rgba(1, 49, 67, 0.12);
    position: relative;
    overflow: hidden;
}

/* Decorative Top Line */
#wpforms-51::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(
        90deg,
        #013143,
        #045CB4,
        #22A6F2
    );
}

/* Form Rows */
#wpforms-51 .wpforms-field {
    margin-bottom: 24px;
}

/* Labels */
#wpforms-51 .wpforms-field-label {
    color: #013143 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    margin-bottom: 9px !important;
    letter-spacing: 0.2px;
}

/* Required Star */
#wpforms-51 .wpforms-required-label {
    color: #045CB4 !important;
}

/* =========================================
   INPUT FIELDS
   ========================================= */

#wpforms-51 input[type="text"],
#wpforms-51 input[type="email"],
#wpforms-51 input[type="tel"],
#wpforms-51 input[type="number"],
#wpforms-51 textarea,
#wpforms-51 select {
    width: 100% !important;
    min-height: 56px;
    padding: 15px 18px !important;

    background: #f8fbfd !important;
    border: 1.5px solid #dce8ed !important;
    border-radius: 12px !important;

    color: #1E293B !important;
    font-size: 15px !important;
    font-weight: 500;

    outline: none !important;

    box-shadow: inset 0 1px 2px rgba(1, 49, 67, 0.02);

    transition:
        border-color 0.3s ease,
        background 0.3s ease,
        box-shadow 0.3s ease,
        transform 0.3s ease;
}

/* Textarea */
#wpforms-51 textarea {
    min-height: 145px !important;
    resize: vertical;
}

/* Placeholder */
#wpforms-51 input::placeholder,
#wpforms-51 textarea::placeholder {
    color: #94a3b8 !important;
    opacity: 1;
}

/* =========================================
   INPUT HOVER
   ========================================= */

#wpforms-51 input[type="text"]:hover,
#wpforms-51 input[type="email"]:hover,
#wpforms-51 input[type="tel"]:hover,
#wpforms-51 input[type="number"]:hover,
#wpforms-51 textarea:hover,
#wpforms-51 select:hover {
    border-color: #8fb8cc !important;
    background: #ffffff !important;
}

/* =========================================
   INPUT FOCUS
   ========================================= */

#wpforms-51 input[type="text"]:focus,
#wpforms-51 input[type="email"]:focus,
#wpforms-51 input[type="tel"]:focus,
#wpforms-51 input[type="number"]:focus,
#wpforms-51 textarea:focus,
#wpforms-51 select:focus {
    border-color: #045CB4 !important;
    background: #ffffff !important;

    box-shadow:
        0 0 0 4px rgba(4, 92, 180, 0.10),
        0 8px 22px rgba(4, 92, 180, 0.08) !important;

    transform: translateY(-1px);
}

/* =========================================
   NAME / EMAIL / PHONE ICON EFFECT
   ========================================= */

#wpforms-51 .wpforms-field-text,
#wpforms-51 .wpforms-field-email,
#wpforms-51 .wpforms-field-phone {
    position: relative;
}

/* =========================================
   SUBMIT BUTTON
   ========================================= */

#wpforms-51 .wpforms-submit-container {
    margin-top: 30px;
}

#wpforms-51 button[type="submit"],
#wpforms-51 .wpforms-submit {
    width: 100% !important;
    min-height: 58px;

    padding: 15px 30px !important;

    border: none !important;
    border-radius: 12px !important;

    background: linear-gradient(
        135deg,
        #013143 0%,
        #045CB4 55%,
        #167ED1 100%
    ) !important;

    color: #ffffff !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px;

    cursor: pointer;

    position: relative;
    overflow: hidden;

    box-shadow:
        0 10px 25px rgba(4, 92, 180, 0.25);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

/* Button Shine */
#wpforms-51 button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;

    width: 80%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );

    transform: skewX(-25deg);
    transition: left 0.6s ease;
}

/* Button Hover */
#wpforms-51 button[type="submit"]:hover {
    transform: translateY(-3px);

    box-shadow:
        0 15px 32px rgba(4, 92, 180, 0.35);

    background: linear-gradient(
        135deg,
        #045CB4,
        #013143
    ) !important;
}

#wpforms-51 button[type="submit"]:hover::before {
    left: 130%;
}

/* Button Active */
#wpforms-51 button[type="submit"]:active {
    transform: translateY(0);
}

/* =========================================
   FIELD ERROR
   ========================================= */

#wpforms-51 .wpforms-field.wpforms-has-error input,
#wpforms-51 .wpforms-field.wpforms-has-error textarea,
#wpforms-51 .wpforms-field.wpforms-has-error select {
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.08) !important;
}

#wpforms-51 .wpforms-error {
    color: #dc3545 !important;
    font-size: 13px !important;
    margin-top: 7px !important;
}

/* =========================================
   SUCCESS MESSAGE
   ========================================= */

#wpforms-51 .wpforms-confirmation-container {
    padding: 22px !important;
    border-radius: 14px !important;

    background: #f0f9ff !important;
    border: 1px solid #b7dcef !important;

    color: #013143 !important;
    font-size: 15px !important;
    font-weight: 600;
}

/* =========================================
   MOBILE RESPONSIVE
   ========================================= */

@media (max-width: 767px) {

    #wpforms-51 {
        padding: 25px 18px;
        border-radius: 18px;
    }

    #wpforms-51 .wpforms-field {
        margin-bottom: 19px;
    }

    #wpforms-51 .wpforms-field-label {
        font-size: 14px !important;
    }

    #wpforms-51 input[type="text"],
    #wpforms-51 input[type="email"],
    #wpforms-51 input[type="tel"],
    #wpforms-51 input[type="number"],
    #wpforms-51 textarea,
    #wpforms-51 select {
        min-height: 52px;
        padding: 13px 15px !important;
        border-radius: 10px !important;
    }

    #wpforms-51 textarea {
        min-height: 120px !important;
    }

    #wpforms-51 button[type="submit"] {
        min-height: 54px;
        font-size: 15px !important;
    }
}

/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 480px) {

    #wpforms-51 {
        padding: 22px 15px;
        border-radius: 16px;
    }

    #wpforms-51 .wpforms-field {
        margin-bottom: 17px;
    }
}/* End custom CSS */