.elementor-15992 .elementor-element.elementor-element-9d73274{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-e30ed39 *//* PAGE WRAPPER */
.healing-page {
    max-width: 1200px;
    margin: auto;
    padding: 60px 20px;
    font-family: "Segoe UI", Arial, sans-serif;
}

/* HERO */
.healing-hero {
    text-align: center;
    margin-bottom: 70px;
}
.healing-hero h1 {
    font-size: 42px;
    color: #2f6b4f;
    margin-bottom: 15px;
}
.healing-hero p {
    font-size: 18px;
    color: #555;
    max-width: 760px;
    margin: auto;
    line-height: 1.6;
}

/* PROGRAM GRID */
.healing-programs {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    margin-bottom: 80px;
}

/* PROGRAM CARD */
.program-card {
    background: #ffffff;
    border-radius: 20px;
    padding: 35px 28px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}
.program-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0,0,0,0.12);
}
.program-card h3 {
    font-size: 24px;
    color: #2f6b4f;
    margin-bottom: 12px;
}
.program-card p {
    font-size: 15.5px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}
.program-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 25px;
}
.program-card ul li {
    padding: 8px 0;
    font-size: 14.5px;
    border-bottom: 1px solid #eee;
}
.program-card ul li:last-child {
    border-bottom: none;
}

/* BUTTONS */
.program-btn {
    display: inline-block;
    padding: 13px 30px;
    background: linear-gradient(135deg, #3a8d68, #2f6b4f);
    color: #ffffff;
    text-decoration: none;
    border-radius: 30px;
    font-size: 14.5px;
    font-weight: 600;
}
.program-btn:hover {
    background: linear-gradient(135deg, #2f6b4f, #24523c);
}

/* FOOTER HERO */
.healing-footer {
    background: linear-gradient(135deg, #2f6b4f, #24523c);
    padding: 80px 30px;
    border-radius: 26px;
    text-align: center;
}
.healing-footer h2 {
    font-size: 38px;
    font-weight: 700;
    color: #f4c430;
    margin-bottom: 18px;
}
.healing-footer p {
    font-size: 18px;
    color: #ffffff;
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.7;
}
.footer-btn {
    display: inline-block;
    padding: 15px 36px;
    background: #f4c430;
    color: #2f6b4f;
    font-weight: 600;
    text-decoration: none;
    border-radius: 40px;
}
.footer-btn:hover {
    background: #ffd966;
    color: #1e4f3a;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .healing-hero h1 {
        font-size: 32px;
    }
    .healing-footer h2 {
        font-size: 30px;
    }
}/* End custom CSS */