/* ====================================  Breadcrumb ============================================ */

.breadcrumb-section .img-overlay {
  padding: 30px 20px;
}

.breadcrumb-section {
  background-image: url(../assets/images/others/breadcrumb.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 0px;
  margin: 0px;
}

.breadcrumb-section h3 {
  font-size: 24px;
  color: #223645;
  text-transform: capitalize;
}

/* ====================================  Breadcrumb ============================================ */

/* ====================================  Footer ============================================ */

footer .footer-1 .footer-content .footer-logo p {
  text-overflow: ellipsis;
  margin-bottom: 20px;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  white-space: normal;
}

@media (max-width: 575px) {
  .copyright {
    margin-bottom: 0px;
  }
}

/* ====================================  Footer ============================================ */

/* ====================================  Topbar ============================================ */

header.style-6 .top-header {
  /* background: #5dbbc3; */
  background: linear-gradient(
    44deg,
    rgba(var(--theme-default), 1) 42%,
    rgb(15 41 94) 42%
  );
}

.main-header .main-menu .main-navbar .nav-menu > li > .nav-link {
  text-transform: capitalize;
  font-weight: 500;
  color: #0f295e;
  font-size: 16px;
}
/* 1399px se neeche */
@media (max-width: 1399px) {
  .main-header .main-menu .main-navbar .nav-menu > li > .nav-link {
    font-size: 12px;
  }
}

@media (max-width: 1199px) {
  .main-header .main-menu .main-navbar .nav-menu > li {
    float: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .main-header .main-menu .main-navbar .nav-menu > li > .nav-link {
    font-size: 15px;
    font-weight: 600;
  }
  .main-header .main-menu .main-navbar .nav-menu > li.back-btn .mobile-back h5 {
    color: rgb(42 143 158);
  }
}

@media (max-width: 767px) {
  .home-section.style-8 .nutrition-content .nutrition-img img {
    display: block;
  }
}

@media (max-width: 575px) {
  .main-header .main-menu .menu-right .icon-nav .toggle-nav .icon {
    height: 40px;
    width: 40px;
  }
}

.main-header .main-menu .menu-right .icon-nav .toggle-nav .icon i {
  font-size: 25px;
  color: rgb(42 143 158);
  transition: all 0.5s ease;
}

.main-header .main-menu .menu-left .brand-logo a {
  width: 100%;
}

.main-header .main-menu .main-navbar .nav-menu > li {
  float: left;
  display: block;
  margin-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.main-header .main-menu .main-navbar .nav-menu > li.appoint-btn {
  float: left;
  display: block;
  margin-right: 22px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.appointment-btn {
  padding: 10px 12px;
  border-radius: 5px;
  background: linear-gradient(135deg, #0f295e, #2a8f9e);
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.3s ease;
  box-shadow: 0 10px 25px rgba(0, 87, 255, 0.16);
  white-space: nowrap;
}

.appointment-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
}

.appointment-btn i {
  font-size: 15px;
}

/* ====================================  Topbar ============================================ */

/* ====================================  Contact Page ============================================ */

.address-items .icon-box {
  height: calc(40px + 10 * (100vw - 320px) / 1600);
  width: calc(40px + 10 * (100vw - 320px) / 1600);
  border-radius: 50%;
  background-color: #5dbbc3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.address-items .contact-box {
  width: calc(100% - (20px + 5 * (100vw - 320px) / 1600));
  margin-left: calc(-20px + -5 * (100vw - 320px) / 1600);
  background-color: rgb(42 143 158 / 8%);
  padding: calc(15px + 5 * (100vw - 320px) / 1600)
    calc(8px + 2 * (100vw - 320px) / 1600)
    calc(15px + 5 * (100vw - 320px) / 1600)
    calc(20px + 20 * (100vw - 320px) / 1600);
  border: 1px dashed rgb(93 187 195);
  border-radius: 10px;
}

.address-items .contact-box h6 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  color: rgba(var(--theme-default), 1);
}

.address-items .contact-box p,
a {
  margin-bottom: 0;
  color: #444042;
  -webkit-line-clamp: none;
  font-size: 16px;
}

section,
.section_space {
  padding-top: calc(10px + 40 * (100vw - 320px) / 1600);
  padding-bottom: calc(10px + 40 * (100vw - 320px) / 1600);
}

.address-items {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  padding: 20px;
  border-radius: 18px;
  gap: 5px;
  transition: 0.3s;
}

.contact-box {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
}

.address-items:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.contact-box h4 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-form .form-control {
  border-radius: 9px;
  border: 1px dashed #5dbbc3;
  background: white;
  box-shadow: none;
  height: 48px;
}

.contact-form textarea.form-control {
  height: auto;
}

.contact-main .contact-box .contact-form label {
  font-size: 15px;
  font-weight: 600;
  color: rgba(var(--theme-font-color), 1);
}

.contact-location-section {
  position: relative;
  background: rgb(42 143 158 / 8%);
  overflow: hidden;
}

.section-title .subtitle {
  color: #2a8f9e;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 10px;
}

.section-title h2 {
  font-size: 42px;
  font-weight: 700;
  color: #183b56;
  margin-bottom: 15px;
}

.section-title p {
  max-width: 700px;
  margin: auto;
  color: #6c757d;
  font-size: 16px;
}

.hospital-image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

.hospital-image-wrapper .main-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.hospital-image-wrapper:hover .main-img {
  transform: scale(1.05);
}

.floating-card {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  padding: 18px 22px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.floating-card i {
  width: 55px;
  height: 55px;
  background: #58c4c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 24px;
}

.floating-card h5 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 700;
  color: #183b56;
}

.floating-card span {
  font-size: 14px;
  color: #666;
}

.map-wrapper {
  background: #fff;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.map-box {
  overflow: hidden;
  border-radius: 25px;
  position: relative;
}

.map-box iframe {
  width: 100%;
  height: 450px;
  border: 0;
  filter: grayscale(0%);
  transition: 0.4s;
}

.map-box:hover iframe {
  transform: scale(1.01);
}

@media (max-width: 991px) {
  .hospital-image-wrapper .main-img {
    height: 100%;
  }

  .map-box iframe {
    height: 350px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .map-content h3 {
    font-size: 28px;
  }
}
/* ====================================  Contact Page ============================================ */

/* ====================================  Blog Page ============================================ */

.blog-banner a {
  color: rgba(var(--white), 1);
}

.blog-left-sidebar .sidebar-box {
  padding: calc(10px + 4 * (100vw - 320px) / 1600);
  padding-top: calc(9.2px + 0.25vw);
  padding-right: calc(9.2px + 0.25vw);
  padding-bottom: calc(9.2px + 0.25vw);
  padding-left: calc(9.2px + 0.25vw);
  background-color: rgb(42 143 158 / 8%);
  border-radius: 6px;
}

.blog-left-sidebar .sidebar-box ul.recent-blog li {
  gap: 15px;
  display: flex;
  align-items: center;
  justify-content: start;
  border-bottom: 1px dashed rgb(42 143 158);
  padding-bottom: 20px;
  position: relative;
}

.blog-page .blog-main-details .other-blog .blog-box {
  /* border: 1px dashed rgb(42 143 158 / 48%); */
  border-radius: 6px;
}

.other-blog .blog-box .blog-content .read-news {
  border-top: 1px dashed rgb(42 143 158 / 48%);
}

.blog-page .blog-details-box .blog-content .blog-date {
  margin: 14px 0 10px;
  font-weight: 600;
  display: block;
  color: #2a8f9e;
  font-size: 16px;
  text-decoration: underline;
}
/* ====================================  Blog Page ============================================ */

/* ====================================  Event Page ============================================ */

.events-section {
  background: aliceblue;
}

.event-card {
  display: block;
  background: #fff;
  border-radius: 22px;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  height: 100%;
}

.event-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

.event-img {
  overflow: hidden;
  position: relative;
}

.event-img img {
  width: 100%;
  object-fit: cover;
  transition: 0.6s;
}

.event-card:hover .event-img img {
  transform: scale(1.08);
}

.event-content {
  padding: 15px;
  text-align: center;
}

.event-content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #0e2d4d;
  line-height: 1.5;
  margin: 0;
}

.event-content h4:hover {
  color: #5dbbc3;
}

.photos-list > a::after {
  content: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 0%;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0) 90%
  );
  transition: 0.5s ease-in-out;
}

/* ====================================  Event Page ============================================ */

/* ====================================  Event Gallery Page ============================================ */

.event-info-box {
  text-align: center;
}

.event-badge {
  display: inline-block;
  background: #5dbbc326;
  color: #2a8f9e;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 8px;
  margin-bottom: 15px;
  font-size: 18px;
}

.event-description p {
  font-size: 17px;
  color: black;
}

.photos-list {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  background: #5dbbc326;
  border: 1px dashed #2a8f9e;
  padding: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.photos-list > a {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.4s ease-in-out;
}

/* ====================================  Event Gallery Page ============================================ */

/* ====================================  Patient Stories Page ============================================ */

.video-card {
  background: #2a8f9e;
  border-radius: 27px;
  overflow: hidden;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  height: 100%;
  padding: 5px;
}

.video-card:hover {
  /* transform: translateY(-10px); */
}

.video-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}

.video-card:hover img {
  transform: scale(1.08);
}

.video-overlay {
  position: absolute;
  border-radius: 24px;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8),
    rgba(0, 0, 0, 0.2),
    transparent
  );
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(var(--theme-default), 1);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 34px;
  transition: 0.3s;
  /* border: 2px solid rgba(255, 255, 255, 0.4); */
}

.play-btn i {
  color: rgba(var(--white), 1);
  font-size: 22px;
}

.play-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 120%;
  width: 120%;
  background-color: rgba(var(--theme-default), 0.3);
  animation: effect 2s linear 1s infinite;
  z-index: -1;
}

.play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  height: 150%;
  width: 150%;
  background-color: rgba(var(--theme-default), 0.2);
  animation: effect 2s linear 1s infinite;
  z-index: -1;
}

.play-btn:hover {
  background: #2a8f9e;
  color: #fff;
}

/* ====================================  Patient Stories Page ============================================ */

/* ====================================  Cashless TPA Page ============================================ */

.cashless-section {
  background: #fff;
  padding: 40px 0px;
  position: relative;
  overflow: hidden;
}

.cashless-tag {
  display: inline-block;
  padding: 6px 16px;
  background: #dff4f6;
  color: #2e97a3;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 18px;
}

.cashless-title {
  font-size: 35px;
  line-height: 1.2;
  font-weight: 700;
  color: #183b56;
  margin-bottom: 16px;
}

.cashless-title span {
  font-size: 35px;
  color: #2a8f9e;
  position: relative;
}

.cashless-title span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: #cfeff2;
  border-radius: 10px;
}

.cashless-desc {
  font-size: 17px;
  line-height: 1.9;
  color: #6d7b88;
  margin-bottom: 5px;
}

.tpa-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: #fff;
  border-radius: 12px;
  padding: 10px 8px;
  max-width: 340px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
  border: 1px dashed rgb(42 143 158);
}

.tpa-img img {
  width: 85px;
  height: 88px;
  object-fit: cover;
  border-radius: 5px;
}

.tpa-info h5 {
  font-size: 22px;
  margin-bottom: 4px;
  color: #183b56;
  font-weight: 700;
}

.tpa-info p {
  margin-bottom: 10px;
  color: #7a8b98;
  font-size: 15px;
}

.tpa-info a {
  color: #56b6bf;
  text-decoration: none;
  font-weight: 600;
  font-size: 16px;
}

.tpa-info a i {
  margin-right: 6px;
}

.cashless-image-wrapper {
  position: relative;
  text-align: center;
}

.main-img {
  position: relative;
  z-index: 2;
}

.main-img img {
  /* width: 100%; */
  border-radius: 28px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .cashless-title {
    font-size: 32px;
  }

  .cashless-title span {
    font-size: 32px;
  }

  .cashless-image-wrapper {
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .cashless-title {
    font-size: 28px;
  }

  .cashless-title span {
    font-size: 28px;
  }

  .cashless-desc {
    font-size: 15px;
    line-height: 1.8;
  }

  .tpa-card {
    flex-direction: column;
    text-align: center;
  }
}

.tpa-company-section {
  padding: 40px 0px;
  background: #f7fbfc;
  position: relative;
  overflow: hidden;
}

.section-title .sub-tag {
  display: inline-block;
  padding: 4px 12px;
  background: #dff4f6;
  color: #43aab4;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 18px;
}

.section-title h2 {
  font-size: 35px;
  font-weight: 700;
  color: #183b56;
  margin-bottom: 18px;
  line-height: 1.2;
}

.section-title h2 span {
  font-size: 35px;
  color: #2a8f9e;
  position: relative;
}

.section-title h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 6px;
  background: #d8f1f3;
  border-radius: 10px;
}

.section-title p {
  max-width: 100%;
  margin: auto;
  color: #6f7f8c;
  font-size: 17px;
  line-height: 1.8;
}

.tpa-logo-card {
  background: #fff;
  border-radius: 19px;
  padding: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #edf3f4;
  transition: all 0.35s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.tpa-logo-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: #d9eef1;
}

.tpa-logo-card img {
  width: 100%;
  transition: all 0.35s ease;
}

.tpa-logo-card:hover img {
  filter: grayscale(0%);
  opacity: 1;
  transform: scale(1.03);
}

@media (max-width: 991px) {
  .section-title h2 {
    font-size: 32px;
  }

  .section-title h2 span {
    font-size: 32px;
  }
}

@media (max-width: 576px) {
  .section-title h2 {
    font-size: 28px;
  }

  .section-title h2 span {
    font-size: 28px;
  }

  .section-title p {
    font-size: 15px;
  }

  .tpa-logo-card {
    height: 100%;
    padding: 4px;
  }
}

.cashless-process-section {
  background: #f8fbfc;
  padding: 40px 0;
}

.process-heading {
  text-align: center;
  margin-bottom: 25px;
}

.process-heading span {
  font-size: 13px;
  color: #58b5bf;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
}

.process-heading h2 b {
  color: #58b5bf;
  font-weight: 600;
}

.process-heading p {
  max-width: 90%;
  margin: auto;
  color: #7b8b97;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.8;
}

.process-tabs {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-bottom: 15px;
  flex-wrap: wrap;
}

.process-tabs .nav-link {
  border: none;
  background: #fff;
  color: black;
  padding: 5px 22px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  border: 1px dashed #2a8f9e;
  transition: 0.3s ease;
}

.process-tabs .nav-link.active {
  background: #2a8f9e;
  color: #fff;
  border-color: #2a8f9e;
}

.process-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}

.process-title i {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eef8f9;
  color: #58b5bf;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.process-content-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  max-width: 100%;
  margin: auto;
  border: 1px solid #edf3f4;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.03);
}

.process-content-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-content-box ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
  color: #667784;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 400;
}

.process-content-box ul li::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #58b5bf;
  position: absolute;
  left: 0;
  top: 13px;
}

.process-content-box ul li ul {
  margin-top: 12px;
}

.process-content-box ul li ul li {
  display: block;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 15px;
  color: #7a8b97;
}

.process-content-box ul li ul li::before {
  content: "—";
  width: auto;
  height: auto;
  background: none;
  color: #58b5bf;
  top: 0;
  left: 0;
  font-size: 16px;
}

.process-content-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .process-heading h2 {
    font-size: 34px;
  }

  .process-list {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .cashless-process-section {
    padding: 55px 0;
  }

  .process-heading h2 {
    font-size: 28px;
  }

  .process-heading p {
    font-size: 14px;
  }

  .process-tabs {
    gap: 10px;
  }

  .process-tabs .nav-link {
    width: 100%;
    font-size: 14px;
  }

  .process-content-box {
    padding: 24px;
    border-radius: 18px;
  }

  .process-title h4 {
    font-size: 20px;
  }

  .process-content-box ul li {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 22px;
  }

  .process-content-box ul li::before {
    top: 11px;
  }

  .process-content-box ul li ul li {
    font-size: 13px;
  }
}

.title {
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0px;
}

.title .dot-img {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 18px;
}

.title .dot-img span {
  background-image: linear-gradient(
    90deg,
    rgba(var(--theme-default), 0.9) 0%,
    rgba(var(--theme-default), 1) 100%
  );
  color: rgba(var(--white), 1);
  padding: 5px 20px;
  text-transform: capitalize;
  font-weight: 500;
  border-radius: 4px;
  font-family: "Manrope", sans-serif;
  box-shadow: 0px 3px 9px 0px rgba(var(--theme-default), 0.2);
}

.reimbursement-section {
  padding: 40px 0;
  background-color: white;
}

/* Heading */
.reimbursement-heading {
  margin-bottom: 20px;
}

.reimbursement-heading span {
  display: inline-block;
  padding: 8px 18px;
  background: #e5f6f7;
  color: #2a8f9e;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
}

.reimbursement-heading h2 {
  font-size: 35px;
  font-weight: 600;
  color: #183b56;
  margin-bottom: 14px;
}

.reimbursement-heading h2 b {
  color: #2a8f9e;
  font-weight: 600;
}

.reimbursement-heading p {
  max-width: 820px;
  margin: auto;
  color: #71808c;
  font-size: 15px;
  line-height: 1.9;
}

.reimbursement-table {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border-radius: 22px;
  border: 1px dashed #2a8f9e;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.04);
}

.claim-table {
  min-width: 100%;
  width: 100%;
  background: #fff;
  border: 1px dashed #2a8f9e;
  border-radius: 24px;
  overflow: hidden;
  margin: 0;
}

.claim-table thead th {
  background: #f4fbfc;
  padding: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #183b56;
  text-align: center;
  border: 1px dashed #2a8f9e;
  white-space: nowrap;
}

.claim-table tbody td {
  padding: 18px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
  color: #6f7f8c;
  border: 1px dashed #2a8f9e;
  vertical-align: top;
  text-align: center;
}

.claim-table .step-title {
  background: #fbfefe;
  font-size: 18px;
  font-weight: 600;
  color: #183b56;
  white-space: nowrap;
}

.claim-table td:empty {
  background: #fcfefe;
}

.claim-note {
  text-align: center;

  margin-top: 28px;
}

.claim-note p {
  margin-bottom: 2px;
  color: black;
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .reimbursement-heading h2 {
    font-size: 32px;
  }

  .claim-head {
    display: none;
  }

  .claim-row {
    grid-template-columns: 1fr;
  }

  .step-title {
    border-right: none;
    border-bottom: 1px dashed #2a8f9e;

    padding: 18px 20px;
  }

  .claim-card {
    border-right: none;
    border-bottom: 1px dashed #2a8f9e;

    min-height: auto;
    padding: 20px;
  }

  .claim-row .claim-card:last-child {
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .reimbursement-heading h2 {
    font-size: 28px;
  }

  .reimbursement-heading p {
    font-size: 14px;
  }

  .reimbursement-table {
    border-radius: 18px;
  }

  .claim-table {
    width: 100%;
    min-width: 100%;
  }

  .claim-table thead th {
    font-size: 15px;
    padding: 18px;
  }

  .claim-table tbody td {
    font-size: 14px;
    padding: 20px 18px;
  }

  .claim-table .step-title {
    font-size: 17px;
    width: 180px;
    min-width: 180px;
  }

  .claim-note p {
    font-size: 14px;
  }
}

/* ====================================  Cashless TPA Page ============================================ */

/* ====================================  Aboout Page ============================================ */

.customer-wrap .customer-wrapper .customer-box h4 span {
  font-size: 25px;
  color: rgb(93 187 195);
}
.customer-wrap .customer-wrapper .customer-box h4 {
  color: rgb(93 187 195);
}

.customer-wrap .customer-wrapper .customer-box {
  border-radius: 16px;
}

@media (max-width: 991px) {
  .customer-wrap .customer-wrapper .customer-box {
    width: 100%;
    padding: 16px 12px;
  }
}

.customer-wrap .customer-wrapper {
  position: relative;
  padding: 7px;
}

.luxury-about-section {
  position: relative;
  padding: 40px 0;
  background: #f7fbfd;
  overflow: hidden;
}

.blur-circle {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
}

.blur-circle.one {
  width: 320px;
  height: 320px;
  background: #b8eef5;
  top: -100px;
  left: -120px;
  opacity: 0.7;
}

.blur-circle.two {
  width: 260px;
  height: 260px;
  background: #d8f5ff;
  bottom: -80px;
  right: -80px;
  opacity: 0.8;
}

.about-left-content {
  position: relative;
  z-index: 2;
}

.mini-badge {
  display: inline-block;
  padding: 10px 22px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
  background: #dff4f6;
  color: #2e97a3;
}

.about-left-content h2 {
  font-size: 38px;
  line-height: 1.2;
  font-weight: 300;
  color: #223047;
  margin-bottom: 20px;
}

.about-left-content h2 span {
  font-size: 38px;
  font-weight: 700;
  color: #0b8fa5;
  position: relative;
}

.about-left-content h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 100%;
  height: 5px;
  background: #c7f1f6;
  z-index: -1;
  border-radius: 20px;
}

.about-left-content p {
  font-size: 18px;
  line-height: 2;
  color: #6e7b87;
  max-width: 90%;
}

.experience-card {
  margin-top: 18px;
  width: 228px;
  text-align: center;
  padding: 11px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(15px);
  border: 1px dashed rgb(42 143 158);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.06);
}

.experience-card h3 {
  font-size: 35px;
  font-weight: 700;
  color: #0b8fa5;
  margin-bottom: 8px;
}

.experience-card span {
  color: #6d7984;
  font-size: 17px;
}

.about-right-content {
  position: relative;
  z-index: 2;
}

.facility-card {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(18px);
  border-radius: 23px;
  padding: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.card-top {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 12px;
}

.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: linear-gradient(135deg, #0b8fa5, #57c7d8);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 10px 30px rgba(11, 143, 165, 0.25);
}

.facility-card h4 {
  font-size: 26px;
  color: #223047;
  margin: 0;
}

.facility-card p {
  font-size: 17px;
  line-height: 2;
  color: #71808d;
}

.equipment-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.equip-item {
  padding: 6px 14px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(12px);
  border-radius: 7px;
  font-size: 17px;
  font-weight: 500;
  color: #2a8f9e;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  transition: 0.3s;
}

.equip-item:hover {
  transform: translateY(-5px);
}

.bottom-premium-box {
  position: relative;
  margin-top: 40px;
  padding: 28px;
  border-radius: 15px;
  background: linear-gradient(135deg, #0b8fa5, #62cfde);
  overflow: hidden;
  box-shadow: 0 8px 30px rgba(11, 143, 165, 0.25);
}

.quote-icon {
  position: absolute;
  top: -10px;
  left: 12px;
  font-size: 50px;
  color: rgba(255, 255, 255, 0.15);
}

.bottom-premium-box p {
  color: #fff;
  font-size: 22px;
  line-height: 2;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .about-left-content h2 {
    font-size: 38px;
  }

  .about-left-content h2 span {
    font-size: 32px;
  }

  .facility-card h4 {
    font-size: 24px;
  }

  .bottom-premium-box p {
    font-size: 16px;
  }
}

.about-us-section .about-us-details .d-flex h5 {
  font-size: 16px;
  text-transform: capitalize;
  color: rgba(var(--theme-default), 1);
  font-weight: 600;
}

.about-us-section:hover .about-us-details h4 {
  color: rgba(var(--theme-font-color), 1);
}

.about-us-section .about-us-details h4 {
  font-size: 26px;
  font-weight: 600;
  width: 100%;
  margin-bottom: 15px;
  text-transform: none;
  line-height: 1.4;
  transition: all 0.4s ease-in-out;
}

.about-us-section .about-us-details p {
  font-size: calc(14px + 3 * (100vw - 320px) / 1600);
  width: 100%;
  line-height: 1.7;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.about-us-section .about-us-details .d-flex {
  margin-bottom: 10px;
}

.about-us-section .about-us-details .d-flex .icon i {
  font-size: 20px;
  color: #58c7d7;
}

.about-info-content > p {
  margin: 8px 0 calc(10px + 10 * (100vw - 320px) / 1600);
  font-size: 20px;
}

.about-info-content > ul li {
  display: flex;
  align-items: center;
  font-size: 18px;
  gap: 8px;
  color: rgba(var(--theme-font-color), 1);
  font-weight: 600;
}

.about-info-content > ul p {
  font-size: 17px;
}

.about-info-content > ul li i {
  color: rgba(var(--theme-default), 1);
  font-size: calc(16px + 6 * (100vw - 320px) / 1600);
}
/* ====================================  Aboout Page ============================================ */

/* ====================================  Team Section ============================================ */
.doctor-team-box1 .img img {
  border-radius: 8px;
  filter: none;
  transition: all 0.4s ease-in-out;
}

.doctor-team-box1 {
  border: 1px dashed rgb(42 143 158);
  padding: 4px;
  border-radius: 10px;
}

.doctor-team-box1 .content h6 {
  color: #2a8f9e;
  font-weight: 700;
  margin-bottom: 8px;
  transition: all 0.4s ease-in-out;
}

/* ====================================  Team Section ============================================ */

/* ====================================  Blog Section ============================================ */
.blog-content {
  background-color: rgba(var(--body-background), 1);
  border-top: 3px solid #2a8f9e;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  margin-bottom: 5px;
  border-radius: 12px;
  padding: 10px;
  transition: 0.3s ease;
}

.blog-content:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.blog-testimonials .swiper .swiper-wrapper .swiper-slide .content .badge span {
  color: rgba(var(--theme-default), 1);
  display: inline-block;
  font-size: 14px;
}

.swiper-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(15px + 15 * (100vw - 320px) / 1600);
  margin-top: 15px;
}

.blog-testimonials .swiper .swiper-wrapper .swiper-slide .content p {
  margin-top: 10px;
}

.blog-testimonials .swiper .swiper-wrapper .swiper-slide .content .badge {
  background-color: rgba(var(--theme-default), 0.15);
  padding: 7px 16px;
  margin-bottom: 12px;
  border-radius: 4px;
}
/* ====================================  Blog Section ============================================ */

/* ====================================  Testimonial Section ============================================ */

.eye-testimonials.style-7 .swiper-slide {
  border: 1px solid rgba(var(--light-border), 1);
  background-color: white;
  padding: 20px !important;
  border-radius: 10px;
}

.eye-testimonials.style-7 .swiper-slide .other-box .other-img .other-content i {
  font-size: 30px;
  color: rgb(42 143 158 / 60%);
  vertical-align: top;
  line-height: 1;
}

.eye-testimonials.style-7 .swiper-slide .other-box .other-img .other-content p {
  margin-bottom: 20px;
  color: black;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  line-height: 1.6;
}

.eye-testimonials.style-7 .swiper-slide .other-box h6 {
  color: rgb(42 143 158) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
}

/* ====================================  Testimonial Section ============================================ */

/* ====================================  Service Section ============================================ */

.service-two.style-2 .content p {
  width: 100%;
  margin: 10px auto 0;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: black;
  font-size: 14px;
  font-weight: 400;
}

.service-two.style-2.service-blue .content h5 {
  color: #2196f3 !important;
}
.service-two.style-2.service-green .content h5 {
  color: #21b573 !important;
}
.service-two.style-2.service-orange .content h5 {
  color: #ff8a34 !important;
}
.service-two.style-2.service-purple .content h5 {
  color: #7b61ff !important;
}

.service-two.style-2 {
  background-color: rgba(var(--body-background), 1);
  text-align: center;
  height: 100%;
  border: none;
  border-radius: 15px;
}

.service-two {
  padding: 22px 10px 22px;
}

.service-two.style-2 .service-two-icon {
  text-align: center;
  margin: 0 auto calc(12px + 6 * (100vw - 320px) / 1600);
  border-radius: 40px;
  background-color: rgba(var(--theme-default), 1);
  height: 60px;
  width: 60px;
}

.service-two.style-2 .service-two-icon i {
  font-size: 35px;
  transition: all 0.8s ease-in-out;
}

.service-two.style-2 .service-two-icon::after {
  border-radius: 40px;
}

.service-two.style-2 .bg-icon {
  position: absolute;
  right: -5%;
  bottom: 5%;
  font-size: 130px;
  color: rgba(20, 179, 199, 0.08);
  opacity: 0;
  z-index: -1;
  transition: all 0.4s ease-in-out;
}

.service-two.style-2:hover .bg-icon {
  opacity: 1;
  transform: scale(1.05);
}

.service-blue .service-two-icon {
  background: #e8f7ff !important;
}
.service-blue .service-two-icon i {
  color: #2196f3 !important;
}
.service-blue .bg-icon {
  color: rgba(33, 150, 243, 0.08) !important;
}

.service-blue .service-two-icon::after {
  border: 1px dashed #2196f3 !important;
}

.service-green .service-two-icon {
  background: #edfdf3 !important;
}
.service-green .service-two-icon i {
  color: #21b573 !important;
}
.service-green .bg-icon {
  color: rgba(33, 181, 115, 0.08) !important;
}

.service-green .service-two-icon::after {
  border: 1px dashed #21b573 !important;
}

.service-orange .service-two-icon {
  background: #fff4eb !important;
}
.service-orange .service-two-icon i {
  color: #ff8a34 !important;
}
.service-orange .bg-icon {
  color: rgba(255, 138, 52, 0.08) !important;
}

.service-orange .service-two-icon::after {
  border: 1px dashed #ff8a34 !important;
}

.service-purple .service-two-icon {
  background: #f3edff !important;
}
.service-purple .service-two-icon i {
  color: #7b61ff !important;
}
.service-purple .bg-icon {
  color: rgba(123, 97, 255, 0.08) !important;
}
.service-purple .service-two-icon::after {
  border: 1px dashed #7b61ff !important;
}

/* ====================================  Service Section ============================================ */

/* ====================================  Specialty Section ============================================ */

.specialty-box {
  text-align: center;
  padding: 10px;
  border-radius: 15px;
}

.specialty-box img {
  width: 65px;
  height: 65px;
  stroke: rgba(var(--theme-default), 1);
  transition: all 0.4s ease-in-out;
}

.specialty-box .content h6 {
  margin-bottom: 2px;
  color: #2a8f9e;
}
/* ====================================  Specialty Section ============================================ */

/* ====================================  Stories Section ============================================ */

.gallery-slider .awesome-gallery .swiper-wrapper .swiper-slide a {
  position: absolute;
  overflow: hidden;
}
/* ====================================  Stories Section ============================================ */

/* ====================================  About Section ============================================ */

.about-us-section.style-6 .about-content > p {
  font-size: 22px;
  width: 80%;
}

.about-content .title-4 {
  margin: unset;
  text-align: center;
  margin-bottom: calc(18px + 36 * (100vw - 320px) / 1600);
}

@media (max-width: 991px) {
  .about-us-section.style-6 .about-content > p {
    width: 100%;
    font-size: 18px;
  }
}
/* ====================================  About Section ============================================ */

/* ====================================  Footer ============================================ */

footer .footer-1.style-6 {
  background: linear-gradient(
    180deg,
    rgba(184, 218, 228, 0.16),
    rgba(184, 218, 228, 0.4)
  );
}
.copyright.style-6 {
  background-color: rgb(42 143 158);
}
footer .footer-1 .footer-content > div .footer-title h5 {
  position: relative;
  display: flex;
  color: #2a8f9e;
  font-weight: 700;
  align-items: center;
  transition: all 0.4s ease-in-out;
  gap: calc(10px + 5 * (100vw - 320px) / 1600);
}
footer .footer-1.style-6 .footer-content .footer-title .footer-details li a,
footer .footer-1.style-6 .footer-content .footer-title .footer-details li span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: black;
}

footer .footer-1 .footer-content .footer-logo p {
  text-overflow: ellipsis;
  margin-bottom: 20px;
  color: black;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.copyright .d-flex {
  display: flex;
  align-items: center;
  width: 100%;
  margin: auto;
  justify-content: center;
  padding: 15px 0;
}

.copyright p {
  color: white;
}

.md-section {
  padding-top: 40px;
  padding-bottom: 20px;
}

.copyright p a {
  color: #7ce3ef;
  font-weight: 600;
  transition: all 0.3s ease;
  text-decoration: underline;
}

.copyright p a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.polaris-floating-contact {
  position: fixed;
  left: 0px;
  bottom: 20%;
  transform: translateY(-50%);
  width: 65px;
  padding: 16px 10px;
  background: #ffffff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.18);
  z-index: 999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.polaris-float-link {
  width: 100%;
  text-decoration: none !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #1d2f48 !important;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.22;
  text-align: center;
  box-shadow: none !important;
}

.polaris-float-link:hover {
  color: #1d2f48 !important;
  transform: translateY(-2px);
}

.polaris-float-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.polaris-float-icon svg {
  width: 22px;
  height: 22px;
  fill: #ffffff;
}

.polaris-wa-icon {
  background: #25d366;
}

.polaris-call-icon {
  background: #ed1c24;
}

.polaris-divider {
  width: 90%;
  height: 1px;
  background: #2a8f9e;
  display: block;
}

.polaris-float-text {
  font-size: 11px;
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  margin: 0 !important;
}
/* ====================================  Footer ============================================ */

/* ====================================  Appointment Section ============================================ */

.appointment-form.style-6 form .form-control {
  background-color: rgba(var(--theme-default), 0.06);
  border: 1px dashed #2a8f9e;
}

.appointment-form.style-6 {
  background: white;
  position: relative;
  border-radius: 0 4px 4px 0;
}

.appointment-form form .form-label {
  font-size: calc(13px + 1 * (100vw - 320px) / 1600);
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  color: rgb(42 143 158);
  margin-bottom: calc(10px + 2 * (100vw - 320px) / 1600);
}

/* ====================================  Appointment Section ============================================ */

/* ====================================  Department Page ============================================ */

.service-two .service-two-icon img {
  width: 60px;
  height: 60px;
  stroke: rgba(var(--theme-default), 1);
  transition: all 0.4s ease-in-out;
}

.service-two .service-two-icon:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px dashed rgb(42 143 158);
}

.service-two {
  /* border: 1px dashed #2a8f9e; */
  border-radius: 26px;
  background-color: white;
}

.service-two .content a h5 {
  color: #2a8f9e;
}

.service-details-two .service-img-2 img {
  width: 100%;
}

.service-details-two h3 {
  font-size: 30px;
  color: #2a8f9e;
  margin-bottom: 12px;
}

.dynamic-content {
  color: #5f6f81;
  font-size: 17px;
  line-height: 1.9;
}

/* Paragraph */
.dynamic-content p {
  margin-bottom: 10px;
}

.dynamic-content h1,
.dynamic-content h2,
.dynamic-content h3,
.dynamic-content h4,
.dynamic-content h5,
.dynamic-content h6 {
  color: #2a8f9e;
  font-weight: 600;
  margin-bottom: 11px;
  line-height: 1.4;
}

.dynamic-content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.dynamic-content ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 0px;
  color: #4f5d6b;
  line-height: 1.5;
  font-size: 17px;
}

/* Custom Icon */
.dynamic-content ul li::before {
  content: "\EB80";
  font-family: "remixicon";
  position: absolute;
  left: 0;
  top: 2px;
  color: #1ca3b7;
  font-size: 20px;
  font-weight: normal;
}

/* Bullet color */
.dynamic-content ul li::marker {
  color: #1ca3b7;
}

/* Strong */
.dynamic-content strong,
.dynamic-content b {
  font-weight: 600;
}

/* Images */
.dynamic-content img {
  max-width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}

/* Links */
.dynamic-content a {
  color: #1ca3b7;
}

/* Blockquote */
.dynamic-content blockquote {
  background: #f4fbfc;
  border-left: 4px solid #1ca3b7;
  padding: 20px;
  border-radius: 10px;
  margin: 25px 0;
}
/* ====================================  Department Page ============================================ */

/* ====================================  E-Paper Page ============================================ */

.epaper-btn-wrap {
  margin-top: 22px;
}

.epaper-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #2a8f9e, #5dbbc3);
  color: #fff !important;
  padding: 4px 22px;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 600;
  transition: 0.3s ease;
  box-shadow: 0 8px 20px rgba(42, 143, 158, 0.18);
  text-decoration: none;
}

.epaper-btn i {
  font-size: 22px;
}

.epaper-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(135deg, #227885, #49aeb7);
  box-shadow: 0 12px 25px rgba(42, 143, 158, 0.28);
}

/* ====================================  E-Paper Page ============================================ */

/* ====================================  About Section 2 ============================================ */

.about-move-box .about-slider-content .counter li {
  border-right: 1px dashed rgb(42 143 158);
  text-align: center;
  padding: 0 12px;
}

.about-move-box .about-slider-content .counter {
  padding: 12px 0;
  border-top: 1px dashed rgb(42 143 158);
  border-bottom: 1px dashed rgb(42 143 158);
  display: flex;
  margin-bottom: calc(12px + 8 * (100vw - 320px) / 1600);
}

.about-move-box .about-slider-content .counter li .content h3 span {
  font-size: 25px;
  color: rgba(var(--theme-default), 1);
}

.about-move-box .about-slider-content .counter li .content h3 {
  font-size: 25px;
  color: rgba(var(--theme-default), 1);
}

.about-move-box .about-slider-content .counter li p {
  font-size: 13px;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  color: rgba(var(--theme-font-color), 1);
  white-space: nowrap;
  text-transform: capitalize;
}

.about-move-box {
  background-image: none;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* ====================================  About Section 2 ============================================ */

/* ==================================== Home  About Section 3 ============================================ */
/* Doctor Image */
.doctor-image-box {
  background: #fff;
  border: 2px solid #dfe9ff;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  height: 100%;
  transition: all 0.4s ease;
}

.doctor-image-box:hover {
  transform: translateY(-5px);
  border-color: #aadee3;
  box-shadow: 0 18px 40px rgba(45, 91, 255, 0.15);
}

.doctor-image-box img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 22px;
}

/* Small Heading */
.about-us-details h5 {
  color: #17a2b8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

/* Main Heading */
.about-us-details h4 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
  color: #0f2940;
  margin-bottom: 24px;
}

/* Paragraph */
.about-us-details p {
  color: #000000;
}

.highlighted-points li:hover {
  transform: translateX(6px);
}

.highlighted-points .icon {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #0f295e, #2a8f9e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}

.highlighted-points .text {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  line-height: 1.5;
}

/* Buttons */
.about-us-details .btn {
  padding: 14px 28px;
  border-radius: 12px;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s ease;
}

/* Responsive */
@media (max-width: 991px) {
  .doctor-image-box {
    margin-bottom: 30px;
  }

  .doctor-image-box img {
    min-height: auto;
  }

  .about-us-section .about-us-details {
    padding: 30px 24px;
  }

  .about-us-details h4 {
    font-size: 32px;
  }

  .about-us-details p {
    font-size: 16px;
  }

  .highlighted-points .text {
    font-size: 16px;
  }
}

@media (max-width: 576px) {
  .about-us-section {
    padding: 50px 0;
  }

  .about-us-details h4 {
    font-size: 28px;
  }

  .highlighted-points li {
    padding: 14px 16px;
  }

  .about-us-details .btn {
    width: 100%;
    text-align: center;
  }

  .about-us-details .d-flex.gap-3 {
    flex-direction: column;
  }
}

.about-us-section .about-us-details {
  background: #fff;
  padding: 28px;
  border-radius: 30px;
  height: 100%;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.highlighted-points li {
  display: flex;
  align-items: center;
  gap: 16px;
  background: aliceblue;
  border-left: 5px solid #2a8f9e;
  padding: 10px 13px;
  margin-bottom: 15px;
  border-radius: 16px;
  transition: 0.3s ease;
}

.highlighted-points {
  margin-bottom: 15px;
}

/* Add gap between left image card and right content card */

@media (min-width: 992px) {
  .about-us-section .col-lg-6:first-child {
    padding-right: 20px !important;
  }
}
/* ==================================== Home About Section 3 ============================================ */

/* ==================================== Slider Section ============================================ */
/* Slider Wrapper */
.slider-main {
  position: relative;
}

/* Overlay Content */
.slider-overlay-content {
  position: absolute;
  left: 4%;
  bottom: 9%;
  z-index: 2;
}

/* Button Group */
.slider-btn-group {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

/* Common Button Style */
.slider-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

/* Icons */
.slider-btn i {
  font-size: 14px;
}

/* Individual Colors */
.book-btn {
  background: #0057ff;
}

.book-btn:hover {
  background: #0047d4;
  transform: translateY(-2px);
}

.emergency-btn {
  background: #ff3b30;
}

.emergency-btn:hover {
  background: #e12b21;
  transform: translateY(-2px);
}

.whatsapp-btn {
  background: #25d366;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 768px) {
  .slider-overlay-content {
    left: 5%;
    bottom: 8%;
  }

  .slider-btn {
    padding: 10px 16px;
    font-size: 13px;
  }
}

/* ================= MOBILE SLIDER BUTTONS ================= */

.slider-main {
  position: relative;
}

/* ===== Mobile Floating Icon Buttons ===== */

.mobile-slider-buttons {
  position: absolute;
  bottom: 18px;
  left: 20px;
  display: flex;
  gap: 12px;
  z-index: 5;
}

.mobile-slider-btn {
  width: 45px;
  height: 45px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
  transition: 0.3s ease;
}

.mobile-slider-btn:hover {
  transform: translateY(-3px);
  color: #fff;
}

/* Colors */

.book-btn {
  background: #0057ff;
}

.emergency-btn {
  background: #ff3b30;
}

.whatsapp-btn {
  background: #25d366;
}

/* Hide Text */
.mobile-slider-btn span {
  display: none;
}
/* ==================================== Slider Section ============================================ */

/* ==================================== Doctor Section ============================================ */

.about-slider-content .sub-title {
  color: #2a8f9e;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1.5px;
  display: inline-block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 18px;
}

.about-slider-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2a8f9e;
}

.about-move-box .about-slider-content h3 {
  font-weight: 600;
  font-size: 28px;
  font-family: "Manrope", sans-serif;
  margin-bottom: calc(4px + 11 * (100vw - 320px) / 1600);
}

.about-slider-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #00000094;
  margin-bottom: 25px !important;
}

.about-move-box .about-slider-content .listing {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about-move-box .about-slider-content .listing li {
  width: calc(50% - 11px);
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
  padding: 15px 12px !important;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e8eefc;
  transition: all 0.35s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.03);
  position: relative;
  overflow: hidden;
}

.about-move-box .about-slider-content .listing li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  background: linear-gradient(to bottom, #0f295e, #2a8f9e);
  opacity: 0;
  transition: 0.3s;
}

.about-move-box .about-slider-content .listing li:hover::before {
  opacity: 1;
}

.about-move-box .about-slider-content .listing li:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(45, 91, 255, 0.1);
}

.about-move-box .about-slider-content .listing li .icon {
  width: 45px !important;
  height: 45px !important;
  border-radius: 8px !important;
  background: linear-gradient(135deg, #0f295e, #2a8f9e);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  box-shadow: 0 8px 20px rgba(45, 91, 255, 0.2);
  transition: 0.35s ease;
}
.about-move-box .about-slider-content .listing li p {
  width: calc(100% - 20px - 10px);
  font-size: 17px;
  font-weight: 700;
  color: #0f2940;
  line-height: 1.5;
  margin-bottom: 0px !important;
}

.achievement-card {
  background: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #edf2ff;
  height: 100%;
}

.achievement-item {
  padding: 28px 28px;
  border-bottom: 1px dashed #0f295e45;
  transition: 0.3s ease;
}

.achievement-item:hover {
  background: #f8fbff;
}

.achievement-item h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 30px;
  color: #2a8f9e;
}

.achievement-item p {
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  color: black;
  line-height: 1.6;
}

.about-move-box .about-slider-content .listing li .icon i {
  font-size: 20px;
}

@media (max-width: 991px) {
  .doctor-image-box {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .about-slider-content .sub-title {
    padding-left: 0;
  }

  .about-slider-content .sub-title::before {
    display: none;
  }

  .listing {
    gap: 15px;
  }

  .about-move-box .about-slider-content .listing li {
    width: 100%;
  }
}

/* ==================================== Doctor Section ============================================ */

/* ==================================== Faq Section ============================================ */

.faq-box {
  /* background: #f0f8ff91; */
}

.faq-box .accordion .accordion-item {
  position: relative;
  border: 1px solid #1c5a7d3d;
  margin: calc(12px + 6 * (100vw - 320px) / 1600) 0;
  border-radius: 10px;
  padding: 0px;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.08);
  transition: all 0.4s ease;
}

.faq-box .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  color: #1b2d4f;
  padding: 16px 30px;
  background: #fff;
  border: none;
  box-shadow: none !important;
  position: relative;
}

.faq-box .accordion .accordion-item .accordion-collapse.show .accordion-body {
  padding: 14px 30px;
  font-size: 17px;
  line-height: 1.9;
  color: #6c757d;
  background: #fff;
  border: none;
  margin-top: 0px;
}

.faq-box .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 14px 30px;
  font-size: 17px;
  line-height: 1.9;
  color: #6c757d;
  background: #fff;
  border: none;
  margin-top: 0px;
}

.faq-box
  .accordion
  .accordion-item
  .accordion-header
  .accordion-button:not(.collapsed) {
  color: white;
  background: linear-gradient(135deg, #0f295e, #2a8f9e);
}

.title .dot-img span {
  background: rgb(108 200 207 / 18%);
  color: #2a8f9e;
  padding: 5px 20px;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Manrope", sans-serif;
  box-shadow: none;
}

/* ==================================== Faq Section ============================================ */
