#footer-1 {
    background-color: black;
    color: #ffffff; /* makes text visible on dark background */
}

#footer-1 a {
    color: #ffffff;
}

#footer-1 a:hover {
    color: #cccccc;
}

/* Optional: make headings slightly bigger than text */
.footer-2 h5 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600;
}
.footer-info p {
    text-align: justify;   /* distributes text evenly */
    font-size: 14px;       /* optional, makes it uniform */
    line-height: 1.8;      /* improves readability */
    color: #ffffff;        /* ensures text is visible on dark bg */
}
.footer-info {
    text-align: center; /* centers all inline content inside this div */
}
#footer-1 .footer-box {
    padding-left: 29%;
}
.footer-info img {
    display: inline-block; /* ensures the image is treated like text for centering */
    max-width: 100%;
    height: auto;
}
.headtoppart {
    background-color: #004861 !important;
    border-bottom: 5px solid #bd1010;
}

.section-title {
    text-align: center;
    margin-bottom: 0px; /* space below title */
}



/* Center the doctor cards */
.doctors-section .row {
    justify-content: center; /* centers the columns in the row */
}

/* Optional: Center text inside each doctor card */
.doctor-1 {
    text-align: center;
}

/* Optional: Add spacing between doctor cards */
.doctor-1 {
    margin-bottom: 30px;
}
.red-color {
    color: red;
}
.box-container {
    display: flex;
    flex-direction: column;
    gap: 15px; /* space between rows */
}

.box-row {
    display: flex;
    justify-content: space-between;
    gap: 30px; /* space between boxes */
}

.box-list {
    flex: 1;
    background: #f5f5f504;
    text-align: center;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 14px;
    border:1px solid white;
    height:120px;
}

.box-list-icon {
    font-size: 24px;
    color: #d3d8dd;
    margin-bottom: 8px;
}
section#info-6.bg-blue {
    background-color: #004861  !important;
}


#hero-1 .hero-txt {
    margin-top: 100px !important;
    background-color: #11111194;
    text-align: center;
    margin-left: 0px;
    color: white;
    padding: 50px;
    border-radius: 20px;
}
#hero-1
 {
    background-image: url(../images/banner.jpg) !important;
    padding-top: 30px;
}
.hero-section{
    height:85vh
}
.about-img img{
    border-radius:18px;
}

#hero-1 h2 {
    font-size: 4.5rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0;
    margin-bottom: 25px;
}
#breadcrumb
 {
    background-image: url(../images/banner.jpg) !important;
    background-position: center center;
}

.department-ico{
    max-width: 55px;
    float:left;
}

.doctor-meta {
    padding-top: 18px;
    padding-bottom: 0;
    /* padding: 23px !important; */
}
.btn.btn-sm {
    font-size: 0.78125rem;
    line-height: 1;
    padding: 10px 20px;
    width: 100%;
    border-radius: 0;
}
p
 {
    font-size: 1rem;
    line-height: 1.9;
}

.wide-100 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.wide-70 {
    padding-top: 40px !important;
    padding-bottom: 58px;
}
#doctor-breadcrumbs {
    background-image: url(../images/banner.jpg) !important;
    padding-top: 130px;
    padding-bottom: 60px;
}
/* Make all service boxes the same height */
.sbox-2 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start; /* Align icon + title to top */
    align-items: center;
    text-align: center;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #ffffff00 !important; /* Optional: match your design */
    border-radius: 8px; /* Optional: rounded corners */
    transition: all 0.3s ease;
}

/* Icon size */
.sbox-2 .sbox-2-icon {
    font-size: 40px; /* or icon-xl size */
    margin-bottom: 15px;
}

/* Title styling */
.sbox-2 h5 {
    font-size: 1.1rem;
    font-weight: 600;
}

/* Optional: hover effect */
.sbox-2:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.breadcrumb,
	.breadcrumb a,
	.breadcrumb-item.active,
	.h4-sm {
		color: #fff !important;
	}

	.breadcrumb a:hover {
		color: #ddd !important; /* Optional hover effect */
	}
    .card-header a {
        color: #212529 !important; /* default color */
        text-decoration: none !important;
        transition: color 0.3s ease;
    }

    
.dataTables_filter {
    float: right !important;
    text-align: right !important;
}
.dataTables_paginate {
    float: right !important;
}

.tender-btn {
    border: none;
    font-size: 1rem;
    font-weight: 500;
    color:black;
    transition: all 0.3s ease;
    box-shadow: none !important;
    border-radius: 0;
}

.tender-btn:hover,
.tender-btn:focus {
    background-color: #01475e;
    color: #ffffff;
    outline: none;
}

.tender-btn[aria-expanded="true"] {
    background-color: #01475e;
    color: #fff;
}

.tender-text {
    width: 100%;
    text-align: center;
    font-weight: 600;
    white-space: normal;
    word-wrap: break-word;
}

.tender-arrow {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
    color: #01475e;
    margin-left: 10px;
}

.tender-btn[aria-expanded="true"] .tender-arrow {
    transform: rotate(180deg);
}

.card {
    border-radius: 0.5rem;
}

.card-body {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
}

/* Career Page Styles */
.career-card {
    border-radius: 8px;
    transition: transform 0.2s ease;
}
.career-card:hover {
    transform: translateY(-3px);
}

/* Accordion Button */
.career-btn {
    background-color: #eceeef;
    color: #000;
    font-weight: 500;
    text-align: left;
    border: none;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease;
}
.career-btn:hover {
    background-color: #003a4d;
        color: white;
}
.career-title {
    font-size: 1rem;
}
.career-arrow {
    font-size: 1.4rem;
}

/* Group wrapper for spacing between multiple buttons */
.career-download-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px; /* space between buttons */
}

/* Individual download buttons */
.career-download-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px; /* space between icon and text */
    background-color: #003a4d;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    font-weight: 500;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

/* Hover effect */
.career-download-btn:hover {
    background-color: #003a4d;
    transform: translateY(-2px);
    text-decoration: none;
}

/* Icon style */
.career-download-btn i {
    font-size: 1.2rem;
}

/* Responsive layout */
@media (max-width: 576px) {
    .career-download-group {
        flex-direction: column;
        gap: 10px;
    }
    .career-download-btn {
        width: 100%;
        justify-content: center;
    }
}


@media (min-width: 1440px) and (max-width: 1920.99px) {
    #hero-1 .hero-txt {
    margin-top: 127px !important;
    background-color: #11111194;
    text-align: center;
    margin-left: 0px;
    color: white;
    padding: 50px;
    border-radius: 20px;
}

}

@media only screen and (max-width: 991px) {
    .wsmobileheader .smllogo {
        display: inline-block;
        margin-top: 0px !important;
    }
    #hero-1 .hero-txt {
    margin-top: 146px !important;
    background-color: #11111194;
    text-align: center;
    margin-left: 0px;
    color: white;
    padding: 50px;
    border-radius: 20px;
}
#footer-1 .footer-box {
    padding-left: 0;
}
}
@media (max-width: 575px) {
    .btn, .btn.btn-sm, .btn.btn-md {
        font-size: 1.1075rem;
        padding: 14px 30px;
        margin-bottom: 10px !important;
    }
    #footer-1 .footer-box {
    padding-left: 0;
}
}

@media (max-width: 499px) {
   #hero-1 .hero-txt {
    margin-top: 144px !important;
    background-color: #11111194;
    text-align: center;
    margin-left: 0px;
    color: white;
    padding: 24px;
    border-radius: 20px;
}
#footer-1 .footer-box {
    padding-left: 0;
}
}
@media screen and (max-width: 425px) {

    #hero-1 .hero-txt {
    margin-top: 144px !important;
    background-color: #11111194;
    text-align: center;
    margin-left: 0px;
    color: white;
    padding: 24px;
    border-radius: 20px;
}
#footer-1 .footer-box {
    padding-left: 0;
}
}

