:root{
   --Mont:'Montserrat', sans-serif;
   --blue:#1361aa;
}
a{
  text-decoration: none;
}
body {
  font-family: var(--Mont);
}
.container{
  max-width: 1250px!important;
}
/* navbar */
/* Navbar Font */
.navbar {
  font-family: var(--Mont);
}

/* Nav Link Styling */
.custom-link {
  position: relative;
  font-weight: 500;
  color: #222;
  transition: 0.3s ease;
}

.dropdown-toggle::after {
  border:none;
}
/* Bottom Border Animation */
.custom-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background: var(--blue);
  transition: 0.3s ease;
}

.custom-link:hover::after,
.custom-link.active::after {
  width: 100%;

}

/* Hover Color */
.custom-link:hover {
  color: #0d6efd;
}

/* Dropdown Mega Menu */
.mega-menu {
  border-radius: 10px;
}

/* Dropdown Items */
.dropdown-item {
  border-bottom:1px solid #cccccc50;
  padding: 8px 10px;
  transition: 0.3s;
  font-weight: 500;
  font-size: 0.85rem;
  border-radius: 0;
   white-space: normal !important;
  word-break: break-word;
  line-height: 1.4;
}

.dropdown-item:hover {
  background: var(--blue);
  color: #ffffff;

}

/* Show dropdown on hover (desktop) */
@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    width: 500px;
    display: block;
    margin-top: 0;
  }
}

/* Button Gradient */
.topbar .btn-primary {
  background: linear-gradient(45deg, #2471b3, #18b2d8);
  border: none;
 font-size: 0.85rem;
  padding: 12px 20px!important;
  border: 1px solid #cccccc30;
  color: white!important;
  transition: 0.5s ease;
}

.topbar .btn-primary:hover {
  opacity: 0.9;
  background: #fff;
  box-shadow: 0 5px 5px #00000015;
  border: 1px solid #cccccc5s0;
}
.navbar ul > li > a{
  font-size: 0.85rem;
  font-weight: 600;
  padding: 1.5rem 0;
  color:#333333!important;
}
.navbar ul > li > a:hover, .navbar ul > li > a.active{
  color: var(--blue)!important;
}

/* banner  */
.homebanner{
   position: relative;
   background-attachment: fixed;
  background: linear-gradient(rgba(0, 85, 170, 0.8), rgba(0, 85, 170, 0.8)),
              url('../images/bannerbg.jpg') no-repeat bottom center/cover;
  padding: 4rem 0;
  padding-bottom: 10rem;
}
  
.hero-section {
}

/* Text Styling */
.hero-section h1 {
  font-size: 38px;
  line-height: 1.3;
}

.hero-section p {
  width: 70%;
  color: white;
  font-size: 15px;
  
  margin-bottom: 0;
}

/* Button */
.hero-section .btn {
  padding: 12px 30px;
  font-weight: 600;
  font-size: 15px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--blue);
  border:none;
  transition: 0.3s ease;
}

.hero-section .btn:hover{
  background: #000;
  color: white;
   transform: translateX(10px);
}
.hero-section .btn i{
  font-weight: 600;
  margin-left: 10px;
  font-size: 22px;
}
.doctor-section {
  background: linear-gradient(rgba(0,120,150,0.8), rgba(0,120,150,0.8)),
              url('images/kidney-bg.jpg') center/cover no-repeat;
  padding: 80px 0;
  position: relative;
}

/* Card */
.doctor-card {
  width: 80%;
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 0;
  margin-left: 50px;
  display: inline-block;
  box-shadow: -5px 5px 0 #18b4da;

}

/* Doctor Image */
.doctor-img {
  border-radius: 15px;
  width: 100%;

}
.doctor-img{

}

/* Bottom Info Box */
.doctor-info {
  position: absolute;
  bottom: 20px;
  left: -80px;
  background: #f8f9fa;
  padding: 10px 15px;
  border-radius: 12px;
  box-shadow: -5px 5px 0 #18b4da;
  max-width: 450px;
}

/* Icon */
.doctor-info .icon {
  width: 50px;
  height: 50px;
  background: #e6f7fb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  font-size: 20px;
  color: #0d6efd;
}

/* Text */
.doctor-info h5 {
  font-weight: 700;
  font-size: 1.2rem;
  color: #333;
}

.doctor-info p {
  font-size: 14px;
  color: #444;
}
.badge{
  background: linear-gradient(45deg, #18b2d8, #2471b3);
  border-radius: 15px;
  font-size: 15px;
  font-weight: normal;
  color: #ffffff !important;
}

.consultation-section {
  margin-top: -80px; /* overlap on banner */
  position: relative;
  z-index: 5;
}

.consultation-box {
  background: #dfe8ec;
  border-radius: 20px;
  padding: 3px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* LEFT CTA */
.cta-box {
  background: linear-gradient(135deg, #0d3c66, #1e5fa3);
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.cta-box h3 {
  font-weight: 700;
  margin-bottom: 20px;
}

/* Button */
.btn-cta {
  background: #fff;
  color: #0d3c66;
  padding: 10px 18px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}
.btn-cta:hover{
  color: white;
  background: #000;
  transform: translateX(10px);
}
.arrow {
  width: 32px;
  height: 32px;
  border: 2px solid #0d3c66;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-cta:hover .arrow {
  border: 2px solid #fff;
}
/* CIRCLE COUNTER */
.circle {
  width: 155px;
  height: 155px;
  margin: 20px auto;
  border-radius: 50%;
  position: relative;
  background: conic-gradient(#1e5fa3 0deg, #e6e6e6 0deg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

/* inner circle */
.circle::before {
  content: "";
  width: 140px;
  height: 140px;
  background: #dfe8ec;
  border-radius: 50%;
  position: absolute;
}

.circle span {
  position: relative;
  font-weight: 700;
  line-height: 1.2;
  font-size: 35px;
  color: var(--blue);
}

.circle p {
  font-weight: 500;
  word-break: break-word;
  position: relative;
  font-size: 15px;
  margin: 0;
}

/* RESPONSIVE */
@media(max-width: 991px) {
  .cta-box {
    margin-bottom: 20px;
    text-align: center;
  }

  .circle {
    width: 150px;
    height: 150px;
  }

  .circle::before {
    width: 130px;
    height: 130px;
  }
}

/* About Us */
.aboutsec{
  padding: 70px 0;
  
}
.docimg{
  text-align: center;
}
/* Section */
.doctor-about {
  background: #fff;
}

/* Subtitle */
.sub-title {
  color: #1e5fa3;
  font-weight: 600;
  margin-bottom: 10px;
}

/* Title */
.main-title {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 10px;
}

/* Designation */
.designation {
  color: #444;
  margin-bottom: 20px;
}

/* Description */
.description {
  color: #555;
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 0;
}

/* Qualification Box */
.qualification-box {
  background: linear-gradient(135deg, #1e5fa3, #00bcd4);
  border-radius: 0 40px 0 40px;
  padding: 40px 58px;
  color: #fff;
  margin-top: 15px
}

/* Items */
.qual-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin:10px 0;
}

/* Icon */
.qual-item i {
  font-size: 20px;
  color: #00e5ff;
  margin-top: 4px;
}

/* Text */
.qual-item p {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
}

/* Responsive */
@media(max-width: 768px) {
  .main-title {
    font-size: 30px;
  }

  .qualification-box {
    border-radius: 20px;
    padding: 25px 20px;
  }
}

.patient-guide {
    
}

.guide-box {
  position: relative;
  background: #cfe3ea;
  padding: 50px 60px;
  border-radius: 0;
  overflow: hidden;
  border: 1px solid #05f2db;
}

/* corner accents */
.guide-box::before,
.guide-box::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  border: 4px solid #0b554e;
}

.guide-box::before {
  top: 0;
  left: 0;
  border-right: none;
  border-bottom: none;
}

.guide-box::after {
  bottom: 0;
  right: 0;
  border-left: none;
  border-top: none;
}

/* text */
.guide-tag {
  color: #1e5fa3;
  font-weight: 600;
  margin-bottom: 10px;
}

.guide-title {
  font-size: 38px;
  font-weight: 800;
  color: block;
  margin-bottom: 15px;
}

.guide-desc {
  color: #222;
  font-weight: normal;
  max-width: 900px;
  margin-bottom: 25px;
}

/* button */
.guide-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 20px 32px;
  border-radius: 12px;
  background: linear-gradient(135deg, #1e5fa3, #00bcd4);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--Mont);
  transition: 0.3s ease;
}

/* icon circle */
.guide-btn .icon {
  width: 30px;
  height: 30px;
  font-size: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* HOVER EFFECT (as you asked 🔥) */
.guide-btn:hover {
  background: #fff;
  color: #1e5fa3;
  transform: translateY(-10px);
}

.guide-btn:hover .icon {
  border-color: #1e5fa3;
}

/* responsive */
@media(max-width: 768px) {
  .guide-box {
    padding: 30px 20px;
  }

  .guide-title {
    font-size: 26px;
  }
}
.servicesec{
    background: #e6fafc;
    margin-top: 4rem;
    padding: 4rem 0;
}
.heading h3{
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: var(--blue);
}
.heading h2{
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.3;
  color: #111111;
}
.heading p{
  color: #111111;
  font-weight: 600;
  font-size: 15px;
}

/* Services  */

/* Main Box */
.st-treatment-box {
  background: #f8fbfc;
  padding: 22px;
  border-radius: 20px;
  transition: all 0.3s ease;
  height: 100%;
  text-align: center;
  box-shadow: 0 0 8px #00000042;
  margin-top: 35px;
}

/* Icon */
.st-treatment-icon img {
  width: 75px;
  margin-bottom: 15px;
  transition: 0.3s ease;
}

/* Title */
.st-treatment-title {
  font-size: 18px;
  font-weight: 600;
  color: black;
  line-height: 1.4;
  margin-bottom: 8px;
  transition: 0.3s ease;
}

/* Text */
.st-treatment-text {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 1.6;
  transition: 0.3s ease;
}

/* Button */
.st-treatment-btn {
  font-size: 14px;
  font-weight: 600;
  color: #0d6efd;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Hover Effects */
.st-treatment-box:hover hr{
  background: white;
}
.st-treatment-box:hover {
  background: var(--blue);
  transform: scale(0.97);
  box-shadow: 0 10px 25px rgba(13,110,253,0.15);
}

/* White content on hover */
.st-treatment-box:hover .st-treatment-title,
.st-treatment-box:hover .st-treatment-text,
.st-treatment-box:hover .st-treatment-btn {
  color: #ffffff;
}

/* Icon white */
.st-treatment-box:hover img {
  filter: brightness(0) invert(1);
}

/* CTA Bar */
.st-cta-bar {

  padding: 20px 25px;
  padding-top: 80px;
  border-radius: 12px;
}

/* Icon */
.st-cta-icon img {
  width: 75px;
}

/* Title */
.st-cta-bar h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

/* Subtext */
.st-cta-sub {
  font-size: 15px;
  color: #333;
}

/* Buttons Base */
.st-btn {
  display: inline-block;
  padding: 18px 25px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* Primary Button */
.st-btn-primary {
  background: linear-gradient(90deg, #1d70b8, #00cfc8);
  color: #fff;
}

/* Dark Button */
.st-btn-dark {
  background: #000;
  color: #fff;
}

/* 🔥 Hover Effect (as you asked) */
.st-btn:hover {
  background: #ffffff;
  color: #000;
  transform: translateY(-10px);
  box-shadow: 0 0 15px #00000055;
}

/* Optional: icon color fix on hover */
.st-btn:hover i {
  color: #000;
}

/* Box */
.st-rating-box {
  
}

/* Top Rating */
.st-rating-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.st-rating-number {
  font-size: 42px;
  font-weight: 700;
  color: #1d5fa7;
}

/* Stars */
.st-stars i {
  color: #f5a623;
  font-size: 16px;
}

/* Title */
.st-rating-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

/* Subheading */
.st-rating-sub {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #222;
}

/* Text */
.st-rating-text {
  font-size: 15px;
  color: #333333;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 20px;
}

/* Button */
.st-rating-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 16px 22px;
  border-radius: 30px;
  background: linear-gradient(90deg, #1d70b8, #00cfc8);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

/* Hover */
.st-rating-btn:hover {
  background: #ffffff;
  color: #000;
  transform: translateY(-8px);
  box-shadow: 0 0 15px #00000040;
}

.raviewsec{
  padding: 4rem 0;
}
/* Main layout */
.st-testimonial-main {
  position: relative;
  display: flex;
  align-items: center;
}

/* Slider wrapper */
.st-testimonial-wrapper {
  overflow: hidden;
  width: 100%;
  padding-top: 2rem;
}

/* Slider */
.st-testimonial-slider {
  display: flex;
  gap: 20px;
  transition: transform 0.5s ease;
}

/* Card */
.st-testimonial-card {
  flex: 0 0 calc(50% - 10px);
  background: #1f5f9e;
  color: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}
.st-testimonial-card p{
  font-size: 15px;
}
.st-testimonial-card p a{
  color: #00cfc8;
  font-weight: 500;
}
.st-testimonial-card h5{
   font-weight: 700;
   font-size: 16px;
   margin: 0;
}
.st-stars{
  color: #f5a623;
}
/* Arrows (OUTSIDE) */
.st-arrow {
  background: transparent;
  border: 2px solid #00cfc8;
  color: #00cfc8;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  cursor: pointer;
  flex-shrink: 0;
  transition: 0.3s;
  font-size: 20px;
}

/* spacing from slider */
.st-arrow-left {
  margin-right: 10px;
}

.st-arrow-right {
  margin-left: 10px;
}

/* Hover */
.st-arrow:hover {
  background: #00cfc8;
  color: #fff;
}

/* Dots BELOW */
.st-dots {
  text-align: center;
  margin-top: 20px;
}

.st-dots span {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 5px;
  background: #ccc;
  border-radius: 50%;
  cursor: pointer;
}

.st-dots .active {
  background: #1f5f9e;
}

.ctasec {
  width: 100%;
  min-height: 300px;
  padding: 60px 20px;
  text-align: center;
  border-radius: 0 0 50px 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: linear-gradient(rgba(30, 120, 180, 0.85), rgba(30, 120, 180, 0.85)),
              url('../images/ctbtnbg.jpg') top/cover no-repeat;
  background-attachment: fixed;
}

.ctasec h1 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
}

.ctasec p {
  font-size: 18px;
  text-align: center;
  max-width: 1000px;
  margin:0 auto;
  margin-bottom: 30px;
}

.ctasec a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1e78b4;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.ctasec a i {
  background: #1e78b4;
  color: #fff;
  border-radius: 50%;
  padding: 6px;
  font-size: 12px;
}

.ctasec a:hover {
  transform: translateX(10px);
  background: #000;
  color: white;
}
.ctasec a:hover i{
  color: white;
}

.location-box {

  height: 100%;
}

.location-box span {
  color: #1e78b4;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}

.location-box h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #000;
}

.location-box p {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}

.location-box a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(90deg, #1e78b4, #00bcd4);
  color: #fff;
  padding: 12px 25px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  box-shadow: 0 5px 15px #00000040;
}

.location-box a i {
  font-size: 14px;
}

.location-box a:hover {
  transform: translateY(-3px);
  background: #fff;
  color: #333;
}

/*Hospital*/
.hospitalsec{
  padding: 4rem 0;
  background: #DADADA90;
}


.hospital-card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.hospital-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* overlay */
.hospital-card .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0.2));
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  text-align: center;
  padding: 20px;
}

/* title always visible */
.hospital-card h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.3s;
}

/* hidden content */
.hospital-card .extra {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.4s ease;
}

/* hover effect */
.hospital-card:hover .extra {
  opacity: 1;
  transform: translateY(0);
}

/* optional: move title up on hover */
.hospital-card:hover h3 {
  transform: translateY(-10px);
}



/* text */
.hospital-card p {
  font-size: 14px;
  margin-bottom: 15px;
}

/* buttons */
.btns {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.btns a {
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  font-weight: 600;
}

/* button styles */
.btns a:first-child {
  background: linear-gradient(90deg, #1e78b4, #00bcd4);
  color: #fff;
}

.btns a:last-child {
  background: #fff;
  color: #1e78b4;
}
.blogsec{
    padding: 4rem 0;
}
.title {
  text-align: center;
}
.title h1{
  text-align: center;
  font-size: 2.0rem;
  color: #000000;
  font-weight: 700;
}
.title p{

}

.blog-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 10px #00000030;
  transition: 0.3s;
  height: 100%;
  border-bottom: 2px solid var(--blue);

}

.blog-card:hover {
  transform: translateY(-8px);
}

/* image */
.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

/* content */
.blog-content {
  padding: 30px 40px;
}

.blog-content .date {
  font-size: 14px;
  color: #777;
  display: block;
  margin-bottom: 10px;
}

/* title */
.blog-content h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 10px;
  color: #000;
}

/* text */
.blog-content p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  margin-bottom: 15px;
}

/* link */
.blog-content a {
  color: #1e78b4;
  font-weight: 600;
  text-decoration: none;
}

.blog-content a:hover {
  text-decoration: underline;
}
.map {
  text-align: center;
}
.map h1{
  font-weight: 700;
  font-size: 2.0rem;
  color: var(--blue);
}
.map p{
  color: #000;
  font-weight: 500;
}
.map iframe{
  width: 100%;
  height: 280px;
  display: block;
}

.footer {
  background: linear-gradient(180deg, #021b2e, #000);
  color: #fff;
  padding: 4rem 0 20px;
  font-size: 14px;
}

.footer h5 {
  color: #00bcd4;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 600;
}

.footer .logo {
  color: #00bcd4;
  font-weight: 700;
}
.footerlogo img{
  width: 180px;
}
.footer .tag {
  font-size: 13px;
  color: #ccc;
  margin-bottom: 10px;
}

.footer p {
  color: white;
  margin-bottom: 10px;
}

/* links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links li {
  margin-bottom: 10px;
  position: relative;
}

.footer-links a {
  color: white;
  text-decoration: none;
  position: relative;
  padding-left: 15px;
}
.address a{
  color: white;
}
.footer-links a::before {
  content: "›";
  position: absolute;
  left: 0;
  top: -3px;
  line-height: 1;
  font-size: 22px;
  color: #00bcd4;
}

.footer-links a:hover {
  color: #00bcd4;
}

/* button */
.footer-btn {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(90deg, #1e78b4, #00bcd4);
  padding: 12px 20px;
  border-radius: 30px;
  color: #fff!important;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s ease;
}

.footer-btn i {
  color: #fff!important;
  margin-left: 8px;
}
.footer-btn:hover{
      transform: translateY(-8px);
      background: #ffffff;
      color: black!important;
      i{
      color: black!important;
      }
}
/* icons */
.footer i {
  margin-right: 8px;
  color: #00bcd4;
}

/* bottom */
.footer hr {
  border-color: rgba(255,255,255,0.1);
  margin: 30px 0 15px;
}

.footer-bottom {
  padding-top: 20px;
  padding-bottom: 10px;
}
.footer-bottom p {
  margin: 0;
  font-weight: 600;
  color: #aaa;
}

.footer-bottom span {
  color: #ff2c55;
}
.address p a{
  transition: 0.3s ease;
  a:hover{
    color: #00bcd4;
  }
}
.rs-hero-sec {
  background: linear-gradient(rgba(10,40,70,0.9), rgba(10,40,70,0.9)),
              url('../images/abtbannerbg.jpg') center/cover no-repeat;
  color: #fff;
  padding: 5rem 30px;
  padding-bottom: 0;
}

/* LEFT */
.rs-left .rs-title {
  font-size: 42px;
  font-weight: 700;
}

.rs-left .rs-sub {
  margin: 10px 0 15px;
  font-size: 17px;
  font-weight: 600;
}

.rs-left .rs-desc {
  font-size: 15px;
  margin-bottom: 20px;
}

.rs-top {
  color: #00bcd4;
  font-weight: 600;
}

.rs-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  color: #1e78b4;
  padding: 10px 20px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
}

/* IMAGE */
.rs-center img {
  max-width: 100%;
  min-width: 320px
}

/* RIGHT */
.rs-box {
  display: flex;
  gap: 10px;
  padding: 15px;
  border-radius: 12px 12px 12px 0;
  margin-bottom: 15px;
  align-items: center;
}
.rs-box.b1{
  transform: translateX(-30px);
}
.rs-box p{
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}
.rs-active {
  background: linear-gradient(90deg, #1e78b4, #00bcd4);
  color: #fff;
}

.rs-light {
  background: #fff;
  color: #333;
}

.rs-box i {
  font-size: 30px;
}

/* MOBILE */
@media(max-width: 991px){
  .rs-left {
    text-align: center;
    margin-top: 20px;
  }

  .rs-right {
    margin-top: 20px;
  }
}
  .kidney-wrapper {
  margin: auto;
}

/* Main Image */
.kidney-main-img img {
    height: 500px;
  width: 100%;
  padding-left: 10px;
  border-radius: 20px;
  display: block;
}

/* Small Card */
.kidney-small-card {
  position: absolute;
  bottom: -20px;
  left: -20px;
  background: #fff;
  padding: 5px;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}

.kidney-small-card img {
  width: 200px;
  border-radius: 10px;
}

/* Blue Box */
.kidney-info-box {
  position: absolute;
  bottom: -40px;
  left: 120px;
  background: #1e5fae;
  color: #fff;
  padding: 20px 25px;
  border-radius: 15px;
  max-width: 320px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.kidney-info-box h2 {
  font-size: 46px;
  margin: 0;
  font-weight: 700;
}

.kidney-info-box p {
  margin: 0;
  font-size: 15px;
}

.kidney-info-box span {
  font-size: 15px;
  font-weight: 500;
  display: block;
  line-height: 1.4;
}

/* Responsive */
@media (max-width: 576px) {
  .kidney-small-card {
    bottom: 90px;
    left: 10px;
  }

  .kidney-small-card img {
    width: 110px;
  }

  .kidney-info-box {
    left: 80px;
    padding: 15px;
  }

  .kidney-info-box h2 {
    font-size: 28px;
  }
}
.info1{
  padding: 4rem 0;
  padding-bottom: 6rem;
}



.nephro-care-section {
  
  background: #fff;
}

/* Title */
.nephro-main-title {
  font-size: 36px;
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin-bottom: 20px;
}

/* Description */
.nephro-description {
  font-size: 16px;
  color: #111;
  margin-bottom: 30px;
}

/* Grid List */
.nephro-list-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 40px;
  margin-bottom: 30px;
}

.nephro-list-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 15px;
  color: #222;
  font-weight: 600;
}

.nephro-list-item i {
  color: #1e5fae;
  font-size: 20px;
  margin-top: 3px;
}

/* Bottom Box */
.nephro-bottom-box {
  border-top: 1px solid #cfe3f5;
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

/* Doctor Info */
.nephro-doctor-info {
  display: flex;
  align-items: center;
  gap: 15px;
}

.nephro-icon-circle {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #eaf3fb;
  display: flex;
  border: 5px solid #cccccc30;
  align-items: center;
  justify-content: center;
}

.nephro-icon-circle i {
  font-size: 30px;
  color: #1e5fae;
}

.nephro-doctor-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

.nephro-doctor-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
}

/* Button */
.nephro-consult-btn {
  background: #000;
  color: #fff;
  padding: 15px 22px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: 0.3s ease;
}

.nephro-consult-btn i{
  font-size: 18px;
}
.nephro-consult-btn:hover {
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 0 5px #00000050;
}

/* Responsive */
@media (max-width: 768px) {
  .nephro-main-title {
    font-size: 28px;
  }

  .nephro-list-grid {
    grid-template-columns: 1fr;
  }

  .nephro-bottom-box {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.eduTrain-sec {
  padding: 60px 0;
  background: linear-gradient(to bottom, #ffffff 0%, #e2ebf4 100%);
}

/* Title */
.eduTrain-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 40px;
}

/* Grid */
.eduTrain-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}

/* Card */
.eduTrain-card {
  background: #fff;
  border-radius: 16px;
  padding: 2px; /* important for border effect */
  overflow: hidden;
  transition: 0.3s ease;
}

/* Inner (for scale inside) */
.eduTrain-inner {
  background: #fff;
  border-radius: 14px;
  padding: 25px 10px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

/* Hover scale INSIDE */
.eduTrain-card:hover .eduTrain-inner {
  transform: scale(1.05);
}

/* Icon */
.eduTrain-inner i {
  font-size: 28px;
  color: #1e5fae;
  margin-bottom: 15px;
}

/* Text */
.eduTrain-inner h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.eduTrain-inner p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  margin: 0;
}

/* Border styles */
.eduTrain-border-blue {
  border-left: 3px solid #1e5fae;
}

.eduTrain-border-green {
  border-left: 3px solid #00c2a8;
}

.eduTrain-border-gray {
  border-left: 3px solid #555;
}

/* Bottom text */
.eduTrain-bottom-text {
  margin-top: 35px;
  font-size: 15px;
  color: #444;
  font-weight: 600;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

/* Responsive */
@media (max-width: 992px) {
  .eduTrain-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .eduTrain-grid {
    grid-template-columns: 1fr;
  }

  .eduTrain-title {
    font-size: 26px;
  }
}

.pubPres-sec {
  padding:4rem 0 0 0;
  
}

/* Title */
.pubPres-title {
  font-size: 38px;
  font-weight: 700;
  color: black;
  margin-bottom: 15px;
}

/* Description */
.pubPres-desc {
  max-width: 750px;
  margin: 0 auto 40px;
  color: #555;
  font-weight: 500;
  font-size: 16px;
}

/* Grid */
.pubPres-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

/* Card */
.pubPres-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
  background: #fff;
  padding: 20px 22px;
  border-radius: 14px;
  border-left: 4px solid #1e5fae;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

/* Hover */
.pubPres-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.08);
}

/* Icon */
.pubPres-icon {
  min-width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #eaf3fb;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pubPres-icon i {
  color: #1e5fae;
  font-size: 13px;
}

/* Text */
.pubPres-card p {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 600;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .pubPres-grid {
    grid-template-columns: 1fr;
  }

  .pubPres-title {
    font-size: 26px;
  }
}

.affTab-sec {
  padding: 60px 110px;
  
}

/* Header Tabs */
.affTab-header {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.affTab-btn {
  background: #f1f3f6;
  border: 2px solid #d5dbe2;
  padding: 14px 30px;
  border-radius: 10px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  transition: 0.3s ease;
}

/* Active Tab */
.affTab-btn.active {
  background: #1e5fae;
  color: #fff;
  border-color: #1e5fae;
}

/* Triangle Pointer */
.affTab-btn.active::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 9px 11px 0 11px;
    border-style: solid;
    border-color: #1e5fae transparent transparent transparent;
}

/* Content Box */
.affTab-content {
  background: linear-gradient(180deg, #eef1f4, #fff);
  backdrop-filter: blur(6px);
  border-radius: 15px;
  padding: 30px;
}

/* Tab Pane */
.affTab-pane {
  display: none;
}

.affTab-pane.active {
  display: block;
}
.affTab-header i{
    font-size: 25px;
}
/* List */
.affTab-pane ul {
  padding-left: 20px;
  margin: 0;
}

.affTab-pane li {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #333;
}
.affTab-pane li::marker{
  font-size: 22px;
  color: var(--blue);
}
/* Hover */
.affTab-btn:hover {
  transform: translateY(-2px);
}

/* Responsive */
@media (max-width: 576px) {
  .affTab-btn {
    width: 100%;
    justify-content: center;
  }
}

.faq-sec {
   background: linear-gradient(180deg, #eef1f4, #fff);
  padding: 4rem 20px;
  font-family: 'Poppins', sans-serif;
}

.faq-container {
  max-width: 1200px;
  margin: auto;
}

.faq-heading {
  text-align: center;
  margin-bottom: 40px;
}

.faq-heading h2 {
  font-weight: 700;
  margin-bottom: 10px;
}

.faq-heading p {
  color: #666;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
}

.faq-item {
  background: #f4f4f4;
  border-left: 2px solid #1f5fa9;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.3s;
}

.faq-question {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}

.faq-question i {
  font-size: 18px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fff;
  transition: 0.3s ease;
  padding: 0 18px;
  font-size: 14px;
  color: #555;
}

.faq-item.active {
  background: #1f5fa9;
  color: #fff;
}

.faq-item.active .faq-answer {
  max-height: 220px;
  padding: 18px 22px;
  background: #fff;
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  .faq-grid {
    grid-template-columns: 1fr;
  }
}


.appt-hero-sec {
  position: relative;
  background: url('../images/contactbg.jpg') center/cover no-repeat;
  padding: 50px 20px;
  color: #fff;
  text-align: center;
  
}

.appt-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(22, 74, 124, 0.9), rgba(0, 35, 65, 0.95));
  z-index: 1;
}

.appt-container {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
}

.appt-breadcrumb {
  margin-bottom: 20px;
  font-size: 14px;
  opacity: 0.9;
}

.appt-breadcrumb a {
  color: #fff;
  text-decoration: none;
}

.appt-breadcrumb span {
  margin: 0 8px;
  color: white;
  font-size: 18px;
}

.appt-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
}

.appt-subtext {
  font-size: 16px;
  line-height: 1.6;
  opacity: 0.9;
  margin-bottom: 30px;
}

.appt-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 28px;
  border-bottom: 3px solid #fff;
  
  color: #fff;
  text-decoration: none;
  transition: 0.3s ease;
}

.appt-btn i {
  font-size: 18px;
}

.appt-btn:hover {
  background: none;
  border-bottom: 3px solid #05f2db;
  color: #05f2db;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .appt-title {
    font-size: 28px;
  }

  .appt-subtext {
    font-size: 14px;
  }
}

/* Section Background */
.st-contact-section {
  background: #f4f4f4;
}

/* Main Box */
.st-contact-box {
  max-width: 700px;
  padding: 50px 40px;
  border-radius: 25px;
  background: linear-gradient(135deg, #1f5f9b, #17a2b8);
  color: #fff;
}

/* Title */
.st-contact-title {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Subtitle */
.st-contact-subtitle {
  font-size: 16px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* Inputs */
.st-input {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 2px solid #04b2d9;
  padding: 10px 5px;
  color: #fff;
  font-size: 15px;
  outline: none;
  transition: 0.3s ease;
}

/* Placeholder */
.st-input::placeholder {
  color: rgba(255,255,255,0.8);
}

/* Focus Effect */
.st-input:focus {
  border-color: #ffffff;
}

/* Select Styling */
.st-input option {
  color: #000;
  font-size: 13px;
}

/* Textarea */
.st-textarea {
  resize: none;
}

/* Button */
.st-submit-btn {
  width: 100%;
  background: #ffffff;
  color: #1f5f9b;
  border: none;
  padding: 12px 30px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.3s ease;
  border: 1px solid #fff;
}

/* Hover */
.st-submit-btn:hover {
  border: 1px solid black;
  background: black;
  color: #fff;
}
/* Section */
.kc-contact-wrap {
  
}

/* Title */
.kc-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Description */
.kc-desc {
  color: #000;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Doctor Info */
.kc-doc-info {
  gap: 15px;
  margin-bottom: 15px;
}

.kc-doc-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #e9f4ff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #1e88e5;
  margin-right: 15px;
}

/* Doctor Text */
.kc-doc-name {
  font-weight: 600;
  margin: 0;
  color: var(--blue);
}

.kc-doc-spec {
  margin: 0;
  color: #000000;
  font-size: 14px;
  padding-top: 3px;
}

.kc-rating {
  color: #f39c12;
  margin-bottom: 0;
  font-size: 14px;
}

/* Divider */
.kc-divider {
  margin: 20px 0;
  opacity: 0.2;
}

/* Info Boxes */
.kc-info-box {
  height: 110px;
  display: flex;
  gap: 15px;
  padding: 20px 14px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  align-items: flex-start;
    border-left: 3px solid var(--blue);
}

/* Blue Background */
.kc-blue {
  background: #eef7fb;
}

/* Icon Circle */
.kc-icon {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #e3f2fd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e88e5;
  font-size: 22px;
}

/* Headings */
.kc-info-box h6 {
  font-weight: 600;
  margin-bottom: 5px;
}

.kc-info-box p {
  margin: 0;
  color: #333;
  font-weight: 500;
  font-size: 14px;
}
.contactsec{
  padding: 4rem 0;
}
.lefttext{
  text-align: left;
  position: relative;
  max-width: 80%;
  margin-left: 0;
}
.phonenumer{
  position: absolute;
  right: 5%;
  bottom: -8%;
  z-index: 999;
  border-radius: 30px;
    background: linear-gradient(45deg, #00bfe8, #00bfe8);
    padding: 10px 20px;
}
.phonenumer a{
  font-size: 25px;
}
.phonenumer a h2{
  margin-bottom: 0;
  font-size: 30px;
  color:#ffffff;
}
.blogpg{
  padding: 4rem 0;
}
.bsec{
  margin-top: 40px;
}


.st-blog-list {
   padding:0 20px;
}

.st-blog-item {
  display: flex;
  gap: 15px;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  align-items: center;
}

.st-blog-item:last-child {
  border-bottom: none;
}

/* Image */
.st-blog-img img {
  width: 95px;
  height: 75px;
  object-fit: cover;
  border-radius: 10px;
}

/* Content */
.st-blog-content h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px;
  color: #1a1a1a;
  line-height: 1.4;
}

.st-blog-date {
  font-size: 13px;
  color: #777;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Hover effect */
.st-blog-item:hover h4 {
  color: #00bcd4;
  transition: 0.3s;
}

/* Responsive */
@media (max-width: 576px) {
  .st-blog-item {
    flex-direction: row;
  }

  .st-blog-img img {
    width: 80px;
    height: 65px;
  }

  .st-blog-content h4 {
    font-size: 14px;
  }
}

.st-treatments-sec {
  background: #eefcffb5;
  padding: 25px;
  border-radius: 10px;
}

/* Title */
.st-treatments-title {
  font-size: 24px;
  font-weight: 700;
  color: #1f5fa8;
  margin-bottom: 20px;
}

/* List */
.st-treatments-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* Item */
.st-treat-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 18px;
  border-radius: 30px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.08);
  border-left: 2px solid #00bcd4;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  transition: 0.3s ease;
  position: relative;
  overflow: hidden;
}

/* Arrow */
.st-treat-item i {
  font-size: 12px;
  color: var(--blue);
  transition: 0.3s;
}

/* FIRST ITEM DEFAULT ACTIVE STYLE */
.st-treat-item.active {
  background: #fff;
  border: 1px solid #00bcd4;
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.15);
  color: #1f5fa8;
}

/* HOVER = SAME AS FIRST ITEM */
.st-treat-item:hover, .st-treat-item.active {
  background: #fff;
  border: 1px solid #00bcd4;
  box-shadow: 0 8px 20px rgba(0, 188, 212, 0.15);
  color: #1f5fa8;
  transform: translateX(5px);
}

/* Arrow move */
.st-treat-item:hover i {
  transform: translateX(5px);
}

/* View all slightly different */
.st-view-all {
  font-weight: 600;
}

.st-cta-sec {
  background: #1f5fa8;
  padding: 35px 25px;
  text-align: center;
  border-radius: 4px;
}

/* Title */
.st-cta-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Description */
.st-cta-desc {
  color: #dbe7f5;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.5;
}

/* Button */
.st-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #e9edf2;
  color: #1f5fa8;
  padding: 14px 26px;
  border-radius: 40px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: 0.3s ease;
}

/* Icon */
.st-cta-btn i {
  font-size: 18px;
}

/* Hover */
.st-cta-btn:hover {
  background: black;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.st-kidney-sec {
  
}

/* Image */
.st-kidney-img img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  margin-bottom: 20px;
}

/* Content */
.st-kidney-content {
  max-width: 100%;
}

/* Intro */
.st-kidney-intro {
  font-size: 15px;
  color: #444;
  line-height: 1.7;
  margin-bottom: 18px;
}

/* Headings */
.st-kidney-content h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 24px 0 10px;
  color: #000000;
}

/* Paragraph */
.st-kidney-content p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 10px;
}

/* List */
.st-kidney-list {
  padding-left: 24px;
  margin-bottom: 15px;
}

.st-kidney-list li {
  font-size: 16px;
  color: #444;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 5px;
  position: relative;
  
}

/* Custom bullet */
.st-kidney-list li::marker {
  color: #1f5fa8;
  font-size: 30px;
  line-height: 1;

}

/* Strong highlight */
.st-kidney-content strong {
  color: #000;
}

.st-contact-sec {
  margin-top: 20px;
}

/* Row */
.st-contact-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

/* Box */
.st-contact-box2 {
  flex: 1;
     background: #ffffff;
  padding: 20px 20px;
  border-left: 3px solid var(--blue);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  
}

/* Heading */
.st-contact-box2 h4 {
  font-size: 18px!important;
  font-weight: 600!important;
  color: #1f5fa8!important;
  margin-bottom: 12px!important;
}

/* Info */
.st-contact-info {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-weight: 500;
  font-size: 15px;
  color: #333;
}

.st-contact-info i {
  font-size: 28px;
  color: #1f5fa8;
}

/* CTA Button */

.st-contact-cta {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(90deg, #1f5fa8, #00bcd4);
  transition: 0.3s ease;
}

/* Hover */
.st-contact-cta:hover {
  transform: translateX(10px);
  background: #000;
  color:#ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
}
.st-conclusion-box {
  background: #eef4f7;
  padding: 22px 25px;
  border-radius: 18px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
}
.st-conclusion-box h3 {
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 12px;
  color: #111;
}
/* Paragraph */
.st-conclusion-box p {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 12px;
}

/* Bold highlight */
.st-conclusion-box strong {
  color: #000;
}
.st-kidney-content h4{
  font-weight: 700;
  font-size: 24px;
  color: #666;
  margin: 12px 0;
}
.servicepg{
  margin-top: 0;
}
.servicepg .st-treatment-box{
  margin-top: 20px;
  height: auto;

}
.bannerimg{
  position: relative;
  z-index: 99;
  box-shadow:-7px -7px 7px 0px #04B2D9;
  line-height: 300px;
  height:300px;
  width:300px!important;
  border-radius: 100%;
  padding: 15px;
  transition: 0.5s ease;
}
.bannerimg img{
  text-align: center;
    filter: brightness(0) invert(1);

}
.bannerimg:hover{
  box-shadow:0 7px 7px 0px #fff;
  transform: translateY(10px);
}
.servtext{
    padding-left: 50px;
}
.st-appoint-wrap {
    position: relative;
    margin-top: -3rem;
    z-index: 99;
}

.st-appoint-box {
  max-width: 1000px;
  margin: auto;
  background: linear-gradient(
  to bottom,
  #edf4fa 0%,
  #edf4fa 50%,
  #ffffff 100%
);
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 -10px 25px rgba(0,0,0,0.1);
  border-top: 4px solid #0bb1d3 ;
}

.st-appoint-form {
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-wrap: wrap;
}

.st-appoint-group {
  flex: 1;
  min-width: 200px;
}

.st-appoint-label {
  display: block;
  font-weight: 600;
  color: #1e5ea8;
  margin-bottom: 8px;
}

.st-appoint-label span {
  color: red;
}

.st-appoint-input {
  width: 100%;
  padding: 14px;
  border: 1px solid #cfcfcf90;
  background: #ffffff;
  border-radius: 3px;
  outline: none;
  font-size: 14px;
}

.st-appoint-btnbox {
  flex: 0 0 auto;
}

.st-appoint-btn {
  background: linear-gradient(90deg, #0bb1d3, #0a8fc0);
  color: #fff;
  border: none;
  padding: 14px 25px;
  font-weight: 600;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.3s;
}

.st-appoint-btn:hover {
  opacity: 0.9;
}
.st-appoint-input:focus {
  border-color: #0a8fc0;
  background: #fff;
}
.servtext{
  text-align: left;
}
.servtitle{
  color: var(--blue)!important;
}
.book1 i{
  font-size: 20px;
}
.clinic-name a{
  color: white;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
}

.dr-card-box {
  background: #f3f6f9;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #d9e3ef;
  
}

.dr-card-top {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dr-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid #e5e5e5;
}

.dr-name {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1c4d8f;
}

.dr-rating {
  font-size: 15px;
  margin: 5px 0;
  color: #f4a100;
}

.dr-rating span {
  color: #ffbe00;
  font-weight: 600;
}

.dr-rating small {
  color: black;
  margin-left: 5px;
}

.dr-address {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  display: flex;
  align-items: center;
  gap: 6px;
  padding-left: 20px; 
  position: relative;
}

.dr-address i {
  color: #1c4d8f;
  left: 0;
  font-size: 18px;
  top: 5px;
  position: absolute;
}

.dr-btn-book {
  margin-top: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 2px solid #1c4d8f;
  border-radius: 35px;
  text-decoration: none;
  color: #1c4d8f;
  font-weight: 500;
  transition: 0.3s ease;
}

.dr-btn-book:hover {
  transform: translateX(10px);
  background: black;
  border: 2px solid black;
  color: #fff;
}