.elementor-56 .elementor-element.elementor-element-2dfa2ff{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-56 .elementor-element.elementor-element-43e76cb{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-56 .elementor-element.elementor-element-43e76cb img{width:100%;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-56 .elementor-element.elementor-element-8e34784{width:var( --container-widget-width, 95% );max-width:95%;--container-widget-width:95%;--container-widget-flex-grow:0;text-align:start;color:#19922A;}.elementor-56 .elementor-element.elementor-element-8e34784.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-8e34784 *//* Base Style Syncing */
.services-page-container {
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: #444444;
    padding: 20px 0;
}

/* Header & Titles */
.services-header {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 30px auto;
    padding: 0 20px;
}

.main-title {
    font-size: 36px;
    font-weight: 700;
    color: #2c2c2c;
    margin-bottom: 15px;
}

.main-title span, .sub-section-title span {
    color: #41924B; /* Brand Green */
}

.subtitle {
    font-size: 15px;
    color: #666666;
    line-height: 1.6;
}

.sub-section-title {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #2c2c2c;
    margin-bottom: 35px;
}

/* Title Divider 🌿 */
.title-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.title-divider .line {
    width: 60px;
    height: 1px;
    background-color: #e0e0e0;
}

.title-divider .leaf {
    font-size: 16px;
    margin: 0 12px;
}

/* Layout Wrappers */
.services-section-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px 20px;
}

.services-section-wrapper.sec-bg {
    background-color: #fafdef; /* Soft aesthetic background change for therapy block */
    border-radius: 24px;
    max-width: 1160px;
}

/* Flexible Equal Height Grid System */
.services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 25px;
}

/* Service Cards Structure */
.service-card {
    background: #ffffff;
    border: 1px solid #eaeaea;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Keeps button at absolute bottom line */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(65, 146, 75, 0.08);
    border-color: rgba(65, 146, 75, 0.15);
}

.therapy-style {
    border-color: #e2edd5;
}

.card-body {
    padding: 30px 25px 20px 25px;
}

.service-name {
    font-size: 19px;
    font-weight: 600;
    color: #222222;
    margin: 0 0 12px 0;
}

.service-desc {
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 20px;
    min-height: 60px; /* Aligns description starts */
}

/* Checkmark Benefit Styling */
.benefits-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefits-list li {
    font-size: 13.5px;
    color: #444444;
    position: relative;
    padding-left: 24px;
    margin-bottom: 8px;
    line-height: 1.4;
}

.benefits-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 0;
    color: #41924B;
    font-weight: bold;
}

/* Card Bottom Metadata */
.card-footer {
    padding: 0 25px 30px 25px;
    background: #ffffff;
}

.therapy-style .card-footer {
    background: transparent;
}

.info-row {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    border-top: 1px dashed #ededed;
    padding: 10px 0;
    color: #555555;
}

.price-tag {
    font-weight: 600;
    color: #41924B;
}

/* Clean CTA Buttons */
.cta-btn {
    display: block;
    text-align: center;
    background-color: #41924B;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    transition: background-color 0.2s ease;
}

.cta-btn:hover {
    background-color: #33733b;
}

/* Bottom CTA Banner Layout */
.bottom-cta-banner {
    max-width: 850px;
    margin: 60px auto 20px auto;
    background: linear-gradient(135deg, #41924B, #2d6b34);
    color: #ffffff;
    text-align: center;
    padding: 45px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(65, 146, 75, 0.15);
}

.bottom-cta-banner h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px 0;
}

.bottom-cta-banner p {
    font-size: 14.5px;
    line-height: 1.6;
    opacity: 0.95;
    margin-bottom: 25px;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 30px;
    font-size: 13.5px;
    font-weight: 500;
}

.cta-features span {
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 16px;
    border-radius: 30px;
    backdrop-filter: blur(5px);
}

.final-book-btn {
    display: inline-block;
    background-color: #ffffff;
    color: #41924B !important;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.final-book-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

/* Responsive Viewports */
@media (max-width: 1024px) {
    .services-grid.cols-3 {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .services-grid.cols-3 {
        grid-template-columns: 1fr;
    }
    .main-title {
        font-size: 28px;
    }
    .sub-section-title {
        font-size: 22px;
    }
    .bottom-cta-banner h3 {
        font-size: 20px;
    }
    .cta-features {
        flex-direction: column;
        gap: 10px;
        align-items: center;
    }
    .cta-features span {
        width: 80%;
    }
}/* End custom CSS */