.elementor-918 .elementor-element.elementor-element-6534967{padding:0% 1% 0% 1%;}.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-918 .elementor-element.elementor-element-56567e6 .elementor-heading-title{color:var( --e-global-color-astglobalcolor2 );}.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-918 .elementor-element.elementor-element-813ae01 .elementor-icon-list-icon i{color:var( --e-global-color-fbac166 );font-size:14px;}.elementor-918 .elementor-element.elementor-element-813ae01 .elementor-icon-list-icon svg{fill:var( --e-global-color-fbac166 );--e-icon-list-icon-size:14px;}.elementor-918 .elementor-element.elementor-element-813ae01 .elementor-icon-list-icon{width:14px;}.elementor-918 .elementor-element.elementor-element-813ae01 .elementor-icon-list-text, .elementor-918 .elementor-element.elementor-element-813ae01 .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 );}.elementor-918 .elementor-element.elementor-element-c2d351f{color:#000000;}@media(min-width:768px){.elementor-918 .elementor-element.elementor-element-975d9eb{width:70%;}.elementor-918 .elementor-element.elementor-element-72195b5{width:30%;}}/* Start custom CSS for sidebar, class: .elementor-element-7fde8de *//*=========================================================
        PREMIUM HEALTHCARE SIDEBAR
        BRAND COLORS:
        Primary: #1E293B
        Secondary: #8CDD7E
==========================================================*/

/*-------------------------
SIDEBAR
--------------------------*/

.elementor-widget-sidebar,
.sidebar,
aside.widget-area{
    font-family:inherit;
}

/*-------------------------
WIDGET CARD
--------------------------*/

.elementor-widget-sidebar .widget,
.sidebar .widget,
aside.widget-area .widget{

    position:relative;
    background:#fff;
    border:1px solid #EDF3F7;
    border-radius:22px;
    padding:30px;
    margin-bottom:30px;
    overflow:hidden;
    transition:.35s ease;

    box-shadow:
    0 8px 20px rgba(30,41,59,.04),
    0 20px 45px rgba(30,41,59,.06);

}

/* Decorative Top Line */

.elementor-widget-sidebar .widget::before,
.sidebar .widget::before,
aside.widget-area .widget::before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;

    background:linear-gradient(90deg,#1E293B,#8CDD7E);

}

/* Hover */

.elementor-widget-sidebar .widget:hover,
.sidebar .widget:hover,
aside.widget-area .widget:hover{

    transform:translateY(-6px);

    box-shadow:
    0 15px 35px rgba(30,41,59,.12),
    0 25px 60px rgba(30,41,59,.16);

}

/*-------------------------
TITLE
--------------------------*/

.widget-title{

    position:relative;
    font-size:24px;
    font-weight:700;
    color:#1E293B;
    margin-bottom:24px;
    padding-bottom:18px;
    letter-spacing:-.3px;

}

.widget-title:after{

    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:60px;
    height:4px;
    border-radius:30px;
    background:#8CDD7E;

}

/*-------------------------
SEARCH
--------------------------*/

.search-form{

    display:flex;
    flex-direction:column;
    gap:15px;

}

.search-form input[type="search"]{

    height:56px;
    border-radius:14px;
    border:1px solid #DDE7EF;
    background:#F8FBFD;
    padding:0 18px;
    transition:.3s;
    color:#1E293B;

}

.search-form input[type="search"]:focus{

    border-color:#8CDD7E;
    background:#fff;
    box-shadow:0 0 0 5px rgba(140,221,126,.15);
    outline:none;

}

.search-form input[type="submit"]{

    height:55px;
    border:none;
    border-radius:14px;
    background:#1E293B;
    color:#fff;
    font-weight:600;
    cursor:pointer;
    transition:.3s;

}

.search-form input[type="submit"]:hover{

    background:#8CDD7E;
    color:#1E293B;
    transform:translateY(-2px);

}

/*-------------------------
LIST RESET
--------------------------*/

.sidebar ul,
.elementor-widget-sidebar ul,
aside.widget-area ul{

    list-style:none;
    margin:0;
    padding:0;

}

/*-------------------------
RECENT POSTS
--------------------------*/

.widget_recent_entries li{

    display:flex;
    align-items:flex-start;
    gap:14px;
    padding:16px 0;
    border-bottom:1px solid #EDF2F6;

}

.widget_recent_entries li:last-child{

    border:none;
    padding-bottom:0;

}

.widget_recent_entries li:first-child{

    padding-top:0;

}

.widget_recent_entries li::before{

    content:"➜";
    width:36px;
    height:36px;
    flex-shrink:0;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#1E293B;
    color:#fff;
    font-weight:bold;
    transition:.3s;

}

.widget_recent_entries a{

    color:#1E293B;
    font-weight:600;
    text-decoration:none;
    line-height:1.6;
    transition:.3s;

}

.widget_recent_entries li:hover a{

    color:#8CDD7E;

}

.widget_recent_entries li:hover::before{

    background:#8CDD7E;
    color:#1E293B;
    transform:translateX(5px);

}

/*-------------------------
ARCHIVE
CATEGORIES
--------------------------*/

.widget_archive li,
.widget_categories li{

    margin-bottom:10px;

}

.widget_archive a,
.widget_categories a{

    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:14px 18px;
    border-radius:12px;
    background:#1E293B;
    color:#fff;
    text-decoration:none;
    transition:.3s;
    border:1px solid transparent;

}

.widget_archive a:after,
.widget_categories a:after{

    content:"→";
    color:#8CDD7E;
    font-weight:bold;

}

.widget_archive a:hover,
.widget_categories a:hover{

    background:#8CDD7E;
    color:#1E293B;
    border-color:#8CDD7E;
    transform:translateX(5px);

}

/*-------------------------
TAG CLOUD
--------------------------*/

.tagcloud a{

    display:inline-block;
    margin:6px 6px 0 0;
    padding:10px 18px;
    background:#F8FBFD;
    border-radius:40px;
    color:#1E293B;
    text-decoration:none;
    font-size:14px !important;
    transition:.3s;

}

.tagcloud a:hover{

    background:#8CDD7E;
    color:#1E293B;

}

/*-------------------------
CALENDAR
--------------------------*/

#wp-calendar{

    width:100%;
    border-collapse:collapse;

}

#wp-calendar td,
#wp-calendar th{

    padding:10px;
    text-align:center;

}

#wp-calendar caption{

    margin-bottom:12px;
    font-weight:700;
    color:#1E293B;

}

/*-------------------------
HIDE RECENT COMMENTS
--------------------------*/

.widget_recent_comments{

    display:none;

}

/*-------------------------
MOBILE
--------------------------*/

@media(max-width:767px){

.widget{

    padding:22px;
    border-radius:18px;

}

.widget-title{

    font-size:21px;

}

.search-form input[type="search"],
.search-form input[type="submit"]{

    height:52px;

}

}/* End custom CSS */
/* Start custom CSS for wpforms, class: .elementor-element-e0d2d7a *//*=========================================================
ELBOK HOME HEALTHCARE SOLUTIONS
PREMIUM WPFORMS DESIGN
Brand Colors:
Primary: #1E293B
Secondary: #8CDD7E
=========================================================*/

/* FORM CONTAINER */

div.wpforms-container-full form{

    background:#ffffff;
    padding:45px;
    border-radius:26px;
    border:1px solid #E8EEF5;
    box-shadow:0 20px 45px rgba(30,41,59,.08);
    position:relative;
    overflow:hidden;

}

/* TOP BORDER */

div.wpforms-container-full form:before{

    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:6px;
    background:linear-gradient(90deg,#1E293B,#8CDD7E);

}

/* LABELS */

.wpforms-field-label{

    color:#1E293B !important;
    font-size:15px;
    font-weight:700 !important;
    margin-bottom:10px !important;

}

/* INPUTS */

.wpforms-container-full input[type=text],
.wpforms-container-full input[type=email],
.wpforms-container-full input[type=tel],
.wpforms-container-full input[type=number],
.wpforms-container-full select,
.wpforms-container-full textarea{

    background:#F8FBFD !important;
    border:2px solid #DDE7EF !important;
    border-radius:16px !important;
    color:#1E293B !important;
    font-size:16px !important;
    transition:.35s ease;
    box-sizing:border-box;

}

/* INPUT HEIGHT */

.wpforms-container-full input,
.wpforms-container-full select{

    height:60px !important;
    padding:0 22px !important;

}

/* TEXTAREA */

.wpforms-container-full textarea{

    min-height:180px !important;
    padding:20px !important;
    resize:vertical;

}

/* PLACEHOLDER */

.wpforms-container-full input::placeholder,
.wpforms-container-full textarea::placeholder{

    color:#1E293B !important;
    opacity:.65 !important;

}

/* FOCUS EFFECT */

.wpforms-container-full input:focus,
.wpforms-container-full textarea:focus,
.wpforms-container-full select:focus{

    background:#ffffff !important;
    border-color:#8CDD7E !important;
    box-shadow:0 0 0 5px rgba(140,221,126,.18);
    transform:translateY(-2px);
    outline:none;

}

/* SELECT */

.wpforms-container-full select{

    appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none' stroke='%231E293B' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 20px center;
    padding-right:55px !important;

}

/* FIELD SPACING */

.wpforms-field{

    margin-bottom:24px !important;

}

/* SUBMIT BUTTON */

.wpforms-submit{

    width:100% !important;
    height:62px !important;
    border:none !important;
    border-radius:60px !important;
    background:#1E293B !important;
    color:#ffffff !important;
    font-size:17px !important;
    font-weight:700 !important;
    letter-spacing:.4px;
    cursor:pointer;
    transition:.35s ease;
    box-shadow:0 15px 35px rgba(30,41,59,.22);

}

/* BUTTON HOVER */

.wpforms-submit:hover{

    background:#8CDD7E !important;
    color:#1E293B !important;
    transform:translateY(-4px);
    box-shadow:0 20px 45px rgba(140,221,126,.30);

}

/* BUTTON ACTIVE */

.wpforms-submit:active{

    transform:translateY(0);

}

/* REQUIRED STAR */

.wpforms-required-label{

    color:#ff4b4b !important;

}

/* SUCCESS MESSAGE */

.wpforms-confirmation-container-full{

    background:#F3FDF1;
    border-left:5px solid #8CDD7E;
    border-radius:14px;
    color:#1E293B;
    padding:18px;

}

/* ERROR */

.wpforms-error{

    border-color:#ff5b5b !important;

}

/* MOBILE */

@media(max-width:768px){

    .wpforms-container-full form{

        padding:28px;
        border-radius:20px;

    }

    .wpforms-container-full input,
    .wpforms-container-full select{

        height:56px !important;

    }

    .wpforms-container-full textarea{

        min-height:160px !important;

    }

}

/* Firefox */

.wpforms-container-full input::-moz-placeholder,
.wpforms-container-full textarea::-moz-placeholder{

    color:#1E293B !important;
    opacity:.65 !important;

}

/* Edge */

.wpforms-container-full input::-ms-input-placeholder,
.wpforms-container-full textarea::-ms-input-placeholder{

    color:#1E293B !important;

}

/* Chrome & Safari */

.wpforms-container-full input::-webkit-input-placeholder,
.wpforms-container-full textarea::-webkit-input-placeholder{

    color:#1E293B !important;

}/* End custom CSS */