body {
  font-family: 'Poppins', sans-serif;
  padding-top: 40px; 
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff !important;
  z-index: 1050;
  padding: 0 !important; 
  transition: all 0.3s ease;
}

.navbar-brand img {
  height: 60px;
  width: auto;
}

/* Navbar link spacing thoda tight */
.navbar-nav .nav-link {
  position: relative; /* so we can use ::after underline */
  padding: 6px 10px;
  font-size: 15px;
  color: rgb(63, 98, 145);
  transition: color 0.3s ease;
}

/* Hover effect (optional) */
.navbar-nav .nav-link:hover {
  color: rgb(0, 47, 109);
}

/* Active link text color */
.navbar-nav .nav-link.active {
  color: rgb(0, 47, 109);
}

/* Underline for active link */
.navbar-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px; /* distance from text */
  width: 100%;
  height: 2px;
  background-color: rgb(0, 47, 109);
  border-radius: 2px;
  transition: width 0.3s ease;
}

/* (Optional) Hover underline animation */
.navbar-nav .nav-link:not(.active)::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background-color: rgb(0, 47, 109);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Custome selecte */
.custom-select-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  padding: 12px 40px 12px 40px;
  cursor: pointer;
  min-width: 220px;
  transition: 0.3s;
}

.custom-select-container:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.custom-select-container i.bi-geo-alt {
  position: absolute;
  left: 12px;
  font-size: 18px;
  color: #333;
}

.custom-select {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.main-text {
  font-weight: 600;
  color: #333;
}

.sub-text {
  font-size: 12px;
  color: #0d6efd;
}

.dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  color: #333;
}


/* .imgdr{
  width: 120%;
  margin-top: 40px;
  
} */



.slidingimg {
  position: relative;
  width: 130%;
  height: 400px;
  overflow: hidden;
}

.imgdr {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: opacity 1s ease-in-out;
   margin-top: 40px;

}

.imgdr.active {
  opacity: 1;
}





/* Hero Section */
.hero-section {
  background: url('../../images/landingBg.png') center/cover no-repeat;
  color: #fff;
  padding: 200px 0 100px 0; 
  text-align: center;
  position: relative;

}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  bottom: 40px;
}


.hero-content  h1{
  color:rgb(0, 47, 109);
  font-weight:bolder;

}
    .navbar-brand img {
      height: 80px;
    } 

  .search-icon {
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
  pointer-events: none;
}

form input {
  border-radius: 8px;
  padding-left:40px !important; 

}

form input::placeholder {
  color: #999;
  font-size: 15px;
}

.form-select{
  width: 210px;
  box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.296);
  padding-left:30px ;

}




.loginSignup{
  margin-right: 85px;
}

/* 
 .btn-primary {
     background: linear-gradient(180deg, #0D44E9 0%, #072683 100%);
     filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));

 } */

 .shadow-lg {
     box-shadow: 0px 4px 16px 0px #00000038 !important;
     ;
 }

 .rounded-circle {
     font-size: 3rem;
     width: 87px;
 }
/* 
 .text-primary {

     color: #0C3DD0 !important;
 } */

 .text-primary {
  color: #0C3DD0 !important;
  transition: opacity 0.5s ease;
}

.fade-text {
  opacity: 0;
} 

.textConsult, .text2nd {
  margin-left: 0;
  line-height: normal;
  text-align: left;
}

.box3 {
  position: relative;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 40%, rgb(203, 213, 255) 100%),

              url('/assets/images/drPatientbg.png') center 20% / cover no-repeat;
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.box3 .container {
  margin-top: 600px;
}

.box3 h1 {
  color:rgb(0, 47, 109);
}

.box3 p {
  max-width: 700px;
  margin: 0 auto 30px;
}

/* Category Card */
.category-card {
    background-color: #fff;
    color: #002F6D;
    border-radius: 10px;
    /*  width: 50px;*/
    height: 150px;
    padding-top: 15px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    flex: 0 0 16.66%;
} 
   .category-card i {
  font-size: 1.8rem;
}

.category-card p {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}



.category-card:hover i {
  color: #fff;
} 

.category-carousel-container {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
}

.category-carousel {
  display: flex;
  gap: 15px;
  overflow: hidden; /* hide the extra cards */
  scroll-behavior: smooth;
  width: 100%;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color:#fff;
  color: black;
  border: none;
  font-size: 1.5rem;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 2;
    display: flex;
  align-items: center;
  justify-content: center;
}

.left-btn {
  left: -80px; 
}

.right-btn {
  right: -80px;
}

.category-card {
  flex: 0 0 16%; /* roughly 6 cards per row with gap */
  height: 150px;  /* same height as before */
  transition: transform 0.3s ease;
}

.carousel-inner {
  border-radius: 12px;
}

.carousel-item img {
  height: 300px; /* Adjust as per  design */
  object-fit: cover;
}

.carousel-item {
  transition: transform 1s ease-in-out, opacity 1s ease-in-out;
}





.slider-img {
  height: 260px; /* smaller height */
  object-fit: cover;
  border-radius: 12px;
}

/*tablet view*/
@media (max-width: 991px) {
    .category-card {
        flex: 0 0 25%; /* 4 cards */
    }

    .left-btn {
        left: -40px;
    }

    .right-btn {
        right: -40px;
    }
}

/*mobile view*/

@media (max-width: 576px) {

    .category-carousel {
        overflow-x: hidden; 
    }

    .category-card {
        flex: 0 0 45%; 
        height: 130px; 
        padding-top: 10px;
    }

        .category-card img {
            width: 80px;
            height: 80px;
        }

        .category-card p {
            font-size: 1rem;
        }

    /*  */
    .carousel-btn {
        display: flex;
        width: 32px;
        height: 32px;
        font-size: 1.2rem;
    }

    /* */
    .left-btn {
        left: -15px;
    }

    .right-btn {
        right: -15px;
    }
}


/*-----------------------------------------*/

@media (max-width: 768px) {
  .slider-img {
    height: 200px; /* smaller on mobile */
  }
}


  @media (max-width: 991px) {
      .navbar-collapse {
        text-align: center;
      }

    .selectLocation {
    width: 100%;
    margin-bottom: 1rem;
     display: flex;
    justify-content: center; 
     align-items: center;   
    }  

  
  .selectLocation i {
    position: absolute;
    right: 65px;

  }
  .form-select{
   margin-left: 120px;
  }



  .selectLocation .position-relative {
    width: 80%; /* make it look neat */
  }

  .selectLocation small {
    left: 46%; /* adjust text position properly */
  }

      /* All menu + login/signup in same row (wrap if needed) */
      .menuRow {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 0.75rem;
      }

      .navbar-nav {
        flex-direction: row !important;
        align-items: center !important;
        gap: 0.75rem;
        margin: 0;
      }

      .loginSignup {
        display: flex;
        align-items: center;
        gap: 0.5rem;
      }

      .loginSignup a {
        font-size: 15px;
      }
    }



/* Unique card styling */
.custom-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  background-color: #ffffff;
}

.custom-card:hover {
  transform: translateY(-6px);
}

.custom-icon {
  font-size: 42px;
  color: #007bff;
}

.custom-title {
  font-weight: 600;
  color: rgba(0, 0, 255, 0.603);
}

.custom-text {
  color: #6c757d;
}
.five-card {
  width: 19%; /* Approx 5 cards in one row with spacing */
  margin: 0.5%;
  min-width: 200px;
}

@media (max-width: 768px) {
  .five-card {
    width: 45%; /* 2 cards per row on small screens */
  }
}

@media (max-width: 576px) {
  .five-card {
    width: 90%; /* 1 card per row on mobile */
  }
}


#five-card-section {
  width: 100%; /* full width */
  background: linear-gradient(
      to bottom,
      rgb(203, 213, 255)0%,   /* upar se purple */
      rgba(255, 255, 255, 0) 60%      /* niche transparent */
  );
} 


footer {
  background: linear-gradient(to right, #e6e9ff, #cddcff);
}

.footerpara {
  font-size: 15px;
  line-height: 1.7;
  color: #002d72;
}

.footer-heading {
  color: #002d72;
  font-weight: 700;
}

.footer-links li {
  line-height: 2;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #002d72;
  text-decoration: underline;
}

.footer-contact {
  color: #000;
  font-weight: 600;
  font-size: 14px;
  line-height: 2;
}

.social-icon {
  color: #002d72;
  font-size: 20px;
  transition: all 0.3s ease;
}

.social-icon:hover {
  color: #0056b3;
  transform: scale(1.1);
}

footer small {
  font-size: 13px;
}

.border-top {
  border-top: 2px solid white !important;
}

/* Proper alignment for QR next to contact info */
.qr-section {
  min-width: 130px;
}

/* Responsive Fixes */
@media (max-width: 768px) {
  footer .col-md-3,
  footer .col-md-2 {
    text-align: center !important;
  }

  .footer-contact {
    justify-content: center;
  }

  .d-flex.align-items-start {
    flex-direction: column !important;
    align-items: center !important;
  }

  .qr-section {
    text-align: center !important;
    margin-top: 20px;
  }
}


/* Testimonials */
    
      h2 {
      color: #002d72;
      font-weight: 700;
    }

    .testimonial-card {
  background-color: #fff;
  border-right: 8px solid #002d72;
  border-bottom: 8px solid #002d72;
  border-radius: 0 30px 60px 40px;
  padding: auto 25px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  /* transition: transform 0.3s ease; */
  height: 220px; /* adjust this value for desired height */
  overflow: hidden; /* ensures content doesn’t spill out */
}


    .testimonial-card:hover {
      /* transform: translateY(-5px); */
    }

    .testimonial-content {
      display: flex;
      align-items: center;
      gap: 20px;
    }

     .testimonial-img {
      
      border-radius: 50%;
      border: 4px solid #fff;
      object-fit: cover;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      flex-shrink: 0;
      margin-top: 130px; /* 👈 Yeh line image ko thoda niche karegi */
    }

    .testimonial-text {
      flex: 1;
    }

    .testimonial-text .stars {
      color: #002d72;
      font-size: 18px;
    }

    .testimonial-text p {
      color: #333;
      line-height: 1.6;
      font-size: 15px;
      margin-bottom: 8px;
    }

    .testimonial-text h6 {
      color: #002d72;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 2px;
    }

    .testimonial-text small {
      font-size: 13px;
      color: #777;
    }

    .testimonial-text .text-secondary i {
      color: #002d72;
    }

.carousel-indicators [data-bs-target] {
  background-color: #002d72;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators {
  bottom: -50px; /* adjust distance below cards */
}


    /* Health-Blogs */

   .blog-section {
      text-align: center;
      padding: 40px 0;
      background-color: #fce6ea;
      border-radius:10px;
    }

    .blog-section h2 {
      color: #002d72;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .blog-section p {
      color: #5c6b80;
      max-width: 600px;
      margin: 0 auto 50px;
      font-size: 16px;
    }

    /* Swiper container */
    .swiper {
      width: 100%;
      padding-bottom: 60px;
    }

    .swiper-slide {
      /* display: flex;
      justify-content: center;
      align-items: center; */
        transition: transform 0.5s ease;
        transform: scale(0.85);

    }
    .swiper-slide-active {
  transform: scale(1);
  z-index: 10;
}

    /* Card */
    .blog-card {
      background: #fff;
      border-radius: 12px;
      overflow: hidden;
      width: 300px;
      box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    }

   
    .blog-card img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .blog-body {
      padding: 20px;
      text-align: left;
    }

    .blog-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px;
    }

    .badge-category {
      background-color: #e6edff;
      color: #002d72;
      font-size: 12px;
      padding: 5px 10px;
      border-radius: 6px;
    }

    .blog-date {
      font-size: 13px;
      color: #777;
    }

    .blog-title {
      font-weight: 700;
      color: #002d72;
      font-size: 16px;
      margin-bottom: 10px;
    }

    .blog-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 15px;
    }

    .author {
      display: flex;
      align-items: center;
      gap: 8px;
      font-size: 14px;
      color: #555;
    }

    .author img {
      width: 25px;
      height: 25px;
      border-radius: 50%;
    }

    .read-btn {
      background-color: #002d72;
      color: white;
      border: none;
      font-size: 13px;
      padding: 6px 14px;
      border-radius: 8px;
      transition: background 0.3s;
    }

.btnPrimary{
     background-color: #002d72;
      color: white;
      border: none;
      border-radius: 5px;
}
.btnPrimary:hover{
        background-color: #003b99;
        color:white;

}
.btnlogin{
     color: #002d72;
      border: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      background-color: rgb(198, 209, 255);
}


    .read-btn:hover {
      background-color: #003b99;
    }

    /* Swiper navigation buttons */
    .swiper-button-next,
.swiper-button-prev {
  display: none !important;
}

/* Center card — bright and focused */
.swiper-slide-active .blog-card {
  transform: scale(1.05);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  filter: brightness(1);
  position: relative;
  z-index: 2;
}

/* Left & Right cards — dim / overlay effect */
.swiper-slide-prev .blog-card,
.swiper-slide-next .blog-card {
  transform: scale(0.9);
  position: relative;
  filter: brightness(0.7); /* darken slightly */
  transition: all 0.4s ease;
}

/* Add dark translucent overlay to side cards */
.swiper-slide-prev .blog-card::after,
.swiper-slide-next .blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* soft black overlay */
  border-radius: 12px;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Remove overlay from active (center) card */
.swiper-slide-active .blog-card::after {
  opacity: 0;
}
/*  Also apply overlay to half-visible edge cards */
.swiper-slide-visible:not(.swiper-slide-active) .blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25); /* same soft overlay */
  border-radius: 12px;
  transition: opacity 0.4s ease;
  z-index: 1;
}

/* Keep center one clean and bright */
.swiper-slide-active .blog-card::after {
  opacity: 0 !important;
}






.unique-city-container {
  position: relative;
  width: 200px;
  font-family: "Poppins", sans-serif;
  margin-left: 40px;
}

/* compact box */
.unique-city-selectbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;  /* reduced padding for smaller height */
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: 0.2s ease;
}

.unique-city-selectbox:hover {
  border-color: #007bff;
  box-shadow: 0 0 6px rgba(0, 123, 255, 0.2);
}

/* geo icon */
.unique-city-icon {
  font-size: 0.95rem;
  color: #333;
  margin-right: 6px;
}

/* text area */
.unique-city-texts {
  flex: 1;
  display: flex;
  flex-direction: column;
  line-height: 0.90; /* tighter line spacing */
}

.unique-city-main {
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
}

.unique-city-sub {
  font-size: 0.65rem;
  color: #007bff;
  margin-top: 0; /* removed extra gap */
}



/* selected city (after choosing) */
.unique-city-selected {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: #222;
  margin-left: 6px;
}

/* arrow icon */

.unique-city-arrow {
  font-size: 0.9rem;
  color: #333;
  margin-left: 6px;
  transition: transform 0.2s;
}



.unique-city-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  margin-top: 4px;
  list-style: none;
  padding: 4px 0;
  z-index: 10;
}


.unique-city-options li {
  padding: 8px 14px;
  cursor: pointer;
  transition: 0.2s ease;
  font-size: 0.9rem;
  color: #333;
}




.unique-city-options li:hover {
  background-color: #f5f5f5;
  color: #007bff;
}

/* rotate arrow when open */
.unique-city-selectbox.active .unique-city-arrow {
  transform: rotate(180deg);
}





/* hidden native select */
.unique-city-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  border-radius: 12px;
}
/* welness */

      .wellness-section {
      position: relative;
      padding: 50px 0;
      text-align: center;
    }

    .container {
      max-width: 1100px; /* Restrict width */
      margin: auto;
      position: relative;
    }

    .card-container {
      display: flex;
      gap: 15px;
      overflow: hidden;
      scroll-behavior: smooth;
    }

 .plan-card {
  flex: 0 0 22%;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.08); 
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
  text-align: left;
  padding: 12px;
  transition: all 0.3s ease;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.22); 
  border-color: rgba(0, 0, 0, 0.15); 
}


    .plan-card img {
      width: 100%;
      height: 130px;
      border-radius: 8px;
      object-fit: cover;
      margin-bottom: 8px;
    }

    .plan-card h5 {
      font-weight: 600;
      font-size: 15px;
      color: #00113d;
      margin-bottom: 6px;
    }

    .plan-card p {
      font-size: 13px;
      color: #555;
      margin-bottom: 10px;
    }

    .plan-card button {
      background-color: #001f5b;
      color: white;
      border: none;
      border-radius: 5px;
      font-size: 12px;
      padding: 5px 12px;
    }

    .chevron-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: white;
      border: none;
      font-size: 26px;
      cursor: pointer;
      color: #001f5b;
      z-index: 10;
      box-shadow: 0 3px 6px rgba(0,0,0,0.2);
      border-radius: 50%;
      width: 40px;
      height: 40px;
    }

    .chevron-btn:hover {
      background-color: #001f5b;
      color: white;
    }

    .chevron-left {
      left: -80px;
    }

    .chevron-right {
      right: -80px;
    }

    @media (max-width: 992px) {
      .plan-card {
        flex: 0 0 45%;
      }
    }

    @media (max-width: 576px) {
      .plan-card {
        flex: 0 0 80%;
      }
    }

.ComingSoonModal {
    width: 500px;
    height: 250px;
    background-image: url("/assets/images/conti.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
    border-radius: 12px;
    overflow: hidden;
    
}

    

/* text above image */
.modal-body-content {
    position: relative;
    z-index: 2;
    margin-top:30px;
}

    .modal-body-content p {
        color: #000; 
        font-weight: 500;
    }

/*mobile view navbar */

@media (max-width: 991px) {

    .navbar-collapse > .d-flex {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }

    /* menu */
    .navbar-nav {
        order: 1;
        width: 100%;
        flex-direction: column !important;
        align-items: flex-start !important;
        margin-left:-70px;
    }

    /* location*/
    .unique-city-container {
        order: 2;
        width: 100%;
        margin-left: -70px;
    }
    .btnlogin{
        border-radius:5px;
    }
    .unique-city-selectbox {
        width: 100%;
        /*        margin-left:-60px;*/
    }

    /* LOGIN THIRD */
    .loginSignup {
        order: 3;
        width: 100%;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom:10px;
    }
}

@media (max-width: 768px) {

    .gif {
        text-align: left; /* left align */
    }

        .gif img {
            max-width: 90%; /* GIF chhoti ho jaayegi */
            height: 100%;
            margin-top:20px;
        }
    .five-card{
        margin-top:20px;
    }
    .iconslink {
        justify-content: center;
    }
 
}



