/* 
Theme Name: 1Heartcares
Author: Collective42
Template: hello-elementor
Description: Custom theme for 1Heartcares based on Hello elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

header.elementor-location-header {
    position: sticky;
    top: 0;
    z-index: 9;
    background: #fff;
}

.elementor-icon-wrapper {
    display: flex;
}

header .elementor-nav-menu .sub-arrow {
    padding: 5px;
}

header .elementor-nav-menu--main li:first-child .elementor-item {
    padding-left: 0 !important;
}

header .elementor-nav-menu--main li:last-child .elementor-item {
    padding-right: 0 !important;
}

.footer-menu nav ul.elementor-nav-menu li {
    padding-left: 2px !important;
    list-style: disc !important;
    display: list-item;
    margin-left: 19px;
}

.footer-newsletter form#gform_1 {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.footer-newsletter .gform_heading {
    display: none;
}

.footer-newsletter form#gform_1 input#input_1_1 {
    width: 441px;
    border-radius: 10px;
    background: #F4F4F5;
    padding: 30px 5px 30px 24px;
    color: rgba(102, 112, 133, 0.50);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    height: 59px;
}

.footer-newsletter form#gform_1 .gform-footer {
    margin: 0;
    position: absolute;
    right: 5px;
}

.footer-newsletter form#gform_1 .gform-footer button {
    border-radius: 8px;
    border: 2px solid #DB2328;
    background: #DB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 12px 28px;
    color: #FFF;
    font-family: 'Inter';
    font-size: 14.939px;
    font-style: normal;
    font-weight: 700;
    line-height: 23.239px;
}

.testimonials-carousel .owl-stage .owl-item .testimonial {
    display: flex;
    gap: 24px;
    align-items: center;
}

.testimonials-carousel .owl-stage .owl-item .testimonial .testimonial-thumb {
    flex: 0 0 350PX;
}

.testimonial-thumb img {
    border-radius: 12px !important;
}

.testimonial-content {
    border-radius: 12px;
    background: #E2EBF3;
    padding: 44px;
    width: 100%;;
}

.testimonial-content h3.testimonial-title {
    color: #041E3A;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 33px 0 23px 0;
}

.testimonial-content p.testimonial-excerpt {
    color: rgba(4, 30, 58, 0.75);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
    letter-spacing: -0.16px;
}

/* NAV WRAPPER */
.testimonials-carousel .owl-nav {
    position: absolute;
    top: 48%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* BUTTON STYLE */
.testimonials-carousel .owl-nav button {
    width: 44px;
    height: 44px;
    background: #E21D24 !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

/* POSITION */
.testimonials-carousel .owl-prev {
    position: absolute;
    left: -25px;
}

.testimonials-carousel .owl-next {
    position: absolute;
    right: -25px;
}

nav.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

nav.elementor-pagination .page-numbers {
    width: 32px;
    height: 32px;
    margin: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F5;
    border-radius: 50px;
    color: #000;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25.593px;
    text-transform: capitalize;
}

nav.elementor-pagination .page-numbers.current {
    background-color: #DB2328;
    color: #fff;
}

nav.elementor-pagination .page-numbers.prev {
    margin-right: 10px !important;
    background-color: transparent;
}

nav.elementor-pagination .page-numbers.next {
    margin-left: 10px !important;
    background-color: transparent;
}

nav.elementor-pagination a.page-numbers.prev svg path {
    fill: #DB2328;
    fill-opacity: 1;
}

nav.elementor-pagination span.page-numbers.next svg path {
    fill: #000;
    fill-opacity: 0.2;
}

.filters-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
	gap: 24px;
}

.filters-wrap ul.category-filter {
    flex: 0 0 80%;
    list-style: none;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 0;
	overflow-x:scroll;
	scrollbar-width: none;
}

.filters-wrap ul.category-filter li {
    color: #667085;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    padding: 0 4px 18px 4px;
	min-width: max-content;
}

.filters-wrap ul.category-filter li.active {
    border-bottom: 2px solid #DB2328;
    color: #DB2328;
}

.filters-wrap select#sort-filter,  .filters-wrap select#cat-filter{
    border-radius: 8px;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    color: #101828;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    position: relative;
    appearance: none;
    background: url('/wp-content/uploads/2026/04/efa75c90dacd5d8b9f12decc8f926338.svg');
    background-repeat: no-repeat;
    background-position: right 13px center;
}
.filters-wrap select#sort-filter{
    width: 20% !important;
}
.filters-wrap select#cat-filter{
    width: 50% !important;
}
/* .filters-wrap:after, .filters-wrap #cat-filter:after {
    content: '';
    background: url('/wp-content/uploads/2026/04/efa75c90dacd5d8b9f12decc8f926338.svg');
    height: 20px !important;
    width: 20px;
    position: absolute !important;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
    top: 14px;
    bottom: 0;
    right: 14px;
} */

.single-post h2.wp-block-heading {
    color: #152E5B;
    font-family: "Open Sans";
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.56px;
    margin: 0;
}

.single-post ul.wp-block-list {
    padding-left: 24px;
}

.single-post ul.wp-block-list li,
.single-post .elementor-widget-theme-post-content p {
    color: rgba(22, 38, 78, 0.75);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    /* 168.75% */
    letter-spacing: -0.16px;
    margin: 0;
}

.single-post .elementor-widget-theme-post-content p a,
.single-post ul.wp-block-list li a {
    color: rgba(22, 38, 78, 0.75);
    text-decoration: underline;
}

.single-post .elementor-widget-theme-post-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.blog-posts a.elementor-post__read-more:after {
    content: '';
    background: url('/wp-content/uploads/2026/04/d3d88af903a38ff113dee1a59eb4a88a.svg');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    width: 14px;
    background-position: center;
    top: 10px;
    margin-left: 10px;
}

.elementor-post__read-more-wrapper {
    position: relative;
}

/* Testimonials Listing page */
.testimonial-collage {
    column-count: 3;
    column-gap: 24px;
}

.testimonial-collage .testimonial-item {
    border-radius: 12px;
    border: 1px solid #CDCBCB;
    background: #F2F2F2;
    padding: 20px !important;
    margin-bottom: 24px;
    display: inline-block;
}

.post-type-archive-testimonials .testimonial-content {
    border-radius: 12px;
    background: transparent !important;
    padding: 0;
    margin: 24px 0 !important;
    overflow: hidden;
    color: rgba(4, 30, 58, 0.75);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.testimonial-collage .testimonial-item.has-bg {
    background: #041E3A !important;
}

.testimonial-collage .testimonial-item.has-bg .testimonial-content {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.75);
    text-overflow: ellipsis;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

.testimonial-collage .testimonial-item.has-bg .quote-icon svg path {
    fill: #fff;
}

.testimonial-collage .testimonial-item h3 {
    color: #041E3A;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    margin: 24px 0 0 0;
}

.testimonial-collage .testimonial-item.has-bg h3 {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.testimonial-collage .testimonial-item .read-more {
    color: #DB2328;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    position: relative;
}

.testimonial-collage .testimonial-item .read-more-btn {
    margin-bottom: 24px;
}

.testimonial-collage .testimonial-item .read-more:after {
    content: '';
    background: url('/wp-content/uploads/2026/04/d3d88af903a38ff113dee1a59eb4a88a.svg');
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    height: 12px;
    width: 14px;
    background-position: center;
    top: 8px;
    margin-left: 10px;
}

.testimonial-collage .testimonial-item .testimonial-stars {
    display: flex;
    gap: 5.5px;
}

.gform_heading .gform_required_legend {
    display: none;
}

.get-in-touch-form .gform_fields {
    column-gap: 18px !important;
    row-gap: 24px !important;
}
.get-in-touch-form div#input_6_14 {
    row-gap: 24px !important;
}

.get-in-touch-form label, .get-in-touch-form legend {
    color: #344054 !important;
    font-family: "Noto Sans" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    margin-bottom: 6px !important;
    gap: 0 !important;
}
.get-in-touch-form fieldset label{
    color: #344054 !important;
    font-family: "Noto Sans" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    margin-bottom: 6px !important;
    gap: 0 !important;
}

.get-in-touch-form .gchoice label {
    color: #344054 !important;
    font-family: "Noto Sans" !important;
    font-size: 14px !important;
    font-weight: 00 !important;
    line-height: 20px !important;
    margin-bottom: 6px !important;
    gap: 0 !important;
}

.get-in-touch-form input, .get-in-touch-form select {
    border-radius: 8px !important;
    border: 1px solid #D0D5DD !important;
    background: #FFF;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "Sofia Sans", Sans-serif;
    height: 44px !important;
}

.get-in-touch-form input::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "Sofia Sans", Sans-serif;
}

.get-in-touch-form input.gfield-choice-input {
    height: 20px !important;
    padding: 0 !important;
    border-radius: 2px !important;
}

.get-in-touch-form p {
    color: #667085;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-family: "Sofia Sans", Sans-serif;
}

.get-in-touch-form p a {
    color: #DB2328;
}

.get-in-touch-form p,
.get-in-touch-form p a {
    color: #667085;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    font-family: "Sofia Sans", Sans-serif;
}

.get-in-touch-form p a {
    color: #DB2328;
    text-decoration: underline;
}

.gform-footer.gform_footer.top_label {
    margin-top: 22px;
}

.get-in-touch-form .gform-footer .gform_button {
    width: 100% !important;
    border-radius: 8px !important;
    border: 2px solid #DB2328 !important;
    background: #DB2328 !important;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05) !important;
    /* padding: 16px 28px !important; */
    color: #FFF !important;
    font-family: "Open Sans" !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 23.239px !important;
    height: 52px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.get-in-touch-form input.gchoice_other_control.gf-default-disabled:disabled {
    display: none;
}

.testimonial-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.popup-inner {
    max-width: 960px;
    border-radius: 16px;
    border: 1px solid #FFF;
    background: #FFF;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.10), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    position: relative;
    margin: 15% auto;
    padding: 24px 48px;
}

.close-popup {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 22px;
    cursor: pointer;
}

.testimonial-popup .popup-inner h3 {
    color: #041E3A;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}

.testimonial-popup .popup-inner .popup-content p {
    color: #21549E;
    font-family: "Noto Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28.5px;
}

.iti__country-container button {
    background-color: transparent !important;
    color: #101828 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 10px !important;
}

.iti__selected-country-primary {
    background-color: transparent !important;
    padding: 0;
}

.iti.iti--allow-dropdown.iti--inline-dropdown {
    width: 100%;
}

.iti__search-input-wrapper input {
    padding-left: 35px !important;
}

.gform_validation_errors {
    display: none !important;
}

#gform_wrapper_4 .gf_progressbar_title {
    display: none;
}

#gform_wrapper_4 .gf_progressbar {
    background-color: #EAECF0;
    height: 8px;
}

#gform_wrapper_4 .gf_progressbar .gf_progressbar_percentage {
    background-color: #FF3333;
    height: 8px;
}

#gform_wrapper_4 .gform_fields .gfield--input-type-html {
    color: #152E5B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.2px;
}

#gform_wrapper_4 .gform_fields .gfield--input-type-html h1 {
    color: #152E5B;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: -0.84px;
    margin: 0 0 24px;
}

#gform_wrapper_4 .gform_fields .gfield--input-type-html h3 {
    color: #152E5B;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: -0.2px;
    margin: 0 0 24px;
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice label {
    content: '';
    width: calc(100% + 20px);
    height: 100%;
    opacity: 1;
    z-index: 0;
    margin: 0;
    padding: 10px 28px;
    margin-bottom: 12px;
    margin-left: -20px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    border-radius: 8px;
    background: #041E3A;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    cursor: pointer;
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice input:checked~label {
    background-color: #DB2328;
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice input {
    opacity: 0;
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice label:before {
    content: '';
    width: 26px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 12px;
}


#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice.gchoice_4_6_0 label:before {
    background-image: url(/wp-content/uploads/2026/05/parent.svg);
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice.gchoice_4_6_1 label:before {
    background-image: url(/wp-content/uploads/2026/05/spouse.svg);
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice.gchoice_4_6_2 label:before {
    background-image: url(/wp-content/uploads/2026/05/me.svg);
}

#gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice.gchoice_4_6_3 label:before {
    background-image: url(/wp-content/uploads/2026/05/someone.svg);
}

#gform_wrapper_4 .gform-page-footer {
    margin-top: 30px;
}

#gform_wrapper_4 .gform-page-footer .button {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    padding: 16px 28px;
    border: 2px solid #DB2328;
    border-radius: 8px;
    outline: none;
}

#gform_wrapper_4 .gform-page-footer .gform_next_button,
#gform_wrapper_4 .gform-page-footer button {
    background: #DB2328;
    color: #fff;
}

#gform_wrapper_4 .gform-page-footer button.gform_previous_button {
    background: #fff;
    color: #DB2328;
}

#gform_wrapper_4 .gform-page-footer button.button:hover {
    opacity: 0.7;
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice label {
    content: '';
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    margin: 0;
    display: flex;
    align-items: center;
    color: #DB2328;
    font-family: "Open Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    cursor: pointer;
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    background: rgb(219 35 40 / 5%);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    padding: 14px 28px;
    border: 2px solid rgb(219 35 40 / 5%);
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice input {
    outline: none;
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice input:checked:before,
#gform_wrapper_4 .gform_fields .ginput_container_consent input:checked:before {
    color: #fff;
    background-color: #DB2328;
    height: 18px;
    width: 18px;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice input,
#gform_wrapper_4 .gform_fields .ginput_container_consent input {
    border-color: #DB2328;
    outline: none;
}

#gform_wrapper_4 .gform_fields .gfield--type-checkbox .gchoice:has(input:checked) {
    background: rgb(219 35 40 / 20%);
    border-color: rgb(219 35 40);
}

#gform_wrapper_4 .gform_fields .ginput_container_text input,
#gform_wrapper_4 .gform_fields .ginput_container_email input,
#gform_wrapper_4 .gform_fields .ginput_container_phone input {
    font-size: 20px;
    line-height: 28px;
    padding: 23px 16px;
    border: 2px solid rgb(219 35 40 / 50%);
    border-radius: 8px;
    outline: none;
}

#gform_wrapper_4 .gform_fields .ginput_container_select select {
    font-size: 20px;
    line-height: 28px;
    border: 2px solid rgb(219 35 40 / 50%);
    padding: 0 16px;
    height: 50px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    border-radius: 8px;
    outline: none;
}

#gform_wrapper_4 .gform_fields .ginput_container_text input:focus,
#gform_wrapper_4 .gform_fields .ginput_container_email input:focus,
#gform_wrapper_4 .gform_fields .ginput_container_phone input:focus,
#gform_wrapper_4 .gform_fields .ginput_container_select select:focus {
    border-color: rgb(219 35 40);
}

#gform_wrapper_4 .gform_fields {
    gap: 20px;
}


.services-form .gform_fields {
    display: grid;
    column-gap: 18px !important;
    row-gap: 24px !important;
}

.services-form .gform_fields label {
    color: var(--Gray-700, #344054);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    gap: 0;
    margin-bottom: 6px;
}

.services-form .gform_fields label .gfield_required, fieldset .gfield_required.gfield_required_asterisk {
    color: var(--Error-600, #D92D20);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}

.services-form .gform_fields input {
    border-radius: 8px !important;
    border: 1px solid var(--Gray-300, #D0D5DD);
    background: var(--Base-White, #FFF);
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 10px 14px;
    color: var(--Gray-500, #667085);
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    height: 44px !important;
    font-family: "Sofia Sans", Sans-serif;
}

.services-form input::placeholder {
    color: var(--Gray-500, #667085);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    font-family: "Sofia Sans", Sans-serif;
}

.services-form input.gfield-choice-input {
    height: 20px !important;
    padding: 0 !important;
    border-radius: 2px !important;
}

.iti__country-container .iti__selected-country-primary {
    padding: 0;
    color: #101828;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.iti__country-container button.iti__selected-country {
    gap: 12px !important;
    align-items: center !important;
    justify-content: center !important;
}

.iti .iti__selected-dial-code {
    color: var(--Gray-500, #667085);
    font-family: "Sofia Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.find-care-form input::placeholder {
    color: #fff !important;
}

.testimonial-item.has-bg svg path {
    fill: #fff;
}

.testimonial-item.has-bg .testimonial-stars svg path {
    fill: #FFD600;
}

.blog-posts .elementor-post__text {
    position: relative;
}

.testimonial .testimonial-content .testimonial-stars {
    margin-top: 23px;
    display: flex;
    align-items: center;
    gap: 5.57px;
}

#helpingform.helpingform-confirmation {
    justify-content: center;
}

#helpingform #gform_confirmation_message_4 {
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #152E5B;
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
}

#wpsl-form-wrapper {
    width: 100%;
    max-width: 762px;
    margin: 0 auto;
    padding: 76px 0;
}

#wpsl-gmap {
    width: 50%;
    display: none;
}

#wpsl-form-container {
    display: flex;
    flex-direction: column;
}

#wpsl-result-list {
    width: 100%;
    margin: 0;
    display: none;
}

/* #wpsl-search-wrap .wpsl-select-wrap {
    display: none;
} */

.wpsl-search {
    background-color: transparent;
    padding: 0;
}

#wpsl-search-wrap .heading {
    margin: 0 0 40px;
    color: #152E5B;
    text-align: center;
    font-family: "Open Sans";
    font-size: 42px;
    font-style: normal;
    font-weight: 800;
    line-height: 53px;
    letter-spacing: -0.84px;
}

#wpsl-search-wrap form {
    height: 100%;
    padding: 9px 10px 9px 22px;
    border-radius: 8px;
    border: 1px solid rgba(22, 38, 78, 0.20);
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

#wpsl-search-btn,
#wpsl-search-wrap div {
    float: none;
    margin: 0;
}

#wpsl-search-wrap form input#wpsl-search-input {
    width: 100%;
    padding: 10px 0;
    border: none;
    color: #152E5B;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    outline: none;
}

#wpsl-search-wrap form .wpsl-input {
    width: 100%;
    margin: 0;
}

#wpsl-search-btn,
#wpsl-search-wrap input#wpsl-search-btn {
    margin: 0;
    border-radius: 8px;
    border: 2px solid #DB2328;
    background: #DB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 14.939px;
    font-style: normal;
    font-weight: 800;
    line-height: 23.239px;
    padding: 12px 28px;
}

#wpsl-search-btn,
#wpsl-search-wrap input#wpsl-search-btn:hover {
    background: rgb(219 35 40 / 80%);
}

button#wpsl-current-location {
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    margin-top: 40px;
    width: max-content;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: underline;
    text-underline-offset: 10px;
    color: #DB2328;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

button#wpsl-current-location:before {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/current-location.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    display: block;
}

#wpsl-search-wrap {
    display: flex;
    flex-direction: column;
}

#wpsl-wrap #wpsl-stores {
    height: 100% !important;
}

#wpsl-wrap.search-loading {
    margin: 0;
}

.search-loading #wpsl-gmap {
    display: block;
}

.search-loading #wpsl-result-list {
    display: block;
    margin-top: 64px;
}

.search-loading #wpsl-form-wrapper {
    max-width: 100%;
    width: 50%;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.search-loading #wpsl-form-container {
    padding-right: 64px;
    width: 640px;
}

.search-loading #wpsl-search-wrap {
    display: block;
}

.search-loading #wpsl-search-wrap .heading {
    text-align: left;
}

.search-loading button#wpsl-current-location {
    margin-top: 20px;
}

#wpsl-wrap #wpsl-result-list ul li {
    border-radius: 8px;
    border: 1px solid rgba(22, 38, 78, 0.40);
    background: #FFF;
    padding: 22px 32px 22px 22px;
    display: flex;
    justify-content: space-between;
    transition: 0.1s ease-in-out;
}

#wpsl-wrap #wpsl-result-list ul li:hover {
    background: #16264E;
    border-color: #16264E;
}

#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-store-location .store-title,
#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-store-location .contact-details a,
#wpsl-wrap #wpsl-result-list ul li:hover .wpsl-more-link a {
    color: #fff;
}

#wpsl-result-list .wpsl-store-location {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#wpsl-result-list .wpsl-store-location .store-title {
    color: #667085;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.16px;
}

#wpsl-result-list .wpsl-store-location .contact-details a {
    color: #667085;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}

#wpsl-result-list .wpsl-store-location .contact-details a:hover {
    text-decoration: underline;
}

#wpsl-result-list .wpsl-more-link p {
    margin: 0 !important;
}

#wpsl-result-list .wpsl-more-link a {
    color: #16264E;
    font-family: Inter;
    font-size: 14.939px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    text-decoration: underline;
    text-underline-offset: 8px;
    text-decoration-color: #DB2328;
    white-space: nowrap;
}

#wpsl-result-list .wpsl-store-location .contact-details {
    line-height: 0;
}

#wpsl-wrap #wpsl-stores ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#wpsl-wrap #wpsl-stores {
    max-height: 330px;
    scrollbar-gutter: stable;
    padding-right: 26px;
    margin-top: 26px;
}
form#gform_6 .gfield_radio {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
}

#wpsl-wrap #wpsl-stores::-webkit-scrollbar {
    width: 8px;
}

#wpsl-wrap #wpsl-stores::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 4px;
}

#wpsl-wrap #wpsl-stores::-webkit-scrollbar-thumb {
    background-color: #FF3333;
    border-radius: 4px;
}

.ohl-form-wrapper form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.ohl-form-wrapper form button {
    border-radius: 0 8px 8px 0;
    border: 2px solid #DB2328;
    background: #DB2328;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
    padding: 16px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 52px;
    outline: none;
}

.ohl-form-wrapper form button:hover {
    border-radius: 0 8px 8px 0;
    background: rgb(219 35 40 / 80%);
}

.ohl-form-wrapper form button:focus {
    border-radius: 0 8px 8px 0;
}

.ohl-form-wrapper form input {
    color: #FFF;
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
    text-transform: capitalize;
    padding: 16px 17px;
    border-radius: 8px 0 0 8px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    height: 52px;
}

.elementor-posts .elementor-post__text .elementor-post__meta-data {
    order: -1;
}

.testimonials-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: flex !important;
    flex-direction: column;
    gap: 16px;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
    color: rgba(22, 38, 78, 0.75);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.16px;
}

.elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a:hover {
    color: #DB2328;
}

.tag-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a {
    padding: 16px;
    border-radius: 8px;
    background: rgba(4, 30, 58, 0.05);
    display: inline-block !important;
    white-space: nowrap;
    color: rgba(22, 38, 78, 0.75);
    font-family: "Noto Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: -0.16px;
    outline: none;
    transition: 0.1s;
}

.tag-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text {
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
}

.tag-list .elementor-icon-list-items .elementor-icon-list-item .elementor-icon-list-text a:hover {
    background-color: #DB2328;
    color: #fff;
}

.elementor-posts .elementor-post .elementor-post__text {
    display: flex;
}

.elementor-widget-search .e-search .e-search-submit {
    box-shadow: none;
}

.step1:after,
.step3:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/steps.svg);
    background-repeat: no-repeat;
    width: 204px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 80%;
    top: 8px;
}


.step2:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/steps.svg);
    background-repeat: no-repeat;
    width: 204px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 80%;
    top: 24px;
    transform: scaleY(-1);
}

.step4:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/steps.svg);
    background-repeat: no-repeat;
    width: 204px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: 20%;
    bottom: -50px;
    transform: rotate(
135deg);
}

.step5:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/steps.svg);
    background-repeat: no-repeat;
    width: 204px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: -50%;
    top: 20px;
    transform: scaleX(-1) scaleY(-1);
}

.step6:after {
    content: '';
    background-image: url(/wp-content/uploads/2026/05/steps.svg);
    background-repeat: no-repeat;
    width: 204px;
    height: 21px;
    background-size: contain;
    position: absolute;
    left: -50%;
    top: 0;
    transform: scaleX(-1) ;
}

#category-blogs-posts article
 {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 12px;
    padding: 20px 20px 20px 20px;
    background-color: #F2F2F2;
}

#wpsl-wrap.search-loading .wpsl-input:after {
    content: 'Find a local Care';
    color: #16264E;
	font-family: Inter;
	font-size: 14.939px;
	font-style: normal;
	font-weight: 700;
	line-height: 23.239px;
}

.testimonial-collage .testimonial-item:hover{
    background: #041E3A !important;
}
.testimonial-collage .testimonial-item:hover svg path {
    fill: #fff;
}
.testimonial-collage .testimonial-item:hover  h3{
    color: #FFF;
    font-family: "Open Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
}
.testimonial-collage .testimonial-item:hover .testimonial-content {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.75);
    text-overflow: ellipsis;
    font-family: "Noto Sans", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.16px;
}
.testimonial-collage .testimonial-item:hover .testimonial-stars svg path{
    fill: rgb(255, 214, 0);
}
span#input_6_14_5_container {
    width: 100%;
}
.iti__country-list {
    z-index: 999999 !important;
}

.breadcrumb-separator svg {
    margin-top: 5px;
}

#breadcrumbs span {
    display: flex;
    align-content: center;
    justify-content: center;
}

#breadcrumbs span a,
.breadcrumb_last {
    color: #041E3A;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.content-sec {
    overflow-y: scroll !important;
    height: 300px !important;
}

.button-icon a.elementor-post__read-more:after {
    content: '';
    background: url('/wp-content/uploads/2026/04/d3d88af903a38ff113dee1a59eb4a88a.svg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    height: 18px;
    width: 18px;
    background-position: center;
    top: 8px;
    margin-left: 10px;
}
.banner-icon-section .elementor-icon-box-wrapper h3.elementor-icon-box-title {
    margin: 0;
}
.howItWorks ul{
	list-style:none;
	display: flex;
    flex-direction: column;
    gap: 10px;
}
.howItWorks li{
	position: relative;	
	padding-left: 18px;
}
.howItWorks li:before {
    content: "▶";
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 10px;
    color: #fff;
}


#gform_1 div#validation_message_1_1 {
    display: none;
}
/* Responsive Css */
@media (max-width: 1280px) {
	.step4:after {
		transform: rotate(120deg);
		left: 0;
	}

	.step5:after {
		left: -150px;
	}

	.step6:after {
		left: -150px;
	}
}

@media (max-width: 1024px) {
	header nav.elementor-nav-menu--dropdown {
		overflow-y: scroll !important;
		max-height: calc(100vh - 95px) !important;
	}
	
    #wpsl-form-wrapper {
        padding-left: 30px;
        padding-right: 30px;
    }

    .testimonial-collage {
        column-count: 2;
    }

    header nav.elementor-nav-menu--dropdown>ul {
        background-color: #F2F2F2;
        padding: 0 15px;
    }

    header nav.elementor-nav-menu--dropdown ul>li>a {
        padding: 20px 0 !important;
        border-bottom: 1px solid #16264E !important;
        justify-content: space-between;
    }
	header nav.elementor-nav-menu--dropdown ul>li:last-child>a {
		border: none !important;
	}
	header nav.elementor-nav-menu--dropdown ul>li:last-child>a.highlighted {
    border-bottom: 2px solid #DB2328 !important;
	}
    nav.elementor-nav-menu--dropdown {
        border: none !important;
        box-shadow: none !important;
    }

    nav.elementor-nav-menu--dropdown ul>li>a:hover {
        background-color: transparent !important;
    }

    nav.elementor-nav-menu--dropdown ul.sub-menu {
        border: none !important;
        padding: 10px 30px;
    }

    nav.elementor-nav-menu--dropdown ul.sub-menu li a {
        border: none !important;
    }

    nav.elementor-nav-menu--dropdown ul>li>a.highlighted {
        border-bottom: 2px solid #DB2328 !important;
        background-color: transparent !important;
    }

    nav.elementor-nav-menu--dropdown ul>li>a.highlighted svg path {
        fill: #DB2328;
    }
	
	.step4:after {
    	display: none;
	}

	.step6:after {
		top: auto;
		bottom: -35px;
		left: -80px;
		transform: rotate(150deg);
	}

	.step5:after {
		left: 208px;
		top: 5px;
		transform: none;
	}
    .step2.curve-right:after {
        top: auto;
        bottom: -40%;
        transform: rotate(140deg);
        left: 0;
    }
	.howItWorks ul{
		padding: 0;
	}
}

@media (max-width: 767px) {
	header nav.elementor-nav-menu--dropdown {
		top: 28px !important;
    	max-height: calc(100vh - 70px) !important;
	}
	
    .testimonials-carousel .owl-stage .owl-item .testimonial {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0;
    }

    .testimonials-carousel .owl-stage .owl-item .testimonial .testimonial-thumb {
        flex: auto;
    }

    .testimonials-carousel .owl-stage .owl-item .testimonial .testimonial-content {
        border-radius: 12px;
        background: #E2EBF3;
        padding: 20px;
    }

    .testimonial-content h3.testimonial-title {
        font-size: 22px;
        font-weight: 700;
        margin: 33px 0 18px 0;
    }

    .testimonial-content p.testimonial-excerpt {
        font-size: 14px;
    }

    .testimonials-carousel .owl-next {
        right: -10px;
    }

    .testimonials-carousel .owl-prev {
        left: -10px;
    }

    .testimonials-carousel .owl-nav button {
        width: 35px;
        height: 35px;
    }

    .filters-wrap {
        flex-direction: column;
        gap: 32px;
    }

    .filters-wrap ul.category-filter {
        padding: 0;
        flex-wrap: wrap;
    }

    .testimonial-collage {
        column-count: 1;
    }

    #helpingform {
        background: #E2EBF3;
        box-shadow: 0 24px 48px -12px rgba(16, 24, 40, 0.18);
    }

    #gform_wrapper_4 .gform_fields .gfield--input-type-html h2 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 13px;
        letter-spacing: -0.48px;
    }

    #gform_wrapper_4 .gform_fields .gfield--input-type-html h3 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.2px;
        margin-bottom: 13px;
    }

    #gform_wrapper_4 .gform_fields .gfield--input-type-html p {
        color: #152E5B;
        font-family: "Noto Sans";
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -0.2px;
    }

    #gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice label {
        font-size: 16px;
        padding: 2px 16px;
    }

    #gform_wrapper_4 .gform_fields .gfield--type-radio .gchoice label:before {
        width: 13px;
        height: 13px;
        background-size: contain;
    }

    .step1:after,
    .step3:after {
        display: none;
    }

    #wpsl-search-wrap .heading {
        font-size: 24px;
        line-height: 33px;
    }

    #wpsl-search-wrap form {
        flex-direction: column;
        row-gap: 10px;
        padding: 10px;
    }

    #wpsl-search-btn,
    #wpsl-search-wrap div {
        width: 100%;
    }

    #wpsl-wrap {
        display: flex;
        flex-direction: column-reverse;
    }

    #wpsl-gmap {
        width: 100%;
    }

    .search-loading #wpsl-form-wrapper {
        width: 100%;
        padding-bottom: 30px;
    }

    .search-loading #wpsl-form-container {
        padding: 0;
    }

    #wpsl-form-wrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    #wpsl-stores,
    #wpsl-direction-details,
    #wpsl-gmap {
        max-height: 400px;
        margin: 30px 0 0;
    }

    .search-loading #wpsl-result-list {
        margin-top: 20px;
    }

    .filters-wrap:after {
        top: auto;
        bottom: 12px;
    }
	
	.step5:after {
		display: none;
	}

	.step6:after {
		display: none;
	}
    .step2.curve-right:after {
        display: none;
    }
	.howItWorks ul{
		padding: 0;
	}
	.filters-wrap select#cat-filter, .filters-wrap select#sort-filter {
		width: 100% !important;
	}
}