.img-centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    padding: 10px;
}

.hover-underline {
    display: inline-block;
    position: relative;
    color: black;
}

    .hover-underline::after {
        content: '';
        position: absolute;
        width: 100%;
        transform: scaleX(0);
        height: 4px;
        bottom: 18px;
        left: 0;
        background-color: #3fc7da;
        transform-origin: bottom right;
        transition: transform 0.25s ease-out;
    }

    .hover-underline:hover {
        color: #3fc7da;
    }

        .hover-underline:hover::after {
            transform: scaleX(1);
            transform-origin: bottom left;
        }


.OxinNavButton {
    background: #3fc7da;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}

.OxinNavButton-green {
    background: #02bda7;
    border-radius: 15px;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 12px;
    /*padding-left: 20px;
    padding-right: 20px;*/
}

.OxinNavButton:hover {
    background-color: #9ecdef;
    color: white;
}

.OxinNavButton-green:hover {
    background-color: #3fc7da;
    color: white;
}

.OxinMenuButton {
    border: none;
    padding: 10px;
    border-radius: 10px;
    background: transparent;
}

    .OxinMenuButton:hover {
        border: 2px solid #3fc7da;
    }


@media (max-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .hide-on-mobile {
        display: none;
    }
}


@media (min-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .hide-on-laptop {
        display: none;
    }
}

.OxinTransparentPill {
    background-color: rgba(63, 199, 218, 0.8);
}

.btn-animate-light {
    background: white;
    color: #02bda7;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease;
    z-index: 1;
    &:before, &:after

{
    background-color: #3fc7da;
    transition: 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
}

&:hover {
    color: white;
}

}

.btn-animate-gray {
    background: white;
    color: gray;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease;
    z-index: 1;
    &:before, &:after

{
    background-color: #3fc7da;
    transition: 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
}

&:hover {
    color: white;
}

}

.border-hover-gray {
    border: 2px solid;
}

    .border-hover-gray:hover {
        border: solid;
    }

.btn-animate-Dark {
    background: #3fc7da;
    color: white;
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    transition: 0.4s ease;
    z-index: 1;
    &:before, &:after

{
    background-color: white;
    transition: 0.3s ease;
    content: '';
    position: absolute;
    z-index: -1;
}

&:hover {
    color: black;
}

}


.middle-out {
    &:before

{
    top: 50%;
    right: 50%;
    bottom: 50%;
    left: 50%;
}

&:hover {
    &:before

{
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

}
}

.bottom {
    &:before

{
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
}

&:hover {
    &:before

{
    top: 0;
}

}
}

.OxinHomeImage {
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
}

.text-aquagreen {
    color: #02bda7;
}

.bg-aquagreen {
    background-color: #02bda7;
}

.text-aquablue {
    color: #3fc7da;
}

.bg-aquablue {
    background-color: #3fc7da;
}

.text-aqua {
    color: #9ecdef;
}

.bg-aqua {
    background: #9ecdef;
}

.text-dir-start:dir(rtl) {
    text-align: right;
    direction: rtl;
}

.text-dir-start:dir(ltr) {
    text-align: left;
    direction: ltr;
}

.text-dir-end:dir(rtl) {
    text-align: left;
    direction: rtl;
}

.text-dir-end:dir(ltr) {
    text-align: right;
    direction: ltr;
}

.p-dir-end:dir(rtl) {
    padding-left: 3rem;
}

.p-dir-end:dir(ltr) {
    padding-right: 3rem;
}

@media (min-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .p-dir-end-lg:dir(ltr) {
        padding-right: 3rem;
    }

    .p-dir-end-lg:dir(rtl) {
        padding-left: 3rem;
    }
}

/*.dropdown:hover .dropdown-menu {
    display: block;
}*/

.dropdown-item:hover {
    background-color: #02bda7;
    color: white;
    border-radius: 5px;
}

.ms-auto {
    margin-right: auto;
}

.me-auto {
    margin-left: auto;
}

.bg-blur {
    background-color: rgba(10, 10, 10, 0.4);
}

.text-muter {
    opacity: 0.6;
}


@media (min-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .p-dir-end-lg:dir(ltr) {
        padding-right: 3rem;
    }

    .p-dir-end-lg:dir(rtl) {
        padding-left: 3rem;
    }
}

.border-aquagreen {
    border: 2px solid #02bda7;
    border-radius: 10px;
}

.border-aqua {
    border: 2px solid #9ecdef;
    border-radius: 10px;
}

.border-aquablue {
    border: 2px solid #3fc7da;
    border-radius: 10px;
}

.parallax {
    /* The image used */
    background-image: url("../Img/parallax.png");
    /* Set a specific height */
    min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay {
    background-color: rgba(1, 92, 110, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.parallax-client {
    /* The image used */
    background-image: url("../Img/map.png");
    /* Set a specific height */
    min-height: 600px;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.overlay-client {
    background-color: rgba(128, 128, 128, 0.718);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.OxinTransparentPill-light {
    background-color: rgba(250, 252, 252, 0.8);
}

.hr-white {
    border: none;
    opacity: 1;
    border-top: 2px solid white;
}

.swiper-pagination-bullet {
    background-color: lightgray !important;
    width: 12px !important;
    height: 12px !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    transform: scale(1.5) !important;
    background-color: #02bda7 !important;
}

.max-height-limit {
    max-height: 70%;
}

.aqua-blue-hover {
    color: #757575;
}

    .aqua-blue-hover:hover {
        color: #3fc7da;
    }

.line-clamp {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.service-height-limit {
    height: 15rem;
}

.hover-zoom {
    overflow: hidden;
}

    .hover-zoom:hover {
        transform: scale(1.07);
        transition: transform 0.15s ease;
    }

.shadow-hover {
    transition: box-shadow 0.3s ease-in-out;
}

    .shadow-hover:hover {
        box-shadow: 0 0.5rem 1rem rgba(2, 189, 167, 0.5);
    }


.gradient-background {
    background: linear-gradient(300deg, #02bda7, #3fc7da, #9ecdef);
    background-size: 180% 180%;
    animation: gradient-animation 18s ease infinite;
}

@keyframes gradient-animation {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.gradient-background-2 {
    background: linear-gradient(300deg, #3fc7da, #9ecdef, #02bda7);
    background-size: 180% 180%;
    animation: gradient-animation-2 9s ease infinite;
}

@keyframes gradient-animation-2 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.pointer {
    cursor: pointer;
}

.ss01 {
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
}

.calender-Active {
    background-color: #02bda7;
    border-radius: 10px;
    color: white;
    width: calc(5.8vh + 0.5vw);
    height: calc(5.8vh + 0.5vw);
    text-align: center;
    font-size: 3vh;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    align-content: center;
}

    .calender-Active:hover {
        background-color: #3fc7da;
        border-radius: 10px;
        color: white;
        width: calc(5.8vh + 0.5vw);
        height: calc(5.8vh + 0.5vw);
        text-align: center;
        font-size: 3vh;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        align-content: center;
    }

.calender-disActive {
    background-color: gray;
    border-radius: 10px;
    color: white;
    width: calc(5.8vh + 0.5vw);
    height: calc(5.8vh + 0.5vw);
    text-align: center;
    font-size: 3vh;
    text-decoration: none;
    display: inline-block;
    cursor: not-allowed;
    align-content: center;
}

.calender-friday {
    background-color: rgb(250, 114, 114);
    border-radius: 10px;
    color: white;
    width: calc(5.8vh + 0.5vw);
    height: calc(5.8vh + 0.5vw);
    text-align: center;
    font-size: 3vh;
    text-decoration: none;
    display: inline-block;
    cursor: not-allowed;
    align-content: center;
}

.calender-empty {
    border-radius: 10px;
    padding: 20px;
}

.justify {
    text-align: justify;
}


#backToTop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: none;
    padding: 10px;
    background-color: #02bda7;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    border: none;
}

    #backToTop:hover {
        background-color: #3fc7da;
    }

.nav-sizer {
    width: 12rem;
    height: 3.5rem;
    object-fit: contain;
}

.ourService-sizer {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.ourServiceDetail-sizer {
    width: 200px;
    height: 200px;
    object-fit: cover;
}

.therapist-sizer {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}


.slider-sizer {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.instagram-hover {
    color: black;
}

    .instagram-hover:hover {
        color: #02bda7
    }


.hover-show-parent {
}

.hover-show-item {
    display: none;
    transform: translateY(-20px);
}

.hover-show-parent:hover .hover-show-item {
    display: block;
    transform: translateY(0);
}

.shadow-box {
    box-shadow: 0 0.5rem 1rem rgba(2, 189, 167, 0.5);
}

.sidebar-btn {
    color: black;
    cursor: pointer;
}

    .sidebar-btn:hover {
        background-color: #f0f0f0;
    }

.sidebar-active {
    background-color: #02bda7;
    color: white;
}

.userpanel-avatar {
    object-fit: contain;
    height: 200px;
}

.max-height-250 {
    max-height: 250px;
}

@media (max-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .fs-responisve-xs {
        font-size: 11px;
    }
}


@media (min-width: 1000px) {

    /* Adjust the breakpoint as needed */
    .fs-responisve-xs {
        font-size: 15px;
    }
}

.slider-text {
    bottom: 0;
    padding: 15px 35px;
    background-color: rgba(2, 189, 167, 0.6);
    position: absolute;
    width: 100%;
}


.mb-6 {
    margin-bottom: 3.5rem !important;
}

.mb-7 {
    margin-bottom: 4rem !important;
}

.mb-8 {
    margin-bottom: 4.5rem !important;
}

.mb-9 {
    margin-bottom: 5rem !important;
}