/* Testimonials Wrapper */
.cms-testimonials-wrap { padding: 3rem 0; position: relative; z-index: 1 }
.cms-testimonials-wrap .container { max-width: 100rem; display: flex; flex-wrap: wrap; justify-content: center; }
.cms-testimonials-wrap .testimonials-swiper-wrap { position: relative; }
/* Testimonials Swiper */
.testimonials-swiper { width: 100%; max-width: 100%; }
.testimonials-controls { height: 3.25rem; display: flex; flex-wrap: wrap; justify-content: space-between; width: 100%; max-width: 25rem; margin: auto; position: relative; z-index: 1; }
.testimonials-controls .testimonials-btn-next, .testimonials-controls .testimonials-btn-prev { display: none; 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; }
/* 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; text-align: center; color: hsl(var(--bodyFontColor)); font-family: var(--siteFont1); font-size: 34px; font-style: normal; font-weight: 400; line-height: 40px; letter-spacing: -0.674px; }
.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; font-family: var(--siteFont2), sans-serif; color: hsl(var(--bodyFontColor)); text-align: center; text-transform: capitalize; font-size: var(--Paragraph-Regular, 16px); font-style: normal; font-weight: 500; line-height: var(--Paragraph-Regular---Leading, 22px); }
/* === 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; background: hsl(var(--siteColor6)); border-radius: var(--borderRadiusCircle); }
.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: var(--titleFontSize3); color: hsl(var(--siteColor1)); }
.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)); text-align: center; }
@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: 1rem 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 { color: hsl(var(--white)); }
.cms-testimonials-option-2 .container { max-width: 85rem; 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: hsl(var(--siteColor2)) url('/images/layout/testimonials-bg-option-2.jpg') no-repeat center center; background-size: cover; }
.cms-testimonials-option-2 .testimonials-swiper-wrap:before { content: ""; width: 100%; height: 100%; position: absolute; inset: 0; z-index: 1; background: hsla(var(--siteColor1), 50%); 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: hsl(var(--siteColor6)) url('/images/layout/testimonials-bg-pattern-white.png') repeat center center; background-size: auto; border-radius: var(--borderRadiusMD); }
.cms-testimonials-option-2 .testimonials-swiper-container { width: 100%; }
.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; font-weight: var(--wBold); }
.cms-testimonials-option-2 .testimonials-controls { position: relative; margin-top: 2rem; }
@media (min-width: 1025px) {
.cms-testimonials-option-2 .title-wrap { margin-bottom: 3rem; }
.cms-testimonials-option-2 .testimonials-swiper-wrap { padding: 8rem 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-item-block { margin-bottom: 2rem; padding: 0; }
.testimonial-item-block blockquote { margin: 0; padding: 2.25rem 1.5rem 2.25rem 3rem; text-align: center; 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; }
.cms-testimonials-sidebar-wrap { padding: 2rem 0 0; }
@media (min-width: 992px) {
.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; }
.cms-testimonials-sidebar-wrap .testimonial-block blockquote { padding: 2rem 1.5rem; }
}
#property-testimonial { background:hsl(var(--siteColor3)); padding:3.5rem 0; }
@media (min-width:992px) {
#property-testimonial { padding:5rem 0; margin: 0 0 4.3rem; }
}
.pt-card { background:transparent; border:0; min-height:347px; }
.pt-card-col { margin-bottom: 0; }
.pt-photo { flex: 0 0 50%; max-width: 50%; }
.pt-photo img { display: block; width: 100%; height: 100%; object-fit: cover; }
.pt-panel { flex: 1 1 auto; background: #233d3d; color: hsl(var(--white)); padding: 30px; display: flex; flex-direction: column; gap: 33px; justify-content: flex-start; min-height: 347px; }
.pt-panel-header { display: flex; flex-direction: column; gap: 5px; }
.pt-panel-cta { display: flex; flex-direction: column; gap: 20px; width: 100%; }
@media (min-width:992px) {
  .pt-card-col { padding-right: 40px !important; }
}
.pt-rating { display:flex; align-items:center; gap:5px; font-size:.875rem; opacity:.95; }
.pt-stars { letter-spacing:.25rem; font-size:.9rem; }
.pt-title { color:hsl(var(--white)); font-size: 34px; font-style: normal; font-weight: 400; line-height: 40px; letter-spacing: -0.674px; text-transform: capitalize; }
.pt-sub { color:hsl(var(--white)); font-size: 14px; line-height: 26px; }
.pt-features { display: flex; flex-direction: column; gap: 5px; margin: 0; width: 100%; }
.pt-features li { color: hsla(0, 0%, 89%, 1); margin-bottom: 0; font-size: var(--Paragraph-Regular, 16px); font-style: normal; font-weight: 500; line-height: var(--Paragraph-Regular---Leading, 22px); }
.pt-features img { filter: brightness(0) invert(1); }
.pt-bullet { display:inline-block; width:1.1rem; text-align:center; margin-right:.25rem; opacity:.9; }
.pt-cta { width: 100%; margin: 0; padding: 10px 20px; font-size: var(--Button---Size, 14px); font-style: normal; font-weight: 500; line-height: var(--Button---Leading, 20px); border-radius: 0; text-transform: capitalize; background: hsl(var(--siteColor3)); }
.pt-cta:hover { color:#111; }
.pt-cta-caret { margin-left:.35rem; display:inline-block; transform:translateY(-1px); }
.pt-note { color: hsla(0, 0%, 89%, 1); text-align: center; font-family: var(--siteFont2); font-size: var(--Paragraph-Regular, 16px); font-style: normal; font-weight: 500; line-height: var(--Paragraph-Regular---Leading, 22px); margin: 0; }
/* Stack on mobile */
@media (max-width:991.98px) {
  .pt-card { flex-direction:column; }
  .pt-card-col { padding-right: 0; }
  .pt-photo { max-width:100%; margin-bottom:0; }
  .pt-panel { margin-left:0; min-height:auto; gap: 40px; }
}
.pt-testimonials { position:relative; }
.pt-stars-row { text-align:center; letter-spacing:1.5rem; font-size:1.1rem; color:#8a877f; margin-bottom:1.25rem; }
.pt-swiper .swiper-slide blockquote { border:0; background:transparent; padding:0; margin:0 auto 1rem; font-size:1.125rem; line-height:1.9; max-width:46rem; }
.pt-swiper .swiper-slide blockquote p { margin-bottom:0; }
.pt-swiper .swiper-slide .testimonial-signature { font-size:.8125rem; text-align:center; margin-top:1.25rem; }
.pt-controls { margin-top:.75rem; justify-content:center; gap:1rem; }
.pt-pagination { position:relative; }
.pt-prev,.pt-next { width:2.5rem; height:2.5rem; border-radius:50%; background:transparent; border:1px solid #c8c4bb; }
.pt-prev:after,.pt-next:after { font-size:.9rem; color:#6e6a61; }
.pt-prev:hover,.pt-next:hover { background:#eae5db; }
.testimonials-pagination { position: relative; margin: .25rem .75rem; }
.testimonials-pagination .swiper-pagination-bullet { width: 6px; height: 6px; opacity: .4; }
.testimonials-pagination .swiper-pagination-bullet-active { opacity: 1; }
#property-testimonial .testimonials-pagination .swiper-pagination-bullet { cursor: pointer; }
#property-testimonial .testimonials-pagination .swiper-pagination-bullet-active,
#property-testimonial .testimonials-pagination .swiper-pagination-bullet-active-prev,
#property-testimonial .testimonials-pagination .swiper-pagination-bullet-active-next { transform: scale(1); opacity: 1; }
.pt-stars-row { text-align:center; margin-bottom:1rem; }
.pt-star { width:14px; height:14px; margin:0 .5rem; }
.pt-star use { color: hsl(var(--siteColor2)); }
.pt-sub .sep { display:inline-block; width:4px; height:4px; border-radius:50%; background:rgba(255,255,255,.65); margin:0 .5rem .2rem; }
.pt-features li { display:flex; align-items:flex-start; gap: 5px; }
.pt-dot { width:6px; height:6px; margin:.45rem .2rem 0 0; border-radius:50%; background:rgba(255,255,255,.9); flex:0 0 6px; }
.pt-caret { width:14px; height:14px; margin-left:.4rem; }
.pt-sub { color:hsl(var(--white)); font-size: 14px; font-style: normal; font-weight: 400; line-height: var(--h6---Leading, 26px); letter-spacing: -0.674px; }
.pt-sub .pt-sep { display:inline-flex; align-items:center; justify-content:center; width:auto; height:auto; margin:0 .45rem; vertical-align:middle; line-height:1; }
.pt-sub .pt-sep::before { content:"|"; color:rgba(255,255,255,.65); display:block; line-height:1; }
.card-testimonial-title use { color: hsl(var(--siteColor3)); }
