:root {
    --green: #075a34;
    --dark: #034426;
    --pale: #f2f5e7;
    --text: #1e2b22;
}
* {
    box-sizing: border-box;
}
body {
    margin: 0;
    font-family: "DM Sans",sans-serif;
    color: var(--text);
    background: #fff;
}
 a{
     text-decoration:none;
 }

.topbar {
    height: 34px;
    background: #034b2d;
    color: #fff;
    font-size: 12px;
}
.topbar .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbar a {
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}
.navbar {
    background: #fff;
    box-shadow: 0 2px 12px #00000012;
}
.brand {
    line-height: 0.85;
    text-decoration: none;
}
.brand-main {
    font:
        38px Georgia,
        serif;
}
.red {
    color: #b7191d;
}
.shine {
    color: #135a32;
}
.brand-sub {
    font-size: 11px;
    letter-spacing: 4px;
    color: #075a34;
}
.brand-tag {
    font-size: 7px;
    letter-spacing: 1.2px;
    color: #666;
}
.nav-link {
    color: #222 !important;
    font-size: 16px;
    padding: 22px 11px !important;
}
.nav-link:hover,
.nav-link.active {
    color: var(--green) !important;
}
.nav-link.active {
    border-bottom: 2px solid var(--green);
}
.btn-green {
    background: var(--green);
    border: 0;
    color: #fff;
    border-radius: 8px;
    padding: 11px 20px;
    font-weight: 600;
}
.btn-green:hover {
    background: #034426;
    color: #fff;
}
.hero {
    min-height: 485px;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-hero {
    background-image: linear-gradient(90deg, #fff 0%, #fff 36%, #ffffffdd 50%, #ffffff18 76%),
        url("https://images.unsplash.com/photo-1540555700478-4be289fbecef?auto=format&fit=crop&w=1800&q=85");
}
.therapy-hero {
    background-image: 
    linear-gradient(90deg, #fffffffc 0%, #ffffffe0 39%, #ffffffd1 54%, #ffffff00 80%), url(https://static.vecteezy.com/system/resources/thumbnails/049/978/790/small/spa-concept-massage-stones-with-towels-and-candles-free-photo.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.hero .container {
    height: 100%;
}
.hero-copy {
    padding: 55px 0;
}
.eyebrow {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #63582f;
}
.hero h1 {
    font:
        56px/1.02 Georgia,
        serif;
    color: #07502f;
    margin: 13px 0;
}
.therapy-hero h1 {
    font-size: 58px;
}
.hero p {
    max-width: 430px;
    line-height: 1.55;
    font-size: 14px;
}
.hero-line {
    height: 2px;
    width: 270px;
    background: #0c5b36;
    margin: 12px 0 15px;
    position: relative;
}
.hero-line:after {
    content: "✦";
    position: absolute;
    left: 48%;
    top: -13px;
    background: #fff;
    color: #3c793f;
    padding: 0 7px;
}
.feature-panel {
    background: #075b35ef;
    color: #fff;
    border-radius: 20px;
    padding: 18px 22px;
    max-width: 300px;
    margin-left: auto;
    margin-top: 35px;
}
.feature {
    display: flex;
    gap: 12px;
    padding: 11px 0;
    border-bottom: 1px solid #ffffff22;
}
.feature:last-child {
    border: 0;
}
.feature i {
    font-size: 24px;
}
.feature strong {
    display: block;
    font-size: 14px;
}
.feature small {
    font-size: 12px;
    opacity: 0.85;
}
.hero-mini {
    display: flex;
    gap: 18px;
    margin-top: 20px;
}
.hero-mini .mini {
    width: 95px;
    text-align: center;
    border-right: 1px solid #ddd;
    font-size: 12px;
    font-weight: 600;
}
.hero-mini .mini:last-child {
    border: 0;
}
.hero-mini i {
    display: block;
    font-size: 28px;
    color: #3d7b40;
    margin-bottom: 6px;
    border: 1px solid #5d5858;
    width: 60px;
    height: 60px;
    margin: 10px auto;
    line-height: 60px;
    border-radius: 50px;
}
.quick {
    margin-top: -30px;
    position: relative;
    z-index: 3;
}
.quick-box {
    background: #fff;
    border-radius: 17px;
    box-shadow: 0 8px 28px #00000012;
    padding: 18px;
}
.quick-item {
    text-align: center;
    border-right: 1px solid #ddd;
    min-height: 90px;
}
.quick-item:last-child {
    border: 0;
}
.quick-item i {
    font-size: 50px;
    color: #4a8448;
}
.quick-item h6 {
    font-size: 17px;
    margin: 6px 0;
    font-weight: bold;
}
.quick-item p {
    font-size: 12px;
    margin: 0;
    color: #666;
}
section {
    padding: 60px 0;
}
.title {
    text-align: center;
    font:
        28px Georgia,
        serif;
    color: #15562f;
    margin: 0 0 5px;
}
.subtitle {
    text-align: center;
    color: #555;
    font-size: 13px;
    margin-bottom: 25px;
}
.special-card {
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 14px;
    min-height: 105px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.special-card i {
    font-size: 50px;
    color: #5c8c55;
}
.special-card h6 {
    font-size: 15px;
    margin: 0 0 4px;
    font-weight: 600;
}
.special-card p {
    font-size: 11px;
    margin: 0;
    color: #666;
}
.nature {
    background: #edf2df;
    border-radius: 18px;
    padding: 30px;
    min-height: 300px;
    overflow: hidden;
    position: relative;
}
.nature h3 {
    font:
        29px Georgia,
        serif;
    color: #195631;
}
.nature:after {
    content: "🌿";
    position: absolute;
    right: 15px;
    bottom: -35px;
    font-size: 145px;
    opacity: 0.25;
}
.treatment {
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    background: #fff;
}
.treatment img {
    height: 170px;
    width: 100%;
    object-fit: cover;
}
.treatment .body {
    padding: 15px;
    text-align: center;
}
.treatment h5 {
    font:19px Georgia,serif;
    color: #15562f;
}
.treatment p {
    font-size: 14px;
    color: #666;
}


.stats-section{color:#fff;padding-bottom: 0px;}
.stats-panel{padding:30px 20px;background:linear-gradient(90deg,#004522,#075c31)}
.stat{min-height:105px;border-right:1px solid rgba(255,255,255,.25);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}
.stat:last-child{border-right:0}
.stat i{font-size: 50px;color:#d5c55d}
.stat strong{font-family:"Playfair Display",serif;font-size: 40px;color:#ead15c}
.stat span{font-size: 17px;line-height:1.35;color: #fff;}
.priority-panel{background:#f0f1e4;color:#173c27;padding:25px;position:relative;overflow:hidden}
.priority-panel h3{font-family:"Playfair Display",serif;font-size: 41px;line-height:1.25;margin-bottom:7px}
.priority-panel p{font-size: 15px;max-width:260px;line-height:1.5}
.priority-flower{position:absolute;right:22px;bottom:-25px;font-size: 160px;color:#7ea34f;opacity:.45}

.trust-strip{padding: 33px 0;border-bottom:1px solid #ddd;background:#fff}
.trust-item{display:flex;align-items:center;justify-content:center;gap: 20px;text-align:left;border-right:1px solid #e5e5df;min-height:48px}
.trust-item:last-child{border-right:0}
.trust-item i{font-size: 34px;color:#4d8b4b;border: 1px solid #edeaea;border-radius: 50px;display: block;height: 60px;width: 60px;text-align: center;line-height: 60px;}
.trust-item span{font-size: 15px;line-height:1.25}


.therapy-list {
    background: #fff;
}
.therapy-card {
    border: 1px solid #e4e5df;
    border-radius: 10px;
    overflow: hidden;
    height: 100%;
    background: #fbfcf7;
}
.therapy-card img {
    width: 42%;
    height: 180px;
    object-fit: cover;
    float: left;
}
.therapy-card .tc {
    margin-left: 42%;
    padding: 13px 15px;
    min-height: 118px;
}
.therapy-card h3 {
    font: 20px Georgia,
        serif;
    color: #15562f;
    margin: 0 0 16px;
}
.therapy-card p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 0 10px;
}
.learn {
    font-size: 15px;
    color: #0a5a34;
    font-weight: 600;
    text-decoration: none;
}
.why {
    background: #f1f4e9;
    border-radius: 15px;
    padding: 24px;
}
.why-item {
    text-align: center;
    padding: 10px;
    border-right: 1px solid #d9ded0;
}
.why-item:last-child {
    border: 0;
}
.why-item i {
    font-size: 40px;
    color: #3e7c42;
}
.why-item h6 {
    font: 16px Georgia,
        serif;
    color: #1a5633;
    font-weight: 600;
}
.why-item p {
    font-size: 14px;
}
.cta {
    background: #04512f;
    border-radius: 15px;
    color: #fff;
    min-height: 80px;
    padding: 38px 25px;
}
.cta h3 {
    font: 21px Georgia,
        serif;
    margin: 0;
}
.cta p {
    font-size: 13px;
    margin: 2px 0;
}
footer {
    background: #034b2d;
    color: #fff;
    padding: 28px 0 18px;
}
footer h5 {
    font: 20px Georgia,
        serif;
}
footer a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    display: block;
    margin: 4px 0;
}
.footer-logo {
    font:
        30px Georgia,
        serif;
}
.copy {
    text-align: center;
    border-top: 1px solid #ffffff22;
    padding-top: 20px;
    margin-top: 20px;
    font-size: 15px;
}
@media (max-width: 991px) {
    .nav-link {
        padding: 10px !important;
    }
    .hero {
        min-height: 650px;
    }
    .hero h1,
    .therapy-hero h1 {
        font-size: 45px;
    }
    .feature-panel {
        margin: 25px 0 0;
    }
    .quick {
        margin-top: 0;
    }
    .quick-item {
        border: 0;
        border-bottom: 1px solid #ddd;
        padding: 12px;
    }
    .quick-item:last-child {
        border-bottom: 0;
    }
}
@media (max-width: 767px) {
    .topbar {
        height: auto;
        padding: 7px 0;
    }
    .topbar .container {
        justify-content: center;
        flex-wrap: wrap;
    }
    .brand-main {
        font-size: 31px;
    }
    .hero {
        min-height: 420px;
        background-position: 65% center;
    }
    .hero-copy {
        padding: 38px 10px;
    }
    .hero h1,
    .therapy-hero h1 {
        font-size: 39px;
    }
    .hero-mini {
        gap: 5px;
    }
    .hero-mini .mini {
        width: 25%;
        font-size: 9px;
    }
    .therapy-card img {
        width: 100%;
        height: 145px;
        float: none;
    }
    .therapy-card .tc {
        margin: 0;
        min-height: 0;
    }
    .why-item {
        border-right: 0;
        border-bottom: 1px solid #ddd;
        padding: 15px;
    }
    .why-item:last-child {
        border: 0;
    }
    .stat {
        border-right: 0;
        border-bottom: 1px solid #ffffff2c;
        padding: 13px;
    }
    .stat:last-child {
        border: 0;
    }

    .priority-panel h3 {
    font-family: "Playfair Display", serif;
    font-size: 36px;
    line-height: 1.25;
    margin-bottom: 7px;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: left;
    border-right: 1px solid #e5e5df;
    min-height: 48px;
    margin-bottom: 12px;
}

.trust-item span {
    font-size: 12px;
    line-height: 1.25;
}

.team {
        grid-template-columns: 1fr;
    }
    
}


.iconimg{
	width: 100%;
}

.logo_size{
	width: 120px;
}

.about-story {
    display: grid;
    grid-template-columns: 280px 1fr 270px;
    gap: 35px;
    align-items: center;
}
.story-img img {
    height: 265px;
    width: 100%;
    border-radius: 18px;
    /*background: linear-gradient(135deg, #aecb85, #476d3b);*/
    display: grid;
    place-items: center;
    color: #eaf4dd;
    font-size: 100px;
}
.story-text h2,
.mission h3 {
    font: 600 28px Georgia,
        serif;
    color: #194e31;
}
.story-text p,
.mission p {
    font-size: 16px;
    line-height: 1.6;
}
.mission {
    background: #faf8ef;
    border-radius: 14px;
    padding: 20px;
}
.mission i {
    font-size: 30px;
    color: #2e7042;
    float: left;
    margin-right: 10px;
}
.values {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
    border-top: 1px solid #e1e4dc;
    border-bottom: 1px solid #e1e4dc;
}
.value {
    text-align: center;
    padding: 18px 10px;
    border-right: 1px solid #e1e4dc;
}
.value:last-child {
    border: 0;
}
.value i {
    font-size: 37px;
    color: #467d4b;
}
.value h4 {
    font-size: 12px;
    margin: 6px 0 4px;
}
.value p {
    font-size: 9px;
    line-height: 1.4;
    margin: 0;
}
.team {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}
.person {
    border: 1px solid #e0e4da;
    border-radius: 12px;
    padding: 10px;
    display: flex;
    gap: 12px;
    align-items: center;
}
.person-img {
    width: 120px;
    height: 125px;
    border-radius: 10px;
    /* background: linear-gradient(135deg, #eee8d7, #b6c3ae); */
    display: grid;
    place-items: center;
    font-size: 60px;
    color: #315e40;
}
.person h4 {
    font: 600 20px Georgia,
        serif;
    margin: 0 0 5px;
    color: #184d31;
}
.person p {
    font-size: 13px;
    line-height: 1.45;
    margin: 0;
}
.quote {
    margin-top: 12px;
    background: #00602f;
    color: #fff;
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    font:
        15px Georgia,
        serif;
}
.choose-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}
.choose {
    border: 1px solid #e2e4dc;
    background: #fafaf6;
    border-radius: 10px;
    text-align: center;
    padding: 15px 7px;
}
.choose i {
    font-size: 50px;
    color: #4b7f4c;
}
.choose span {
    display: block;
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}



@media only screen and (max-width: 600px) {
   
    .about-story {
        display: block;
        grid-template-columns: 330px 1fr 270px;
        gap: 35px;
        align-items: center;
    }

    .story-img{
        padding-bottom:20px;
    }
    
    .team {
            display: block;
            grid-template-columns: repeat(3, 1fr);
            gap: 18px;
        }
        
        .person {
            border: 1px solid #e0e4da;
            border-radius: 12px;
            padding: 10px;
            display: flex;
            gap: 12px;
            align-items: center;
            margin-bottom: 20px;
        }
        
        .choose-grid {
            display: block;
            grid-template-columns: repeat(6, 1fr);
            gap: 10px;
        }
        
        .choose {
            border: 1px solid #e2e4dc;
            background: #fafaf6;
            border-radius: 10px;
            text-align: center;
            padding: 15px 7px;
            margin-bottom: 19px;
        }
}
