/* Testimonials Wrapper */
.cms-testimonials-wrap { padding: 8rem 0; position: relative; z-index: 1; background: #f6f6f6;}
.cms-testimonials-wrap .container { max-width: 75rem; display: flex; flex-wrap: wrap; justify-content: center; }
.cms-testimonials-wrap .testimonials-swiper-wrap { position: relative; }

/* Testimonials Swiper */
.testimonials-swiper { width: 100%; max-width: 75rem; }
.testimonials-controls { height: 3.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 14rem; margin: auto; position: relative; z-index: 1; }
.testimonials-controls .testimonials-btn-next,
.testimonials-controls .testimonials-btn-prev { width: 3.125rem; height: 3.125rem; margin: auto; position: relative; top: auto; right: auto; left: auto; background: transparent; border-radius: 50vw; box-shadow: none; color: hsl(var(--siteColor1)); transition: all 0.4s ease-in-out; }
.testimonials-controls .testimonials-btn-next:hover,
.testimonials-controls .testimonials-btn-prev:hover { background: hsl(var(--siteColor1)); box-shadow: var(--dropShadow); color: hsl(var(--white)); }
.testimonials-controls .testimonials-btn-next:focus,
.testimonials-controls .testimonials-btn-prev:focus { outline: none; box-shadow: var(--focusShadow); }
.testimonials-controls .testimonials-btn-next:after,
.testimonials-controls .testimonials-btn-prev:after { display: none; }
.testimonials-controls .testimonials-btn-next .icon,
.testimonials-controls .testimonials-btn-prev .icon { width: 1.75rem; height: 1.75rem; color: inherit; }
.testimonials-controls .testimonials-pagination { display: flex; align-items: center; position: relative; top: auto; right: auto; left: auto; justify-content: center; }

/* Testimonial Blocks */
.testimonial-block { overflow: hidden; display: block; position: relative; padding: 0 1rem 1rem; }
.testimonial-block blockquote { width: 100%; position: relative; margin: 1.5rem 0; padding: 2.5rem 2rem; box-shadow: var(--dropShadow); color: hsl(var(--bodyFontColor)); line-height: 2; }
.testimonial-block blockquote:after { content: ''; width: 0; height: 0; position: absolute; top: calc(100% - 0.0625rem); left: 3.5rem; border-style: solid; border-width: 0.625rem 0.625rem 0 0.625rem; border-color: hsl(var(--white)) transparent transparent transparent; }
.testimonial-block blockquote .icon-open-quote,
.testimonial-block blockquote .icon-end-quote { width: 2.5rem; height: 2.5rem; position: absolute; color: hsl(var(--lightGray)); }
.testimonial-block blockquote .icon-open-quote { top: 0.75rem; left: 1rem; }
.testimonial-block blockquote .icon-end-quote { right: 1rem; bottom: 0.75rem; }
.testimonial-block blockquote p:only-child,
.testimonial-block blockquote p:last-child { margin-bottom: 0; }
.testimonial-block .testimonial-signature { margin: 0; padding-left: 2.5rem; font-family: var(--siteFont1), sans-serif; font-size: 1.1rem;  font-weight: 100; color: hsl(var(--bodyFontColor)); text-align: left; text-transform: capitalize; }
@media (min-width: 768px) {
  .testimonial-block blockquote { padding: 2.5rem; }
}

/* === Layout Options === */
/* ====================== */
/* Home Option 1 */
.cms-testimonials-option-1 { --testimonialsImgWidth: 35rem; }
.cms-testimonials-option-1 .container { flex-direction: column; justify-content: center; align-items: center; }
.cms-testimonials-option-1 .testimonials-img-wrap { order: 1; flex-shrink: 0; aspect-ratio: 1 / 1; width: 100%; max-width: var(--testimonialsImgWidth); padding: 0.875rem; }
.cms-testimonials-option-1 .testimonials-img { object-fit: cover; width: 100%; height: 100%; border-radius: inherit; }
.cms-testimonials-option-1 .title-wrap { display: flex; flex-wrap: wrap; align-items: center; }
.cms-testimonials-option-1 .title-wrap .title { margin: 0 2rem 0 0; font-size: 2rem; color: hsl(var(--siteColor1)); text-transform: initial;}
.cms-testimonials-option-1 .title-wrap .subtitle { margin: 0; font-size: 1.5rem; color: hsl(var(--gray40)); text-transform: capitalize; }
.cms-testimonials-option-1 .testimonials-swiper-wrap { order: 2; width: 100%; padding-top: 2.5rem; }
.cms-testimonials-option-1 .testimonials-swiper-container { width: 100%; }
.cms-testimonials-option-1 .testimonials-swiper { max-width: unset; margin: 0; }
.cms-testimonials-option-1 .testimonials-controls .testimonials-pagination { display: none; }
.cms-testimonials-option-1 .testimonial-block { padding: 0; }
.cms-testimonials-option-1 .testimonial-block blockquote { margin: 2rem 0; padding: 0; box-shadow: none; }
.cms-testimonials-option-1 .testimonial-block blockquote:after { display: none; }
.cms-testimonials-option-1 .testimonial-block .testimonial-signature { padding: 0; color: hsl(var(--siteColor2)); }
@media (min-width: 1025px) {
  .cms-testimonials-option-1 { --testimonialsImgWidth: 28rem; padding: 5rem 0; }
  .cms-testimonials-option-1 .container { flex-direction: row; }
  .cms-testimonials-option-1 .testimonials-controls { margin: 3rem auto 0; }
  .cms-testimonials-option-1 .testimonials-img-wrap { order: 2; }
  .cms-testimonials-option-1 .testimonials-swiper-wrap { order: 1; flex-basis: calc(100% - var(--testimonialsImgWidth)); max-width: calc(100% - var(--testimonialsImgWidth)); padding-top: 0; padding-right: 3rem; }
}
@media (min-width: 1400px) {
  .cms-testimonials-option-1 { --testimonialsImgWidth: 35rem; }
  .cms-testimonials-option-1 .testimonials-swiper-wrap { padding-right: 5rem; }
}

/* Home Option 2 */
.cms-testimonials-option-2 .container { max-width: 70rem; flex-direction: column; align-items: center; padding: 0; }
.cms-testimonials-option-2 .title-wrap { max-width: 75%; margin-right: auto; margin-left: auto; position: relative; z-index: 2; }
.cms-testimonials-option-2 .title-wrap .title { font-size: var(--titleFontSize3); font-weight: var(--wBold); text-align: center; }
.cms-testimonials-option-2 .title-wrap .subtitle { font-size: var(--titleFontSize5); }
.cms-testimonials-option-2 .testimonials-swiper-wrap { width: 100%; position: relative; padding: 3rem; background-size: cover; }
.cms-testimonials-option-2 .testimonials-swiper-wrap:before { content: ""; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; border-radius: var(--borderRadiusMD); }
.cms-testimonials-option-2 .testimonials-swiper-wrap:after { content: ""; width: 100vw; height: 75%; position: absolute; inset: 50%; z-index: -1; transform: translate(-50%, -50%); background-size: auto; border-radius: var(--borderRadiusMD); }
.cms-testimonials-option-2 .testimonials-swiper-container { width: 100%; padding-top: 2rem; }
.cms-testimonials-option-2 .testimonial-block { padding: 0; color: inherit; }
.cms-testimonials-option-2 .testimonial-block blockquote { margin: 2rem 0 3rem; padding: 0; background: transparent; box-shadow: none; color: inherit; font-weight: var(--wBold); text-align: center; }
.cms-testimonials-option-2 .testimonial-block blockquote:after { display: none; }
.cms-testimonials-option-2 .testimonial-block .testimonial-signature { padding: 0; color: inherit; text-align: center; }
.cms-testimonials-option-2 .testimonials-controls { position: relative; margin-top: 0rem; }
@media (min-width: 1025px) {
  .cms-testimonials-option-2 .title-wrap { margin-bottom: 2rem; }
  .cms-testimonials-option-2 .testimonials-swiper-wrap { padding: 0rem 10rem; }
  .cms-testimonials-option-2 .testimonial-block { font-size: 1.125rem; }
  .cms-testimonials-option-2 .testimonial-block .testimonial-signature { font-size: 1.75rem; }
}

/* Home Option 3 */
.cms-testimonials-option-3 { margin: 3rem 0; padding: 5rem 0; background: hsl(var(--siteColor1)) url('/images/layout/testimonials-bg-option-3.jpg') no-repeat center center; background-size: cover; color: hsl(var(--white)); }
.cms-testimonials-option-3:before { content: ""; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; background: hsla(var(--siteColor1), 85%); }
.cms-testimonials-option-3 .container { max-width: 75rem; z-index: 2; }
.cms-testimonials-option-3 .title-wrap { max-width: 100%; flex-basis: 100%; letter-spacing: 0.125rem; font-weight: var(--wMedium); }
.cms-testimonials-option-3 .title-wrap .title { margin-bottom: 1.5rem; font-size: var(--titleFontSize3); }
.cms-testimonials-option-3 .title-wrap .subtitle { font-size: 1rem; color: inherit; font-weight: var(--wBold); }
.cms-testimonials-option-3 .testimonials-swiper-wrap { width: 100%; display: flex; flex-wrap: wrap; }
.cms-testimonials-option-3 .testimonials-swiper-container { width: 100%; }
.cms-testimonials-option-3 .testimonial-block { padding: 0; color: inherit; }
.cms-testimonials-option-3 .testimonial-block blockquote { margin: 2rem 0; padding: 0; background: transparent; box-shadow: none; color: inherit; font-weight: var(--wBold); font-style: italic; text-align: center; }
.cms-testimonials-option-3 .testimonial-block blockquote:after { display: none; }
.cms-testimonials-option-3 .testimonial-block .testimonial-signature { padding: 0; color: inherit; text-align: center; }
.cms-testimonials-option-3 .testimonials-controls .testimonials-btn-next,
.cms-testimonials-option-3 .testimonials-controls .testimonials-btn-prev { color: hsl(var(--white)); }
.cms-testimonials-option-3 .testimonials-controls .testimonials-btn-next:hover,
.cms-testimonials-option-3 .testimonials-controls .testimonials-btn-prev:hover { background: hsl(var(--white)); color: hsl(var(--siteColor1)); }
.cms-testimonials-option-3 .testimonials-controls .testimonials-pagination .swiper-pagination-bullet { background: hsla(var(--white), 50%); }
.cms-testimonials-option-3 .testimonials-controls .testimonials-pagination .swiper-pagination-bullet-active { background: hsl(var(--white)); }
@media (min-width: 1025px) {
  .cms-testimonials-option-3 .testimonials-swiper-container { max-width: 50%; flex-basis: 50%; padding-left: 3rem; }
  .cms-testimonials-option-3 .title-wrap { max-width: 50%; flex-basis: 50%; display: flex; flex-direction: column; justify-content: center; padding-right: 3rem; position: relative; }
  .cms-testimonials-option-3 .title-wrap:after { content: ""; display: block; height: 100%; position: absolute; top: 0; left: 100%; border-right: 0.0625rem solid hsla(var(--white), 50%); }
}
@media (min-width: 1400px) {
  .cms-testimonials-option-3 .testimonials-swiper-container { padding-left: 5rem; }
}

/* Testimonial List Blocks */
.testimonial-item-block { margin-bottom: 2rem; padding: 0; }
.testimonial-item-block blockquote { margin: 0; padding: 2.25rem 1.5rem 2.25rem 3rem; background: hsl(var(--white)); border-left: 0.125rem hsla(var(--siteColor1), 0.25) solid; border-radius: 0; box-shadow: none; color: hsl(var(--bodyFontColor)); }
.testimonial-item-block blockquote:after { display: none; border-color: hsl(0, 0%, 95%) transparent transparent transparent; }
.testimonial-item-block .testimonial-signature { font-size: var(--titleFontSize6); color: hsl(var(--bodyFontColor)); text-shadow: none; }
.testimonial-item-block blockquote .icon-open-quote,
.testimonial-item-block blockquote .icon-end-quote { width: 1.5rem; height: 1.5rem; }
.testimonial-item-block blockquote .icon-end-quote { display: none; }

/* Sidebar Options - Default Look Only */
.cms-testimonials-sidebar-wrap { padding: 2rem 0 0; }
@media (min-width: 992px) {
  /* List Block Styles */
  .cms-testimonials-sidebar-wrap { padding: 0; }
  .cms-testimonials-sidebar-wrap .testimonial-item-block blockquote { padding: 2.25rem 1.5rem 1rem; }
  .cms-testimonials-sidebar-wrap .testimonial-item-block blockquote .icon-open-quote,
  .cms-testimonials-sidebar-wrap .testimonial-item-block blockquote .icon-end-quote { width: 1.125rem; height: 1.125rem; top: 0.5rem; left: 0.75rem; }
  .cms-testimonials-sidebar-wrap .testimonial-item-block .testimonial-signature { padding-left: 1.5rem; }
  /* Carousel Styles */
  .cms-testimonials-sidebar-wrap .testimonial-block blockquote { padding: 2rem 1.5rem; }
}


/* === SECTION STYLING === */
.cms-testimonials-wrap.cms-testimonials-option-2 { position: relative; display: flex; justify-content: center; align-items: center; background: url(/images/layout/Stay-Texas-Testimonials-BG.jpg); min-height: 80vh; padding: 60px 15px; overflow: hidden; z-index: 1; background-position: bottom; }

.testimonials-swiper-wrap .circles {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.testimonials-swiper-wrap .circles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 20px;
  height: 20px;
  background: linear-gradient(225deg, #ff3cac, #784ba0 50%, #2b86c5);
  animation: animate 25s linear infinite;
  bottom: -150px;
  border-radius: 50%;
  opacity: 0.6;
}

/* Different size/position/timing */
.testimonials-swiper-wrap .circles li:nth-child(1) { left: 25%; width: 80px; height: 80px; animation-delay: 0s; }
.testimonials-swiper-wrap .circles li:nth-child(2) { left: 10%; width: 20px; height: 20px; animation-delay: 2s; animation-duration: 12s; }
.testimonials-swiper-wrap .circles li:nth-child(3) { left: 70%; width: 20px; height: 20px; animation-delay: 4s; }
.testimonials-swiper-wrap .circles li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s; }
.testimonials-swiper-wrap .circles li:nth-child(5) { left: 65%; width: 20px; height: 20px; animation-delay: 0s; }
.testimonials-swiper-wrap .circles li:nth-child(6) { left: 75%; width: 110px; height: 110px; animation-delay: 3s; }
.testimonials-swiper-wrap .circles li:nth-child(7) { left: 35%; width: 150px; height: 150px; animation-delay: 7s; }
.testimonials-swiper-wrap .circles li:nth-child(8) { left: 50%; width: 25px; height: 25px; animation-delay: 15s; animation-duration: 45s; }
.testimonials-swiper-wrap .circles li:nth-child(9) { left: 20%; width: 15px; height: 15px; animation-delay: 2s; animation-duration: 35s; }
.testimonials-swiper-wrap .circles li:nth-child(10){ left: 85%; width: 150px; height: 150px; animation-delay: 0s; animation-duration: 11s; }

@keyframes animate {
  0%   { transform: translateY(0) rotate(0deg); opacity: 1; border-radius: 0; }
  100% { transform: translateY(-1000px) rotate(720deg); opacity: 0; border-radius: 50%; }
}

/* === CARD STYLING === */
.testimonials-swiper-container .testimonials-swiper {
  height: 400px;
  padding: 50px 0;
  overflow: visible;
  z-index: 10;
}

.testimonials-swiper .swiper-slide {
  position: relative;
  background: hsl(var(--white));
  border-radius: 10px;
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  padding: 40px 20px;
  color: hsl(var(--black));
  text-align: center;
  user-select: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.testimonial-block blockquote p {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 500;
  color: hsl(var(--black));
  margin-bottom: 25px;
}

.testimonial-signature {
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: var(--siteFont1);
}

/* === TITLE === */
.testimonials-swiper-wrap .title-wrap .title {
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 2rem;
}

/* Optional navigation tweaks */
.testimonials-controls {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
  z-index: 20;
  position: relative;
}

.testimonials-btn-prev,
.testimonials-btn-next {
  color: white;
  background-color: rgba(255,255,255,0.2);
  padding: 10px;
  border-radius: 50%;
  transition: 0.3s ease;
}
.testimonials-btn-prev:hover,
.testimonials-btn-next:hover {
  background-color: rgba(255,255,255,0.4);
}

/* Responsive override */
@media (max-width: 600px) {
  .testimonials-swiper-container .testimonials-swiper {
    width: 90%;
    height: auto;
  }
}

.cms-testimonials-wrap.cms-testimonials-option-2::after { content: ''; width: 100%; background: hsla(var(--siteColor1), 70%); z-index: -1; height: 100%; position: absolute; }
.swiper-cards .swiper-slide { overflow: visible; }
img.testimonial-img { width: 115px; height: 115px; position: absolute; top: -70px; align-self: center; }
.swiper-slide.swiper-slide-visible.swiper-slide-active .testimonial-img { display: block !important; }
.cms-testimonials-wrap.cms-testimonials-option-2 .quote-left,
.cms-testimonials-wrap.cms-testimonials-option-2 .quote-right { color: hsl(var(--white)); width: 60px; position: absolute; }
.cms-testimonials-wrap.cms-testimonials-option-2 .quote-right { right: 0; bottom: 0; }
.cms-testimonials-wrap.cms-testimonials-option-2 .quote-left { left: 0; }
.swiper-pagination-clickable .swiper-pagination-bullet { border: 1px solid #fff; background: transparent; }
span.swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: #fff; }