/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764932722
Updated: 2025-12-05 11:05:22

*/

/** Base styles **/
.base-btn .elementor-button-icon {
    position: absolute;
    right: -20%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #FFB590;
    padding: 12px;
    border-radius: 50%;
    border: 2px solid #221707;
}

.d-none {
    display: none !important;
}

.d-block {
    display: block !important;
}

.d-flex {
    display: flex !important;
}

/** Footer Styles **/
.footer__treatments-scroll {
    display: flex !important;
    gap: 32px !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scrollbar-width: none;
    -ms-overflow-style: none;
    min-width: 0;
}

.footer__treatments-scroll::-webkit-scrollbar {
    display: none;
}

.footer__treatments-scroll .elementor-widget-heading,
.footer__treatments-scroll h2 {
    min-width: max-content !important;
}

.footer__treatments-scroll .elementor-widget-heading,
.footer__treatments-scroll .elementor-widget-icon {
    flex: 0 0 auto;
    flex-shrink: 0;
}

/** Homepage Styles **/
.watch__badge {
    position: relative;
}

.watch__badge::before {
    content: "" !important;
    position: absolute !important;
    top: -30px !important;
    left: 0 !important;
    width: 20px !important;
    height: 40px !important;
    background: url('/wp-content/themes/hello-elementor-child/assets/images/clip-left.png') no-repeat center center !important;
}

.watch__badge::after {
    content: "" !important;
    position: absolute !important;
    right: -20px !important;
    bottom: -10px !important;
    width: 20px !important;
    height: 40px !important;
    background: url('/wp-content/themes/hello-elementor-child/assets/images/clip-left.png') no-repeat center center !important;
}

.section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"]:hover img {
    filter: invert(1);
}

.section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"]:hover h4,
.section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"]:hover [data-widget_type="theme-post-excerpt.default"] {
    color: #FFFFFF;
}

.section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"] a[data-element_type="container"]:hover {
    background-size: cover !important;
}

@media screen and (min-width: 1025px) {
    .section-treatments__carousel {
        box-sizing: content-box;
    }

    .section-treatments__carousel .swiper {
        padding-bottom: 60px;
    }

    .section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"][aria-label="1 / 5"]:not(.swiper-slide-duplicate),
    .section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"][aria-label="3 / 5"]:not(.swiper-slide-duplicate),
    .section-treatments .section-treatments__carousel .swiper-wrapper [data-elementor-type="loop-item"][aria-label="5 / 5"]:not(.swiper-slide-duplicate) {
        transform: translateY(60px);
    }

    .grid-cols .flex-0-0-auto {
        flex: 0 0 auto !important;
    }
}

.section-carousel-reviews__nav-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    gap: 4px;
    background-color: #FFFFFF;
    padding-left: 12px;
    padding-bottom: 12px;
    border-bottom-left-radius: 12px;
}

.page-id-1251 .section-carousel-reviews__nav-wrapper,
.page-id-1515 .section-carousel-reviews__nav-wrapper {
    padding-right: 12px;
}

.section-carousel-reviews__nav-wrapper::before {
    content: "" !important;
    position: absolute !important;
    top: -10px !important;
    left: -20px !important;
    width: 20px !important;
    height: 40px !important;
    background: url('/wp-content/themes/hello-elementor-child/assets/images/reviews-cut.png') no-repeat center center !important;
    z-index:  2;
}

.section-carousel-reviews__nav-wrapper::after {
    content: "" !important;
    position: absolute !important;
    bottom: -30px !important;
    right: 0 !important;
    width: 20px !important;
    height: 40px !important;
    background: url('/wp-content/themes/hello-elementor-child/assets/images/reviews-cut.png') no-repeat center center !important;
    z-index:  2;
}

.section-carousel-reviews__nav-wrapper .elementor-swiper-button {
    padding: 0 !important;
}

@media screen and (max-width: 768px) {
    .section-carousel-reviews__nav-wrapper {
        padding-right: 32px;
    }

    .section-carousel-reviews__nav-wrapper .elementor-swiper-button svg {
        width: 48px;
        height: 48px;
    }
}

@media screen and (max-width: 580px) {
    .section-carousel-reviews {
        max-width: 100vw !important;
        width: 100vw !important;
        margin-left: -16px !important;
    }

    .page-id-1251 .section-carousel-reviews {
        margin-left: 0 !important;
    }
}

.section-faqs .section-faqs__accordion details:not([open]) > summary {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}

@media screen and (max-width: 580px) {
    .section-faqs .section-faqs__accordion .e-n-accordion-item-title-icon span svg {
        width: 32px;
        height: 32px;
    }
}

.section-contact-us .section-contact-us__inner .elementor-field-type-submit {
    display: none !important;
}

.section-contact-us .section-contact-us__inner #homepage_contact_form .elementor-message::before {
    content: unset !important;
}

.section-treatments-details .section-treatments-details__other-treatments .elementor-nav-menu li:not(:last-child) {
    margin-bottom: 12px !important;
}

.section-treatments-details .section-treatments-details__other-treatments .elementor-nav-menu li a {
    position: relative;
    background-color: #FFFFFF !important;
    border-radius: 12px;
}

.section-treatments-details .section-treatments-details__other-treatments .elementor-nav-menu li a::before {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 18px;
    height: 15px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://wp-jeremy-nettleton.test/wp-content/uploads/2025/12/Vector-7.svg");
    background-color: #FFFFFF !important;
    opacity: 1 !important;
}

.section-conditions .section-conditions__loop .elementor-pagination {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
}


.section-conditions .section-conditions__loop.section-conditions__loop--left-nav .elementor-pagination {
    justify-content: flex-start;
}



.section-conditions .section-conditions__loop .elementor-pagination span,
.section-conditions .section-conditions__loop .elementor-pagination a {
    /* padding: 6.5px 14.5px !important; */
    margin: 0 !important;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-conditions .section-conditions__loop .elementor-pagination span:hover:not(.prev):not(.next),
.section-conditions .section-conditions__loop .elementor-pagination a:hover,
.section-conditions .section-conditions__loop .elementor-pagination .current {
    background-color: #3C4C64;
    border-radius: 12px;
}

.blog-content__tags .elementor-post-info__terms-list {
    display: flex !important;
    flex-direction: row;
    gap: 8px;
}

.blog-content__tags .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    padding: 12px 24px;
    border: 1px solid #3F3B3B1A;
    border-radius: 16777200px;
}

.blog-search-form form .e-search-input-wrapper::after {
    content: '';
    position: absolute;
    right: 16px;
    top: 50%;
    width: 35px;
    height: 40px;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("https://wp-jeremy-nettleton.test/wp-content/uploads/2025/12/Button.svg");
    background-color: #3C4C64;
    border-radius: 4px;
}

.blog-recent-posts article .elementor-post__text {
    display: flex;
    flex-direction: column-reverse;
}

.blog-recent-posts article .elementor-post__text .elementor-post__meta-data {
    margin-bottom: 0 !important;
}

.blog-recent-posts article:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog-recent-posts article:is(:last-child) {
    border-bottom: none !important;
}

.top-categories,
.top-tags {
    list-style-type: none;
    padding: 0;
}

.top-categories li {
    padding: 16px;
    border-radius: 12px;
    background-color: #FFFFFF;
}

.top-categories li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
}

.top-tags {
    display: flex;
    flex-direction: row;
    gap: 12px;
    flex-wrap: wrap;
}

.top-tags li {
    padding: 8px 16px;
    border-radius: 6px;
    width: max-content;
    background-color: #FFFFFF;
}

.top-tags li a {
    padding: 8px 16px;
    border-radius: 6px;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #121212;
}

.title-upwards p {
    white-space: nowrap;
}

.works-accordion-upward__inner .works-accordion-upward__box {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    overflow: hidden;
    transition: width 0.35s ease, opacity 0.35s ease;
}

.works-accordion-upward__inner .works-accordion-upward__box--active {
    width: 100%;
    display: flex;
}

.works-accordion-upward__toggle {
    cursor: pointer;
}

.header-main-menu nav li span.sub-arrow {
    padding-left: 0;
}

.header-main-menu nav > ul > li a {
    padding-left: 13px !important;
    padding-right: 13px !important;
}

.works-accordion-upward--alt .e-n-accordion {
    counter-reset: acc-num;
}

.works-accordion-upward--alt details > summary {
    position: relative;
}

.works-accordion-upward--alt details > summary::before {
    counter-increment: acc-num;
    content: "0" counter(acc-num);
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 8px;
    border: 1px dashed #FFFFFF;
    background-color: #FFFFFF26;

    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 27px;
    padding: 5px 9px;
}


/** Mobile Responsiveness **/
@media screen and (max-width: 580px) {
    .blog-content__tags .elementor-post-info__terms-list {
        flex-wrap: wrap !important;
    }
}

@media screen and (max-width: 1024px) {
    .works-accordion-upward--alt details > div {
        padding: 20px !important;
    }
}

@media screen and (max-width: 1433px) {
    .works-accordion-upward {
        display: none !important;
    }

    .works-accordion-upward--alt details:is([open]) > summary {
        visibility: hidden;
        height: 0;
        padding: 0;
        margin: 0;
        overflow: hidden;
    }

    .works-accordion-upward--alt details > summary {
        padding-left: 82px !important;
    }
}

@media screen and (min-width: 768px) {
    .works-accordion-upward--alt details > summary::before {
        font-size: 24px;
        line-height: 36px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1433px) {
    [data-id="d56c3be"] [data-id="3fff9c9"] > div:nth-child(2) {
        width: 55% !important;
    }
}

@media screen and (min-width: 1434px) {
    .works-accordion-upward--alt {
        display: none !important;
    }
}
/** End Mobile Responsiveness **/

