
    /* body {
      background-color: #f8f9fa;
      font-family: 'Segoe UI', sans-serif;
      padding: 2rem;
    } */

    .gallery-section {
      text-align: center;
      margin-top: 5rem;
    }

    .gallery-section h2 {

      font-weight: 700;
      font-size: 2rem;
      margin-bottom: 3rem;
    }

    .gallery-img {
      width:100%;
      height: 300px;
       /* object-fit: cover; */
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .gallery-img:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }

    .gallery-item {
      margin-bottom: 30px;
    }
    .flex-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
}

.flex-text {
  flex: 1;
  min-width: 250px;
}
.treatment-section {
  background: linear-gradient(to right, #dfe9f3, #ffffff);

      font-family: 'Segoe UI', sans-serif;
      padding: 2rem;
}

.treatment-section img {
  max-width: 90%;
  border-radius: 20px;
}

.treatment-section h4 {
  font-weight: 700;
}

.treatment-section p {
  font-size: 1rem;
  line-height: 1.7;
} 

@media (min-width: 992px) {
  .flex-image {
    flex-shrink: 0;
  }

  .success-section .col-lg-6 {
    display: flex;
    flex-direction: row;
  }
   .gallery-img {
      width:100%;
      height: 400px;
       /* object-fit: cover; */
      border-radius: 12px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    }

    .gallery-section {
      text-align: center;
      margin-top: 6rem;
    }

}

.yt_title {
      text-align: center;
      font-size: 28px;
      font-weight: bold;
      color: #0d47a1;
        margin-bottom: 25px;
        position: relative;
        display: inline-block;
    }

    .video-container {
      display: flex;
      justify-content: center;
    }

    .video-container iframe {
      width: 100%;
      /* max-width: 800px; */
      height: 450px;
      border-radius: 8px;
      box-shadow: 0 6px 20px rgba(0,0,0,0.2);
    }

    @media (max-width: 768px) {
      .video-container iframe {
        height: 250px;
      }
      .yt_title{
       text-align:center;
      }
    }
 