@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
     /* Deep Teal background */
    font-family: 'Poppins', sans-serif;
    color: #333;
}

/* Header */
header {
    padding: 20px 0;
}
.navbar {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 10px 30px;
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.navbar-brand img {
    height: 45px;
}
.navbar-expand-lg .navbar-nav {
    align-items: center;
}
.nav-link {
    color: #fff !important;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    padding: 10px 45px !important;
}
.nav-link:hover {
    opacity: 1;
}
.header-icons {
    display: flex;
    gap: 15px;
    align-items: center;
}
.header-icons a {
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}
.header-icons a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Hero Section */
.hero-section {
    padding: 80px 0 60px;
}
li.nav-item a span {
    display: block;
}
.hero-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 0;
}

/* Content Tabs Box */
.content-tabs-section {
    padding-bottom: 100px;
}
.tabs-container {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto;
    box-shadow: 0 30px 60px rgba(0,0,0,0.2);
}

/* Nav Pills (Tabs Headers) */
.tabs-container .nav-pills {
    background: #2a88ad; /* Inactive tab background */
}
.tabs-container .nav-pills .nav-item {
    margin: 0;
}
.tabs-container .nav-pills .nav-link {
    border-radius: 0;
    padding: 25px 30px;
    font-size: 32px;
    font-weight: 600;
    color: #fff !important;
    background: transparent;
    transition: none;
    line-height: 1;
}
.tabs-container .nav-pills .nav-link.active {
    background: #fff;
    color: #2e88ad !important; /* Blue text for active */
}

/* Tab Content */
.tab-pane-inner {
    padding: 80px 80px 40px;
}
.tab-text-box h2 {
    font-size: 39px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.2;
}
.tab-text-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.7;
    margin-bottom: 40px;
}
.btn-join {
    background: #2e88ad;
    color: #fff;
    padding: 16px 35px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    transition: 0.3s;
}
.btn-join:hover {
    background: #236d8b;
    color: #fff;
    transform: translateY(-2px);
}

/* Custom Image Shape */
.tab-image {
    text-align: right;
}
.tab-image img {
    max-width: 100%;
    border-radius: 0 0 0 100px; /* Rounded bottom left as per mockup */
    box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}
section.main-wrapper {
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* Search Bar (Lime Green) */
.search-bar-container {
    background: #b5d65c; /* Lime green box */
    border-radius: 15px;
    padding: 40px;
    margin: 40px 80px 80px;
}
.search-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.search-content h3 {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    color: #000;
    flex: 0 0 250px;
    line-height: 1.1;
}
.search-inputs {
    display: flex;
    align-items: center;
    flex: 1;
    gap: 20px;
}
.search-inputs .input-group {
    flex: 1;
}
.form-select {
    border-radius: 40px;
    padding: 15px 30px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
}
.connector {
    font-weight: 700;
    color: #000;
    font-size: 20px;
}
.btn-search-all {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 22px;
    transition: 0.3s;
}
.btn-search-all:hover {
    color: #333;
    transform: translateX(5px);
}

/* Responsive */
@media (max-width: 1200px) {
    .hero-title { font-size: 48px; }
    .tab-pane-inner { padding: 40px; }
    .search-bar-container { margin: 20px 40px 40px; }
}

@media (max-width: 991px) {
    .search-content { flex-direction: column; align-items: flex-start; }
    .search-inputs { width: 100%; flex-wrap: wrap; }
    .tab-image { margin-top: 40px; text-align: center; }
}

/* --- SECTION 1: Work for Upright (White Making Careers Theme) --- */
.work-section {
    background-color: #f7f9fc;
    background-image: url('../images/making-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
    z-index: 1;
}

.work-section > .container {
    background: #fff;
    padding: 80px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.05);
}

.sub-title {
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a88a0;
    line-height: 1.2;
}

.work-text-box h3 {
    font-size: 32px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.work-text-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

.info-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 25px;
    border-radius: 4px;
}

.info-box .icon {
    font-size: 24px;
    font-weight: 500;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid;
    flex-shrink: 0;
}

.info-box .text {
    font-size: 15px;
    color: #000;
}

.green-box {
    background-color: #f0f7de;
    border-left: 6px solid #a9d150;
}
.green-box .icon {
    color: #a9d150;
    border-color: #a9d150;
}

.peach-box {
    background-color: #faebd7;
    border-left: 6px solid #e27d42;
}
.peach-box .icon {
    color: #e27d42;
    border-color: #e27d42;
}

.work-image-container {
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}
.left-image {
    margin-left: 0;
}

.circle-img-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border-radius: 50%;
    aspect-ratio: 1 / 1; 
}

.circle-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.circle-ornament {
    position: absolute;
    z-index: 1;
    max-width: 250px;
}

.orange-circle {
    top: -40px;
    left: -60px;
}

.green-circle {
    bottom: -40px;
    left: -60px;
}


/* --- SECTION 2: Smarter Healthcare Staffing (Dark Theme) --- */
.smarter-section {
    background-color: #0c3947;
    background-image: url('../images/smarter-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.smarter-section > .container {
    background: transparent;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.smarter-section .sub-title {
    color: #e0e0e0;
    text-transform: none;
}

.smarter-section .section-title {
    font-size: 46px;
    color: #ffffff;
    border-bottom: 1px solid #ffffff96;
    padding-bottom: 10px;
}

.smarter-text-box h3 {
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
}

.smarter-text-box p {
    font-size: 14px;
    color: #d8e2e8;
    line-height: 1.7;
    margin-bottom: 35px;
    font-weight: 400;
}

.blue-box {
    background-color: #217ba1;
    border-left: none;
}

.blue-box .icon {
    font-size: 18px;
    width: 35px;
    height: 35px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.blue-box .text {
    font-size: 13px;
    color: #ffffff;
}

.smarter-image-container {
    position: relative;
    max-width: 450px;
    margin: 0 auto;
}

.smarter-img-wrapper {
    position: relative;
    z-index: 2;
    overflow: hidden;
    background: transparent;
}

.smarter-img-wrapper.shape-1 {
    border-radius: 200px;
}

.smarter-img-wrapper.shape-2 {
    /* border-radius: 200px; */
    max-width: 320px;
    margin: 0 auto;
    height: 454px;
}

.smarter-main-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35% / 35%;
}

.smarter-shape-1 {
    right: -40px;
    top: -27px;
    width: 180px;
    max-width: none;
}

.smarter-shape-2 {
    left: -68px;
    top: -50px;
    width: 280px;
    max-width: none;
}

@media (max-width: 991px) {
    .work-section > .container { padding: 40px 20px; }
    .work-image-container, .smarter-image-container { margin-top: 50px; margin-bottom: 30px; }
    .work-text-box, .smarter-text-box { padding-left: 0 !important; padding-right: 0 !important; }
    .smarter-section { padding: 60px 0; }
}
.main-bx {
    padding: 50px 60px;
    background-color: #0d3e51;
    box-shadow: 0 0 10px #0000004d;
}

/* --- SECTION 3: Built on Trust Section --- */
.built-section {
    background-color: #ffffff;
    padding: 80px 0;
}

.built-main-title {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.built-text-box {
    padding: 20px 0;
}

.built-sub-title {
    display: block;
    color: #2e88ad;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.built-text-box h3 {
    font-size: 36px;
    font-weight: 700;
    color: #000;
    margin-bottom: 25px;
    line-height: 1.25;
}

.built-text-box p {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}

.built-image-wrapper {
    overflow: hidden;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.1);
}

.built-image-wrapper img {
    width: 100%;
}

.built-image-wrapper.shape-bottom-left {
    border-radius: 0 0 0 120px;
}

.built-image-wrapper.shape-top-right {
    border-radius: 0 120px 0 0;
}

@media (max-width: 991px) {
    .built-text-box { margin-top: 30px; }
}


section.for-clinicals {
    padding: 100px 0px;
    background-image: url(../images/ft-top-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}
.main-bx-for ul {
    padding: unset !important;
     list-style: none;
}

.main-bx-for ul li {
    list-style: unset !important;
}

.main-bx-for ul li::marker {
    display: none !important;
    list-style: unset !important;
}
.main-bx-for {
    padding: 40px 30px;
    background-color: #1b4c5d;
}

.main-bx-for ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

a.btn.btn-join.tw {
    background-color: #b7d653;
}
.main-bx-for ul li h4 {
    font-size: 36px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    margin: unset;
}

.main-bx-for p {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
}
.main-bx-for ul li img {
    width: 60px;
    height: 50px;
    object-fit: contain;
}

/* Footer Background Color */
.footer-section {
    background-color: #0d3e51; /* Image ka dark blue/teal color */
    padding-bottom: 30px !important;
}

/* Links Styling */
.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links a:hover {
    color: #adb5bd;
}

/* Contact Info Styling */
.footer-contact li {
    margin-bottom: 15px;
    font-size: 14px;
}

/* Vertical Lines (Dividers) - Sirf Desktop par dikhengi */
@media (min-width: 992px) {
    .border-end-custom {
    position: relative;
    }
}

/* Social Icons */
.social-icons a {
    color: #0d3b4c;
    background: #fff;
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 10px;
    text-decoration: none;
    font-size: 18px;
}

.social-icons a:hover {
    background: #adb5bd;
}
.footer-logo {
    /* text-align: center; */
    position: relative;
}

.border-end-custom::before {
    position: absolute;
    bottom: -17px;
    right: 12px;
    content: '';
    width: 2px;
    height: 247px;
    background-color: #fff;
}

.border-end-custom.tw::before {
    display: none;
}
.border-end-custom.on::before {
    bottom: -89px;
}
.border-end-custom.thr::before {
    bottom: -34px;
}



.awards-section {
    background-image: url(../images/drven-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px !important;
}

.award-card {
    background-color: #f4f5f7; /* Light gray background like the image */
    border-radius: 15px;
    border: none;
    text-align: left;
    transition: transform 0.3s ease;
}

.award-card:hover {
    transform: translateY(-5px); /* Chhota sa hover effect */
}

.award-logo {
    height: 80px; /* Logo ki height align karne ke liye */
    display: flex;
    align-items: center;
}

.award-logo img {
    max-height: 100%;
    width: auto;
}

.award-card h5 {
    font-size: 25px;
    color: #000;
    margin-bottom: 80px !important;
}

.award-card p {
    font-size: 0.95rem;
    line-height: 1.5;
    min-height: 50px; /* Text heights ko barabar rakhne ke liye */
    margin-bottom: 50px !important;
}

/* Years styling */
.year-link {
    color: #0084a3; /* Teal/Blue color from image */
    font-weight: bold;
    cursor: pointer;
    text-decoration: none;
}

.divider {
    color: #ccc;
    margin: 0 10px;
}

.years {
    font-size: 0.9rem;
    color: #333;
}
.main-bx-2 h2 {
    color: #000;
    margin-bottom: 30px !important;
}

.main-bx-2 {
    padding: 50px 60px;
    background-color: #ffff;
    box-shadow: 0 0 5px #0000004a;
}