.banner-section {
  /* background-image: url('https://sahajhealthcare.com/wp-content/uploads/2025/03/blog-page-banner.webp');  */
  background-size: cover;
  background-position: center;
  padding: 100px 20px;
  color: white;
  text-align: center;
  position: relative;
}
.banner-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: auto;
}
.banner-content h2 {
  font-size: 42px;
  margin-bottom: 10px;
  color: #fff;
}
.clinic-section {
  display: flex;
  gap: 30px;
  justify-content: center;
  padding: 60px 60px;
  flex-wrap: wrap;
}
.clinic-card {
  width: 400px;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.card-image {
  position: relative;
  height: 300px;
  overflow: hidden;
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.card-image:hover img {
  transform: scale(1.05);
}
.card-text {
  padding: 15px;
}
h3 a {
  font-size: 20px;
  color: #2b3e7c;
  margin-bottom: 5px;
  text-decoration: none;
}

/*  */
    .container {
      max-width: 1200px;
      margin: 0 auto;
      padding: 40px 20px;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .left-column {
      flex: 2;
      min-width: 300px;
    }

    .right-column {
      flex: 1;
      min-width: 250px;
      background-color: white;
      padding: 20px;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      height: auto; 
    }

    img {
      width: 100%;
      height: auto;
      display: block;
      border-radius: 15px;
    }

    h1 {
      font-size: 30px;
      font-weight: 700;
    }

    .text-secondary {
      font-size: 15px;
      color: black;
      line-height: 1.6;
      font-family: "Poppins";
    }

    .post-item {
      display: flex;
      margin-bottom: 20px;
    }

    .post-item img {
      width: 100px;
      height: 80px;
      object-fit: cover;
      border-radius: 8px;
      margin-right: 15px;
    }

    .post-content h6 {
      margin: 0 0 4px;
      font-size: 15px;
      color: #007bff;
      text-align: justify;
      line-height: 1.4rem;
      align-items: center;
    }

    .post-content small {
      display: block;
      margin-top: 5px; 
      color: gray;
      font-size: 13px;
      line-height: 1.2rem; 
      align-items: center;
    }

    .post-content a {
      text-decoration: none;
      color: #007bff;
    }

    .section-title {
      font-size: 20px;
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #ccc;
    }

    /* services */
        /* .container {
      max-width: 1200px;
      margin: 40px auto;
      padding: 20px;
      background-color: #fff;
      border-radius: 10px;
    } */

    .image-section,
    .text-section {
      flex: 1;
    }

    .image-section img {
      width: 100%;
      border-radius: 10px;
    }

    .text-section {
      padding: 20px;
    }

    .text-section h1 {
      font-size: 2em;
      color: #333;
    }

    .text-section h2 {
      font-size: 1.5em;
      color: #087CBC;
      margin: 10px 0 20px;
    }

    .text-section p {
      font-size: 1rem;
      line-height: 1.6;
      margin-bottom: 15px;
    }

    .buttons {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }

    .btn-outline, .btn-filled {
      padding: 10px 20px;
      border-radius: 30px;
      text-decoration: none;
      transition: 0.3s;
      font-weight: bold;
    }

    .btn-outline {
      border: 2px solid #000;
      color: #000;
    }

    .btn-outline:hover {
      background-color: #000;
      color: #fff;
    }

    .btn-filled {
      background-color: #087CBC;
      color: #fff;
    }

    .btn-filled:hover {
      background-color: #065f94;
    }
     .card {
    margin: 0 auto;
    padding: 40px 20px;
    display: flex;
    /* flex-wrap: wrap; */
    /* gap: 30px; */
}

.card-item {
    flex: 1 1 calc(25% - 30px);
    /* box-shadow: 0 4px 8px rgba(0,0,0,0.1); */
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 15px;
}

.card-item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.card-item h1 {
    font-size: 20px;
    margin: 10px 0 5px;
}

.card-item p {
    font-size: 14px;
    color: #555;
}
.overlay-header-page{
	position: absolute;
    height: 300px;
    width: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.1);
}
/*new about section*/
  .hero-section {
      position: relative;
      background: url('https://sahajhealthcare.com/wp-content/uploads/2025/06/image.webp') center center / cover no-repeat;
      height: 100vh; /* Full screen height */
      display: flex;
      justify-content: center;
      text-align: center;
      color: #000; /* Black text for clarity */
     
    }

    .hero-content {
      max-width: 800px;
/*       background: rgba(255, 255, 255, 0.7); /* semi-transparent background for readability */ */
      padding: 20px 20px;
      border-radius: 8px;
    }

    .hero-content h1 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .hero-content .sahaj-title {
  font-size: 40px;
    display: flex;
    color: #087cbc;
    flex-wrap: wrap;
    justify-content: center;
    }
#doc-img-hero{
	display:none;
}
    .hero-content p {
      line-height: 1.6;
      font-size: 15px;
    }

    .hero-content p a {
      color: #3366cc;
      text-decoration: none;
    }

    @media (max-width: 768px) {
      .hero-section {
        height: auto;
/*         padding: 60px 20px; */
	    background:none;
      }

      .hero-content h1 {
        font-size: 28px;
      }

      .hero-content h2 {
        font-size: 16px;
      }
		#doc-img-hero{
	display:block;
}
		.hero-content p{
			padding:15px;
		}
    }
/*model of care*/
body {
  font-family: Arial, sans-serif;
  background-color: #f0f4f8;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px;
  gap: 40px;
/*   align-items:center; */
}

.intro {
  flex: 1 1 350px;
  max-width: 500px;
  
}

.intro h1 {
  color: #2c3e50;
  margin-bottom: 20px;
}

.intro p {
  color: #7f8c8d;
  margin-bottom: 20px;
}

.learn-more {
  background-color: #ff6b6b;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.services {
/*   flex: 2 1 600px; */
  flex:2;
	display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.service {
  background: white;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.service img {
  width: 80px;
  height: 80px;
  margin: 0 auto;
}

.service h2 {
  color: #2c3e50;
  margin-bottom: 10px;
}

.service p {
  color: #7f8c8d;
}
.sahaj-title{
	font-size: 40px;
    color: #000;
	text-align:center;
	text-transform:capitalize;
}
 .stats-section {
    background: linear-gradient(to bottom, #087cbc 0%, #00c2ff 100%);
    /* padding: 60px 20px; */
    text-align: center;
    padding-bottom: 20px;
	padding-top: 10px;
} 

    .stats-title {
      font-size: 2rem;
      margin-bottom: 40px;
      color: #004d40;
	  margin-top:-16px;

    }

    .stats-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap:30px;
	  padding-bottom:40px;
    }

    .stat-box {
      background-color: white;
      border-radius: 12px;
      padding: 30px 20px;
      box-shadow: 0 4px 10px rgba(0,0,0,0.05);
     width: 220px; 
      transition: transform 0.3s ease;
    }

    .stat-box:hover {
      transform: translateY(-5px);
    }

    .stat-icon {
      font-size: 2.5rem;
      color:#2d8fc4;
      margin-bottom: 10px;
    }

    .stat-number {
      font-size: 1.8rem;
      font-weight: bold;
      color: #2d8fc4;
    }

    .stat-label {
      font-size: 0.9rem;
      color: #555;
      margin-top: 5px;
    }

    @media (max-width: 768px) {
		.stat-box{
			flex:0 0 48%;
		}
		.stats-container{
		    gap:5px;
		}
    }
    .team-read-more{
    color: blue;
    margin-left: 40px;
    text-decoration: underline;
    }