.bg-back {
    background-color: #000000;
    color: #ffffff;
}

.rounded-32 {
    border-radius: 32px;
}

.text-color-white,
.text-color-white * {
    color: #ffffff;
}

.title-32-sbold * {
    font-size: 32px !important;
    line-height: 40px;
    font-weight: 600;
}

.location-list {
    overflow-x: hidden;
    /* Hide horizontal scrollbar */
    overflow-y: auto;
    /* Add vertical scrollbar */
    height: 330px;
}

.btn-transperent {
    background: transparent;
}

.location-card {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #BEBEBE;
    border-radius: 24px;
    margin-bottom: 12px;
    cursor: pointer;
    padding: 16px;
    transition: background 0.3s ease, border-color 0.3s ease;
}

.location-card:last-child {
    margin-bottom: 0;
}

.location-title {
    margin-bottom: 2px;
}

.location-title * {
    font-size: 14px !important;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.location-info * {
    font-size: 12px !important;
    color: #8E8E8E;
    line-height: 1.2;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.location-review {
    margin-top: 6px;
    display: flex;
    gap: 4px;
}

.location-review .stars {
    gap: 2px;
    margin-top: 0;
}

.star-count {
    font-size: 12px !important;
    color: #000;
    line-height: 16.8px;
}

.reviws-text {
    white-space: nowrap;
    font-size: 10px;
    color: #6D6D6D;
    line-height: 16.8px;
}

.location-facility {
    background: #E6E6E678;
    width: 176px;
    padding: 7px 12px;
    border-radius: 12px;
    line-height: normal;
    transition: background 0.3s ease;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 0;
    justify-content: space-between;
}

.location-facility-iteam .info-tooltip .info-icon-ico img {
    width: 20px;
    height: 20px;
    margin-right: 0;
}

.location-facility-iteam .tooltip {
    min-width: 225px !important;
    transform: initial;
    left: 0;
    top: 32px;
    max-width: 225px;
}

.location-facility-iteam .info-tooltip {
    position: initial;
}

.location-head-right {
    position: relative;
}

.tooltip-title * {
    font-size: 14px !important;
    font-weight: 600;
    margin-bottom: 0;
}

.location-card .btn-assets {
    max-width: 100%;
    display: none
}

.location-card.active .btn-assets {
    display: flex;
}

.location-card .btn-cell:last-child {
    display: block;
}

.location-card .btn-cell .c-btn {
    font-size: 12px;
    padding: 10px;
    line-height: 1.5;
    text-decoration: none;
}

.location-card .btn-cell .c-btn.c-btn--border-white {
    border-color: #FFFFFF;
}

.location-card .btn-cell .c-btn.c-btn--border-white:hover,
.location-card .btn-cell .c-btn.c-btn--border-white:focus {
    background: #6A5B48;
    border-color: #6A5B48;
    text-decoration: none !important;
}

.location-card .btn-cell .c-btn.c-btn--border-black:hover,
.location-card .btn-cell .c-btn--border-black:focus {
    color: #000000;
    background-color: #BEBEBE;
    border-color: #BEBEBE;
    text-decoration: none !important;
}

.location-card .availablity-swiper .swiper-slide {
    max-width: 102px;
}

.location-card .availablity-card {
    width: 102px;
    height: 57px;
}

.location-card .availablity-swiper {
    margin: -10px -16px 0;
    padding: 10px 16px 24px;
}

.location-card .availablity-swiper .swiper-scrollbar {
    width: calc(100% - 48px);
    left: 24px;
    background: transparent;
}

.fremd-photo-block-image {
    background: #D9D9D9;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    line-height: 0;
}

.fremd-photo-block-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-width: initial;
    border-radius: 40px;
}

.fremd-border,
.f-corner-border-top,
.f-corner-border-bottom {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
}

/* Common base for all corners */
.f-corner-border-top::before,
.f-corner-border-top::after,
.f-corner-border-bottom::before,
.f-corner-border-bottom::after {
    content: "";
    position: absolute;
    background: center/contain no-repeat;
    width: 87px;
    height: 99px;
}

/* Top-left */
.f-corner-border-top::before {
    top: 20px;
    left: 20px;
    background-image: url("../images/a-left_top_corner.png");
}

/* Top-right */
.f-corner-border-top::after {
    top: 20px;
    right: 20px;
    background-image: url("../images/a-right_top_corner.png");
}

/* Bottom-left */
.f-corner-border-bottom::before {
    bottom: 20px;
    left: 20px;
    background-image: url("../images/a-left_bottom_corner.png");
}

/* Bottom-right */
.f-corner-border-bottom::after {
    bottom: 20px;
    right: 20px;
    background-image: url("../images/a-right_bottom_corner.png");
}

.fremd-mid-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 89px;
    height: 94px;
    background: url("../images/frem-center.png") center/contain no-repeat;
    pointer-events: none;
    z-index: 1;
    backdrop-filter: blur(9px);
    border-radius: 16px;
}

.filler-brands-logo .logo-container img {
    max-width: 110px;
    max-height: 40px;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.filler-brands-logo .logo-container img:hover {
    filter: grayscale(0);
}

.premium-tag {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    line-height: 0;
    border-radius: 0 24px 0 0;
    overflow: hidden;
}

.filler-brands-swiper {
    box-sizing: border-box;
}

.filler-brands-swiper.swiper-watch-progress .swiper-slide-visible,
.filler-brands-swiper.swiper:not(.swiper-watch-progress) {
    padding-bottom: 16px;
}

.filler-brands-swiper .swiper-wrapper {
    flex-wrap: wrap;
    row-gap: 12px;
    margin: 0 -6px;
    width: auto;
}

.filler-brands-swiper .swiper-slide {
    width: 50%;
    padding: 0 6px;
}

.filler-brands-card {
    width: 100%;
    height: 240px;
    border: 2px solid #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 0;
}

.filler-brands-swiper .swiper-scrollbar.swiper-scrollbar-horizontal {
    left: 0;
    right: 0;
    width: calc(100% - 48px);
    bottom: 0;
}

.filler-brands-swiper .swiper-scrollbar {
    background: transparent;
}

.filler-brands-swiper .swiper-scrollbar-drag {
    background: #00000080;
}

.filler-brands-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 24px;
    line-height: 0;
    position: relative;
    z-index: 0;
}

.filler-brands-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.filler-brands-card:hover .filler-brands-img img {
    transform: scale(1.05);
}

.filler-brands-cotent {
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    padding: 0;
    width: 100%;
    height: 100%;
    /* border: 2px solid transparent; */
    display: flex;
    flex-direction: column;
}

.filler-brands-cotent-bottom {
    margin-top: auto;
    padding: 16px;
    min-height: 59px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), rgba(0, 0, 0, 0.05);
    backdrop-filter: blur(6.85px);
    border-radius: 0 0 24px 24px;
}

.filler-brands-cotent-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    z-index: -1;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 15.08%, #FFF 47.58%, rgba(255, 255, 255, 0.15) 86.1%);
}

.filler-brands-cotent-bottom .academy-treatment-btn .academy-small-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    text-decoration: underline;
    font-size: 14px;
    min-width: auto
}

.filler-brands-bottom-logo {
    max-width: 80px;
}

.filler-brands-cotent-bottom .offerd-price {
    flex-direction: column;
    gap: 6px;
}

.filler-page-banner-card {
    background: #B7A595;
}

.filler-page-banner-card {
    position: relative;
    z-index: 0;
    overflow: hidden;
    min-height: 650px;
    flex-direction: column-reverse;
}

.filler-banner-img {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.filler-banner-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.filler-banner-img::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 48.67%, #000000 79.66%);
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.treatment-catagory-tab-container .tabs .tab {
    background: #fff;
    border: 1px solid #00000014;
    box-shadow: none;
}

.treatment-catagory-tab-container .tabs .tab.active {
    background: #8F8276;
    border-color: #8F8276;
    color: #fff;
}

.treatment-catagory-tab-container .tabs ul {
    gap: 6px;
}

.treatment-catagory-list {
    display: flex;
    margin: 0 -3px;
    row-gap: 6px;
    flex-wrap: wrap;
}

.treatment-catagory-iteam {
    padding: 0 3px;
    width: 50%;
}

.treatment-catagory-card {
    border: 2px solid #FFFFFF;
    background: #B88359;
    box-shadow: 0px 7px 29px 0px #64646F33;
    border-radius: 40px;
    overflow: hidden;
    height: 240px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 0;
}

.treatment-catagory-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: transform 0.5s ease;
}

.treatment-catagory-card:hover img {
    transform: scale(1.05);
}

.treatment-catagory-card-bottom {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 9px 16px;
    min-height: 66px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), linear-gradient(0deg, rgba(255, 255, 255, 0.41), rgba(255, 255, 255, 0.41));
    backdrop-filter: blur(6.85px);
    border-radius: 0 0 38px 38px;
    transition: transform 0.5s ease;
    z-index: 1;
}

.treatment-catagory-card-bottom::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 0;
    left: 0;
    z-index: -1;
    border-width: 1px;
    border-style: solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 15.08%, #FFF 47.58%, rgba(255, 255, 255, 0.15) 86.1%);
}

.treatment-catagory-card:hover .treatment-catagory-card-bottom {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.41), rgba(0, 0, 0, 0.41)), rgba(0, 0, 0, 0.05);
}

.treatment-catagory-card-bottom h3 {
    font-size: 14px !important;
    color: #000;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 4px;
}

.treatment-catagory-card-bottom p {
    font-size: 14px;
    text-decoration: underline;
}

.treatment-catagory-card:hover .treatment-catagory-card-bottom h3,
.treatment-catagory-card:hover .treatment-catagory-card-bottom p {
    color: #fff;
}

.filler-page-banner {
    background-color: #F7F4EF;
}

.treatment-catagory-card-top {
    position: absolute;
    right: 29px;
    top: 16px;
    border: 1px solid #000000;
    background: #FFFFFFB5;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.treatment-catagory-card:hover .treatment-catagory-card-top{
     border-color:#FFFFFFB5;
    background: #6B4C3F;
}
.treatment-catagory-card:hover .treatment-catagory-card-top svg {
    fill: #fff;
}

@media (max-width: 1023px) {
    .location-card .availablity-swiper .swiper-scrollbar {
        display: block;
    }

    .location-card .availablity-slider {
        display: none;
    }

    .location-card.active .availablity-slider {
        display: block;
    }
    .filler-brands-swiper .swiper-wrapper {
        box-sizing: inherit !important;
    }
    #treatment-map.my-map-img-div {
        height: 415px !important;
    }
}

@media (min-width: 768px) {
    .filler-brands-swiper .swiper-slide {
        width: 293px;
        padding: 0;
    }

    .filler-brands-swiper .swiper-wrapper {
        flex-wrap: nowrap;
        margin: 0;
        row-gap: 0;
    }

    .filler-brands-cotent-bottom .offerd-price {
        flex-direction: row;
        gap: 6px;
        align-items: center;
    }

    .filler-brands-cotent-bottom {
        min-height: 30px;
    }

    .treatment-catagory-list {
        row-gap: 16px;
    }

    .treatment-catagory-iteam {
        padding: 0 6px;
        width: 33.333%;
    }

    .treatment-catagory-card-bottom {
        min-height: 90px;
        padding: 9px 24px;
    }

    .treatment-catagory-card-bottom h3 {
        font-size: 21px !important;
    }

    .treatment-catagory-card-bottom p {
        font-size: 16px;
    }
}


@media (min-width: 1024px) {

    .d-rounded-40 {
        border-radius: 40px;
    }

    .d-shadow {
        box-shadow: 0px 8px 24px 0px #959DA533;
    }

    .d-bg-light-pink {
        background: #F7F4EF;
    }

    .d-shadow-card {
        box-shadow: 0px 7px 29px 0px #64646F33;
        border-radius: 40px;
        border: 2px solid #FFFFFF;
    }

    .new-clinic-col {
        max-width: 35%;
    }

    .location-grid {
        width: 40% !important;
    }

    .location-card:hover,
    .location-card.active {
        background: #F7F4EF;
        border-color: #F7F4EF;
    }

    .location-head {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .location-head-left {
        width: 57%;
        padding-right: 10px;
    }

    .location-head-right {
        width: 43%;
    }

    .location-card:hover .location-facility,
    .location-card.active .location-facility {
        background: #fff;
    }

    .location-facility-iteam .tooltip {
        min-width: 225px !important;
        transform: initial;
        right: 0;
        left: auto;
    }

    .location-facility {
        width: 100%;
    }

    .location-card.active .btn-assets {
        flex-wrap: nowrap;
    }

    .location-card .btn-cell {
        width: 50%;
    }

    .filler-page-banner-contain {
        padding-left: 6vw;
        padding-right: 6vw;
    }

    .filler-banner-img {
        width: 70%;
    }

    .filler-page-banner-card {
        min-height: initial;
    }

    .filler-banner-img img {
        object-position: top right;
    }

    .filler-banner-img::after {
        display: none;
    }

    .d-gradient-text {
        background: linear-gradient(90.01deg, #000000 3.05%, #AE9679 96.4%);
        background-clip: border-box;
        background-clip: border-box;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        vertical-align: top;
        line-height: 1.228;
    }

    .treatment-catagory-iteam {
        width: 25%;
    }

    .filler-page-banner {
        background-color: #fff;
    }
}

@media (min-width: 1280px) {
    .filler-page-banner-contain {
        padding-left: 0;
        padding-right: 0;
    }
}