@charset "UTF-8";
/* -------- Section Wrapper -------- */
.client-reviews-section {
  position: relative;
  width: 100%;
  padding: 100px 0 100px;
  background-color: #000000;
  overflow: hidden;
  /* =========================================================
     Atmospheric glow behind the centered active testimonial card.
     Two layered pseudo-elements:
     - ::before — wide ambient gold/orange wash
     - ::after  — focused hot core directly behind active card
     Both clipped by section overflow: hidden.
     ========================================================= */
  /* Layer 1 — wide ambient warm wash (covers behind/around active card) */
  /* Layer 2 — focused hot core right behind the active center slide */ }
  .client-reviews-section::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(95vw, 1500px);
    height: 620px;
    transform: translate(-50%, -50%);
    background: radial-gradient(ellipse at center, rgba(252, 131, 2, 0.4) 0%, rgba(252, 131, 2, 0.22) 25%, rgba(252, 131, 2, 0.1) 45%, rgba(0, 0, 0, 0) 75%);
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
    will-change: transform; }
  @media (max-width: 991px) {
    .client-reviews-section::before {
      width: 92vw;
      height: 460px;
      filter: blur(55px); }
    .client-reviews-section::after {
      width: 65vw;
      height: 280px;
      filter: blur(35px); } }
  @media (max-width: 767px) {
    .client-reviews-section::before {
      width: 100vw;
      height: 340px;
      filter: blur(45px); }
    .client-reviews-section::after {
      width: 80vw;
      height: 220px;
      filter: blur(30px); } }
  .client-reviews-section .cr-title-sec {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .client-reviews-section .cr-title-sec {
        margin-bottom: 40px; } }
    @media (max-width: 579px) {
      .client-reviews-section .cr-title-sec {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 20px; } }
  .client-reviews-section .custom-container {
    position: relative;
    z-index: 1; }
  @media (max-width: 1679px) {
    .client-reviews-section {
      padding: 80px 0px; } }
  @media (max-width: 1481px) {
    .client-reviews-section {
      padding: 60px 0px; } }
  @media (max-width: 1199px) {
    .client-reviews-section {
      padding: 40px 0px; } }

/* =====================================================================
   Top Row — Heading (left) + Google badge (right)
   ===================================================================== */
.cr-top-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 56px; }
  @media (max-width: 991px) {
    .cr-top-row {
      flex-direction: column;
      align-items: stretch;
      gap: 20px;
      margin-bottom: 10px; } }

/* -------- Heading Block (left) -------- */
.cr-heading-block {
  max-width: 640px; }

.cr-label {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #D4A64A;
  margin-bottom: 14px; }
  @media (max-width: 767px) {
    .cr-label {
      font-size: 11px;
      margin-bottom: 10px; } }

.cr-title {
  font-family: "Montserrat", sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.15;
  color: #FFFFFF;
  margin: 0; }
  .cr-title .gradient-word {
    background: linear-gradient(101.54deg, #E8C068 0%, #B88736 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    display: inline;
    font-weight: 700; }
  @media (max-width: 1440px) {
    .cr-title {
      font-size: 44px; } }
  @media (max-width: 1199px) {
    .cr-title {
      font-size: 38px; } }
  @media (max-width: 991px) {
    .cr-title {
      font-size: 34px; } }
  @media (max-width: 767px) {
    .cr-title {
      font-size: 28px; } }

/* =====================================================================
   Google Review Floating Badge (top-right)
   ===================================================================== */
.cr-google-badge {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 10px 16px 10px 12px;
  border: 1px solid #413721;
  background: #080400;
  border-radius: 999px;
  box-shadow: 0 8px 28px -10px rgba(232, 192, 104, 0.25), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap; }
  .cr-google-badge:hover {
    border-color: rgba(232, 192, 113, 0.6);
    box-shadow: 0 12px 36px -10px rgba(232, 192, 104, 0.45);
    transform: translateY(-2px);
    color: #FFFFFF; }
  @media (max-width: 767px) {
    .cr-google-badge {
      padding: 8px 14px 8px 10px;
      gap: 10px; } }

.cr-google-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #413721;
  border-radius: 50%;
  flex-shrink: 0; }
  .cr-google-icon svg {
    width: 22px;
    height: 22px;
    display: block; }
  @media (max-width: 767px) {
    .cr-google-icon {
      width: 34px;
      height: 34px; }
      .cr-google-icon svg {
        width: 18px;
        height: 18px; } }

.cr-google-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.1; }

.cr-google-rating-row {
  display: flex;
  align-items: center;
  gap: 6px; }

.cr-google-rating-number {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF; }
  @media (max-width: 767px) {
    .cr-google-rating-number {
      font-size: 14px; } }

.cr-google-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px; }
  .cr-google-stars .cr-google-star {
    width: 12px;
    height: 12px;
    fill: #E8C071;
    display: block; }

.cr-google-review-count {
  font-family: "Montserrat", sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.02em; }
  @media (max-width: 767px) {
    .cr-google-review-count {
      font-size: 10px; } }

.cr-google-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #110D09;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .cr-google-arrow {
      width: 28px;
      height: 28px; }
      .cr-google-arrow svg {
        width: 12px;
        height: 12px; } }

/* =====================================================================
   Slider Wrapper — breaks out of .custom-container to full viewport width
   ===================================================================== */
.cr-slider-wrap {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw;
  padding: 0; }
  @media (max-width: 579px) {
    .cr-slider-wrap {
      padding: 20px; } }

/* -------- Nav Arrows -------- */
.cr-nav-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  z-index: 10;
  transition: all 0.3s ease; }
  .cr-nav-btn .cr-nav-icon--next {
    transform: rotate(180deg); }
  .cr-nav-btn:hover {
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 14px 36px -10px rgba(232, 192, 104, 0.95); }
  .cr-nav-btn:disabled, .cr-nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: default;
    pointer-events: none; }
  .cr-nav-btn--prev {
    left: clamp(16px, 4vw, 60px); }
  .cr-nav-btn--next {
    right: clamp(16px, 4vw, 60px); }
  @media (max-width: 1199px) {
    .cr-nav-btn {
      width: 44px;
      height: 44px; } }
  @media (max-width: 767px) {
    .cr-nav-btn {
      width: 38px;
      height: 38px; }
      .cr-nav-btn .cr-nav-icon {
        width: 14px;
        height: 14px; }
      .cr-nav-btn--prev {
        left: 10px; }
      .cr-nav-btn--next {
        right: 10px; } }

/* =====================================================================
   Swiper + Slides
   ===================================================================== */
.cr-swiper {
  width: 100%;
  overflow: visible;
  padding: 30px 0; }

.cr-slide {
  height: auto;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0.45;
  transform: scale(0.94); }
  .cr-slide.swiper-slide-active {
    opacity: 1;
    transform: scale(1); }
  @media (max-width: 767px) {
    .cr-slide {
      opacity: 1;
      transform: scale(1); } }

/* =====================================================================
   Card — glass + gold accents
   ===================================================================== */
.cr-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 280px;
  padding: 32px 32px 28px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04) 0.55%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
  transition: all 0.4s ease; }
  @media (max-width: 1199px) {
    .cr-card {
      padding: 28px 26px 24px; } }
  @media (max-width: 767px) {
    .cr-card {
      padding: 24px 22px 22px;
      min-height: 260px; } }

/* Active card — glass + brighter gradient */
.swiper-slide-active .cr-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0.55%, rgba(255, 255, 255, 0) 100%);
  -webkit-backdrop-filter: blur(31.92px);
  backdrop-filter: blur(31.92px); }

/* -------- Top Row: Quote (left) + Stars (right) -------- */
.cr-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px; }

.cr-quote-icon {
  display: inline-flex;
  color: rgba(255, 255, 255, 0.18); }
  .cr-quote-icon img {
    height: 60px; }
    @media (max-width: 1679px) {
      .cr-quote-icon img {
        height: 50px; } }
    @media (max-width: 1481px) {
      .cr-quote-icon img {
        height: 50px; } }
    @media (max-width: 1199px) {
      .cr-quote-icon img {
        height: 40px; } }
  .cr-quote-icon svg {
    width: 38px;
    height: 38px;
    display: block; }
  @media (max-width: 767px) {
    .cr-quote-icon svg {
      width: 32px;
      height: 32px; } }

.cr-stars {
  display: inline-flex;
  align-items: center;
  gap: 4px; }
  .cr-stars img {
    height: 30px; }
    @media (max-width: 1679px) {
      .cr-stars img {
        height: 25px; } }
    @media (max-width: 1481px) {
      .cr-stars img {
        height: 20px; } }
  .cr-stars .cr-star {
    width: 18px;
    height: 18px;
    display: block;
    fill: rgba(255, 255, 255, 0.25);
    transition: fill 0.4s ease; }
  @media (max-width: 767px) {
    .cr-stars .cr-star {
      width: 16px;
      height: 16px; } }

/* Active card: stars become gold */
.swiper-slide-active .cr-card .cr-stars .cr-star {
  fill: #E8C071; }

/* -------- Testimonial Text -------- */
.cr-text {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 0 0 32px;
  flex: 1; }
  @media (max-width: 1679px) {
    .cr-text {
      font-size: 15px;
      line-height: 24px;
      margin-bottom: 20px; } }
  @media (max-width: 1481px) {
    .cr-text {
      font-size: 14px;
      margin-bottom: 15px; } }
  @media (max-width: 1199px) {
    .cr-text {
      font-size: 14px; } }

/* -------- Footer: Author (left) + Google btn (right) -------- */
.cr-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: auto; }

/* Author block */
.cr-author {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0; }

.cr-author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 1199px) {
    .cr-author-img {
      width: 44px;
      height: 44px; } }
  @media (max-width: 767px) {
    .cr-author-img {
      width: 34px;
      height: 34px; } }

.cr-author-info {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0; }

.cr-author-name {
  font-family: "Sora", sans-serif;
  font-weight: 600;
  font-size: 16.83px;
  line-height: 1;
  color: #FFFFFF;
  margin: 0; }
  @media (max-width: 1679px) {
    .cr-author-name {
      font-size: 15px; } }
  @media (max-width: 1481px) {
    .cr-author-name {
      font-size: 14px; } }
  @media (max-width: 991px) {
    .cr-author-name {
      font-size: 14px; } }

.cr-author-role {
  font-family: "Sora", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  margin: 0; }
  @media (max-width: 1199px) {
    .cr-author-role {
      font-size: 10px;
      line-height: 14px; } }
  @media (max-width: 767px) {
    .cr-author-role {
      font-size: 11px; } }

/* "View Google Review" button */
.cr-google-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 8px 8px 12px;
  background: rgba(217, 217, 217, 0.2);
  border-radius: 999px;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s ease;
  flex-shrink: 0;
  width: 170px; }
  .cr-google-btn .review-txt {
    display: flex;
    align-items: center;
    flex: 1; }
  .cr-google-btn:hover {
    background: #000000;
    transform: translateY(-2px);
    color: #FFFFFF;
    box-shadow: 0 8px 20px -8px rgba(0, 0, 0, 0.4); }
  @media (max-width: 767px) {
    .cr-google-btn {
      padding: 6px 6px 6px 10px;
      gap: 6px; } }

.cr-google-btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  flex-shrink: 0; }
  .cr-google-btn-icon svg {
    width: 18px;
    height: 18px;
    display: block; }
  @media (max-width: 767px) {
    .cr-google-btn-icon {
      width: 18px;
      height: 18px; }
      .cr-google-btn-icon svg {
        width: 14px;
        height: 14px; } }

.cr-google-btn-text {
  font-family: "Sora", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  max-width: 110px;
  margin-left: 5px; }
  @media (max-width: 767px) {
    .cr-google-btn-text {
      font-size: 11px;
      max-width: 64px; } }

.cr-google-btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #110D09;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .cr-google-btn-arrow {
      width: 22px;
      height: 22px; }
      .cr-google-btn-arrow svg {
        width: 10px;
        height: 10px; } }

/* =====================================================================
   Pagination — gold dash bars
   ===================================================================== */
.cr-pagination-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px; }
  @media (max-width: 767px) {
    .cr-pagination-wrap {
      margin-top: 24px; } }

.cr-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  position: static !important;
  width: auto !important; }
  .cr-pagination .swiper-pagination-bullet {
    width: 28px;
    height: 3px;
    margin: 0 !important;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer; }
    .cr-pagination .swiper-pagination-bullet:hover {
      background: rgba(232, 192, 113, 0.5); }
  .cr-pagination .swiper-pagination-bullet-active {
    background: #E8C071;
    width: 36px;
    box-shadow: 0 0 12px rgba(232, 192, 113, 0.6); }
  @media (max-width: 767px) {
    .cr-pagination .swiper-pagination-bullet {
      width: 22px; }
    .cr-pagination .swiper-pagination-bullet-active {
      width: 28px; } }

/*# sourceMappingURL=client-reviews.css.map */
