body{
	  font-family: "Poppins", sans-serif;
}
.text-primary {
    color: rgb(9 172 241) !important;
}
.text-dark {
    color: rgb(28 25 130) !important;
}
.text-info {
    color: #000 !important;
}
p {
    font-size: 15px;
    line-height: 30px;
    font-weight: 400;
}
.hero {
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url('images/banner.jpg') center/cover no-repeat;
      color: #fff;
      min-height: 100vh;
      display: flex;
      align-items: center;
}
.hero .form-control,
.hero .btn {
  border-radius: 8px;
}
.helps .row {
  position: relative;
}
.helps .row::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #0d6efd33;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .helps .row::before {
    display: none;
  }
}
 .services-section {
      padding: 60px 0;
      text-align: center;
    }

    .step-box {
      background: linear-gradient(135deg, #0d6efd, #0072ff);
      color: #fff;
      padding: 25px;
      border-radius: 12px;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
      transition: transform 0.3s ease;
    }

    .step-box:hover {
      transform: translateY(-8px);
    }

    .step-number {
      width: 50px;
      height: 50px;
      border: 3px solid #0d6efd;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      color: #0d6efd;
      font-weight: 600;
      font-size: 18px;
      margin: 20px auto -10px auto;
      z-index: 2;
      position: relative;
    }

    .connector {
      height: 3px;
      background-color: #0d6efd;
      position: relative;
      top: 25px;
    }

    @media (max-width: 991px) {
      .connector {
        display: none;
      }
    }

    h2 {
      font-weight: 700;
      margin-bottom: 50px;
    }

   .step-title {
        font-weight: 500;
        font-size: 19px;
        margin-top: 10px;
        line-height: 30px;
    }

    .step-desc {
      font-size: 14px;
      margin-top: 8px;
      line-height: 1.6;
    }


#chooseus h1 {
  font-size: 2.5rem;
  color: #38A0A7;
}

#chooseus p {
  line-height: 1.8;
  font-size: 1rem;
}

#chooseus ul li {
  font-size: 1rem;
  color: #3C3C3C;
}

@media (max-width: 767px) {
  #chooseus h1 {
    font-size: 1.8rem;
  }
}
.enquiry-section {
    background-color: #2b2e8d;
    color: #fff;
    padding: 70px 0;
}

    .contact-info h4 {
      font-weight: 600;
      margin-bottom: 20px;
    }

    .contact-info p {
      color: #d9f0f2;
      font-size: 15px;
      line-height: 1.7;
    }

    .contact-info i {
      color: #fff;
      margin-right: 10px;
    }

    .enquiry-form {
      background: #fff;
      border-radius: 12px;
      padding: 40px 30px;
      box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
      position: relative;
    }

    .enquiry-form h4 {
      color: #2b2e8d;
      font-weight: 700;
      margin-bottom: 10px;
    }

    .enquiry-form p {
      color: #666;
      font-size: 15px;
    }

    .vertical-label {
      position: absolute;
      left: -45px;
      top: 40%;
      background-color: #e67e22;
      color: #fff;
      padding: 10px 12px;
      writing-mode: vertical-rl;
      transform: rotate(180deg);
      border-top-right-radius: 8px;
      border-top-left-radius: 8px;
      font-weight: 600;
      font-size: 13px;
      letter-spacing: 1px;
    }

    .form-control {
      border-radius: 8px;
      background-color: #f8f9fa;
      border: 1px solid #ddd;
      padding: 10px 14px;
    }

    .submit-btn {
      background-color: #e67e22;
      color: #fff;
      border: none;
      border-radius: 50px;
      padding: 12px 40px;
      font-weight: 600;
      transition: all 0.3s;
    }

    .submit-btn:hover {
      background-color: #cf6d17;
    }

    .social-icons a {
      background: #fff;
      color: #2d99a6;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 38px;
      height: 38px;
      border-radius: 50%;
      margin-right: 8px;
      transition: 0.3s;
    }

    .social-icons a:hover {
      background: #e67e22;
      color: #fff;
    }
.social-icons a i {
    color: #2b2e8d;
    font-size: 17px;
    margin: 0 auto;
}
.helps .rounded {
    height: 200px;
}
#testimonials .carousel-item {
    transition: transform 0.6s ease, opacity 0.6s ease;
}

#testimonials p.lead {
    max-width: 600px;
}

#testimonials img {
    border: 3px solid #0d6efd;
}
#testimonials {
    margin-bottom: 30px;
}#choose {
    padding-top: 90px !important;
}
.carousel-indicators {
    margin-bottom: -2rem;
}
.footer {
    padding: 20px 0;
}
.only-mobile h1 {
    color: #26258c;
    font-size: 25px;
}
.only-mobile h2 {
    font-size: 22px;
}
.only-mobile p {
    font-size: 16px;
}
@media (max-width:767px){
   body {
    margin: 80px 0;
}
	.ab .me-2 {
		margin-right: .2rem!important;
	}
}
@keyframes phoneVibrate {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(10deg); }
  40% { transform: rotate(-10deg); }
  60% { transform: rotate(8deg); }
  80% { transform: rotate(-8deg); }
}

.phone-ring {
  animation: phoneVibrate 0.5s infinite;
  animation-timing-function: ease-in-out;
}
#mobileMenu {
    background: #fff;
    z-index: 10;
    padding: 12px 0;
}
#mobileMenu a {
    font-size: 16px;
    line-height: 31px;
    text-decoration: none !important;
}
.footer-call-bar {
  background-color: #393b94;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1050;
}

.call-btn {
  width: 55px;
  height: 55px;
  background-color: #00b8f0;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.call-btn:hover {
  background-color: #009ed0;
  transform: scale(1.1);
}

.whatsapp-btn {
  width: 55px;
  height: 55px;
  background-color: #25d366;
  color: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
}
.whatsapp-btn:hover {
  background-color: #1ebe5d;
  transform: scale(1.1);
}

/* Optional: round buttons float slightly up for style */
.fixed-bottom {
  padding-bottom: 10px;
}
.bubbles {
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 10;
}
.calls {
	color: #fff;
	font-size: 25px;
	background: #0d6efd;
	padding: 10px 17px;
}
.whsts{
    color: #fff;
	font-size: 25px;
	background: green;
	padding: 10px 17px;

}
.hero-section {
    position: relative;
    overflow: hidden;
}

/* Background slider only inside section */
#sectionSlider,
#sectionSlider .carousel-inner,
#sectionSlider .carousel-item {
    height: 100%;
}

#sectionSlider img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

/* Content on top */
.slider-content {
	position: relative;
	z-index: 10;
	padding-top: 5%;
}

/* Make arrows visible on top of background */
.carousel-control-prev, .carousel-control-next {
    z-index: 1000;
}
#sectionSlider h1 {
    font-size: 40px;
    margin-bottom: 10px;
}
#sectionSlider p {
    font-size: 23px;
    margin: 20px 0 30px 0;
    float: left;
}
.service-card {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
    cursor: pointer;
    border-radius: 12px;
}
.service-card .service-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s;
    margin: 0 auto 1rem auto;
}
.service-card h5{
    color: #000;
    transition: color 0.3s;
    font-size: 19px;
}
.feature-list li {
    transition: color 0.3s ease;
    font-size: 15px;
}
.feature-list {
    padding: 0 10px;
}
#sectionSlider {
    width: 100%;
}

#sectionSlider .carousel-item {
    height: 50vh; /* full height banner */
    min-height: 500px;
}

#sectionSlider .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* proper cropping */
}
@media (max-width:407px){
    #sectionSlider .carousel-item {
        height: 80vh; /* full height banner */
    }
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(1); /* makes icons dark/visible */
}

#mobileMenu {
    z-index: 10000;
}



.pipe {
    font-size: 22px;
    font-weight: 600;
    margin-left: 8px;
}

}

 .doctor-section {
    background: linear-gradient(135deg, #f7fbff, #eef6ff);
  }
  .highlight-box {
    background: #0d6efd;
    color: #fff;
    border-radius: 16px;
  }
  .feature-tile {
    background: #ffffff;
    border-radius: 18px;
    padding: 24px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
    transition: transform .3s ease;
  }
  .feature-tile:hover {
    transform: translateY(-6px);
  }
  .icon-circle {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #eaf2ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
  }
  
  .journey-section {
    background: #f9fbfe;
  }

  .journey-line {
    position: relative;
    padding-left: 40px;
  }

  .journey-line::before {
    content: "";
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #0d6efd, #6ea8fe);
    border-radius: 10px;
  }

  .journey-item {
    position: relative;
    margin-bottom: 28px;
  }

  .journey-dot {
    position: absolute;
    left: -34px;
    top: 4px;
    width: 18px;
    height: 18px;
    background: #0d6efd;
    border-radius: 50%;
    border: 4px solid #eaf2ff;
  }

  .journey-item h6 {
    margin-bottom: 4px;
    font-weight: 600;
  }

.philosophy-strip {
    background: linear-gradient(135deg, #0d6efd, #0b5ed7);
    color: #fff;
    border-radius: 30px;
    padding: 25px;
    margin-top: 20px;
}
.logoss-img {
    max-height: max-content;
    width: 100%;
    transition: all 0.3s ease;
    border-radius: 17px;
    box-shadow: -2px -3px 8px #ccc;
}
.logoss-img:hover {
  filter: grayscale(0%);
  transform: scale(1.1);
}

.carousel-control-next, .carousel-control-prev {
	width: 5%;
}
@media (max-width:767px){
.bubbles {
	display: none;
}
}