.elementor-40545 .elementor-element.elementor-element-3b0c18eb{--display:flex;}/* Start custom CSS */.yoga-complete-page {
    direction: ltr;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    line-height: 1.6;
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

/* Hero Section */
.yoga-intro {
    text-align: center;
    padding: 60px 0;
    background: #f0f9f8;
    border-radius: 40px;
    margin-bottom: 40px;
}

.badge-new {
    background: #ff7043;
    color: white;
    padding: 6px 15px;
    border-radius: 10px;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 20px;
}

.yoga-intro h1 {
    font-size: 2.8rem;
    color: #2c3e50;
    margin-bottom: 20px;
}

.yoga-intro .accent {
    color: #26a69a;
}

.main-paragraph {
    font-size: 1.25rem;
    max-width: 800px;
    margin: 0 auto;
    color: #546e7a;
}

/* Details Section */
.yoga-details .content-box {
    background: #ffffff;
    padding: 40px;
    border-left: 6px solid #26a69a;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    border-radius: 0 20px 20px 0;
    margin-bottom: 50px;
}

.yoga-details h3 {
    color: #26a69a;
    font-size: 1.6rem;
    margin-bottom: 15px;
}

/* Benefits Grid */
.yoga-benefits-section {
    padding: 20px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 35px;
    color: #2c3e50;
}

.benefits-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
}

.benefit-card {
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.benefit-card span {
    color: #26a69a;
    font-weight: bold;
    margin-right: 15px;
    font-size: 1.2rem;
}

.benefit-card:hover {
    background: #e0f2f1;
    transform: scale(1.02);
}

/* Mobile Fix */
@media (max-width: 768px) {
    .yoga-intro h1 { font-size: 2rem; }
    .benefits-container { grid-template-columns: 1fr; }
}/* End custom CSS */