
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}
/* ================= TESTIMONIAL SECTION ================= */
.testimonial-section {
  width: 100%;
  background: #dee5df;
  display: flex;
  justify-content: center;
  padding: 50px 20px;
}

/* ================= CARD WRAPPER ================= */
.testimonial-wrapper {
  position: relative;
  width: 100%;
  max-width: 1200px; /* increased wrapper width */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

/* ================= CARD ================= */
.testimonial-card {
  display: none;
  flex-direction: row;
  width: 100%;
  height: 500px;
  background: #e9ddd6;
  border-radius: 16px;
  padding: 0; /* remove inner padding to allow full split */
  position: relative;
  overflow: visible;
  animation: fadeSlide 0.8s ease;
}

.testimonial-card.active {
  display: flex;
}

@keyframes fadeSlide {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}



.image-wrap {
  position: absolute; /* allows image to overlap top-left */
  top: -20px;        /* moved 30px down from previous -50px */
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 400px;
  max-height: 400px;
  z-index: 10;
}

.image-wrap img {
  width: 150%;
  height: 120%;
  object-fit: cover;
  border-radius: 0 20px 0 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);

}



/* ================= RIGHT CONTENT (50%) ================= */


.testimonial_title {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 5px;
    color: #003324;
    text-transform: uppercase;
    line-height: 1;
    font-family: 'League Spartan';
    font-weight: 800;
    font-size: 1.7em;
	text-align: left;
}

.stars {
  display: inline-flex;
  gap: 6px;
  background: #fff;
  padding: 5px 16px;
  border-radius: 30px;
  margin-bottom: 20px;
  width: fit-content;
  text-align:left;
}

.stars span {
  color: #f6b800;
  font-size: 1.2rem;
}

.left {
  flex: 1;
  position: relative;
  overflow: visible;
  z-index: 1; /* keep image behind right content */
}

.right {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 30; /* ensure content is above the image */

}

.message-box {
  position: relative;
  background: #f5f3f2;
  border-radius: 15px;
  padding: 20px 25px;
  color: #003324;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 100%;
  left: -50px;
  z-index: 40; /* higher than .right and .left */
  overflow: visible;
}

.message-box::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #f5f3f2;
  top: 50%;
  left: -9px;
  transform: translateY(-50%) rotate(45deg);
  box-shadow: -2px 2px 2px rgba(0,0,0,0.05);
  z-index: 16;
  border-radius: 2px;
}

.name {
  font-family: 'Great Vibes', cursive;
  font-size: 2rem;
  color: #003324;
}

.profession {
  color: #003324;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 992px) {
  .testimonial-card {
    flex-direction: column;
    height: auto;
  }

  .left, .right {
    width: 100%;
    flex: unset;
  }

  .image-wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 90%;
    height: 300px;
    margin: 0 auto 20px auto;
  }

  .image-wrap img {
    width: 100%;
    height: 100%;
    border-radius: 0 20px 0 20px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
  }

  .right {
    padding: 20px 0;
    text-align: center;
  }

  .message-box {
    margin-left: 0;
    margin-top: 20px;
  }

  .message-box::before {
    top: -10px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg);
  }
}