.elementor-11350 .elementor-element.elementor-element-0deb9a3{--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-11350 .elementor-element.elementor-element-c9d783c > .elementor-widget-container{padding:3px 3px 3px 3px;}.elementor-11350 .elementor-element.elementor-element-9173fbb > .elementor-widget-container{padding:3px 3px 3px 3px;}.elementor-11350 .elementor-element.elementor-element-968d2d7 > .elementor-widget-container{padding:3px 3px 3px 3px;}@media(max-width:1024px){.elementor-11350 .elementor-element.elementor-element-9173fbb > .elementor-widget-container{padding:3px 3px 3px 3px;}}@media(max-width:767px){.elementor-11350 .elementor-element.elementor-element-1c42e5d > .elementor-widget-container{margin:-27px -27px -27px -27px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-1c42e5d */.bihar-budget-wrapper {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
            margin: 20px auto;
            max-width: 100%;
            background-color: #f5f5f5;
            box-sizing: border-box;
        }
        
        .bihar-budget-wrapper * {
            box-sizing: border-box;
        }
        
        .bihar-budget-container {
            max-width: 1200px;
            margin: 0 auto;
            background-color: white;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            overflow: hidden;
        }
        
        .bihar-budget-header {
            background: linear-gradient(135deg, #2c3e50, #3498db);
            color: white;
            padding: 20px;
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 1px;
        }
        
        .bihar-budget-main-sections {
            display: flex;
            flex-wrap: wrap;
            min-height: 600px;
        }
        
        .bihar-budget-section {
            flex: 1;
            min-width: 300px;
            border-right: 2px solid #ecf0f1;
        }
        
        .bihar-budget-section:last-child {
            border-right: none;
        }
        
        .bihar-budget-section-header {
            background-color: #34495e;
            color: white;
            padding: 15px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
        }
        
        .bihar-budget-subsection {
            border-bottom: 1px solid #bdc3c7;
        }
        
        .bihar-budget-subsection-header {
            background-color: #95a5a6;
            color: white;
            padding: 12px;
            font-size: 16px;
            font-weight: bold;
        }
        
        .bihar-budget-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 15px;
            border-bottom: 1px solid #ecf0f1;
            transition: background-color 0.3s ease;
        }
        
        .bihar-budget-item:hover {
            background-color: #f8f9fa;
        }
        
        .bihar-budget-item:last-child {
            border-bottom: none;
        }
        
        .bihar-budget-item-name {
            font-weight: 500;
            color: #2c3e50;
            flex: 1;
            margin-right: 10px;
        }
        
        .bihar-budget-item-value {
            font-weight: bold;
            color: #27ae60;
            white-space: nowrap;
        }
        
        .bihar-budget-total-row {
            background-color: #e8f5e8;
            font-weight: bold;
            border-top: 2px solid #27ae60;
        }
        
        .bihar-budget-total-row .bihar-budget-item-value {
            color: #1e8449;
            font-size: 16px;
        }
        
        .bihar-budget-key-indicators {
            background-color: #f8f9fa;
            padding: 20px;
            border-top: 3px solid #3498db;
        }
        
        .bihar-budget-key-indicators h3 {
            color: #2c3e50;
            margin-bottom: 15px;
            text-align: center;
            font-size: 20px;
        }
        
        .bihar-budget-indicators-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 15px;
        }
        
        .bihar-budget-indicator {
            background-color: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            text-align: center;
        }
        
        .bihar-budget-indicator-value {
            font-size: 18px;
            font-weight: bold;
            color: #e74c3c;
        }
        
        .bihar-budget-indicator-label {
            font-size: 14px;
            color: #7f8c8d;
            margin-top: 5px;
        }
        
        
        .bihar-budget-grand-total {
            background-color: #d5edf5;
            border-top: 3px solid #3498db;
        }
        
        .bihar-budget-grand-total .bihar-budget-item-value {
            color: #2c3e50;
        }
        
        .bihar-budget-indent-1 {
            padding-left: 30px;
        }
        
        .bihar-budget-indent-2 {
            padding-left: 50px;
            font-size: 14px;
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .bihar-budget-wrapper {
                margin: 10px;
            }
            
            .bihar-budget-header {
                font-size: 20px;
                padding: 15px;
            }
            
            .bihar-budget-main-sections {
                flex-direction: column;
            }
            
            .bihar-budget-section {
                border-right: none;
                border-bottom: 2px solid #ecf0f1;
            }
            
            .bihar-budget-section:last-child {
                border-bottom: none;
            }
            
            .bihar-budget-item {
                flex-direction: column;
                align-items: flex-start;
                padding: 12px 15px;
            }
            
            .bihar-budget-item-name {
                margin-right: 0;
                margin-bottom: 5px;
            }
            
            .bihar-budget-item-value {
                align-self: flex-end;
            }
            
            .bihar-budget-indicators-grid {
                grid-template-columns: 1fr;
            }
            
            .bihar-budget-note {
                margin: 15px 10px;
                font-size: 13px;
            }
            
            .bihar-budget-indent-1 {
                padding-left: 20px;
            }
            
            .bihar-budget-indent-2 {
                padding-left: 30px;
                font-size: 13px;
            }
        }
        
        @media (max-width: 480px) {
            .bihar-budget-header {
                font-size: 18px;
                padding: 12px;
            }
            
            .bihar-budget-section-header {
                font-size: 16px;
                padding: 12px;
            }
            
            .bihar-budget-subsection-header {
                font-size: 14px;
                padding: 10px;
            }
            
            .bihar-budget-item {
                padding: 10px 12px;
            }
            
            .bihar-budget-item-name {
                font-size: 14px;
            }
            
            .bihar-budget-item-value {
                font-size: 14px;
            }
            
            .bihar-budget-key-indicators {
                padding: 15px;
            }
            
            .bihar-budget-indicator {
                padding: 12px;
            }
            
            .bihar-budget-indicator-value {
                font-size: 16px;
            }
            
            .bihar-budget-indicator-label {
                font-size: 13px;
            }
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1c0870 */.bihar-budget-charts-2025 {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            padding: 20px;
            background-color: #f5f5f5;
            margin: 0;
            max-width: 100%;
            box-sizing: border-box;
        }
        .bihar-budget-charts-2025 .chart-container {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 30px;
            text-align: center;
            max-width: 100%;
            overflow: hidden;
        }
        .bihar-budget-charts-2025 .chart-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }
        .bihar-budget-charts-2025 .chart-subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
        }
        .bihar-budget-charts-2025 .piechart {
            width: 100% !important;
            height: auto !important;
            max-width: 600px;
            margin: 0 auto;
        }
        /* Responsive styles */
        @media (max-width: 768px) {
            .bihar-budget-charts-2025 {
                padding: 10px;
            }
            .bihar-budget-charts-2025 .chart-container {
                padding: 15px;
                border-radius: 8px;
            }
            .bihar-budget-charts-2025 .chart-title {
                font-size: 20px;
            }
            .bihar-budget-charts-2025 .chart-subtitle {
                font-size: 14px;
            }
            .bihar-budget-charts-2025 .piechart {
                max-width: 100%;
                height: 350px !important;
            }
        }
        @media (max-width: 480px) {
            .bihar-budget-charts-2025 .chart-title {
                font-size: 18px;
            }
            .bihar-budget-charts-2025 .chart-subtitle {
                font-size: 12px;
            }
            .bihar-budget-charts-2025 .piechart {
                height: 300px !important;
            }
        }
        @media (max-width: 360px) {
            .bihar-budget-charts-2025 .piechart {
                height: 250px !important;
            }
        }
        /* Add styles for the data list */
        .chart-data-list {
            margin: 18px auto 0 auto;
            max-width: 600px;
            font-size: 15px;
            color: #333;
            text-align: left;
            background: #f8f9fa;
            border-radius: 8px;
            padding: 12px 18px 12px 28px;
            box-shadow: 0 1px 4px rgba(0,0,0,0.04);
        }
        .chart-data-list ul {
            margin: 8px 0 0 0;
            padding-left: 18px;
        }
        .chart-data-list li {
            margin-bottom: 3px;
            line-height: 1.6;
        }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-61ddbc4 */.budget-allocation-widget {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
            padding: 20px;
            background-color: #f5f5f5;
            margin: 0;
            max-width: 100%;
            box-sizing: border-box;
        }
        .budget-allocation-widget .chart-container {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            margin-bottom: 20px;
            max-width: 100%;
            overflow-x: auto;
        }
        .budget-allocation-widget .chart-title {
            text-align: center;
            font-size: 24px;
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
        }
        .budget-allocation-widget .chart-subtitle {
            text-align: center;
            font-size: 16px;
            color: #666;
            margin-bottom: 20px;
        }
        .budget-allocation-widget #myChart {
            width: 100%;
            height: 1000px;
        }
        .budget-allocation-widget .legend-info {
            text-align: center;
            margin-top: 10px;
            font-size: 14px;
            color: #666;
        }
        
        /* Responsive table styles */
        .budget-allocation-widget .budget-table {
            width: 100%;
            border-collapse: collapse;
            margin: 0 auto;
            background: #fff;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
            min-width: 600px; /* Minimum width for readability */
        }
        .budget-allocation-widget .budget-table th, 
        .budget-allocation-widget .budget-table td {
            padding: 10px 12px;
            text-align: right;
            border: 1px solid #e0e0e0;
        }
        .budget-allocation-widget .budget-table th {
            background: #1f77b4;
            color: #fff;
            font-weight: bold;
            text-align: center;
            white-space: nowrap;
        }
        .budget-allocation-widget .budget-table td:first-child, 
        .budget-allocation-widget .budget-table th:first-child {
            text-align: left;
            font-weight: 500;
        }
        .budget-allocation-widget .budget-table tr:nth-child(even) {
            background: #f8f9fa;
        }
        .budget-allocation-widget .budget-table tr:hover {
            background: #e3f2fd;
        }
        
        /* Mobile responsive styles */
        @media (max-width: 768px) {
            .budget-allocation-widget {
                padding: 10px;
            }
            .budget-allocation-widget .chart-container {
                padding: 15px;
                border-radius: 8px;
            }
            .budget-allocation-widget .chart-title {
                font-size: 20px;
            }
            .budget-allocation-widget .chart-subtitle {
                font-size: 14px;
            }
            
            /* Mobile table styles */
            .budget-allocation-widget .budget-table {
                min-width: 100%;
                font-size: 12px;
            }
            .budget-allocation-widget .budget-table th, 
            .budget-allocation-widget .budget-table td {
                padding: 8px 6px;
            }
            .budget-allocation-widget .budget-table th {
                font-size: 11px;
                padding: 8px 4px;
            }
        }
        
        @media (max-width: 480px) {
            .budget-allocation-widget .budget-table {
                font-size: 11px;
            }
            .budget-allocation-widget .budget-table th, 
            .budget-allocation-widget .budget-table td {
                padding: 6px 4px;
            }
            .budget-allocation-widget .budget-table th {
                font-size: 10px;
                padding: 6px 2px;
            }
        }
        
        /* Table wrapper for horizontal scroll on small screens */
        .budget-allocation-widget .table-wrapper {
            overflow-x: auto;
            border-radius: 10px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.08);
        }
        .table-controls {
            text-align: center;
            margin-bottom: 18px;
        }
        .table-btn {
            background: #1f77b4;
            color: #fff;
            border: none;
            border-radius: 5px;
            padding: 8px 18px;
            margin: 0 6px;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            transition: background 0.2s;
        }
        .table-btn:hover, .table-btn.active {
            background: #145a8a;
        }
        @media (max-width: 768px) {
            .table-controls {
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
            }
            .table-btn {
                width: 100%;
                max-width: 320px;
                margin: 0;
                box-sizing: border-box;
            }
        }/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0deb9a3 */.highlight-box {
            border: 2px solid #ff6600;
            background-color: #fff2e6;
            padding: 20px;
            margin: 20px;
            border-radius: 8px;
            font-family: Arial, sans-serif;
        }
        
        .highlight-box strong {
            color: #ff6600;
        }
        
        .highlight-box ul {
            margin: 10px 0;
            padding-left: 20px;
        }
        
        .highlight-box li {
            margin: 8px 0;
        }/* End custom CSS */