/*
    Theme Name: MWD
    Author:  MWD
    Author URL: https://movewith.digital/
    Description: ---- 2024.
    Document   : Framework
    Created on :  Oct208 2024, 12.00 AM
*/

html {
    scroll-behavior: smooth;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar;
}

body {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    font-size: 100%;
    color: var(--text-color);
    background: var(--bg-color);
    font-family: var(--font-one);
    margin: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-text-size-adjust: none;
    font-weight: 300;
}

::-webkit-input-placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

::-moz-placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

:-ms-input-placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

::-ms-input-placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

::placeholder {
    color: var(--secondry-color);
    font-family: var(--font-one);
    font-weight: 500;
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    margin: 0;
    padding: 0;
}

:focus {
    outline: 0;
}

a,
a:link,
a:visited {
    outline: none;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}


/* div {
    transition: all 0.3s ease-in-out;
} */

a:before {
    transition: all 0.3s ease-in-out;
}

a:after {
    transition: all 0.3s ease-in-out;
}

img {
    border: none;
    max-width: 100%;
}

ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: normal;
    line-height: 1.2;
    font-family: var(--font-one);
}

p {
    margin: 0;
    line-height: 1.4;
    font-size: 1.2em;
    color: var(--text-two-color);
    font-weight: 400;
    font-family: var(--font-one);
}

h1 {
    margin: 0;
    padding: 0;
    color: var(--text-two-color);
    line-height: 1;
    font-size: 10em;
    font-weight: 500;
    font-family: var(--font-two);
}

h2 {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 6em;
    line-height: 1.2;
    font-weight: 400;
    font-family: var(--font-two);
}

h3 {
    margin: 0;
    padding: 0;
    color: var(--text-color);
    font-size: 1.4em;
    line-height: 1;
    font-weight: 600;
    font-family: var(--font-two);
}

h4 {
    margin: 0;
    padding: 0;
    color: var(--text-color-one);
    font-size: 3.5em;
    line-height: 1.2;
    font-weight: 400;
    font-family: var(--font-two);
}

.outer:before,
.outer:after,
.container:after,
.container:before,
.container-full:after,
.container-full:before,
.slider-area:after,
.slider-area:before {
    content: " ";
    display: table;
}

.outer:after,
.container:after,
.container-full:after,
.slider-area:after {
    clear: both;
}

.outer {
    width: 100%;
    padding: 0 0;
    margin: 0 auto;
    background: var(--bg-color);
    overflow: hidden;
}

:root {
    --font-one: "Outfit", sans-serif;
    --font-two: "Allison", cursive;
    --font-three: "Open Sans", sans-serif;
    --bg-color: #F4EFD2;
    --text-color: #3A362E;
    --bgtwo-color: #3A362E;
    --brand-color: #87BC53;
    --text-two-color: #FFFFFF;
    --border-radius: 5px;
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1600PX;
}

.d-flex {
    display: flex;
}

.banner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(58, 54, 46);
    background: linear-gradient(180deg, rgba(58, 54, 46, 1) 0%, rgba(58, 54, 46, 0) 51%);
}

.banner::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(58, 54, 46);
    background: linear-gradient(0deg, rgba(58, 54, 46, 1) 0%, rgba(58, 54, 46, 0) 51%);
}

.banner {
    width: 100%;
    position: relative;
    height: 100%;
    text-align: left;
    background: url(../img/banner-image.jpg) no-repeat center center/cover;
    padding: 180px 0 130px 0;
    height: 120vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.shade-sec {
    position: absolute;
    bottom: 0;
    overflow: hidden;
    height: 200px;
    z-index: 9;
}

.banner-text {
    margin: 150px 0 0 0;
    z-index: 4;
    position: relative;
}


/* Panel Styles */

.panel {
    position: fixed;
    top: 0;
    right: -100%;
    /* Hidden off-screen */
    width: 550px;
    background-color: white;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.2);
    transition: right 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    /* Smooth easing */
    z-index: 1000;
    will-change: transform;
    /* Optimized performance */
    z-index: 99999;
    height: 100%;
}

.panel-content-sec {
    padding: 70px 70px 0 70px;
}

.panel-content h2 {
    margin: 0 0 20px 0;
    font-size: 3em;
        font-family: var(--font-one);
}

.img-panel {
    margin: 50px 0 0 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.img-panel img {
    width: 100%;
    height: 450px;
    object-fit: contain;
    display: block;
    object-position: top;
}

.close-btn {
    position: absolute;
    top: 50px;
    right: 30px;
    font-size: 0;
    cursor: pointer;
}

.panel-content strong a {
    color: #000;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
    font-size: 1.3em;
    margin: 0 0 20px 0;
    display: block;
    text-decoration: underline;
}

.whatsapp-btn {
    color: var(--text-two-color);
    font-size: 1.3em;
    font-weight: 500;
    background-color: var(--brand-two-color);
    padding: 10px 30px;
    border-radius: var(--border-radius);
    display: inline-block;
    /*    box-shadow: 0 4px 4px rgb(0 0 0 / 15%);*/
    border: 0;
    font-family: var(--font-one);
}

.closePanel img {
    max-width: 40px;
}

.panel.active {
    right: 0;
}

.openPanel {
    cursor: pointer;
}

.close-btn:hover {
    transform: rotate(90deg);
    /* Adjust degree as needed */
    transition: transform 0.3s ease-in-out;
}

a.fill-green {
    border-radius: 50px;
    color: var(--text-two-color);
    font-size: 1.2em;
    background-color: var(--brand-color);
    padding: 15px 30px;
    display: inline-block;
    font-weight: 600;
    margin: 30px 0;
    white-space: nowrap;
}

a.fill-green:hover {
    background-color: var(--bgtwo-color);
}

.banner-text p {
    font-size: 1.8em;
}

.arrow {
    font-size: 3rem;
    color: #333;
    animation: bounce 1.5s infinite;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
    }
}

.content {
    padding: 0 0 50px 0;
    width: 100%;
    text-align: center;
}

.content p {
    font-weight: 300;
    color: var(--text-color);
    font-size: 1.6em;
    padding: 0 0 20px 0;
}

.content p b {
    font-weight: 600;
}

.small-container {
    max-width: 760px;
    margin: 0 auto;
    width: 90%;
}

.md-container {
    max-width: 900px;
    margin: 0 auto;
    width: 90%;
}

.mb-50 {
    margin: 0 0 50px 0;
}

.line-shade {
    width: 100%;
    height: 1px;
    background: rgb(0, 0, 0);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 50%, rgba(102, 102, 102, 0.06766456582633051) 98%);
}

.shade-set {
    padding: 20px 0;
    text-align: center;
}

.shade-set a.fill-green {
    transform: translateY(-55px);
}

.therapies {
    width: 100%;
    text-align: center;
}

.therapies-sec {
    width: 31%;
    font-weight: 500;
}

.therapies-list {
    flex-wrap: wrap;
    gap: 40px;
    column-gap: 40px;
    margin: 50px 0 0 0;
}

.therapies-list strong {
    display: block;
    font-family: var(--font-one);
    font-weight: 500;
    font-size: 1.5em;
    padding: 20px 0 0 0;
}

.therapies-list img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.therapies-img {
    display: inline-block;
    overflow: hidden;
    border-radius: 35px;
    width: 100%;
}

.therapies-img img {
    transition: transform 0.3s ease-in-out;
}

.therapies-img:hover img {
    transform: scale(1.2);
}

a.fill-green.brown {
    background-color: #A2754E;
    margin: 10px 0;
}

.green-sec {
    background-color: var(--brand-color);
    text-align: left;
    border-radius: 35px;
    position: relative;
    overflow: hidden;
}

.green-box {
    padding: 50px;
    text-align: center;
}

.green-shade {
    position: absolute;
    bottom: -159px;
    overflow: hidden;
}

.green-shade img {
    width: 100%;
    height: 250px;
}

.hoilistic {
    width: 100%;
    background: url(../img/about-banner.jpg) no-repeat center center/cover;
    height: 110vh;
    margin: 60px 0 0 0;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-holistic {
    z-index: 9;
    position: absolute;
    height: 200px;
    top: -1px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.bottom-holistic {
    z-index: 9;
    position: absolute;
    height: 200px;
    bottom: -40px;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.holistic-text {
    text-align: center;
    padding: 200px 0;
    position: relative;
    z-index: 9;
}

.holistic-text h2 {
    color: #fff;
}

.hoilistic p {
    font-size: 1.8em;
}

.hoilistic::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(58, 54, 46);
    background: linear-gradient(0deg, rgba(58, 54, 46, 1) 0%, rgba(58, 54, 46, 0) 51%);
}

.hoilistic::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgb(58, 54, 46);
    background: linear-gradient(0deg, rgba(58, 54, 46, 1) 0%, rgba(58, 54, 46, 0) 51%);
}

.insights h3 {
    font-weight: 400;
    font-size: 1.8em;
    font-family: var(--font-one);
}

.insights .therapies-sec {
    display: block;
    text-align: left;
}

.insights .therapies-sec p {
    color: #333;
}

.insights .therapies-sec a {
    color: #333;
    padding: 20px 0;
    display: block;
    font-weight: 500;
}

.insights .therapies-list img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.footer {
    width: 100%;
    background: #3A362E;
    margin: 200px 0 0 0;
    position: relative;
}

.footer-top-curve {
    position: absolute;
    top: -140px;
}


footer {
    background-color: #181818;
    padding: 40px 20px 80px 20px;
}

.footer-top {
    display: flex;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    gap: 20px;
    padding: 0 0 30px 0;
    border-bottom: 1px solid rgba(238, 238, 238, 0.15);
}



.footer-top h2 {
    font-size: 2em;
    font-weight: bold;
    font-family: var(--font-one);
    color: #fff;
    max-width: 30%;
    text-align: left;
}

.contact-buttons {
    width: 60%;
}

.contact-buttons .btn {
    display: inline-block;
    margin: 10px;
    padding: 12px 20px;
    border: 2px solid #fff;
    border-radius: 25px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

.contact-buttons .btn.whatsapp {
    background-color: #25D366;
    border: none;
}

.footer {
    color: #ffffff;
    padding: 50px 0;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

.footer-column h3 {
    font-family: var(--font-one);
    color: #fff;
    padding: 10px 0;
}

.footer-column h4 {
    font-family: var(--font-one);
    color: #fff;
    padding: 20px 0 10px 0;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    margin-bottom: 20px;
}

.footer-column h3,
.footer-column h4 {
    font-size: 18px;
    font-weight: bold;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li {
    margin: 5px 0;
}

.footer-column a {
    color: #fff;
    text-decoration: none;
}

.footer-column a:hover {
    text-decoration: underline;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.social-icons img {
    width: 24px;
    height: 24px;
}

.footer-bottom {
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
}
.footer-bottom a{
    color:#fff;
}
.footer .container {
    width: 1200px;
    position: relative;
    z-index: 3;
}

.contact-buttons .btn.whatsapp:hover {
    background-color: #fff;
    color: #25D366
}

.mobile_btn i {
    font-size: 2.5em;
    color: #fff;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.popup-content {

    background: white;
    width: 60%;
    max-width: 800px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    padding: 20px;
}

.popup-image {
    width: 50%;
}

.popup-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.popup-text {
    width: 100%;
    max-height: 65vh;
    overflow: scroll;
    overflow-x: hidden;
    padding: 20px;
    text-align: left;
}

.popup-content h2 {
    margin: 0;
    font-size: 2em;
    padding: 25px 20px 0 20px;
    font-family: var(--font-one);
}

.popup-text p {
    color: #000;
    font-weight: 400;
    font-size: 1.1em;
    padding: 0 0 25px 0;
}

.popup-text input {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.popup-text button {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: black;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 40px;
    cursor: pointer;
    color: black;
}

.menu-btn a.fill-green:hover {
    background: #fff;
    color: rgb(58, 54, 46);
}

#our-treatments,
#asian-wellness-center,
#insights {
    scroll-margin-top: 140px;
}