.locum-navbar {
  background: #ffffff;
  border-top: 4px solid #f2b6c6;
  padding: 14px 0;
}

.logo {
  height: 100px;
}

.nav-link {
  color: #1f2d3d;
  font-weight: 500;
  font-size: 15px;
  position: relative;
}

.nav-link:hover {
  color: #e63946;
}

.social-icons a {
  color: #1f2d3d;
  font-size: 16px;
}

.social-icons a:hover {
  color: #e63946;
}

/* Mobile */
@media (max-width: 991px) {
  .social-icons {
    margin-top: 15px;
  }
}

.locum-menu .nav-item {
  position: relative;
}

/* Divider line */
.locum-menu .nav-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #d1d5db;
}

/* Mobile par divider hide */
@media (max-width: 991px) {
  .locum-menu .nav-item::after {
    display: none;
  }
}

/* Dropdown Menu */

.hero-section {
  padding: 0px 0 60px;
  background: #ffffff;
}

.hero-section h1 {
  font-size: 44px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 15px;
}

.hero-section p {
  font-size: 18px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 30px;
}

.hero-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.hero-buttons .btn {
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}

/* Responsive */
@media (max-width: 991px) {
  .hero-section {
    text-align: center;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-image {
    margin-top: 40px;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 36px;
  }
}

.features-section {
  padding: 70px 0;
  background: #ffffff;
}

.feature-icon {
  width: 56px;
  height: 56px;
  background: #f3f4f6;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 20px;
  color: #4b5563;
}

.features-section h5 {
  font-weight: 600;
  color: #1f2937;
  margin-bottom: 12px;
}

.features-section p {
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  max-width: 320px;
  margin: 0 auto;
}

/* Mobile */
@media (max-width: 991px) {
  .features-section p {
    max-width: 100%;
  }
}

.about-locum {
  padding: 125px 0;
  background: #ffffff;
}

.about-heading {
  font-size: 42px;
  font-weight: 700;
  color: #2d2d2d;
  line-height: 1.3;
}

/* Wrapper */
.about-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

/* Bubble */
.about-bubble {
  background: #1fb6aa;
  color: #ffffff;
  padding: 40px 40px;
  border-radius: 50px;
  font-size: 16px;
  line-height: 1.7;
  max-width: 560px;
  z-index: 9999;
}
/* Character overlaps bubble */
.about-img {
    width: 380px;
    position: absolute;
    right: 0px;
    top: -127px;
}

/* Responsive */
@media (max-width: 991px) {
  .about-wrap {
    flex-direction: column;
    text-align: center;
  }

  .about-img {
    position: static;
    width: 180px;
    margin-top: 20px;
  }

  .about-heading {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
  }

  .about-bubble {
    border-radius: 30px;
  }
}


.testimonial-section {
  padding: 100px 0;
  background: #ffffff;
}

.testimonial-text {
  font-size: 18px;
  line-height: 1.7;
  color: #4b5563;
  max-width: 760px;
  margin: 0 auto 30px;
}

.testimonial-divider {
  width: 40px;
  height: 2px;
  background: #e5e7eb;
  margin: 0 auto 30px;
}

.testimonial-avatar {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #f3f4f6 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23c7c7c7"><path d="M12 12c2.7 0 4.8-2.1 4.8-4.8S14.7 2.4 12 2.4 7.2 4.5 7.2 7.2 9.3 12 12 12zm0 2.4c-3.2 0-9.6 1.6-9.6 4.8V22h19.2v-2.4c0-3.2-6.4-4.8-9.6-4.8z"/></svg>')
              center/24px no-repeat;
  margin: 0 auto 15px;
}

.testimonial-name {
  font-size: 14px;
  color: #9ca3af;
}

/* Arrows styling */
.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(40%);
}

/* Mobile */
@media (max-width: 768px) {
  .testimonial-text {
    font-size: 16px;
  }
}


.contact-subscribe {
  padding: 90px 0;
  background: #ffffff;
}

.contact-subscribe h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.contact-text {
  max-width: 700px;
  margin: 0 auto 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
}

/* Form */
.subscribe-form {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.subscribe-form input {
  width: 260px;
  height: 46px;
  padding: 0 14px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  font-size: 14px;
}

.subscribe-form input::placeholder {
  color: #9ca3af;
}

.subscribe-form button {
  height: 46px;
  padding: 0 26px;
  background: #4b4b4b;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.subscribe-form button:hover {
  background: #2d2d2d;
}

/* Mobile */
@media (max-width: 576px) {
  .subscribe-form input,
  .subscribe-form button {
    width: 100%;
  }
}


.download-app {
  padding: 90px 0;
  background: #ffffff;
}

.download-app h2 {
  font-size: 34px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.download-text {
  max-width: 650px;
  margin: 0 auto 35px;
  font-size: 14px;
  line-height: 1.7;
  color: #9ca3af;
}

/* Store Buttons */
.store-buttons {
  display: flex;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.store-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #4b4b4b;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
}

.store-btn i {
  font-size: 28px;
}

.store-btn span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.1;
}

.store-btn small {
  font-size: 11px;
  font-weight: 400;
}

/* Hover */
.store-btn:hover {
  background: #2d2d2d;
}

/* Mobile */
@media (max-width: 576px) {
  .store-btn {
    width: 100%;
    justify-content: center;
  }
}


.site-footer {
  padding: 80px 0 50px;
  background: #F7F6F6;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  justify-content: center;
  gap: 0;               /* 👈 gap remove */
  flex-wrap: wrap;
}

.footer-menu li {
  position: relative;
  padding: 0 30px;     /* 👈 controlled spacing */
}

.footer-menu li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0;
  color: #d1d5db;
}

.footer-menu a {
  text-decoration: none;
  font-size: 14px;
  color: #6b7280;
}

.footer-menu a:hover {
  color: #111827;
}

/* Divider */
.footer-divider {
  width: 40px;
  height: 2px;
  background: #e5e7eb;
  margin: 0 auto 20px;
}

/* Address */
.footer-address {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 6px;
}

/* Copyright */
.footer-copy {
  font-size: 13px;
  color: #9ca3af;
}

/* Mobile */
@media (max-width: 576px) {
  .footer-menu li::after {
    display: none;
  }
}

.page-header {
  padding: 80px 0 40px;
  background: #ffffff;
}

.breadcrumb-text {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 10px;
}

.breadcrumb-text a {
  color: #9ca3af;
  text-decoration: none;
}

.breadcrumb-text span {
  margin-left: 5px;
}

.page-header h1 {
  font-size: 38px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 18px;
}

.page-desc {
  max-width: 720px;
  font-size: 14px;
  line-height: 1.7;
  color: #6b7280;
  margin-bottom: 30px;
}

/* Filter Pills */
.location-filters {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.filter-pill {
  padding: 8px 14px;
  background: #f3f4f6;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
}

.filter-pill.active {
  background: #e5e7eb;
  color: #2d2d2d;
}


.locum-listing {
  padding: 40px 0 80px;
}

/* Top bar */
.sort-box {
  font-size: 14px;
  color: #6b7280;
}

.sort-box select {
  border: 1px solid #d1fae5;
  border-radius: 6px;
  padding: 6px 10px;
  margin-left: 6px;
}

.view-toggle button {
  border: none;
  background: #f3f4f6;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-left: 6px;
}

.view-toggle .active {
  background: #e5e7eb;
}

/* Card */
.locum-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  height: 100%;
}

.card-img {
  position: relative;
}

.card-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.tag {
  position: absolute;
  bottom: 12px;
  left: 12px;
  background: #0f766e;
  color: #fff;
  font-size: 12px;
  padding: 4px 10px;
  border-radius: 12px;
}

.card-body {
  padding: 18px;
}

.card-body h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}

.card-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 12px;
  font-size: 13px;
  color: #6b7280;
}

.card-body ul li {
  margin-bottom: 4px;
}

.compensation {
  background: #ecfdf5;
  padding: 10px;
  border-radius: 8px;
  font-size: 13px;
  margin-bottom: 14px;
}

/* Buttons */
.card-actions {
  display: flex;
  gap: 10px;
}

.btn-main {
  flex: 1;
  background: #14b8a6;
  color: #fff;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
}

.btn-save {
  flex: 1;
  border: 1px solid #d1d5db;
  color: #6b7280;
  text-align: center;
  padding: 8px;
  border-radius: 8px;
  font-size: 13px;
  text-decoration: none;
}


.newsletter-wrap {
  padding: 80px 0;
  background: #ffffff;
}

.newsletter-box {
  background: #f7f7f7;
  border-radius: 30px;
  padding: 70px 20px;
}

.newsletter-box h2 {
  font-size: 32px;
  font-weight: 700;
  color: #2d2d2d;
  margin-bottom: 10px;
}

.newsletter-box p {
  max-width: 520px;
  margin: 0 auto 35px;
  font-size: 14px;
  color: #9ca3af;
  line-height: 1.6;
}

/* Form */
.newsletter-form {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.newsletter-form input {
  width: 380px;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
}

.newsletter-form button {
  height: 48px;
  padding: 0 28px;
  background: #4b4b4b;
  color: #ffffff;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.newsletter-form button:hover {
  background: #2d2d2d;
}

/* Mobile */
@media (max-width: 576px) {
  .newsletter-form input,
  .newsletter-form button {
    width: 100%;
  }
}


.about-page {
  padding: 80px 0 0px;
}

.breadcrumb-text {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 10px;
}

.breadcrumb-text a {
  color: #9ca3af;
  text-decoration: none;
}

.page-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}

.about-image {
  background: #f3f4f6;
  border-radius: 16px;
  padding: 0px;
  margin-bottom: 35px;
}

.about-image img {
  width: 100%;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 12px;
}

.about-page p {
  font-size: 15px;
  line-height: 1.8;
  color: #374151;
  margin-bottom: 15px;
}

/* Sidebar */
.sidebar-box {
  background: #f9fafb;
  border-radius: 16px;
  padding: 25px;
  margin-bottom: 30px;
}

.sidebar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

/* Recent Posts */
.post-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.post-thumb {
  width: 60px;
  height: 60px;
  background: #e5e7eb;
  border-radius: 10px;
  flex-shrink: 0;
}

.post-item a {
  font-size: 14px;
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  display: block;
}

.post-item span {
  font-size: 12px;
  color: #9ca3af;
}

/* Hiring */
.hiring-box p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 15px;
}

.btn-dark {
  display: inline-block;
  background: #4b4b4b;
  color: #fff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

/* Mobile */
@media (max-width: 991px) {
  .page-title {
    font-size: 32px;
  }
}

.blog-header {
  padding: 60px 0 30px;
}

.blog-breadcrumb {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 10px;
}

.blog-breadcrumb a {
  color: #9ca3af;
  text-decoration: none;
}

.blog-breadcrumb span {
  margin: 0 6px;
}

.blog-title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
  color: #1f2937;
  margin-bottom: 15px;
}

.blog-meta {
  font-size: 13px;
  color: #9ca3af;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.blog-body {
  padding: 40px 0 80px;
}

/* Sidebar */
.sidebar-box {
  background: #f9fafb;
  border-radius: 16px;
  padding: 24px;
}

.sidebar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}

.post-item {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}

.post-thumb {
  width: 60px;
  height: 60px;
  background: #e5e7eb;
  border-radius: 10px;
  flex-shrink: 0;
}

.post-item a {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
  display: block;
}

.post-item span {
  font-size: 12px;
  color: #9ca3af;
}

.blog-body {
  padding: 40px 0 80px;
}

/* TOC */
.toc-box h6 {
  font-size: 12px;
  font-weight: 700;
  color: #6b7280;
  margin-bottom: 10px;
}

.toc-box ol {
  padding-left: 16px;
  font-size: 13px;
  color: #374151;
}

.toc-box li {
  margin-bottom: 8px;
}

/* Blog Image */
.blog-image img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 25px;
}

/* Blog Content */
.blog-content p {
  font-size: 15px;
  line-height: 1.9;
  color: #374151;
  margin-bottom: 18px;
}

/* Sidebar */
.sidebar-box {
  background: #f9fafb;
  border-radius: 16px;
  padding: 22px;
}

.sidebar-box h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 18px;
}

.post-item {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.post-thumb {
  width: 56px;
  height: 56px;
  background: #e5e7eb;
  border-radius: 10px;
}

.post-item a {
  font-size: 14px;
  font-weight: 600;
  color: #1f2937;
  text-decoration: none;
}

.post-item span {
  font-size: 12px;
  color: #9ca3af;
}

/* Mobile */
@media (max-width: 991px) {
  .toc-box {
    display: none; /* screenshot jaisa */
  }
}


/* Advertisement */
.ad-box {
  text-align: center;
}

.ad-placeholder {
  width: 100%;
  height: 250px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #9ca3af;
  margin-bottom: 8px;
}

.ad-label {
  font-size: 12px;
  color: #9ca3af;
}

/* Video Block */
.blog-video {
  margin: 40px 0;
}

.video-box {
  width: 100%;
  height: 280px;
  background: #6b7280; /* dark grey like screenshot */
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  color: #111827;
  font-size: 18px;
  cursor: pointer;
}

.play-btn:hover {
  transform: scale(1.05);
}


/* CTA Card */
.blog-cta {
  margin: 40px 0;
}

.cta-content {
  background: #f9fafb;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-text h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #1f2937;
}

.cta-text p {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 14px;
}

.cta-btn {
  display: inline-block;
  background: #4b4b4b;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}

.cta-btn:hover {
  background: #2d2d2d;
}

/* Right image placeholder */
.cta-image .img-placeholder {
  width: 90px;
  height: 70px;
  background: #e5e7eb;
  border-radius: 10px;
}

/* Mobile */
@media (max-width: 576px) {
  .cta-content {
    flex-direction: column;
    text-align: center;
  }

  .cta-image {
    display: none; /* screenshot jaisa clean */
  }
}
/* Share Row */
.blog-share {
  margin: 30px 0 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 13px;
  color: #6b7280;
}

.blog-share a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-size: 14px;
  text-decoration: none;
}

.blog-share a:hover {
  background: #e5e7eb;
  color: #111827;
}

.popular-posts {
  padding: 70px 0 90px;
  background: #ffffff;
}

.popular-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #1f2937;
}

/* Card */
.popular-card {
  background: #ffffff;
}

.popular-thumb {
  width: 100%;
  height: 170px;
  background: #e5e7eb;
  border-radius: 14px;
  margin-bottom: 12px;
}

.popular-meta {
  font-size: 12px;
  color: #9ca3af;
  margin-bottom: 6px;
}

.popular-card h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
  color: #1f2937;
}

.popular-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 10px;
}

.popular-author {
  font-size: 12px;
  color: #9ca3af;
}


.contact-section {
  padding: 80px 0;
}

/* Title */
.contact-title {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
}

/* Card */
.contact-card {
  background: #f9fafb;
  border-radius: 18px;
  padding: 30px;
  height: 100%;
}

.contact-card .card-img {
  width: 100%;
  height: 140px;
  background: #e5e7eb;
  border-radius: 12px;
  margin-bottom: 18px;
}

.contact-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-card p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 18px;
}

/* Button */
.btn-dark {
  display: inline-block;
  background: #4b4b4b;
  color: #ffffff;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  text-decoration: none;
}

.btn-dark:hover {
  background: #2d2d2d;
}


.contact-form-section {
  padding: 80px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #1f2937;
}

/* Form */
.contact-form {
  background: #f9fafb;
  padding: 30px;
  border-radius: 16px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  margin-bottom: 14px;
}

.contact-form textarea {
  resize: none;
}

/* Fake captcha */
.captcha-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 12px;
  margin-bottom: 20px;
  font-size: 13px;
  background: #ffffff;
}

.captcha-logo {
  text-align: right;
  font-size: 11px;
  color: #6b7280;
}

/* Button */
.btn-send {
  background: #4b4b4b;
  color: #ffffff;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.btn-send:hover {
  background: #2d2d2d;
}

/* Info boxes */
.info-box {
  background: #f9fafb;
  border-radius: 16px;
  padding: 25px;
  height: 100%;
}

.info-box h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.info-box p {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Mobile */
@media (max-width: 991px) {
  .contact-form {
    margin-bottom: 30px;
  }
}
