body.home,
body.page-template-homepage-template {
    background-image: url('/wordpress/wp-content/themes/custom-theme/assets/images/home-bg.jpg') !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-attachment: fixed !important;
    background-size: cover !important;
    background-color: #fff6f0 !important;
}

/* TablePress / table styles removed — using TablePress plugin defaults */

/* About Us Tabs Styles */
.aboutus-tabs {
    margin-top: 32px;

    .tablepress {
        table-layout: fixed !important;
        width: 100% !important;
    }

    .tablepress thead th,
    .tablepress tbody td {
        box-sizing: border-box !important;
        padding: 10px 12px !important;
        white-space: normal !important;
        vertical-align: middle !important;
    }

    .tablepress thead th {
        position: relative !important;
    }

    .tablepress tbody td {
        word-break: break-word !important;
    }

    /* Make responsive wrapper preserve table header alignment */
    .table-responsive {
        overflow-x: auto;
    }

    /* If DataTables injects inline widths, allow th/td to respect them consistently */
    .tablepress th,
    .tablepress td {
        min-width: 0 !important;
    }

}

.aboutus-tab-buttons {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.aboutus-tab-btn {
    background: #f6f6f6;
    border: none;
    padding: 12px 32px;
    border-radius: 24px 24px 0 0;
    font-size: 1.1em;
    color: #333;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    outline: none;
    font-weight: 600;
}

.aboutus-tab-btn.active {
    background: #ff9800;
    color: #fff;
    /* Fix About Us tabs layout on small screens */
    box-shadow: 0 -2px 12px rgba(255, 152, 0, 0.08);
    z-index: 2;
}

.aboutus-tab-content {
    display: none;
    background: #fff;
    border-radius: 0 0 18px 18px;
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.06);
    padding: 32px 24px;
    min-height: 180px;
    margin-bottom: 32px;
}

.aboutus-tab-content.active {
    display: block;
}

/*
Theme Name: Custom Theme
Theme URI: https://example.com/
Author: Munish Rounta
Author URI: https://example.com/
Description: A fully custom theme with all essentials.
Version: 1.0
License: GNU General Public License v2 or later
Text Domain: customtheme
*/
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

body.home,
body.page-template-homepage-template {
    background-image: url('/wordpress/wp-content/themes/custom-theme/assets/images/home-bg.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    background-color: #fff6f0;
    /* fallback color similar to image */
}

/* Force hero section background to white */
.hero {
    background: #fff !important;
}

/* Custom card base style for homepage cards */
.custom-card {
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.10);
    padding: 36px 32px;
    margin-bottom: 32px;
    background: #fff;
}

/* Orange card background for homepage */
/*.homepage-orange-card {
    background: linear-gradient(135deg, #ff9800 0%, #ffb347 100%) !important;
    color: #fff !important;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.10);
}*/

/* Modern, unified Agrawal Talent Hunt card */
.talent-hunt-card {
    box-shadow: 0 2px 12px rgba(44, 62, 80, 0.08);
    border-radius: 14px;
    background: #fff;
    padding: 32px 32px 32px 32px;
    margin-bottom: 24px;
}

.talent-hunt-flex-row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
}

.talent-hunt-flex-text {
    flex: 1 1 0;
    min-width: 0;
    max-width: 600px;
}

.talent-hunt-flex-img {
    flex: 0 0 140px;
    max-width: 140px;
    min-width: 100px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 0 0 0 12px;
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.talent-hunt-flex-img img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

@media (max-width: 900px) {
    .talent-hunt-card {
        padding: 18px 8px;
    }

    .talent-hunt-flex-row {
        flex-direction: column;
        gap: 12px;
    }

    .talent-hunt-flex-img {
        max-width: 100%;
        margin-top: 12px;
        justify-content: center;
        padding: 0;
    }

    .talent-hunt-flex-text {
        max-width: 100%;
    }
}

/* Flex row for description and image inside Agrawal Talent Hunt */
.talent-hunt-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 18px;
}

.talent-hunt-desc {
    flex: 0 0 70%;
    max-width: 70%;
    margin-bottom: 0;
}

.talent-hunt-img {
    flex: 0 0 30%;
    max-width: 30%;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6f6f6;
    border-radius: 8px;
    padding: 4px;
}

@media (max-width: 700px) {
    .talent-hunt-row {
        flex-wrap: wrap;
    }

    .talent-hunt-desc,
    .talent-hunt-img {
        flex: 1 1 100%;
        max-width: 100%;
    }
}

.talent-hunt-img img {
    max-width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* Agrawal Talent Hunt Card Styling */

.talent-hunt-content {
    flex: 1 1 320px;
    min-width: 260px;
}


@media (max-width: 700px) {
    .talent-hunt-card {
        flex-wrap: wrap;
    }
}

.talent-hunt-tagline {
    font-family: 'Georgia', serif;

    .talent-hunt-content {
        flex: 0 0 75%;
        max-width: 75%;
        min-width: 180px;
    }

    letter-spacing: 1px;
    line-height: 1.2;
}

.talent-hunt-desc {
    flex-wrap: nowrap !important;
    line-height: 1.6;
    color: #333;
}

.talent-hunt-content {
    flex: 0 0 50%;
    max-width: 50%;
    flex-wrap: wrap !important;
}

.talent-hunt-img {
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
    border-radius: 8px;
    background: #f6f6f6;
    padding: 4px;

    @media (max-width: 700px) {

        .talent-hunt-content {
            flex: 1 1 260px;
            min-width: 200px;
        }

        .talent-hunt-img {
            flex: 0 0 120px;
            max-width: 120px;
            width: 100%;
            border-radius: 8px;
            background: #f6f6f6;
            padding: 4px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .talent-hunt-img img {
            max-width: 100%;
            height: auto;
            display: block;
            object-fit: contain;
            border-radius: 6px;
        }

        .talent-hunt-tagline {
            font-family: 'Georgia', serif;
            font-size: 1em;
            font-style: italic;
            color: #b22222;
            margin: 0 0 10px 0;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }

        .talent-hunt-desc {
            margin-bottom: 10px;
            line-height: 1.5;
            color: #444;
        }

        .talent-hunt-content {
            flex: 0 0 75%;
            max-width: 75%;
            min-width: 180px;
        }

        .talent-hunt-img {
            flex: 0 0 25%;
            max-width: 25%;
            min-width: 80px;
            display: flex;
            align-items: center;

            .talent-hunt-img {
                flex: 0 0 25%;
                max-width: 25%;
                min-width: 80px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #f6f6f6;
                border-radius: 8px;
                padding: 4px;
            }

            justify-content: center;
            background: #f6f6f6;
            border-radius: 8px;
            padding: 4px;
        }
    }
}

/* Unified Agrawal Talent Hunt & Donation Card */
.unified-sections-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.10);
    padding: 36px 32px;
    margin-bottom: 32px;
    gap: 40px;
}

/* Orange card background for homepage */
/*.homepage-orange-card {
    background: linear-gradient(135deg, #ff9800 0%, #ffb347 100%) !important;
    color: #fff !important;
    border-radius: 18px;
    box-shadow: 0 4px 24px rgba(44, 62, 80, 0.10);
}*/

.unified-section {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: row;

}

/* ===== Mobile menu & About-tab emergency overrides =====
     These rules are intentionally high-specificity and loaded in the
     theme root stylesheet so they override earlier asset rules.
     They make the collapsed mobile menu compact (no floating card) and
     force left-alignment for About/Mission/Vision/Values on small devices.
*/

@media (max-width: 991px) {

    /* Make collapsed navbar behave like a simple stacked menu */
    nav.navbar .navbar-collapse {
        /* Keep the collapsed menu hidden until Bootstrap adds `.show` */
        display: none !important;
        background: transparent !important;
        backdrop-filter: none !important;
        border-radius: 0 !important;
        margin-top: 0 !important;
        padding: 0 !important;
        box-shadow: none !important;
        transform: none !important;
        opacity: 1 !important;
        max-height: none !important;
        align-items: flex-start !important;
    }

    /* When Bootstrap expands the collapse, show it */
    nav.navbar .navbar-collapse.show {
        display: block !important;
    }

    /* Compact nav items for tappable area without large gaps */
    nav.navbar .navbar-collapse .navbar-nav {
        gap: 6px !important;
        align-items: flex-start !important;
    }

    nav.navbar .navbar-collapse .nav-link {
        padding: 8px 12px !important;
        display: block !important;
        line-height: 1.2 !important;
    }

    /* Remove any fake divider under tabs that appears on small screens */
    .nav-pills.custom-tabs,
    .nav-pills.custom-tabs+.tab-content,
    .aboutus-tab-content {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
    }
}

/* Professional mobile menu styling */
@media (max-width: 991px) {
    nav.navbar {
        background: transparent !important;
    }

    /* Compact, elevated white panel with subtle radius */
    nav.navbar .navbar-collapse {
        background: #ffffff !important;
        padding: 8px 12px !important;
        border-radius: 10px !important;
        box-shadow: 0 8px 24px rgba(16, 24, 40, 0.06) !important;
        margin-top: 8px !important;
        opacity: 1 !important;
        transform: none !important;
    }

    /* Tighten spacing between items */
    nav.navbar .navbar-nav {
        gap: 0 !important;
        display: block !important;
    }

    nav.navbar .navbar-nav>li {
        margin: 0 !important;
        padding: 0 !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    }

    nav.navbar .navbar-nav>li:last-child {
        border-bottom: 0 !important;
    }

    nav.navbar .navbar-nav .nav-link {
        padding: 12px 10px !important;
        display: block !important;
        color: #111827 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
    }

    /* Dropdown indicator alignment */
    .custom-dropdown .dropdown-arrow {
        margin-left: auto !important;
    }

    /* Ensure dropdown content collapses in-flow on mobile (we toggle `.show`) */
    .custom-dropdown .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        box-shadow: none !important;
        background: transparent !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .custom-dropdown .dropdown-item {
        padding: 10px 12px !important;
        font-size: 14px !important;
        color: #374151 !important;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.03) !important;
    }
}

/* Make the collapsed panel truly full-bleed inside the centered `.container` on mobile
     so it doesn't look inset. Uses a left offset trick to span the viewport width. */
@media (max-width: 991px) {
    nav.navbar .navbar-collapse {
        position: relative !important;
        left: calc(50% - 50vw) !important;
        width: 100vw !important;
        box-sizing: border-box !important;
        padding-left: 16px !important;
        padding-right: 16px !important;
        border-radius: 0 !important;
    }

    /* keep navbar brand and toggler aligned with page content */
    nav.navbar .container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    /* reduce gap under menu to content */
    header+.container,
    header+main,
    body .container.py-5 {
        margin-top: 8px !important;
    }
}

/* Force left alignment for About / Mission / Vision / Values on small screens */
@media (max-width: 1100px) {

    #pills-tabContent,
    .custom-tab-content,
    .about-us .tab-content,
    .aboutus-tab-content,
    .aboutus-tab-content .tab-pane {
        text-align: left !important;
        justify-content: flex-start !important;
    }

    #pills-tabContent .tab-pane p,
    .aboutus-tab-content .tab-pane p,
    .aboutus-tab-content .tab-pane ul,
    .aboutus-tab-content .tab-pane ol {
        text-align: left !important;
        margin-left: 0 !important;
    }
}

/* Extra-high-specificity overrides targeting the actual collapse element
   (ID `#mainNavbar`) and common collapse states so the rounded white
   floating panel is removed even if other CSS is injected later. */

#mainNavbar,
.navbar-collapse#mainNavbar,
.collapse#mainNavbar,
.navbar-collapse#mainNavbar.show,
.navbar-collapse.show,
.collapse.show {
    background: transparent !important;
    backdrop-filter: none !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    transform: none !important;
    opacity: 1 !important;
    max-height: none !important;
    width: 100% !important;
}

/* Make sure nav links are compact when collapse is visible */
#mainNavbar .navbar-nav .nav-link,
.navbar-collapse .navbar-nav .nav-link {
    padding: 8px 12px !important;
}

/* Fix: hidden dropdowns were using `display:block` and occupying vertical
   space. Make dropdown menus absolutely positioned and hidden by default
   so they don't create the large white gaps on mobile/tablet. */
.custom-dropdown {
    position: relative !important;
}

.custom-dropdown .dropdown-menu {
    position: absolute !important;
    left: 0 !important;
    top: calc(100% + 6px) !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transform: translateY(6px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease !important;
    width: max-content !important;
    min-width: 200px !important;
    z-index: 9999 !important;
}

.custom-dropdown .dropdown-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: translateY(0) !important;
}

/* On small viewports keep dropdown full-width inside the collapse */
@media (max-width: 991px) {
    .custom-dropdown .dropdown-menu {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        width: 100% !important;
        min-width: 0 !important;
        transform: none !important;
        margin-top: 8px !important;
    }
}

align-items: flex-start;
gap: 24px;
}

.unified-section+.unified-section {
    border-left: 1.5px solid #eee;
    padding-left: 40px;
}

.unified-section-content {
    flex: 1 1 0;
    min-width: 0;
}

.unified-section-img {
    flex: 0 0 120px;
    max-width: 120px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-left: 12px;
}

.unified-section-img img {
    max-width: 100%;
    max-height: 100px;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 6px;
}

@media (max-width: 1000px) {
    .unified-sections-card {
        flex-direction: column;
        gap: 32px;
        padding: 18px 8px;
    }

    .unified-section+.unified-section {
        border-left: none;
        border-top: 1.5px solid #eee;
        padding-left: 0;
        padding-top: 32px;
    }
}

/* Ensure main content is separated from header (logo/menu) */
header {
    /* Removed empty ruleset */
}

/* Removed duplicate body selector that could override background styles */


body .container.py-5,
.entry-content,
main {
    margin-top: 140px !important;
    /* Adjust this value to match your header height */
}

@media (max-width: 991px) {

    body .container.py-5,
    .entry-content,
    main {
        margin-top: 100px !important;
    }
}

body.home {
    background: url('<?php echo get_stylesheet_directory_uri(); ?>/assets/images/home-bg.jpg') no-repeat center center fixed;
    /* Hero background for homepage */
    background-size: cover;
}

/* Center align the table */
table {
    margin: 0 auto;
    border-collapse: collapse;
    width: 90%;
    /* Adjust width as needed */
    text-align: center;
    border: 1px solid #ddd;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

/* Add padding and background color to table headers */
table th {
    background-color: #e3f2fd;
    padding: 12px;
    text-align: center;
    border: 1px solid #ddd;
    font-weight: bold;
}

/* Add padding and border to table cells */
table td {
    padding: 10px;
    border: 1px solid #ddd;
    vertical-align: middle;
    /* Ensures text is vertically aligned */
}

/* Add alternating row colors */
table tr:nth-child(even) {
    background-color: #f9f9f9;
}

table tr:nth-child(odd) {
    background-color: #ffffff;
}

/* Add hover effect for rows */
table tr:hover {
    background-color: #f1f1f1;
}

/* Fix About Us tabs: ensure Read More aligns and doesn't overflow on narrow devices */
@media (max-width: 700px) {
    .aboutus-tab-buttons {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 8px !important;
        align-items: center !important;
    }

    .aboutus-tab-buttons .aboutus-tab-btn {
        flex: 0 1 auto !important;
        white-space: normal !important;
        padding: 8px 14px !important;
        margin: 0 !important;
        border-radius: 14px !important;
        font-size: 0.95rem !important;
        min-width: 0 !important;
    }

    .aboutus-tab-buttons .readmore-btn,
    .aboutus-tab-buttons .aboutus-readmore,
    .aboutus-tab-buttons .btn-readmore,
    .aboutus-tab-buttons .btn--readmore,
    .aboutus-tab-buttons .aboutus-tab-btn.readmore,
    .aboutus-tab-buttons>.readmore,
    .aboutus-tab-buttons>.btn {
        order: 1 !important;
        flex: 0 0 auto !important;
        margin-left: auto !important;
        text-align: center !important;
        width: auto !important;
    }
}

@media (max-width: 360px) {

    .aboutus-tab-buttons .readmore-btn,
    .aboutus-tab-buttons .aboutus-readmore,
    .aboutus-tab-buttons .btn-readmore,
    .aboutus-tab-buttons .btn--readmore,
    .aboutus-tab-buttons .aboutus-tab-btn.readmore,
    .aboutus-tab-buttons>.readmore,
    .aboutus-tab-buttons>.btn {
        order: 99 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}


/* Ensure text wraps properly */
table td,
table th {
    word-wrap: break-word;
    white-space: normal;
}

/* Responsive table rules removed — using plugin defaults */

/* Core team card grid styling */
.coreteam-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.coreteam-card {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 14px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(23, 39, 65, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
}

.coreteam-avatar {
    width: 56px;
    height: 56px;
    flex: 0 0 56px;
    border-radius: 50%;
    background: linear-gradient(180deg, #f6a623, #f56d36);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 18px;
}

.coreteam-body {
    flex: 1 1 auto;
    min-width: 0
}

.coreteam-name {
    margin: 0 0 4px 0;
    font-size: 1.02rem;
    font-weight: 700;
    color: #14324a;
}

.coreteam-subtext {
    color: #6b7280;
    font-size: 0.95rem;
    line-height: 1.25;
}

@media (max-width: 520px) {
    .coreteam-grid {
        grid-template-columns: 1fr;
    }

    .coreteam-card {
        padding: 12px;
    }

    .coreteam-avatar {
        width: 48px;
        height: 48px;
        font-size: 16px;
    }
}

/* Additional: Make About Us tabs consistent across desktop/tablet/mobile */
.aboutus-tabs {
    --tab-gap: 12px;
    --tab-padding-vertical: 10px;
    --tab-padding-horizontal: 18px;
    --tab-radius: 12px;
    margin-top: 22px;
}

.aboutus-tab-buttons {
    display: flex;
    gap: var(--tab-gap);
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 6px;
}

.aboutus-tab-buttons::-webkit-scrollbar {
    height: 6px;
}

.aboutus-tab-buttons::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.06);
    border-radius: 6px;
}

.aboutus-tab-btn {
    background: #fff6f4;
    border: 1px solid rgba(0, 0, 0, 0.04);
    padding: var(--tab-padding-vertical) var(--tab-padding-horizontal);
    border-radius: var(--tab-radius);
    font-weight: 600;
    color: #333;
    cursor: pointer;
    white-space: nowrap;
    flex: 0 0 auto;
    transition: background .15s, color .15s, transform .07s;
}

.aboutus-tab-btn.active {
    background: #ffe9e1;
    color: #d35400;
    box-shadow: 0 6px 18px rgba(211, 84, 0, 0.08);
    transform: translateY(-2px);
}

.aboutus-tab-content {
    margin-top: 10px;
    padding: 20px;
    background: #fff7f5;
    border-radius: 12px;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.04);
    line-height: 1.7;
    color: #222;
}

.aboutus-tab-content p {
    font-size: 1rem;
    margin: 0 0 0.85rem 0;
}

@media (min-width: 701px) and (max-width: 1024px) {
    .aboutus-tab-btn {
        padding: 10px 20px;
        font-size: 0.98rem;
    }

    .aboutus-tab-content {
        padding: 22px;
        font-size: 1.02rem;
    }
}

@media (max-width: 700px) {
    .aboutus-tab-buttons {
        gap: 8px;
    }

    .aboutus-tab-btn {
        padding: 8px 12px;
        font-size: 0.96rem;
    }

    .aboutus-tab-content {
        padding: 16px;
        font-size: 0.98rem;
    }

    .aboutus-tab-buttons .aboutus-readmore,
    .aboutus-tab-buttons .readmore-btn,
    .aboutus-tab-buttons .btn-readmore {
        margin-left: auto;
        flex: 0 0 auto;
    }
}

@media (max-width: 360px) {

    .aboutus-tab-buttons .aboutus-readmore,
    .aboutus-tab-buttons .readmore-btn,
    .aboutus-tab-buttons .btn-readmore {
        order: 99 !important;
        width: 100% !important;
        margin-left: 0 !important;
    }
}

.aboutus-tabs .aboutus-tab-content .wing-content {
    margin: 0;
}

/* ===== Overrides: force left-align About tabs and remove divider on small screens ===== */
@media (max-width: 1100px) {

    /* Remove any bottom divider under the tabs */
    .custom-nav-tabs,
    .nav.nav-pills.custom-tabs,
    ul#pills-tab {
        border-bottom: 0 !important;
        box-shadow: none !important;
        margin-bottom: 8px !important;
    }

    /* Force left alignment inside tab panes (strongest possible selectors) */
    #pills-tabContent.tab-content .tab-pane,
    #pills-tabContent.tab-content .tab-pane *,
    .about-us .home-about-us #pills-tabContent .tab-pane,
    .about-us .home-about-us #pills-tabContent .tab-pane * {
        text-align: left !important;
    }

    /* Specifically target the .text-muted paragraphs and list items */
    .about-us .home-about-us #pills-tabContent .tab-pane p.text-muted,
    .about-us .home-about-us #pills-tabContent .tab-pane ul.list-unstyled.text-muted,
    .about-us .home-about-us #pills-tabContent .tab-pane ul.list-unstyled.text-muted li {
        text-align: left !important;
        margin-left: 0 !important;
    }

    /* ensure numbered lists align their markers to the left */
    .about-us .home-about-us #pills-tabContent .tab-pane ol,
    .about-us .home-about-us #pills-tabContent .tab-pane ol li {
        padding-left: 1.25rem !important;
        text-align: left !important;
    }
}