:root {
    --gold: #d4af37;
    --dark: #0B644B;
    --soft: #f6f4ef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Segoe UI, sans-serif;
}



p {
    font-size: 16px !important;

}



h2 {
    font-size: 30px !important;
    color: var(--dark);
}

.new-title h1 {
    line-height: normal !important;
    font-size: 45px;
}

.new-title span {
    color: var(--gold);
}

.section-wrapper {
    padding: 40px 0;
    display: flex;
    justify-content: center;
}

.section-box {
    background: #ffffff;
    padding: 30px;
    border-radius: 28px;
    /* box-shadow: 0 40px 40px rgba(0, 0, 0, .12); */
    border-left: 10px solid #0b644b;
}

.section-box h2 {
    color: #0b644b;
    line-height: 1.3;
    margin-bottom: 25px;
}


.section-box p {
    font-size: 17px;
    color: #333;
    margin-bottom: 20px;
    line-height: 1.7;
}

.thai-list {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 600px;
}

.thai-list li {
    position: relative;
    padding: 16px 20px 16px 55px;
    margin-bottom: 15px;
    background: #f0f8f5;
    border-radius: 12px;
    font-size: 17px;
    color: #222;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    transition: .3s ease;
}

.thai-list li::before {
    content: "✓";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    background: #0b644b;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 14px;
}

/* Hover effect */
.thai-list li:hover {
    transform: translateX(6px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.list-items li {
    margin-bottom: 10px !important;
    list-style: none;

    i {
        padding-right: 10px;
    }
}

.list-items2 li {
    margin-bottom: 10px !important;
    font-weight: bold;
}

.massage-table th {
    background-color: #f8f9fa;
    text-align: center;
    font-weight: 600;
}

.massage-table td {
    text-align: center;
    vertical-align: middle;
}

.map-box iframe {
    width: 100%;
    height: 400px;
    border-radius: 8px;
}

/* Content Card */
.card {
    background: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-top: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}



/* FAQ */

.faq-simple details {
    background: #ffffff;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px 15px;
    border: 1px solid #ddd;
}

.faq-simple summary {
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    list-style: none;
}

.faq-simple summary::marker {
    display: none;
}

.faq-simple summary::after {
    content: "+";
    float: right;
    font-size: 18px;
}

.faq-simple details[open] summary::after {
    content: "−";
}

.faq-simple p {
    margin-top: 10px;
    color: #000;
    font-size: 15px;
}

/* Call To Action */
.cta {
    background: #f1f9f6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    text-align: center;
}

.cta p {
    margin-bottom: 10px;
}

.cta a {
    display: inline-block;
    margin: 8px;
    padding: 12px 20px;
    background: #28a745;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cta a.whatsapp {
    background: #25D366;
}





.spa-container {
    margin: auto;
    background: #ffffff;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}


.spa-container p {
    font-size: 16px;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.7;
}

.intro-text {
    font-size: 17px;
}

.spa-section {
    background: #f7f9f8;
    padding: 50px 20px;
}



.spa-wrap h2 {
    margin-bottom: 18px;
}

.spa-wrap p {
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin-bottom: 15px;
}


.spa-list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.spa-list li {
    font-size: 16px;
    color: #444;
    padding-left: 28px;
    margin-bottom: 10px;
    position: relative;
}

.spa-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d6f;
    font-weight: bold;
}

.spa-link {
    color: #2e7d6f;
    font-weight: 600;
    text-decoration: none;
}

.spa-link:hover {
    text-decoration: underline;
}



.ayurveda-section {
    padding: 60px 20px;
    background: #f7fdf9;
    text-align: center;
}



.top-title {
    color: #2e7d32;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 10px;
}



.sub-line {
    font-weight: 500;
    margin-bottom: 15px;
    color: #40916c;
}

.description {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
    color: #444;
    line-height: 1.6;
}

.btn-group {
    margin-bottom: 30px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 8px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.primary {
    background: #2e7d32;
    color: #fff;
}

.primary:hover {
    background: #1b5e20;
    color: #fff;
}

.secondary {
    background: #ffffff;
    color: #2e7d32;
    border: 2px solid #2e7d32;
}

.secondary:hover {
    background: #e8f5e9;
}

.features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.features li {
    background: #ffffff;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}








.benefits-section {
    padding: 60px 20px;
    background: #ffffff;
}


.section-title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
    color: #1b4332;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.benefit-card {
    background: #f4fbf6;
    padding: 25px;
    border-radius: 8px;
    transition: 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.benefit-card h5 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #2e7d32;
}

.benefit-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.benefit-card:hover {
    transform: translateY(-5px);
}

.order_list2 li {
    margin-bottom: 10px;
}

.massage-info {
    padding: 50px 20px;
    background: #f9f9f9;
}



.massage-info h2 {
    margin-bottom: 15px;
    font-size: 22px;
    color: #2e7d32;
}

.frequency-list,
.session-list {
    margin-bottom: 20px;
    padding-left: 20px;
}

.frequency-list li,
.session-list li {
    margin-bottom: 8px;
}

.note {
    margin-bottom: 30px;
    font-style: italic;
    color: #555;
}

.blog-banner {
    background: linear-gradient(rgba(15, 106, 66, 0.7), rgba(15, 106, 66, 0.7)), url('./assest/ab3.jpg') no-repeat center center;
    background-size: cover;
    color: white;
    text-align: center;
    height: 300px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner-title h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
}

@media only screen and (max-width:900px) {
    .banner-title h1 {
        font-size: 2em;
    }

    .section-box h2 {
        font-size: 25px !important;
    }

    h2 {
        font-size: 22px !important;
    }
    h5{
        font-size: 20px;
    }
}

@media only screen and (max-width:600px) {
    .banner-title h1 {
        font-size: 1.8em;
    }

    .section-box h2 {
        font-size: 20px !important;
    }

    h2 {
        font-size: 20px !important;
    }
    h5{
        font-size: 18px;
    }
}