.elementor-3445 .elementor-element.elementor-element-c179671{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-3445 .elementor-element.elementor-element-c6b7bfc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(min-width:768px){.elementor-3445 .elementor-element.elementor-element-c179671{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-c6b7bfc */.main-container {
    max-width: 1200px;
    margin: 40px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.main-heading {
    font-size: 2.5em;
    text-align: left;
    color: #1a73e8;
    line-height: 58px;
    border-bottom: 2px solid #1a73e8;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section-heading {
    font-size: 1.8em;
    color: #1a73e8;
    margin-top: 30px;
    margin-bottom: 20px;
}

.sub-heading {
    font-size: 1.4em;
    color: #1a73e8;
    margin-bottom: 20px;
}

.sub-sub-heading {
    font-size: 1.2em;
    color: #1a73e8;
    margin-bottom: 15px;
}

p {
    margin: 15px 0;
    font-size: 1.1em;
}

.ordered-list, .unordered-list {
    margin: 15px 0 15px 30px;
    font-size: 1.1em;
}

.ordered-list li, .unordered-list li {
    margin-bottom: 10px;
}

a {
    color: #1a73e8;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #174ea6;
    text-decoration: underline;
}

.hindi-text {
    font-style: italic;
    color: #555;
    font-size: 1em;
}

.reference-text {
    font-weight: bold;
    color: #d93025;
    margin-top: 20px;
    display: block;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    overflow: hidden;
}

.data-table th, .data-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: left;
    font-size: 1em;
}

.data-table th {
    background-color: #1a73e8;
    color: white;
    font-weight: bold;
}

.data-table tr:nth-child(even) {
    background-color: #f1f3f5;
}

.data-table tr:hover {
    background-color: #e8f0fe;
}

.highlight-box {
    background-color: #e8f0fe;
    padding: 15px;
    border-left: 4px solid #1a73e8;
    margin: 20px 0;
}

.action-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1a73e8;
    color: white;
    border-radius: 5px;
    text-align: center;
    margin: 10px 0;
}

.action-btn:hover {
    background-color: #174ea6;
}

@media (max-width: 768px) {
    .main-container {
        margin: 10px;
        padding: 10px;
    }
    .main-heading {
        font-size: 1.8em;
    }
    .section-heading {
        font-size: 1.3em;
    }
    .data-table th, .data-table td {
        font-size: 0.9em;
        padding: 8px;
    }
}/* End custom CSS */