.elementor-13378 .elementor-element.elementor-element-89e0731{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13378 .elementor-element.elementor-element-bb13194 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 15px 0px 15px;}.elementor-13378 .elementor-element.elementor-element-3d9337d{z-index:15;}.elementor-13378 .elementor-element.elementor-element-a4b2774 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 15px 0px 15px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-13378 .elementor-element.elementor-element-b7805d1 > .elementor-widget-container{margin:0px 0px 30px 0px;}.elementor-widget-heading .elementor-heading-title{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-13378 .elementor-element.elementor-element-7a07c2d > .elementor-widget-container{margin:0px 0px 10px 0px;padding:0px 0px 0px 0px;}.elementor-13378 .elementor-element.elementor-element-7a07c2d .elementor-heading-title{color:#000000;font-family:"Hind Madurai", Sans-serif;font-weight:700;}.elementor-widget-text-editor{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-13378 .elementor-element.elementor-element-41c4b91{text-align:left;color:#808080;font-family:"Jost", Sans-serif;font-weight:400;}@media(max-width:1024px) and (min-width:768px){.elementor-13378 .elementor-element.elementor-element-bb13194{width:100%;}.elementor-13378 .elementor-element.elementor-element-a4b2774{width:100%;}}@media(max-width:1024px){.elementor-13378 .elementor-element.elementor-element-89e0731{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-13378 .elementor-element.elementor-element-a4b2774 > .elementor-element-populated{margin:45px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;}}@media(max-width:767px){.elementor-13378 .elementor-element.elementor-element-89e0731{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-3d9337d */body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.sidebar {
    width: 400px; /* Default width for the sidebar */
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0px auto;
}

.sidebar h2 {
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5em;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}

.sidebar ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    margin-bottom: 10px; /* Adjusted margin between items */
}

.sidebar ul li a {
    display: block;
    padding: 15px 20px; /* Padding adjusted for wider space */
    background-color: #f3f3f3;
    color: #555;
    text-decoration: none;
    border-left: 8px solid #000000; /* Border color set to black */
    transition: background-color 0.3s, color 0.3s, border-color 0.3s;
    font-size: 1em;
    line-height: 1.5em;
}

.sidebar ul li a.active {
    background-color: #F7931E; /* Active link background color */
    color: #ffffff; /* Active link text color */
    border-left: 8px solid #000000; /* Border color set to black for active link */
}

.sidebar ul li a:hover {
    background-color: #ED1D24; /* Hover background color */
    color: #ffffff; /* Hover text color set to white */
    border-left-color: #000000; /* Keep the border color black on hover */
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .sidebar {
        width: 100%; /* Make the sidebar take the full width on smaller screens */
        padding: 15px; /* Reduce padding for smaller screens */
        margin: 10px 0; /* Remove auto margin */
    }

    .sidebar h2 {
        font-size: 1.3em; /* Slightly smaller title size for mobile */
    }

    .sidebar ul li a {
        padding: 12px 15px; /* Reduce padding on links for smaller screens */
        font-size: 0.9em; /* Slightly smaller font size */
    }

    .sidebar ul li {
        margin-bottom: 8px; /* Reduced margin between items */
    }
}

@media (max-width: 480px) {
    .sidebar {
        width: 100%; /* Full width on very small screens */
        padding: 10px; /* Smaller padding for very small screens */
    }

    .sidebar h2 {
        font-size: 1.2em; /* Even smaller title size for very small screens */
    }

    .sidebar ul li a {
        padding: 10px 12px; /* Further reduced padding */
        font-size: 0.85em; /* Even smaller font size */
    }
}/* End custom CSS */