.healing-container-00114a42 {
    font-family: inherit;
    box-sizing: border-box;
    max-width: 1000px;
    margin: 0 auto;
    border: 1px solid rgba(162, 123, 92, 0.12);
    box-shadow: 0 15px 45px rgba(32, 58, 48, 0.05);
    overflow: hidden;
    transition: all 0.3s ease;
}

.healing-inner-wrap-00114a42 {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Elegant Split Column Layout Style */
@media(min-width: 992px) {
    .healing-container-00114a42.healing-style-two .healing-inner-wrap-00114a42 {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 50px;
        align-items: center;
    }
    
    .healing-container-00114a42.healing-style-two .healing-header-00114a42 {
        text-align: left;
        margin-bottom: 0;
    }
}

/* Header Styles */
.healing-header-00114a42 {
    text-align: center;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.healing-title-00114a42 {
    font-size: 36px;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.healing-subtitle-00114a42 {
    font-size: 19px;
    font-style: italic;
    margin: 0 0 24px 0;
    font-weight: 500;
    line-height: 1.4;
}

.healing-desc-00114a42 {
    font-size: 16px;
    line-height: 1.65;
}

/* Benefits Grid */
.healing-benefits-grid-00114a42 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* Individual Benefit Items */
.healing-item-00114a42 {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.02);
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(162, 123, 92, 0.05);
}

.healing-item-00114a42:hover {
    transform: translateX(4px) translateY(-2px);
    box-shadow: 0 10px 24px rgba(162, 123, 92, 0.08);
    border-color: rgba(162, 123, 92, 0.2);
}

/* Circular Beautiful Icon Badges */
.healing-item-icon-00114a42 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 18px;
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.healing-item-00114a42:hover .healing-item-icon-00114a42 {
    transform: scale(1.1);
}

.healing-item-text-00114a42 {
    font-size: 15px;
    font-weight: 550;
    line-height: 1.5;
}

/* Beautiful Soothing Footer styling */
.healing-footer-00114a42 {
    text-align: center;
    padding: 22px 30px;
    margin-top: 35px;
    border-radius: 14px;
    border-top: 1px solid rgba(162, 123, 92, 0.08);
}

.healing-footer-00114a42 p {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6;
    margin: 0;
}

/* Mobile optimizations */
@media(max-width: 576px) {
    .healing-title-00114a42 {
        font-size: 28px;
    }
    .healing-subtitle-00114a42 {
        font-size: 17px;
    }
    .healing-item-00114a42 {
        padding: 14px 16px;
    }
}
