/* ================= Reset and Base ================= */

/* ================= Hero Section ================= */
.swiperMainWrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.mainBanner {
  position: relative;
  width: 100%;
  height: 100%;
}

.sliderBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.sliderImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  justify-content: flex-end;
}

.col-xs-12,
.col-md-12 {
  position: relative;
  width: 100%;
  padding: 0 15px;
}

.cell-view {
  display: table;
  width: 100%;
  height: 690px;
}

.rightone {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  width: 100%;
}

.bannerContentWrapper {
  display: inline-block;
  text-align: left;
  max-width: 600px;
  margin-left: auto;
  padding-left: 20px;
}

.bannerTitle {
  margin-bottom: 30px;
}

.h1,
.h2,
.h3,
.h4 {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}

.h1 {
  font-size: 50px;
}

.h2 {
  font-size: 36px;
}

.h3 {
  font-size: 24px;
}

.h4 {
  font-size: 18px;
}

.light {
  color: #fff;
}

.as {
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

p {
  color: #fff;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
}

.bannerBtnWrapper {
  margin-bottom: 30px;
}

.button {
  display: inline-block;
  padding: 12px 30px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.btnSize1 {
  min-width: 300px;
}

.btnstyle1 {
  background-color: #fff;
  color: #0077b6;
  border: 2px solid #fff;
}

.btnstyle1:hover {
  background-color: transparent;
  color: #fff;
}

.btnStyle3 {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.btnStyle3:hover {
  background-color: #fff;
  color: #0077b6;
}

.blue_linebanner {
  background-color: rgba(0, 119, 182, 0.85);
  padding: 25px 30px;
  border-radius: 8px;
  margin-top: 30px;
  max-width: 800px;
  margin-left: auto;
  backdrop-filter: blur(2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.blue_linebanner .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}

.blue_linebanner .col-md-4,
.blue_linebanner .col-sm-4 {
  padding: 0 10px;
  text-align: center;
  position: relative;
}

.blue_linebanner .col-md-4:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 60%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

.blue_linebanner .number h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 5px;
  line-height: 1;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.blue_linebanner .text p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 5px 0;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.blue_linebanner .text.last p {
  margin-bottom: 0;
}

.mobilemargin {
  margin-bottom: 15px;
}

.bgShadow {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  transition: all 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .mainBanner {
    display: flex;
    flex-direction: column;
    height: auto;
    background-color: #f9f9f9;
  }

  .sliderBg {
    position: relative;
    height: 280px;
    width: 100%;
    z-index: 1;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
  }

  .cell-view {
    display: block;
    height: auto !important;
    padding: 30px 15px;
    position: relative;
    z-index: 2;
    background: #ffffff;
  }

  .rightone {
    display: block;
    text-align: center;
  }

  .bannerContentWrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10px 15px;
    text-align: center;
  }

  .bannerTitle {
    margin-bottom: 20px;
  }

  .h1 {
    font-size: 32px;
    line-height: 1.3;
    color: #222;
    text-shadow: none !important;
  }

  .h3 {
    font-size: 18px;
    color: #333;
  }

  p {
    font-size: 14px;
    line-height: 1.5;
    color: #444;
    text-shadow: none;
    margin-bottom: 15px;
  }

  .button {
    width: 90%;
    display: block;
    margin: 10px auto;
    padding: 10px 20px;
    font-size: 15px;
  }

  /* Clean CTA buttons */
  .btnstyle1 {
    background-color: #0077b6;
    color: #fff;
    border: 2px solid #0077b6;
    display: inline-block;
  }

  .btnstyle1:hover {
    background-color: transparent;
    color: #0077b6;
  }

  .btnStyle3 {
    background-color: transparent;
    color: #0077b6;
    border: 2px solid #0077b6;
  }

  .btnStyle3:hover {
    background-color: #0077b6;
    color: white;
  }

  /* Blue Line Banner fix */
  .blue_linebanner {
    background-color: #f2f8fc !important;
    color: #222 !important;
    padding: 15px 10px;
    margin: 20px auto 0;
    text-align: center;
    border-radius: 8px;
  }

  .blue_linebanner .row {
    flex-direction: column;
  }

  .blue_linebanner .col-md-4,
  .blue_linebanner .col-sm-4 {
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
  }

  .blue_linebanner .col-md-4:last-child,
  .blue_linebanner .col-sm-4:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .blue_linebanner .number h3 {
    font-size: 24px;
    color: #0077b6;
    text-shadow: none;
  }

  .blue_linebanner .text p {
    font-size: 13px;
    color: #555;
    text-shadow: none;
  }

  /* Disable complex animations on mobile */
  [data-aos] {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 599px) {
  /* White content section full width */
  .cell-view {
    width: 100% !important;
    padding: 20px 15px;
    margin: 0 auto;
    background: #fff;
  }

  .bannerContentWrapper {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px 15px;
    margin: 0 auto;
  }

  /* Blue line banner full width + spacing */
  .blue_linebanner {
    width: 100% !important;
    max-width: 100% !important;
    margin-top: 20px; /* space between content and stats */
    padding: 15px 10px;
  }

  /* Remove left/right auto gaps in container */
  .container {
    padding: 0px !important;
  }
}
@media (max-width: 768px) {
  /* Banner image visible in mobile */
  .sliderImg {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
  }

  /* Remove background from cell-view so image is visible */
  .cell-view {
    background: transparent !important;
    padding: 15px;
  }

  /* Optional: text background box for readability */
  .bannerContentWrapper {
    background: rgba(255, 255, 255, 0.85);
    padding: 15px;
    border-radius: 8px;
  }
}

@media (max-width: 599px) {
  .sliderImg {
    width: 100%;
    height: auto;
  }
}

/*----------------------------------------------------------*/
/*herobanner ke neeche wala component*/
#testimonial {
  padding: 80px 0;
  background: #f2f2f2;
  text-align: center;
}

#testimonial #container {
  margin: auto;
}

#testimonial #section-title {
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: bold;
}

#testimonial #section-title span {
  color: #a175aa;
}

#testimonial #section-subtitle {
  font-size: 1rem;
  color: #444;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* Swiper Container */
#expertiseSwiper {
  max-width: 1300px;
  margin: 0 auto;
}

/* Swiper Wrapper Fix */
#expertiseSwiper .swiper-wrapper {
  display: flex;
  align-items: stretch;
}

/* Slide Card Styling */
#expertiseSwiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

#expertiseSwiper .swiper-slide:hover {
  transform: translateY(-5px);
}

#expertiseSwiper .swiper-slide img {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

#expertiseSwiper .swiper-slide p {
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
}

#expertiseSwiper .swiper-slide a {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 10px;
  display: inline-block;
}

#expertiseSwiper .swiper-slide a:hover {
  color: #a175aa;
}

/* Swiper Pagination */
#expertiseSwiper .swiper-pagination-bullet {
  background: #ccc;
  opacity: 1;
}

#expertiseSwiper .swiper-pagination-bullet-active {
  background: #a175aa;
}

/* Responsive */
@media (max-width: 768px) {
  #testimonial #section-title {
    font-size: 1.8rem;
  }

  #testimonial #section-subtitle {
    font-size: 0.9rem;
  }

  #expertiseSwiper .swiper-slide {
    padding: 20px 15px;
  }

  #expertiseSwiper .swiper-slide img {
    max-width: 120px;
    margin-bottom: 10px;
  }
}

/*end of icons div here*/

/*home about content start here*/
.homeabout-section-wrapper {
  background-color: #ffffff;
  padding: 3rem 1rem;
}

.homeabout-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  gap: 4rem;
  align-items: center;
}

@media (min-width: 768px) {
  .homeabout-container {
    grid-template-columns: repeat(2, 1fr);
  }
}

.homeabout-image-wrapper {
  width: 100%;
}

.homeabout-image-wrapper img {
  width: 100%;
  max-width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 0.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.homeabout-heading {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1f2937;
  margin-bottom: 1rem;
}
.home-about-h2 {
  color: #a175aa;
}
.homeabout-highlight {
  color: #7e22ce; /* Tailwind purple-700 */
}

@media (min-width: 640px) {
  .homeabout-heading {
    font-size: 2.25rem;
  }
}

@media (max-width: 640px) {
  .homeabout-image-wrapper img {
    width: 100%;
    max-width: 100%;
    height: 300px;
    padding: 0;
    object-fit: cover;
    border-radius: 0.3rem;
  }
}
.homeabout-paragraph {
  font-size: 15.5px;
  line-height: 1.7;
  color: #898989; /* Tailwind gray-700 */
  margin-bottom: 1rem;
  text-align: justify;
}

.homeabout-button {
  display: inline-block;
  background-color: #0b52b1;
  color: #fff;
  font-weight: 600;
  padding: 0.5rem 1.5rem;
  border-radius: 0.375rem;
  transition: background-color 0.3s ease;
  text-decoration: none;
}

.homeabout-button:hover {
  background-color: #6b21a8;
}

.homeabout-button:focus {
  outline: 2px solid #7e22ce;
  outline-offset: 2px;
}
/*home about content end here*/

/*youtube video start here home ka */

.youtube-video-section {
  background-color: #f2f2f2;
  padding: 6rem 1rem;
}

.youtube-video-container {
  max-width: 1400px;
  margin: 0 auto;
}

.youtube-video-header {
  text-align: left;
  margin-bottom: 3rem;
}

.youtube-video-heading {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: left;
  color: #a175aa;
  margin-bottom: 0.5rem;
}

.youtube-video-subheading {
  color: #4b5563;
  font-size: 1rem;
  text-align: left;
  margin-top: 0.6rem;
}
.youtube-video-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 0 0.5rem;
  white-space: nowrap;
  scroll-snap-type: x mandatory;
}
@media (min-width: 768px) {
  .youtube-video-card {
    min-width: 240px;
    max-width: 260px;
    scroll-snap-align: start;
  }
}

.youtube-video-wrapper {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  min-width: max-content;
}

@media (max-width: 768px) {
  .youtube-video-card {
    min-width: 240px;
    max-width: 260px;
    scroll-snap-align: start;
  }
}

.youtube-video-card {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  min-width: 280px;
  max-width: 320px;
  padding: 0.75rem;
  flex-shrink: 0;
}

.youtube-video-frame {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: none;
  border-radius: 0.375rem;
  margin-bottom: 0.75rem;
}

.youtube-video-title {
  font-weight: 600;
  font-size: 0.875rem;
  color: #6b21a8;
  text-align: center;
}

.youtube-video-desc {
  color: #6b7280;
  font-size: 0.875rem;
  text-wrap: wrap;
  text-align: center;
}

.youtube-joint-section {
  background-color: #f9fafb;
  padding: 4rem 1rem;
}

.youtube-joint-container {
  max-width: 1280px;
  margin: auto;
  display: grid;
  gap: 3rem;
  grid-template-columns: 1fr;
}

@media (min-width: 768px) {
  .youtube-joint-container {
    grid-template-columns: 1fr 1fr;
  }
}

.youtube-joint-image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 1rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

.youtube-joint-text h2 {
  font-size: 2rem;
  color: #6b21a8;
  margin-bottom: 1rem;
}

.youtube-joint-text p {
  color: #374151;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: justify;
  line-height: 1.6;
}

.youtube-services-section,
.youtube-why-section {
  margin-top: 4rem;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
}

.youtube-services-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.youtube-service-card {
  background-color: white;
  border: 1px solid #ede9fe;
  color: #6b21a8;
  font-weight: 600;
  text-align: center;
  padding: 1.25rem;
  border-radius: 0.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.youtube-why-box {
  background-color: #4c1d95;
  color: white;
  padding: 2.5rem;
  border-radius: 0.75rem;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.15);
  margin-top: 2.5rem;
}

.youtube-why-box h3 {
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
}

.youtube-why-box ul {
  columns: 1;
  list-style: disc inside;
  gap: 1rem;
}

@media (min-width: 768px) {
  .youtube-why-box ul {
    columns: 2;
  }
}

.youtube-why-box li {
  margin-bottom: 1rem;
  font-size: 0.95rem;
  color: #e9d5ff;
}
/*youtube video end here home ka*/

/*section 5 start here*/
/* Section background and padding */
#joint-health-section {
  background-color: #f2f2f2;
  padding: 4rem 1rem;
}

/* Inner content container */
#joint-health-container {
  max-width: 1280px;

  margin: 0 auto;
}

/* Flex layout: side by side on laptop, stacked on mobile */
#joint-health-row {
  display: flex;
  flex-direction: row;

  flex-wrap: wrap;
  gap: 2rem;
}

/* Left content side */
#joint-health-content {
  flex: 1;
  background-color: rgba(59, 18, 147, 0.59);
  border-radius: 0.1rem;
  min-width: 300px;
  padding: 0.5rem 2rem;
}

/* Title and paragraph */
#joint-health-title .join-para {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #f7efef;
}

#joint-health-title p {
  font-size: 1rem;
  color: #fff;
  line-height: 1.6;
}

/* Listing area */
#joint-health-services {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

#joint-health-services ul {
  padding-left: 1.2rem;
  list-style-type: disc;
  color: #fff;
}

#service-left,
#service-right {
  flex: 1;
  min-width: 140px;
}

/* Right image side */
#joint-health-image-wrapper {
  flex: 1;
  min-width: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#joint-health-image {
  max-width: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Circle animations */
#joint-circles {
  position: relative;
  height: 80px;
  margin-bottom: 2rem;
}

#circle-one,
#circle-two {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  animation: pulse 2s infinite ease-in-out;
  opacity: 0.7;
}

#circle-one {
  top: 0;
  left: 0;
  background-color: #cce5ff;
}

#circle-two {
  top: 30px;
  left: 60px;
  background-color: #99ccff;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.3);
    opacity: 1;
  }
}

/* Responsive for mobile */
@media (max-width: 768px) {
  #joint-health-row {
    flex-direction: column;
  }

  #joint-health-image-wrapper {
    margin-top: 2rem;
  }
}

/*section 5 end here*/

/*testimonal css start here */
#testimonial-section-long-unique {
  background: #f2f2f2;
  padding: 60px 20px;
  text-align: center;
}

#testimonial-container-unique {
  max-width: 960px;
  margin: 0 auto;
}

#testimonial-heading-unique {
  font-size: 2rem;
  color: #000;
  margin-bottom: 30px;
}

/* Swiper Carousel Container */
#testimonial-swiper-unique.swiper {
  width: 100%;
  max-width: 900px;
  margin: auto;
}

#testimonial-swiper-unique .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
  background: #efefef;
  border-radius: 10px;
  min-height: 400px;
}

.testimonial-content-unique {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.testimonial-icon-unique {
  width: 50px;
  margin-bottom: 20px;
}

.testimonial-text-unique {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333;
  line-height: 1.6;
}

.testimonial-image-unique {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 10px;
  border: 3px solid #a175aa;
}

.testimonial-name-unique {
  font-weight: bold;
  color: #222;
  font-size: 1.1rem;
}

/* Pagination styling */
#testimonial-swiper-unique .swiper-pagination-bullet {
  background: #888;
  opacity: 1;
}
#testimonial-swiper-unique .swiper-pagination-bullet-active {
  background: #a175aa;
}

/* Responsive */
@media (max-width: 768px) {
  #testimonial-heading-unique {
    font-size: 1.5rem;
  }

  .testimonial-text-unique {
    font-size: 0.95rem;
  }
}
/*testimonial end here*/

/*home blog section start here*/
/* Reset & Base Styles */

/* BLOG SECTION WRAPPER */
.blog-section-wrapper {
  padding: 2rem;
  max-width: 1300px;
  margin: 0 auto;
}

.blog-section-title {
  text-align: left;
  color: #a175aa;
  margin-bottom: 40px;
}

.blog-section-heading {
  font-size: 32px;
  font-weight: 700;
  color: #333;
}

.blog-cards-row {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

/* BLOG CARD */
.blog-card {
  flex: 1 1 calc(33.333% - 30px);
  max-width: 360px;
  height: 500px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  transition: transform 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
}

/* IMAGE */
.blog-img-wrapper {
  position: relative;
}

.blog-img {
  width: 100%;
  height: 200px;
  padding: 0.4rem;
  object-fit: cover;
  display: block;
}

.blog-date {
  position: absolute;
  bottom: 10px;
  left: 10px;
  background-color: rgba(28, 11, 154, 0.915);
  color: #fff;
  padding: 4px 10px;
  font-size: 14px;
  border-radius: 4px;
}

/* TITLE */
.blog-title {
  font-size: 20px;
  font-weight: 700;
  margin: 16px;
  color: #222;
  line-height: 1.4;
}

/* DESCRIPTION */
.blog-desc {
  margin: 0 16px;
  color: #555;
  font-size: 15px;
  line-height: 1.6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  flex-grow: 1;
}

/* READ MORE */
.blog-readmore {
  margin: 20px 16px;
  color: #24aae6;
  font-weight: 500;
  cursor: pointer;
  transition: color 0.3s;
}
.blog-readmore a {
  text-decoration: none;
  cursor: pointer;
  color: #24aae6;
}
.blog-readmore a:hover {
  color: #512da8;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .blog-card {
    flex: 1 1 calc(50% - 30px);
  }
}

@media (max-width: 600px) {
  .blog-card {
    flex: 1 1 100%;
  }

  .blog-section-heading {
    font-size: 26px;
  }
}

/*home blog section end here*/

/*first content start here 6 */
#surgery-section {
  width: 100%;
  max-width: 100%;
  margin: 2vw 0 0vw 0vw;
  opacity: 0.95;
  padding: 7vw 6vw;
  background-color: #00000080; /* fallback overlay */
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("./images/kneecomp.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.surgery-text-content {
  max-width: 600px;
}

.surgery-text-content h2 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.surgery-text-content p {
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.surgery-text-content span {
  color: #fbe841;
  font-weight: 600;
}

.surgery-text-content a {
  display: inline-block;
  background: #fbe841;
  color: #000;
  padding: 12px 24px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background 0.3s;
}

.surgery-text-content a:hover {
  background: #e1d036;
}

/* Responsive */
@media (max-width: 768px) {
  #surgery-section {
    padding: 15vw 5vw;
    text-align: center;
  }

  .surgery-text-content h2 {
    font-size: 2rem;
  }

  .surgery-text-content p {
    font-size: 1rem;
  }
}

/*first content start end*/

/* Home Contact Section Start */

.home-contact-section {
  padding: 6rem;
  max-width: 100%;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr;
  background-color: rgba(194, 18, 194, 0.195);
  gap: 3rem;
}

@media (min-width: 768px) {
  .home-contact-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-contact-title {
  font-size: 2rem;
  font-weight: bold;
  color: #6b21a8;
  margin-bottom: 1.5rem;
}

.home-contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.home-contact-form-wrapper {
  background-color: #a175aa;
  padding: 2rem 5rem;
}
.home-contact-row {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  .home-contact-row {
    flex-direction: row;
  }
}

.home-contact-form input,
.home-contact-form textarea {
  padding: 0.75rem 1rem;
  border: 1px solid #d1d5db;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  width: 100%;
}

.home-contact-button {
  background-color: #6b21a8;
  color: white;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  border: none;
  font-size: 1.3rem;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s;
}

.home-contact-button:hover {
  background-color: #581c87;
}

/* FAQ Styles */
.faq-item {
  border: 1px solid #e9d5ff;
  border-radius: 0.5rem;
  margin-top: 0.3rem;
  margin-bottom: 0.4rem;
  overflow: hidden;
}
.home-contact-faq-wrapper {
  background: #f2f2f2;
  padding: 2rem 5rem;
  border: 1px solid #fff;
}
.faq-question {
  background-color: #f3e8ff;
  padding: 1rem;
  font-weight: 500;
  color: #6b21a8;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-answer {
  padding: 1rem;
  display: none;
  border-top: 1px solid #e9d5ff;
  background-color: #ffffff;
}

.faq-answer.active {
  display: block;
}

.faq-icon {
  font-weight: bold;
  font-size: 1.25rem;
}
/* Mobile Responsive Adjustments */
@media (max-width: 767px) {
  .home-contact-section {
    padding: 2rem; /* Mobile ke liye kam padding */
    gap: 2rem;
  }

  .home-contact-form-wrapper,
  .home-contact-faq-wrapper {
    padding: 1.5rem; /* Mobile pe chhota padding */
  }

  .home-contact-title {
    font-size: 1.5rem; /* Heading thodi chhoti */
    text-align: center;
  }

  .home-contact-form input,
  .home-contact-form textarea {
    font-size: 1rem; /* Input font chhota */
  }

  .home-contact-button {
    width: 100%; /* Mobile pe button full width */
    font-size: 1.1rem;
  }

  .faq-question {
    font-size: 1rem;
    padding: 0.8rem;
  }

  .faq-answer {
    font-size: 0.95rem;
  }
}

/* Home Contact Section End */
/*thank you page working css */
.thankyou-home {
  display: flex;
  justify-content: center;
  margin: 4rem 1rem;
}

.thankyou-card {
  background-color: #fff;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  max-width: 28rem;
  width: 100%;
  padding: 2rem;
  animation: scaleIn 0.3s ease-in-out;
}

@keyframes scaleIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}

.thankyou-content {
  text-align: center;
}

.thankyou-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin: 0 auto 1.5rem;
  background-color: #dcfce7;
  color: #16a34a;
  border-radius: 9999px;
  font-size: 2rem;
}

.thankyou-content h1 {
  font-size: 1.75rem;
  font-weight: bold;
  color: #111827;
  margin-bottom: 1rem;
}

.thankyou-message {
  color: #4b5563;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

.thankyou-contact {
  background-color: #eff6ff;
  color: #1e3a8a;
  text-align: left;
  padding: 1rem;
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
}

.thankyou-contact a {
  color: #374151;
  text-decoration: underline;
}

.thankyou-content button {
  width: 100%;
  background: linear-gradient(to right, #2563eb, #4f46e5);
  color: white;
  font-weight: 600;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.thankyou-content button:hover {
  background: linear-gradient(to right, #1d4ed8, #4338ca);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}
.thanks {
  color: #888;
  font-weight: 700;
}
/*thank you page working css*/
/*testimonail css main*/
/* Hero Section */
.testimonial-hero-section {
  position: relative;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.5rem;
  text-align: center;
  overflow: hidden;
}

@media (min-width: 768px) {
  .testimonial-hero-section {
    height: 600px;
    justify-content: flex-start;
    text-align: left;
    padding: 0 3rem;
  }
}

.testimonial-hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.testimonial-hero-overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

.testimonial-hero-content {
  position: relative;
  z-index: 2;
  color: #fff;
  max-width: 700px;
}

.testimonial-hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.testimonial-hero-content p {
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Breadcrumb */
.testimonial-breadcrumb {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.95rem;
  color: #ddd;
}

.testimonial-breadcrumb a {
  color: #fff;
  text-decoration: underline;
}

.testimonial-breadcrumb .current {
  font-weight: bold;
}

/* Main Testimonial Section */
.testimonial-main {
  padding: 60px 1.5rem;
  background: #f9fafb;
  max-width: 1280px;
  margin: 0 auto;
  color: #333;
}

.testimonial-main-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  color: #111827;
}

/* Cards Grid */
.testimonial-card-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}

@media (min-width: 640px) {
  .testimonial-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .testimonial-card-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*testimonail css main end*/
section.testimonials {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 1rem;
}

.testimonial {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-bottom: 1px solid #d1d5db;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .testimonial {
    flex-direction: row;
  }
}

.testimonial img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.testimonial-image {
  position: relative;
  flex-shrink: 0;
}

.video-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  text-decoration: none;
  transition: color 0.3s;
}

.video-overlay:hover {
  color: #a855f7;
}

.testimonial-text h3 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: bold;
  color: #111827;
}

.testimonial-text p.title {
  color: #9333ea;
  font-weight: bold;
  margin: 0.25rem 0;
}

.testimonial-text p.desc {
  font-size: 15px;
  line-height: 1.6;
  color: #374151;
  margin: 0.5rem 0 0 0;
}
/*testimonail css main end*/

/*paintent information*/
.section-main-paitent {
  width: 100%;
  margin: 0 auto !important;
  padding: 0px 10vw;
}
.grid {
  display: grid;
  gap: 2.5rem;
  border-top: 1px solid #d1d5db;
}

.card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #d1d5db;
}

@media (min-width: 768px) {
  .card {
    flex-direction: row;
    gap: 2rem;
  }
}

.card img {
  width: 100%;
  max-width: 300px;
  height: 250px;
  object-fit: cover;
  border-radius: 0.5rem;
}

.card .content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.card .content h3 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #1f2937;
}

.card .content p {
  color: #374151;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.card a {
  display: inline-flex;
  align-items: center;
  color: #2563eb;
  font-weight: 500;
  text-decoration: none;
  font-size: 0.95rem;
}

.card a:hover {
  text-decoration: none;
}

.card a::before {
  content: "📄 ";
  margin-right: 0.5rem;
}

/*paintent information layout*/
/*h1 conetnt heaidng mai*/

/* Container */
.ortho-container {
  width: 100%;
  max-width: 100%; /* Limits content width for better readability */
  margin: 0 auto;
  padding: 2vw 5vw;
  background-color: #f9f9f9;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

/* Main Title */
.ortho-title-main {
  font-size: 2.2rem;
  color: #222;
  text-align: center;
  margin-bottom: 1rem;
}

/* Subtext */
.ortho-subtext {
  text-align: center;
  font-size: 1.1rem;
  color: #555;
  margin-bottom: 2rem;
}

/* Section Headings */
.ortho-heading-why,
.ortho-heading-treatments,
.ortho-heading-safe {
  font-size: 1.5rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #007bff;
}

/* Lists */
.ortho-list-why,
.ortho-list-treatments {
  padding-left: 1.2rem;
  margin-bottom: 1.5rem;
}

.ortho-list-item {
  margin-bottom: 0.8rem;
  color: #333;
}

/* CTA Box */
.ortho-cta {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  margin: 2rem 0;
  font-size: 1.1rem;
}

/* CTA Button */
.ortho-btn-book {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.7rem 1.4rem;
  background-color: #28a745;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
}

.ortho-btn-book:hover {
  background-color: #218838;
}

/* Description */
.ortho-description {
  color: #555;
  margin-bottom: 1.5rem;
}

/* Patient Review */
.ortho-patient-review-label {
  font-weight: bold;
  margin-top: 2rem;
  color: #444;
}

.ortho-patient-review {
  background-color: #f1f3f5;
  border-left: 4px solid #007bff;
  padding: 1rem;
  border-radius: 8px;
  font-style: italic;
  color: #333;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .ortho-title-main {
    font-size: 1.8rem;
  }

  .ortho-heading-why,
  .ortho-heading-treatments,
  .ortho-heading-safe {
    font-size: 1.3rem;
  }
}
