:root {
    --bs-body: #535862 !important;
    --bs-body-rgb: 83, 88, 98 !important;
    
    --bs-primary: #0055A5 !important;
    --bs-primary-rgb: 0, 85, 165 !important;

    --bs-secondary: #FAB919 !important;
    --bs-secondary-rgb: 250, 185, 25 !important;

    --bs-light: #EAEAEC !important;
    --bs-light-rgb: 234, 234, 236 !important;

    --bs-dark: #002C5B !important;
    --bs-dark-rgb: 0, 44, 91 !important;
}

body {
    font-family: 'Inter', sans-serif;
}

.btn-secondary {
    background-color: #FAB919; /* Example: Change background color */
    border-color: #FAB919; /* Example: Change border color */
    color: #0055A5; /* Example: Adjust text color for contrast */
}

.btn-secondary:hover {
    background-color: #FAB919; /* Example: Hover state background */
    border-color: #FAB919; /* Example: Hover state border */
}

.btn-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 185, 25, 0.5); /* Example: Focus state shadow */
}

#nhcn-header {
    background: url('/pics/website/318350/2025/HomepageHeader.png') center/cover no-repeat;
}

#nhcn-header h1 {
    font-size: 3rem;
}

#why-choose h1 {
    font-size: 2.5rem;
}

#why-choose h2 {
    font-size: 2rem;
}

#network-wiz{
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 44, 91, 1) 70%),
        url('/pics/website/318350/2025/NetworkWiz.png') center/cover no-repeat !important;
    color: white !important;
    margin-bottom: 1rem;
    min-height:850px;
}

#network-wiz h1{
    font-size: 2.5rem;
    color: white !important;
}

#recruitment-solution {
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 44, 91, 1) 70%),
        url('/pics/website/318350/2025/OurHealthcare.png') center/cover no-repeat !important;
    color: white !important;
    margin-bottom: 1rem;
    min-height:850px;
}

#recruitment-solution h1{
    font-size: 2.5rem;
    color: white !important;
}

#contact-us {
    background: url('/pics/website/318350/2025/contact-us-bground.jpg') center/cover no-repeat !important;
    background-color: #fff;
    color: #0055A5;
    padding: 2rem;
    margin-bottom: 1rem;
}

#contact-us h1 {
    font-size: 2rem
}

.section {
    padding: 60px 0;
}



#bti-network-list-container { 
    margin: 10px 0 40px 0;
}
#bti-network-list-container input { height: 25px; width: 220px; border: 1px solid #ddd;}
#bti-network-list-container table a { text-decoration: none; }
#bti-network-list-container table a:hover { text-decoration: underline; }
#bti-network-list-container tbody tr:nth-child(even) { background-color: #eee;}

/* hide content from view but not from searching */
#bti-network-list-container .hidden { display: none; }

/* filter table specific styling */
#bti-network-list-container .filter-table .quick { margin-left: 1em; font-size: 0.8em; text-decoration: none; }
#bti-network-list-container .fitler-table .quick:hover { text-decoration: underline; }
#bti-network-list-container td.alt { background-color: #ffc; background-color: rgba(255, 255, 0, 0.2); }
/* generic table styling */
#bti-network-list-container  table { border-collapse: collapse; width: 100%; }
#bti-network-list-container th, td { padding: 5px; }
#bti-network-list-container th { border-bottom: 2px solid #999; background-color: #eee; vertical-align: bottom; text-align: left; }
#bti-network-list-container td { padding: 20px 5px 20px 2px; text-align: left; border-bottom: 1px solid #ccc; }






footer {
    background: #fff;
    padding: 30px 0;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer #privacy-terms {
    text-align: right;
}

footer #privacy-terms a,
footer #copyright a {
    color: #0055a4;
}


@media (max-width: 768px) {
    footer #privacy-terms,
    footer #footer-logo {
        text-align: center;
    }
}