.brandheading {
  color: #000 !important;
}

.brandheading-2 {
  color: #ed2024 !important;
}

.brand-bg {
  background-color: #146db4 !important;
}

.counter__box {
  border-radius: 25px;
}

.counter__box .counter {
  font-family: "Space Grotesk", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.blur-gradient-bg {
  position: relative;
  z-index: 1;
}

.blur-gradient-bg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 400px;
  background: radial-gradient(
    circle at center,
    #146db4 0%,
    #2f6eb3 40%,
    #ed2024 80%
  );
  transform: translate(-50%, -50%);
  filter: blur(120px);
  opacity: 0.25;
  z-index: 0;
}

/* Card styling */
.custom-feature-card {
  background: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  /* display: flex; */
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  transition: 0.3s ease;
  position: relative;
  z-index: 2;
}

.custom-feature-card i {
  font-size: 36px;
  color: #007bff;
  margin-bottom: 12px;
}

.custom-feature-card h5 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #222;
}

.mt-gap {
  margin-top: 40px;
}

.gradient-arrow {
  background: linear-gradient(131deg, #146db4 0%, #2f6eb3 40%, #ed2024 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.gradient-bg {
  background: linear-gradient(131deg, #146db4 0%, #2f6eb3 40%, #ed2024 80%);
  /* -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block; */
}

.card-scroll-wrapper {
  height: 450px;
  overflow: hidden;
  position: relative;
  /* background: #f9f9f9; */
  padding: 20px 10px;
}

.card-scroll {
  display: flex;
  flex-direction: column;
  animation: scroll-up 18s linear infinite;
}

.info-card {
  border-radius: 16px;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
  max-width: 400px;
  transition: transform 0.3s ease;
}

.info-card1 {
  /* background-color: #fff; */
  border-radius: 16px;
  text-align: center;
  padding: 15px;
  margin: 10px auto;
  /* width: 90%; */
  max-width: 400px;
  transition: transform 0.3s ease;
}

.info-card img {
  width: 48px;
  height: 48px;
  margin-bottom: 12px;
}

.info-card h4 {
  margin: 0;
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

@keyframes scroll-up {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-50%);
  }
}

@media (max-width: 768px) {
  .info-card {
    padding: 20px 10px;
  }

  .info-card h4 {
    font-size: 15px;
  }

  .info-card img {
    width: 40px;
    height: 40px;
  }
  .card-scroll {
    animation: none;
  }
  .col-lg-2.pt-3.pb-0 .video-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.healthcard {
  padding: 25px;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  /* margin-top: -70px; */
  background: #ffffff;
  border-radius: 25px;
}

.healthcard .section-title {
  margin-bottom: 35px;
}

.healthcard form input {
  font-size: 15px;
  color: rgb(36, 35, 41);
  width: 100%;
  height: 50px;
  padding-left: 20px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  margin-bottom: 20px;
}

.healthcard form input::-webkit-input-placeholder {
  color: rgb(36, 35, 41);
}

.healthcard form input::-moz-placeholder {
  color: rgb(36, 35, 41);
}

.healthcard form input:-ms-input-placeholder {
  color: rgb(36, 35, 41);
}

.healthcard form input::-ms-input-placeholder {
  color: rgb(36, 35, 41);
}

.healthcard form input::placeholder {
  color: rgb(36, 35, 41);
}

.healthcard form input:focus {
  border-color: #9d9d9d;
}

.healthcard form .datepicker__item {
  position: relative;
}

.healthcard form .datepicker__item i {
  position: absolute;
  right: 20px;
  top: 18px;
  font-size: 15px;
  color: rgb(36, 35, 41);
}

.healthcard form .nice-select {
  float: none;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  border-radius: 5px;
  margin-bottom: 20px;
}

.healthcard form .nice-select:after {
  border-bottom: 1.5px solid rgb(36, 35, 41);
  border-right: 1.5px solid rgb(36, 35, 41);
  height: 8px;
  right: 20px;
  top: 46%;
  width: 8px;
}

.healthcard form .nice-select span {
  font-size: 15px;
  color: rgb(36, 35, 41);
}

.healthcard form .nice-select.active,
.healthcard form .nice-select.open,
.healthcard form .nice-select:focus {
  border-color: rgb(36, 35, 41);
}

.healthcard form .nice-select .list {
  width: 100%;
  margin-top: 0;
  border-radius: 5px;
}

.healthcard form button {
  width: 100%;
}

.facility__card {
  border-radius: 25px;
  color: #000;
  height: 100%;
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  border: 1px solid #f8f9fa;
  background: #f8f9fa;
  border-radius: 20px;
}

.facility__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* about page vision mission section */
.about1 {
  padding: 0;
}

.about__row {
  display: flex;
  flex-wrap: wrap;
  min-height: 50vh;
}

.about__image {
  flex: 1;
  background-image: url("../images/vision-mission.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.about__content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 30px;
  background-color: #fff;
}

.r-color {
  color: #ed2024;
}

.sticky-btn {
  position: fixed;
  top: 40%;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-end;
  z-index: 999;
}

.flot-btn-book {
  display: flex;
  align-items: center;
  border-color: #146db4;
  background: #146db4;
  color: #ffffff;
  border-radius: 50px;
  padding: 10px;
  text-decoration: none;
  font-weight: 600;
  width: 60px;
  overflow: hidden;
  transition: width 0.4s ease;
  white-space: nowrap;
  cursor: pointer;
  gap: 10px;
}

.flot-btn-book:hover {
  width: 240px;
  color: #fff;
}

/* add by nilam for popup model*/

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

/* Modal Content */
.modal-content {
  background-color: white;
  margin: auto;
  padding: 0;
  border-radius: 15px;
  width: 60%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Close Button */
.close-btn {
  align-self: flex-end;
  padding: 5px 20px;
  font-size: 28px;
  cursor: pointer;
}

/* Modal Body */
.modal-body {
  display: flex;
  padding: 10px 20px;
  gap: 20px;
}

/* Form Section */
.form-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.form-section input,
.form-section select,
.form-section textarea {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
}

.form-section textarea {
  resize: none;
  height: 60px;
}

/* Image Section */
.image-section {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-section img {
  max-width: 100%;
  height: auto;
}

/* for social icons */
.social-icon {
  margin: 5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  /* background: linear-gradient(131deg, #146DB4 0%, #2F6EB3 40%, #ED2024 80%);  */
  background: white;
  /* color: white; */
  border-radius: 50%;
  font-size: 20px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.social-icon:hover {
  background-color: #f2f7f8;
}
.social-icon1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  /* background: linear-gradient(131deg, #146DB4 0%, #2F6EB3 40%, #ED2024 80%);  */
  background: white;
  /* color: white; */
  border-radius: 50%;
  font-size: 18px;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.social-icon1:hover {
  background-color: #f2f7f8;
}

.contact__content .row {
  min-height: 400px;
  /* Adjust as needed */
}

.contact__form {
  padding: 20px;
  background: #f8f9fa;
  /* Light background for contrast */
  border-radius: 8px;
}

/* add to inline to external css */

.custom-border {
  /* border-right: 1px solid rgba(14, 13, 13, 0.99); */
  border-bottom: 1px solid rgba(14, 13, 13, 0.99);
}

/*.custom-border-right {*/
/*  border-right: 1px solid rgba(14, 13, 13, 0.99);*/
/*}*/

.facility-card-bg {
  background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%);
}
.r-text {
  color: rgb(237, 32, 36);
}

.consultation .row {
  display: flex;
  align-items: stretch;
}

.video-wrapper {
  height: 100%;
  /* border-radius: 12px; */
  overflow: hidden;
}

/* .video-wrapper video {
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  display: block;
} */

.icon-card i {
  display: block;
}

.icon-card p {
  font-size: 0.95rem;
  color: #555;
}

.section-padding {
  padding: 60px 0;
}

.mobile-sticky-buttons {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ed2024;
  padding: 0;
  z-index: 1050;
  display: flex;
  gap: 8px;
}

.flot-btn-book1 {
  flex: 1; /* Equal width */
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #0056b3;
  background: #0056b3;
  color: #ffffff;
  /* border-radius: 50px; */
  padding: 13px;
  text-decoration: none;
  font-weight: 300;
  /* width: 60px; */
  transition: width 0.4s ease;
  cursor: pointer;
  font-size: 15px;
}

.flot-btn-book1:hover {
  cursor: pointer;
  color: #fff;
}
.flot-btn-book2 {
  flex: 1; /* Equal width */
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #ed2024;
  background: #ed2024;
  color: #ffffff;
  /* border-radius: 50px; */
  padding: 13px;
  text-decoration: none;
  font-weight: 300;
  /* width: 60px; */
  transition: width 0.4s ease;
  cursor: pointer;
  font-size: 15px;
}

.flot-btn-book2:hover {
  cursor: pointer;
  color: #fff;
}
.cta {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .sticky-btn {
    display: none !important;
  }
  .modal-content {
    width: 95%;
    margin: 10% auto;
  }

  .image-section {
    display: none !important;
  }
  .m-logo {
    width: 120px;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px !important;
  }
  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .consultation__text {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .spad {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .spad-50 {
    padding-top: 40px;
    padding-bottom: 0px;
  }
  .m-shadow {
    margin-top: 30px;
  }
  .display-4 {
    /* font-size: 3.5rem; */
    font-weight: 300;
    line-height: 1.1;
  }

  .section-title {
    margin-bottom: 20px;
  }

  h3 {
    font-weight: 500;
    font-size: 20px;
    line-height: 35px;
  }

  .cta {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  /* .section-title h2 {
    color: #111111;
    font-weight: 600;
    margin-top: 5px;
    font-size: 32;
    text-align: left;
  } */
  /* .section-title span {
    text-align: left;
  }*/
  .about__text {
    padding-left: 0;
  }
  .p-5 {
    padding: 20px !important;
  }
  .m-p {
    padding-top: 15px;
  }
  .custom-border-right {
    border-right: none !important;
  }
  .d-xs-none {
    display: none;
  }
  .mt-xs-3 {
    margin-top: 3rem;
  }
  .about .container {
    padding-bottom: 0;
    border-bottom: none;
  }
  .flot-btn-book1 {
    width: auto;
  }

  .b-bottom {
    border-bottom: 1px solid #f8f8f8;
  }
}

.video-wrapper video {
  width: 100%;
  height: auto;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.custom-border {
  /* border-right: 1px solid rgba(14, 13, 13, 0.99); */
  border-bottom: 1px solid rgba(14, 13, 13, 0.99);
}

.custom-border-right {
  border-right: 1px solid rgba(14, 13, 13, 0.99);
}

.custom-border-left {
  border-right: 1px solid rgba(14, 13, 13, 0.99);
}

/* .custom-dark {
        background-color:rgb(255, 255, 255);
    } */

/* Scroll wrapper and track */
.scroll-track-wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 1rem;
}

.scroll-track {
  display: flex;
  width: max-content;
  gap: 1rem;
  animation: scroll-horizontal 40s linear infinite;
}

/* Facility Card */
.facility-card {
  width: 160px;
  flex-shrink: 0;
  background: #f8f9fa;
  border-radius: 12px;
  scroll-snap-align: start;
  z-index: 1;
}

/* Auto scroll animation */
@keyframes scroll-horizontal {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Pause scroll on hover (optional) */
.scroll-track:hover {
  animation-play-state: paused;
}
.vh {
  height: 150px !important;
}

.about__image3 {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}

.bg-image-1 {
  background-image: url("../images/vision.webp"); /* Replace with your image */
}

.bg-image-2 {
  background-image: url("../images/mission.webp");
}

@media (max-width: 768px) {
  .about__image3 {
    height: 220px;
    margin-bottom: 15px;
  }
  .m-section {
    padding-top: 10px !important;
    padding-bottom: 40px !important;
    overflow: hidden;
  }
  .all-section {
    overflow: hidden;
  }
  .m-section1 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .m-section2 {
    padding-top: 30px !important;
  }
  .about__text p {
    margin-bottom: 15px;
  }
  .text-m {
    text-align: center !important;
  }
  .f-mb {
    margin-bottom: 20px;
  }
  .equal-video {
    height: 180px;
  }

  h1 {
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .nice-select span {
    font-size: 16px !important;
    color: #495057 !important;
  }
}

.aos-all {
  width: 1000px;
  max-width: 98%;
  margin: 10vh auto 0 auto;
}

/* .aos-item {
  display: inline-block;
  float: left;
  width: 33.3333%;
  height: 300px;
  padding: 20px;
}

.aos-item__inner {
  position: relative;
  width: 100%;
  height: 100%;
  float: left;
  background: #1da4e2;
  line-height: 260px;
  text-align: center;
  color: #fff;
}

@media screen and (max-width: 800px) {
  .aos-item {
    width: 50%;
  }
} */

.pos-reletive {
  position: relative;
  z-index: 9;
}
/* .pos-reletive1{
  position: relative;
  z-index: 999;
} */
.all-sec {
  overflow: hidden;
}

@media (max-width: 768px) {
  .arrow-none {
    display: none;
  }
  h2 {
    font-size: 24px !important;
    line-height: 28px;
  }

  h4 {
    font-size: 18px;
  }
  span {
    font-size: 14px;
  }
  .chooseus__item h5 {
    font-size: 18px;
    color: rgb(17, 17, 17);
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .mobile-mt {
    margin-top: 20px;
  }
  .margin {
    margin-bottom: 10px;
  }
}

/* for product landing page  */

.benefit-card {
  background: #f8f9fa;
  border-radius: 14px;
  padding: 30px 25px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.benefit-icon {
  width: 64px;
  height: 64px;
  background: #ed2024;
  color: #fff;
  font-size: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.benefit-card h5 {
  font-weight: 600;
  color: #0b2c4d;
  margin-bottom: 10px;
}

.benefit-card p {
  font-size: 14px;
  color: #555;
  margin-bottom: 0;
}

.text-blue {
  color: #146db4;
}

.health-step-list .step-icon {
  width: 22px;
  height: 22px;
  background: #ed2024;
  color: #fff;
  border-radius: 50%;
  display: flex;
  margin-right: 10px !important;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.health-steps p {
  font-size: 14px;
  color: #555;
}

.health-steps strong {
  color: #222;
}

    .focus-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .focus-list li {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 14px 18px;
        margin-bottom: 15px;
        background: #f8f9fa;
;
        border-left: 4px solid #146db4;
        border-radius: 8px;
        transition: all 0.3s ease;
    }

    .focus-list li:hover {
        background: #eef5ff;
        transform: translateX(4px);
    }

    .focus-list .icon {
        width: 44px;
        height: 44px;
        background: #ed2024;
        color: #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        flex-shrink: 0;
    }

    .focus-list .text {
        font-size: 16px;
        color: #333;
        font-weight: 500;
    }

    /* Mobile Friendly */
    @media (max-width: 576px) {
        .focus-list li {
            padding: 12px 14px;
        }

        .focus-list .text {
            font-size: 15px;
        }
    }
