   *{
      font-family: "Poppins", sans-serif;
   }
    html,body{
      font-family: "Poppins", sans-serif;
      width: 100%;
      overflow-x: hidden;
   }
   .top-bar {
      background: #009fa8;
      color: #fff;
      font-size: 0.94rem;
      font-weight: 500;
    }
    .top-bar a {
      color: #fff;
      text-decoration: none;
    }
    .navbar-brand img {
      height: auto;
      width: 130px;
    }
    .navbar {
      background: #fff;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }
    .nav-link {
      font-weight: 600;
      color: #000 !important;
      font-size:1rem;
    }
    .offcanvas-header {
      border-bottom: 1px solid #ddd;
    }
    .offcanvas .nav-link {
      padding: 10px 0;
    }

.fa-phone{
transform: rotate(5deg);
}

.menu-logo{
    width: 110px;
}


/* logo slider start here  */

.logo-slider .slick-slide {
  padding: 15px;
}

.logo-slider .logo-item {
  background: #fff;
  border-radius: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.logo-slider .logo-item:hover {
  transform: scale(1.05);
}

.logo-slider .logo-item img {
  max-height: 60px;
  max-width: 100%;
  object-fit: contain;
}

/* logo slider end here  */

/* test card start here  */

.service-card {
  background: #f8f9fa;
  border-radius: 10px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  min-height: 300px;
}
.test-slider .slick-slide {
  padding: 10px;
}
.image-wrapper {
  position: relative;
}

.image-wrapper img {
  height: 150px;
  object-fit: cover;
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.discount-badge {
  position: absolute;
  bottom: -0.75rem; /* Adjust based on badge height */
  left: 50%;
  transform: translateX(-50%);
  background-color: #0d6efd;
  color: #fff;
  padding: 5px 15px;
  font-size: 0.75rem;
  border-radius: 50px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}

.card-footer {
  background-color: #e9ecef;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.heroslider-img{
 width:100%;
 min-height: 500px;
 max-height: 500px;
 object-fit: cover;
}
/* test card end here  */


/* slick next and prev start here  */

.slick-prev,
.slick-next {
  width: 40px;
  height: 40px;
  background-color: #0d6efd;
  color: #fff;
  border: none;
  border-radius: 50%;
  z-index: 20;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease;
  display: flex !important;
  justify-content: center;
  align-items: center;
}

/* Left arrow */
.slick-prev {
  left: -20px;
}

/* Right arrow */
.slick-next {
  right: -20px;
}

/* Icon style (Slick uses ::before content) */
.slick-prev::before,
.slick-next::before {
  font-family: 'slick';
  font-size: 18px;
  line-height: 1;
  opacity: 1;
  color: white;
}

/* Hover effect */
.slick-prev:hover,
.slick-next:hover {
  background-color: #0a58ca;
}

/* slick and next and prev end here  */


/* Popular test card start here  */

.test-card {
  background: #eafcff;
  border-radius: 12px;
  padding: 20px 10px 50px;
  margin: 0 10px; 
  position: relative;
  transition: transform 0.3s ease;
}

.test-card img {
  width: 100%;
  max-height: 130px;
  object-fit: contain;
}

.test-label {
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  padding: 6px 15px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  color: #0d3c72;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}


/* Popular test card end here  */

/* Test Card Details (scoped for .test-card-details) */
.test-card-details .test-card-labname {
  font-size: 1.15rem;
  color: #003774;
}
.test-card-details .test-card-params {
  margin-bottom: 1rem;
  font-size: 0.98em;
  color: #333;
  justify-content: center;
}
.test-card-details .test-card-badges {
  margin-bottom: 1rem;
}
.test-card-details .test-badge-info {
  background: #e3f2fd;
  color: #1976d2;
  font-weight: 500;
}
.test-card-details .test-badge-primary {
  background: #1976d2;
  color: #fff;
  font-weight: 500;
}
.test-card-details .test-badge-discount {
  background: #e53935;
  color: #fff;
  font-size: 0.85em;
  padding: 0.35em 0.7em;
  font-weight: 600;
  border-radius: 1em;
  letter-spacing: 0.5px;
}
.test-card-details .test-card-price {
  margin-bottom: 1.2rem;
}
.test-card-details .test-card-price .fw-bold.text-success {
  font-size: 1.1rem;
}


/* Popular packages section start here */

/* Section and Slick spacing */
.popular-packages {
  background: #f4f4f4;
}
.package-slider .slick-slide {
  margin: 0 10px;
}

/* Package Card */
.package-card {
  background: linear-gradient(to bottom, #00bcd4 0%, #b2ebf2 100%);
  border-radius: 12px;
  min-height: 360px;
  padding-bottom: 60px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

/* Header */
.package-header {
  background-color: #0097a7;
  padding: 25px 8px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.package-header h6 {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3;
}

/* Price Circle */
.price-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #00bcd4, #80deea);
  line-height: 90px;
  font-size: 16px;
  font-weight: bold;
  color: #003b73;
  text-align: center;
  margin: -10px auto 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

/* Description */
.package-desc {
  font-size: 13px;
  color: #000;
  padding: 0 10px;
}

/* Book Now Button */
.btn-book {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(to right, #002f6c, #005cb2);
  color: white;
  padding: 6px 20px;
  font-size: 12px;
  border-radius: 8px;
  border: none;
}

/* NEW Badge */
.badge-new {
  position: absolute;
  left: -10px;
  bottom: 50px;
  transform: translateY(-50%);
  background-color: #002f6c;
  color: white;
  font-size: 12px;
  padding: 6px 14px;
  border-radius: 0 8px 8px 0;
  font-weight: bold;
}


/* Popular packages section end here  */

/* health test section start here  */

.health-tests {
  background-color: #ffffff;
}

/* Card */
.health-test-card {
  border-radius: 12px;
  overflow: hidden;
}

.health-test-card img {
  height: 160px;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

/* Button */
.btn-features {
  background-color: #004aad;
  color: white;
  font-size: 14px;
  padding: 6px 18px;
  border-radius: 6px;
  margin-top: 10px;
}

/* health test section end here  */

/* medicine section start here  */

.medicine-slider .medicine-card {
  padding: 20px;
}
/* added width and height */
.medicine-slider img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  background-color: #f8f8f8;
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.medicine-slider img:hover {
  transform: scale(1.05);
}

.disease-placeholder {
  width: 160px;
  height: 160px;
  background-color: #f8f8f8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.disease-placeholder:hover {
  transform: scale(1.05);
}

/* medicine section end here  */

/* home healthcare section start here  */

.homecare-slider .card {
  border-radius: 16px;
  transition: all 0.3s ease;
}

.homecare-slider .card:hover {
  transform: translateY(-5px);
}

.homecare-slider img {
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

/* home healthcare section end here  */

/* why choose us section start here  */

.bg-teal {
  background-color: #247F89;
}

/* why choose us section end here  */

/* testimonial section start here  */

.testimonial-section {
    padding: 4rem 0;
    background: #f0f7f9; /* light background */
}

.testimonial-slider {
    display: flex;
}

.testimonial-card {
    background: linear-gradient(135deg, #00467d, #00b7b1);
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
}

.testimonial-card .profile {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0rem auto 1rem auto;
    border: 3px solid #fff;
}

.testimonial-card .profile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-card .quote {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-style: italic;
    line-height: 1.5;
}

.testimonial-card .name {
    font-weight: bold;
    margin-bottom: 0.3rem;
    font-size: 1.1rem;
}

.testimonial-card .designation {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.testimonial-card .stars {
    color: #ffdd57;
}

.slick-dots {
    text-align: center;
    margin-top: 1.5rem;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00467d;
    opacity: 0.4;
    border: none;
}

.slick-dots li.slick-active button {
    background: #00b7b1;
    opacity: 1;
}

/* testimonial section end here  */

.btn-primary, .bg-primary {
  background-color: #003774 !important;
  border-color: #003774 !important;
}

.text-primary {
  color: #003774 !important;
}

/* Booking Form Styling */
.booking-form-wrapper {
  position: absolute;
  top: 5%;
  right: 0;
  padding: 1.5rem;
  z-index: 10;
}

.booking-form-box {
  max-width: 360px;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.form-subtitle {
  margin-bottom: 1rem;
}

.form-icon-box {
  background-color: #17a2b8;
  color: #fff;
  flex: 1;
  padding: 0.75rem 0.5rem;
  border-radius: 8px;
}

.form-icon-box i {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
  display: block;
}

.form-icon-box small {
  display: block;
  font-size: 0.75rem;
}

.hero-flex-section {
  width: 100vw;
  min-height: 500px;
  margin: 0;
  padding: 0;
  background: transparent;
}
.heroslider-col {
  width: 100vw;
  min-width: 0;
}
.heroslider-section {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.heroslider-item {
  width: 100vw;
  overflow: hidden;
}
.heroslider-img {
  width: 100vw;
  max-height: 500px;
  object-fit: cover;
  display: block;
  border-radius: 0;
}
@media (max-width: 991px) {
  .hero-flex-section {
    width: 100vw;
  }
}
@media (max-width: 768px) {
  .heroslider-img {
    max-height: 250px;
  }
}

/* Hero Section: Book Your Test */
.hero-book-test {
  position: relative;
  min-height: 320px;
  background: #eaf6fb;
}
.hero-book-test .hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100%;
  height: 320px;
  background: url('../images/test-hero-section.jpg') center center/cover no-repeat;
  filter: blur(2px) brightness(0.7);
  z-index: 0;
}
.hero-book-test .hero-overlay {
  display: none;
}
.hero-book-test .hero-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 100%;
}
.hero-book-test .hero-title h1 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: 2px;
  text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.hero-book-test .hero-searchbar {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  width: 90%;
  z-index: 3;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 12px 18px;
}
@media (max-width: 768px) {
  .hero-book-test .hero-title h1 { font-size: 1.5rem; }
  .hero-book-test .hero-searchbar { flex-direction: column; padding: 10px 5px; }
  .hero-book-test .hero-bg { height: 180px; }
}

/* footer code start here  */

.footer{
    background-color: #00AAB2; 
    border-top-left-radius: 200px;
}
.footer-logo{
    height: 40px;
}

/* footer code end here  */

/* Sticky filter sidebar */
.sticky-filter {
  position: sticky;
  top: 90px; /* Adjust for your header/navbar height */
  z-index: 2;
}
.sticky-parent {
  position: relative;
}
@media (max-width: 991.98px) {
  .sticky-filter {
    position: static;
    top: auto;
  }
}

.test-card-details img{
  max-width: 200px;
  margin: 0 auto;
}