@charset "UTF-8";
:export {
  primaryMidnight500: #1A1A1A;
  primaryWhite100: #FAF6EF;
  primaryGray500: #003366;
  primaryAmber400: #E6C47C;
}

@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Public Sans";
  src: url("../fonts/PublicSans-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraLightItalic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-ExtraBoldItalic.ttf") format("truetype");
  font-weight: 800;
  font-style: italic;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/poppins/Poppins-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/**
 * Use opacity + slight upward motion on load (opacity: 0 → 1; translateY(10px → 0))
 */
/**
 * Creates a short underline animation (width: 0 → 40px)
 * Adds a subtle gold motion cue under headings
 */
.testimonial-wrapper {
  background: #FFFCF8;
}

.testimonial-cmp {
  position: relative;
  width: 100%;
  height: 396px;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  width: auto;
  overflow: visible;
  width: 100%;
  max-width: none;
  overflow: visible;
}
@media (max-width: 480px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp:not(.full-width) {
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }
}

.testimonial-cmp__container {
  position: relative;
  height: 100%;
}

.testimonial-cmp__slide {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease;
}

.testimonial-cmp__slide__card {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 8px;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 12px;
  width: calc(85% - 256px);
  z-index: 2;
  text-align: center;
}

.testimonial-cmp__slide__card__img {
  width: 120px;
  height: 120px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  padding: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(244, 244, 244);
  border-image: initial;
  margin: 0 auto;
}

.testimonial-cmp__slide__card__desc p {
  color: rgb(132, 132, 132);
  opacity: 0;
  transform: translateY(10px);
  animation: fadeInUp 1s ease-out forwards;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__desc p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.testimonial-cmp__slide__card__author h4 {
  color: rgb(34, 34, 34);
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__author h4 {
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.testimonial-cmp__slide__card__author p {
  color: #E6C47C;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1025px) and (max-width: 1439px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}
@media (min-width: 1440px) {
  .testimonial-cmp__slide__card__author p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Poppins", sans-serif;
    margin: 0;
  }
}

.testimonial-cmp__slide--active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}

.testimonial-cmp__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.testimonial-cmp__slide img:hover {
  border: 2px solid transparent;
  background: linear-gradient(white, white) padding-box, linear-gradient(90deg, #E6C47C, #F7DCA5) border-box;
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.testimonial-cmp__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  color: #999999;
  border: none;
  font-size: 2rem;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 10;
}

.testimonial-cmp__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #FAF6EF;
  border: 1px solid #FAF6EF;
  color: #999999;
  font-size: 2rem;
  padding: 4px 10px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease;
}
.testimonial-cmp__arrow:hover {
  background-color: #E6C47C;
}
.testimonial-cmp__arrow svg {
  transition: fill 0.3s ease;
}
.testimonial-cmp__arrow:hover svg {
  fill: #fff;
}
.testimonial-cmp__arrow--left {
  left: 128px;
}
.testimonial-cmp__arrow--right {
  right: 128px;
}

@media (max-width: 480px) {
  .testimonial-cmp {
    height: 480px;
  }
  .testimonial-cmp__slide__card {
    width: 100%;
    top: 50%;
    gap: 24px;
    transform: translate(-50%, -50%);
  }
  .testimonial-cmp__arrow {
    display: none;
  }
  .testimonial-cmp__arrow--left {
    top: 40px;
    left: calc(100% - 102px);
  }
  .testimonial-cmp__arrow--right {
    top: 40px;
    right: 0;
    left: calc(100% - 48px);
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .testimonial-cmp {
    height: 480px;
  }
  .testimonial-cmp__slide__card {
    width: 100%;
    top: 50%;
    gap: 24px;
    transform: translate(-50%, -50%);
  }
  .testimonial-cmp__arrow--left {
    top: 40px;
    left: calc(100% - 102px);
  }
  .testimonial-cmp__arrow--right {
    top: 40px;
    right: 0;
    left: calc(100% - 48px);
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .testimonial-cmp {
    height: 384px;
  }
  .testimonial-cmp__slide__card {
    width: calc(90% - 16px);
  }
  .testimonial-cmp__arrow--left {
    left: 0;
  }
  .testimonial-cmp__arrow--right {
    right: 0;
  }
}
/*# sourceMappingURL=testimonial.min.css.map */
