/* =============================
   GLOBAL TYPOGRAPHY
============================= */
body {
  font-family: "Poppins", sans-serif;
  color: #1C1C1C;
  overflow-x: hidden;
}

.subtitle {
  color: #145C52;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.section-desc {
  font-size: 18px;
  color: #555;
  max-width: 760px;
  margin: 0 auto;
  line-height: 1.6;
}

/* =============================
   WHY CHOOSE SHIFA
============================= */
/* =============================
   WHY CHOOSE SHIFA (FIXED)
============================= */
.why-choose-shifa {
  background: #fff;
  padding: 50px 0;
}

.why-choose-shifa .subtitle {
  color: #145C52;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.why-choose-shifa .section-title {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}

.why-choose-shifa .section-desc {
  font-size: 18px;
  color: #555;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.6;
}

.choose-card {
  background: #E9F5F0;
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 25px 30px;
  height: 200px;
  box-shadow: 0 5px 12px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.choose-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.choose-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255,255,255,0.2) 0%, transparent 100%);
  pointer-events: none;
}

.icon-wrapper {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
  margin-right: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}

.text-wrapper {
  flex: 1;
}

.text-wrapper h5 {
  font-size: 20px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 8px;
}

.text-wrapper p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive layout */
@media (max-width: 991px) {
  .choose-card {
    flex-direction: column;
    height: auto;
    text-align: center;
    padding: 25px;
  }

  .icon-wrapper {
    margin: 0 0 15px 0;
  }

  .text-wrapper p {
    font-size: 16px;
  }
}


/* =============================
   TESTIMONIALS
============================= */
.testimonials-section {
  background: #E9F5F0;
  padding: 100px 0;
}

.testimonial-card {
  background: #fff;
  border-radius: 24px;
  padding: 35px;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.profile-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.name {
  font-size: 18px;
  font-weight: 600;
  color: #145C52;
}

.location {
  font-size: 14px;
  color: #888;
}

.treatment {
  font-size: 15px;
  color: #333;
  margin-bottom: 10px;
}

.feedback {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
}

/* Swiper Pagination & Navigation */
.swiper-pagination {
  margin-top: 30px;
}

.swiper-pagination-bullet {
  background: #C9D3D0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #145C52;
}

.swiper-button-next,
.swiper-button-prev {
  color: #145C52;
  background: #fff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 18px;
  font-weight: 700;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: #145C52;
  color: #fff;
  transform: scale(1.05);
}

/* AOS smoothness */
[data-aos] {
  transition-property: transform, opacity;
  transition-timing-function: ease-in-out;
}
/* =============================
   ABOUT SHIFA
============================= */
.about-shifa {
  background: #fff;
  padding: 100px 0;
}

.about-shifa .section-title {
  font-size: 34px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 15px;
}

.about-shifa .section-desc {
  color: #555;
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.about-card {
  background: #E9F5F0;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 25px;
  width: 362px;
  height: 241px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  text-align: left;
  margin: 0 auto;
}

.about-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.about-icon {
  background: #145C52;
  color: #fff;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.about-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 8px;
}

.about-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

.about-img {
  border-radius: 16px;
  max-width: 498px;
  height: auto;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}

/* Responsive */
@media (max-width: 991px) {
  .about-shifa {
    text-align: center;
  }

  .about-card {
    width: 100%;
    height: auto;
    justify-content: center;
    text-align: left;
  }

  .about-img {
    margin-top: 40px;
    max-width: 100%;
  }
}
/* =============================
   THE SHIFA JOURNEY
============================= */
.shifa-journey {
  background: #E9F5F0;
  padding: 100px 0;
  position: relative;
}

.subtitle {
  font-size: 18px;
  color: #145C52;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.section-title {
  font-size: 42px;
  font-weight: 700;
  color: #1C1C1C;
  margin-bottom: 20px;
}

.section-desc {
  font-size: 18px;
  color: #555;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

.journey-timeline {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

/* Central vertical line */
.journey-timeline::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #B7D7C7;
  z-index: 1;
}

.journey-step {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  z-index: 2;
}

/* Alternate sides for desktop */
.journey-step:nth-child(odd) {
  justify-content: flex-start;
  text-align: left;
}

.journey-step:nth-child(even) {
  justify-content: flex-end;
  text-align: right;
}

.step-number {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  background: #145C52;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  z-index: 3;
  border: 4px solid #E9F5F0;
}

.journey-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  width: 45%;
  box-shadow: 0 5px 25px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  border-left: 4px solid #145C52;
}

.journey-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 35px rgba(0,0,0,0.12);
}

.journey-card h3 {
  font-size: 22px;
  font-weight: 600;
  color: #1C1C1C;
  margin-bottom: 12px;
}

.journey-card p {
  font-size: 16px;
  color: #555;
  margin: 0;
  line-height: 1.6;
}

/* Responsive layout */
@media (max-width: 768px) {
  .shifa-journey {
    padding: 60px 0;
  }

  .section-title {
    font-size: 32px;
  }

  .section-desc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .journey-timeline::before {
    left: 30px;
  }

  .journey-step {
    justify-content: flex-start !important;
    text-align: left !important;
    margin-bottom: 50px;
    padding-left: 80px;
  }

  .step-number {
    left: 30px;
    transform: none;
    width: 50px;
    height: 50px;
    font-size: 18px;
  }

  .journey-card {
    width: 100%;
    padding: 25px;
  }

  .journey-card h3 {
    font-size: 20px;
  }

  .journey-card p {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .section-title {
    font-size: 28px;
  }

  .journey-step {
    padding-left: 70px;
  }

  .step-number {
    width: 45px;
    height: 45px;
    font-size: 16px;
    left: 25px;
  }

  .journey-card {
    padding: 20px;
  }
}

/* === CTA Section === */
.cta-section {
  padding: 5rem 0;
  text-align: center;
  color: white;
}


.cta-btn {
  background-color: white;
  color: #145C52;
  border: none;
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #145C52;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.cta-btn:hover {
  background-color: #145C52;;
  color: white;
  transform: translateY(-3px);
}

/* === contact-cta-section Section === */
.contact-cta-section {
  background:
    linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
    url('../img/bg43534.webp') no-repeat center bottom / cover;
  padding: 6rem 0;
  text-align: center;
  color: white;
  min-height: 25rem;
}
.contact-cta-sectio::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.45); /* darkness level */
    z-index: 1;
}

.contact-cta-section h2 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
      color: #ffffff;
}

.contact-cta-btn {
  background-color: white;
  color: #145C52;
  border: none;
  padding: 0.8rem 2rem;
  font-weight: 600;
  border-radius: 50px;
  border: 1px solid #145C52;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.contact-cta-btn:hover {
 background-color: #145C52;;
  color: white;
  transform: translateY(-3px);
}


.slider-btn {
    background: linear-gradient(90deg, #145c52 0%, #1e9d67 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 26px;
    font-weight: 500;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.25), 0 2px 6px rgba(20, 92, 82, 0.25);
    align-self: center;
}

@media (max-width: 768px) {

 .contact-cta-section h2 {
  font-size: 2.1rem;
}
}
@media (max-width: 540px) {

.contact-cta-btn {
    padding: 10px;
}
}

@media (max-width: 375px) {

    .slider1-button{
        width:60% !important;
    }
    .slider2-button{
         width:90% !important;
    }
    .slider3-button{
         width:81% !important;
    }
}

@media (max-width: 500px) {

    .slider1-button{
        width:55% !important;
    }
    .slider2-button{
         width:90% !important;
    }
    .slider3-button{
         width:75% !important;
    }
}
