/*
Theme Name: hello-elementor Child 
Template: hello-elementor
Author: nis
Author URI:{authorEmail}
*/
/* Add your custom styles below this line */

.g-color {
    /* 1. Apply the linear gradient as a background */
    background: linear-gradient(to right, #73AB89, #A877DE);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Chrome, Safari, etc. */
    text-fill-color: transparent;
    /* Standard property */
}

.h-color .elementor-heading-title {
    color: #73AB89;
    background-image: linear-gradient(90deg, #73AB89, #A877DE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.h-color {
    color: #73AB89;
    background-image: linear-gradient(90deg, #73AB89, #A877DE 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Hide the list item if the text child is empty */
.lwc-healing-item .fa-check {
  font-weight: 500 !important;
}


li.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
    display: none;
}

.elementor-location-header li.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
    display: inline-block !important;
}


button#cf-submit {
    background: linear-gradient(90deg, #B2D4AB 0%, rgba(194, 160, 232, 0.733333) 100%);
}

.contactus-page-form-wrapper textarea#form-field-message {
    padding: 15px 16px !important;
}

.contactus-page-form-wrapper .iti__selected-country-primary {
    padding-left: 16px !important;
}

.contactus-page-form-wrapper input#form-field-contactno {
    padding: 12px 16px 12px 92px !important;
}

/*button#cf-submit:hover {*/
/*    background:#fff;*/
/*    border:solid 1px #000;*/
/*}*/
/* author page css start here  */


label.variation-label {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-transform: capitalize
}

label.variation-label input.variation-radio-select {
    margin: 10px 10px 10px 0px;
    width: 18px;
    height: 18px;
}

/* author page css end here  */



ul.woocommerce.products.lw-author-posts {
    display: flex;
    gap: 20px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    align-items: stretch;
    flex-direction: row;
}

ul.woocommerce.products.lw-author-posts li {
    width: 100%;
}

@media screen and (max-width: 767px) {

    /* Styles for small screens and mobile devices */
    ul.woocommerce.products.lw-author-posts {
        display: flex;
        flex-wrap: wrap;
    }

}



/* custom pagination css  */
.custom-pagination nav.elementor-pagination .page-numbers {
    border: solid black 1px;
    padding: 13px 20px;
    border-radius: 100%;
    background: #fff;
}


.custom-pagination span.page-numbers.current {
    background: linear-gradient(180deg, #B2D4AB 0%, rgba(194, 160, 232, 0.73) 100%);
    color: #fff !important;
    border: none;
    cursor: default;
}

/* Apply the styles only when the screen width is 768px or less */
@media screen and (max-width: 768px) {
    .custom-pagination nav.elementor-pagination .page-numbers {
        border: solid black 1px;
        padding: 5px 10px;
        border-radius: 100%;
        background: #fff;
    }

    .custom-pagination span.page-numbers.current {
        background: linear-gradient(180deg, #B2D4AB 0%, rgba(194, 160, 232, 0.73) 100%);
        color: #fff !important;
        border: none;
        cursor: default;
    }


}


/* light worker page css  */
.my-custom-filter {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.my-custom-filter search.e-filter {
    display: none !important;
    overflow: hidden;
}

.my-custom-dropdown {
    overflow: hidden;

    background: linear-gradient(to right, #73AB89, #A877DE);
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    width: 100%;
    max-width: 300px;
    display: block;
    box-sizing: border-box;
}

.my-custom-dropdown option {
    background: linear-gradient(to right, #73AB89, #A877DE);
    color: #000;
}


/* end light work page css  */


body:has(.select2.select2-container--open) {
    overflow-x: hidden !important
}

.bg-color {
    background: linear-gradient(to right, #73AB89, #A877DE);
}



/* Footer style */
.newsletter button.elementor-button.elementor-size-sm {
    background: var(--e-global-color-e74865e) !important;
    color: #000000 !important;
}

.elementor-form .elementor-button.elementor-size-md,
.elementor-field-textual.elementor-size-md {
    min-height: 52px !important;
}

.footer-menu-wrapper .elementor-item {
    position: relative;
}

.footer-menu-wrapper .elementor-item-active:before {
    content: "";
    background-color: #F9AB0B !important;
    position: absolute;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 20px;
}

.footer-copy-right-content p {
    margin: 0 !important;
}

.header-menu-wrapper ul li a {
    font-size: 16px !important;
    line-height: 140% !important;
    font-family: "Lato", sans-serif !important;
    font-weight: 700 !important;
}

ul.lwc-healing-list {
    list-style: none;
    margin-left: 0px;
    padding-left: 20px;
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

ul.lwc-healing-list li {
    color: #000000;
}

.site-gradient-btn a {
    background-color: transparent !important;
    background-image: linear-gradient(80deg, #73ab89 0%, #a877de 100%) !important;
    moz-transition: all 0.4s ease-in-out !important;
    -o-transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    transition: all 0.4s ease-in-out !important;
    background-size: 150% 100% !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    font-family: "Cormorant Garamond" !important;
}

.site-gradient-btn a:hover,
.site-gradient-btn a:focus {
    background-color: transparent !important;
    background-image: linear-gradient(80deg, #a877de 0%, #73ab89 100%) !important;
    background-position: 100% 0 !important;
}

.term-grid .lwc-healing-list {
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.term-grid .lwc-healing-list li {
    background-color: #ECEDF4;
    font-size: 14px;
    line-height: 20px;
    padding: 7px 15px;
    font-weight: 400;
    font-family: "Lato", sans-serif !important;
    border-radius: 6px;
}

@media (max-width: 1499px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
        margin-inline-end: 20px !important;
    }

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
        margin-inline-start: 20px !important;
    }

    .elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
        margin-inline: 0px !important;
    }
}

@media (max-width: 1299px) {
    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:last-child)>a {
        margin-inline-end: 12px !important;
    }

    .elementor-nav-menu--layout-horizontal .elementor-nav-menu>li:not(:first-child)>a {
        margin-inline-start: 12px !important;
    }
}

#wcfm-main-contentainer .wcfm_membership_review_plan,
#wcfm-main-contentainer .wcfm_membership_thankyou_content_wrapper {
    background-color: #ffffff00 !important;
}

.wcfm-membership-wrapper .wc-progress-steps {
    display: none !important;
}

li.woocommerce-MyAccount-navigation-link--customer-logout a {
    color: #dc3545 !important;
    text-decoration: none !important;
}

.user-card {
    font-family: Lato;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #000;
}

/* 25-12-2025 css for my account page  */
.pdc-paid {
    color: #0a7d00;
    font-weight: 500;
}

.pdc-unpaid {
    color: #b30000;
    font-weight: 500;
}

.wc-item-meta {
    display: none !important;
}

mark.order-status {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.pdc-add {
    cursor: pointer;
    font-family: 'Cormorant Garamond';
    line-height: 100%;
    text-align: center;
/*     background: linear-gradient(90deg, #73AB89 0%, #A877DE 100%); */
	background-color: transparent;
}

button.pdc-remove {
    color: red;
    padding: 0px 10px;
    font-size: 24px;
    font-weight: bold;
}