
:root {
    --blue: #0C4FAD;
    --darkText: #212529;
}
body {
    font-family: 'PT Sans', sans-serif;
}
.top-bar {
    background-color: #0C4FAD;
    color: white;
    padding: 10px 0;
}
.navbar-nav .nav-link {
    color: #333;
    font-weight: 500;
}
.location-dropdown {
    border: 2px solid #0C4FAD;
    border-radius: 20px;
}
.cart-icon {
    background-color: #0C4FAD;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sticky-header {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.container {
    max-width: 95.5% !important;
}
.head-icon img {
    content: "";
    width: 25px;
    display: inline-block;
    height: 25px;
    background-color: #ffc933;
    border-radius: 50%;
    vertical-align: middle;
    margin: 0 8px;
    background-repeat: no-repeat;
    padding: 5px;
}
.head-icon ul li {
    list-style-type: none;
}
.head-icon ul {
    justify-content: right;
    display: flex;
    margin-bottom: 0;
}
.head-icon a {
    text-decoration: none;
}
::-webkit-scrollbar {
    width: 8px
}

::-webkit-scrollbar-track {
    background: #f1f1f1!important;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    background: #0559ab;
    border-radius: 10px
}
.navbar-nav .nav-link{
    font-size: 13px;
    font-weight: 600;
}
#userDropdown{
    text-decoration: none;
    color: var(--blue);
    font-weight: 600;
    font-size: 12px;
}
.text-theme{
    color: var(--blue);
}
.bg-theme{
    background-color: var(--blue);
}
.footer-section{
    background-image: url(../images/bg-footer.webp);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 50%;
    padding-bottom: 30px;
}
.footerHead {
    color: var(--darkText);
    font-weight: 600;
    font-size: 16px;
}
.footerUl a{
    font-size: 14px;
}
.footerUl li{
    line-height: 28px;
}
.modaldesign .modal-content .modal-body .modal-hding { font-size: 18px; font-weight: 600; color: #000; padding-bottom: 5px; margin: 0; padding-top:10px; }
.modaldesign .modal-content .modal-body .modal-prgh { font-size: 14px; font-weight: 400; color:#999; padding-bottom: 10px; margin: 0; }
.modaldesign .modal-content .modal-body .modal-prgh > span { display: block; font-weight: 500; color:#e04d16; }
.modaldesign .modal-content .modal-body .modal-prgh > a { display: inline-block;  font-weight: 400; color:#ffc901; text-decoration: none; }
.modaldesign .btn-close { float: right; border: none; outline: none; font-size: 14px; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .3; z-index: 9;}
.modaldesign .btn-close:hover {opacity: 1;}
.modaldesign .btn-close:focus {outline: none; box-shadow: none;}
.modaldesign a {text-decoration: none;}
.login-modal-area {padding: 30px 40px 20px;}
.callback-btn { color: #fff; border: 1px solid var(--blue); outline: none; font-weight: 400; text-align: center; font-size: 14px; padding: 8px 25px; border-radius: 4px; line-height: 1.714; margin-top: 15px; margin-bottom: 10px; text-decoration: none;}
.login-btn-outline { color: #000; border: 1px solid #222; outline: none; font-weight: 400; text-align: center; background: #fff; font-size: 14px; padding: 8px 25px; border-radius: 4px; line-height: 1.714; margin-top: 15px; margin-bottom: 10px; text-decoration: none; transition: all 0.3s ease-in-out;}
.login-btn-outline:hover {background: #222; color: #fff; transition: all 0.3s ease-in-out;}
.logintxt {font-size: 13px; font-weight: 400; color: #000; display: block; text-align: center;}

.callback-label{
    font-size: 14px;
    font-weight: 500;
    color: #000;
    display: block;
}
#callback-modal input:focus-visible {
    border: 1px inset var(--blue) !important;
}
#callback-modal input {
    width: 100%; border-radius: 4px; padding: 7px;  border:1px solid #ddd; display: inline-flex;
}
.callback-btn:hover{
    filter: drop-shadow(2px 4px 6px var(--blue));
    transition: all 0.3s ease-in-out;
}
.modal-body {
    position: relative;
}
.login-modal-area {
    position: relative;
    z-index: 1;
}
.modal-hding, .callback-label, .callback-btn {
    position: relative;
    z-index: 1;
}
.modal-overlay-callback {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(255 255 255 / 92%);
    z-index: 0;
}
input.error {
    border:1px solid #99182c !important;
}
label.error {
    color:#99182c;
    font-size:small;
}
button:disabled,
button[disabled]{
    opacity: 0.8;
}
/* Book a test css */
/* Sidebar scroll area */
.sidebar-categories {
    height: 500px;
    /*overflow-y: auto;*/
    border-radius: 0.375rem;
    border: 1px solid #ddd;
    background: #f8f9fa;
}

.category-title {
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-bottom: 1px solid #ddd;
    background-color: var(--blue);
    color: white;
}
.category-list{
    overflow-y: auto;
}
.category-list .nav-link {
    color: #212529;
    cursor: pointer;
    padding: 0.35rem 1rem;
    transition: background-color 0.15s ease-in-out;
    font-size: 14px
}

.category-list .nav-link:hover,
.category-list .nav-link.active {
    background-color: #e2e6ea;
    font-weight: 600;
    border-radius: 0.25rem;
}

/* Card shadow & text adjustments */
.test-card {
    border-radius: 0.5rem;
    box-shadow: 0px 16px 28px 0px #24242414;
    transition: box-shadow 0.3s ease;
    min-height: 160px;
    border: 1px solid #ededed;
}

.test-card:hover {
    box-shadow: 0 12px 18px rgb(0 0 0 / 0.12);
}

.param-count {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 0.25rem;
}

.price {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.collection-lab-visit span {
    font-size: 0.775rem;
    color: #20ae47;
    margin-right: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    font-weight: 600;
}

.btn-add-cart {
    font-size: 0.9rem;
    padding: 0.3rem 0.8rem;
}

/* Toggle switch label styling to place text next to toggle */
.form-switch-label {
    font-weight: 600;
    user-select: none;
    font-size: 0.9rem;
}

/* Smaller checkbox label */
.compare-label {
    font-weight: 600;
    font-size: 0.9rem;
    user-select: none;
}

.know-more-link {
    font-weight: 600;
    font-size: 0.9rem;
    color: #0d6efd;
    cursor: pointer;
    text-decoration: none;
    margin-left: 0.6rem;
}

.know-more-link:hover {
    text-decoration: underline;
}
#testDetailModal .modal-body .title {
    color: #242424;
    font-size: 14px !important;
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 600;
}
#testDetailModal .modal-body .content {
    color: #3e3e45;
    font-size: 13px;
    word-break: break-word;
    font-family: "PTSans-Regular", "sans-serif";
    padding-right: 15px;
    margin-top: 8px;
    line-height: 1.3rem;
}
#parameters-headingOne{
    color: #3e3e45;
    font-size: 14px;
    word-break: break-word;
    background-color: #e0e0e0;
    border: none;
}
#parameters-headingOne .accordion-button{
    background-color: #e0e0e0;
    border-radius: 10px 10px 0 0;
    padding: 10px 10px;
}
/* Responsive fix for sidebar on smaller */
@media (max-width: 767px) {
    .sidebar-categories {
        height: auto;
        max-height: 250px;
        margin-bottom: 1rem;
    }
    .primary-menu{
        justify-content: center !important;
    }
}