.elementor-202 .elementor-element.elementor-element-c661fb2{--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;}.elementor-202 .elementor-element.elementor-element-6dfc4cd{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cfdaace *//* --- Ganga Widget Custom Scoped CSS --- */

#ganga-widget {
    --widget-teal: #0f3d3e;
    --widget-accent: #0fa3b1;
    --widget-light-bg: #f4f9f9;
    --widget-text: #2b2b2b;
    --widget-white: #ffffff;
    
    max-width: 900px;
    margin: 30px auto;
    font-family: 'Poppins', 'Segoe UI', sans-serif;
    color: var(--widget-text);
    line-height: 1.7;
}

#ganga-widget .widget-container {
    background: var(--widget-white);
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

#ganga-widget h1 {
    color: var(--widget-teal);
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 20px;
    font-weight: 700;
}

#ganga-widget h2 {
    color: var(--widget-teal);
    font-size: 24px;
    margin: 40px 0 20px;
    border-bottom: 2px solid var(--widget-accent);
    display: inline-block;
}

#ganga-widget .intro-text {
    font-size: 17px;
    color: #555;
    border-left: 4px solid var(--widget-accent);
    padding-left: 20px;
}

#ganga-widget .details-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    margin-top: 30px;
}

#ganga-widget .detail-card {
    background: var(--widget-light-bg);
    padding: 25px;
    border-radius: 12px;
    border: 1px solid #e0eded;
}

#ganga-widget .detail-card h3 {
    margin-top: 0;
    color: var(--widget-teal);
    font-size: 20px;
}

#ganga-widget ul {
    list-style: none;
    padding: 0;
}

#ganga-widget ul li {
    padding: 8px 0 8px 25px;
    position: relative;
    font-size: 15px;
}

#ganga-widget ul li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--widget-accent);
    font-weight: bold;
}

#ganga-widget .faq-box {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: transform 0.2s;
}

#ganga-widget .faq-box:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

#ganga-widget .faq-box strong {
    color: var(--widget-teal);
    display: block;
    margin-bottom: 8px;
    font-size: 16px;
}

#ganga-widget .faq-box p {
    margin: 0;
    font-size: 15px;
    color: #666;
}

@media (max-width: 768px) {
    #ganga-widget .widget-container { padding: 25px; }
    #ganga-widget h1 { font-size: 26px; }
    #ganga-widget .details-grid { grid-template-columns: 1fr; }
}/* End custom CSS */