/* =============================================
   HERO CAROUSEL (hc-*)
   ============================================= */
.hc-wrap {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.hc-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.hc-slide.hc-active {
  opacity: 1;
}

.hc-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1;
  pointer-events: none;
}

/* Arrows */
.hc-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: rgba(255, 255, 255, 0.18);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  transition: background 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.hc-btn:hover {
  background: rgba(255, 255, 255, 0.38);
}

.hc-prev { left: 22px; }
.hc-next { right: 22px; }

/* Dots */
.hc-dots {
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.hc-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: background 0.3s, transform 0.3s;
}

.hc-dot.hc-dot-active {
  background: #fff;
  transform: scale(1.3);
}

/* =============================================
   HERO / FEATURE OVERRIDES
   ============================================= */
.hero-banner-one::before { display: none !important; }
.hero-banner-one .screen_01 {
  right: 0;
  bottom: 2px !important;
  max-width: 40% !important;
  z-index: 0 !important;
}
.feature-block-one .experience-box {
  position: absolute !important;
  right: 116px !important;
  top: 249px !important;
  border-radius: 50% !important;
}
.feature-block-one .experience-box .main-count { left: 45% !important; }
#videobacground {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  object-fit: fill;
  z-index: -1;
}
.bgg-imgg {
  background-color: #222125;
  background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23e20000' fill-opacity='0.4'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.white { color: #fff !important; }
.feature-block-two .shape_03 { top: 0% !important; }
.title-one .upper-title { color: red !important; }
.title-one h2 { font-size: 54px !important; }
.feature-block-two .media-bg {
  background-size: auto !important;
  height: 100% !important;
  border-radius: inherit !important;
}
.list-style-two .text h4 { font-size: 21px !important; }

/* =============================================
   TESTIMONIALS SECTION WRAPPER
   ============================================= */
.rts-testimoanils-area {
  background: #f1f3f4;
  padding: 40px 0 60px;
}

.ptt-20 { padding-top: 2rem !important; }

/* =============================================
   GOOGLE REVIEWS HEADER BAR
   ============================================= */
.gr-header-bar {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e0e0e0;
  padding: 18px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin-bottom: 28px; */
}

.gr-header-left {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.gr-logo-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.gr-google-text {
  font-size: 1.3rem;
  font-weight: 700;
  font-family: Arial, sans-serif;
  letter-spacing: -0.5px;
}

.gr-reviews-label {
  font-size: 1.1rem;
  font-weight: 600;
  color: #202124;
}

.gr-rating-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.gr-score {
  font-size: 1.5rem;
  font-weight: 700;
  color: #202124;
  line-height: 1;
}

.gr-stars {
  display: flex;
  gap: 2px;
}

.gr-stars i {
  color: #fbbc04;
  font-size: 18px;
}

.gr-count {
  font-size: 0.95rem;
  color: #5f6368;
}

.gr-header-right { flex-shrink: 0; }

.gr-review-btn {
  display: inline-block;
  background: #1a73e8;
  color: #fff !important;
  border-radius: 50px;
  padding: 10px 22px;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none !important;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.gr-review-btn:hover {
  background: #1558b0;
  box-shadow: 0 4px 12px rgba(26, 115, 232, 0.35);
  color: #fff !important;
  text-decoration: none !important;
}

/* =============================================
   REVIEW CAROUSEL
   ============================================= */
.carousel-container {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 0 20px 0;
}

.carousel-wrapper {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
}

.carousel {
  display: flex;
  transition: transform 0.5s ease;
}

.slide {
  display: flex;
  flex: 0 0 100%;
  gap: 24px;
  padding: 10px;
  justify-content: center;
  height: max-content;
}

/* =============================================
   REVIEW CARD
   ============================================= */
.review-card {
  background: #fff;
  border-radius: 14px;
  padding: 16px 18px;
  width: calc(33.333% - 16px);
  max-width: 360px;
  min-width: 260px;
  transition: all 0.3s ease;
  height: max-content;
  position: relative;
  border: 1px solid #e8e8e8;
  box-shadow: 0 1px 4px rgba(0,0,0,0.06);
}

.review-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
  border-color: #c6d8f8;
  transform: translateY(-2px);
}

.review-header {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

/* Avatar circle */
.avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: 700;
  margin-right: 14px;
  position: relative;
  overflow: visible;
  background: linear-gradient(135deg, #4285f4, #34a853);
  flex-shrink: 0;
}

.avatar span {
  position: relative;
  z-index: 2;
  text-transform: uppercase;
}

/* Google G badge on avatar bottom-right */
.avatar::after {
  content: "G";
  position: absolute;
  bottom: -3px;
  right: -3px;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  border: 1.5px solid #e0e0e0;
  color: #4285f4;
  font-size: 11px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  z-index: 10;
  font-family: Arial, sans-serif;
  box-shadow: 0 1px 3px rgba(0,0,0,0.15);
}

.user-info { flex: 1; min-width: 0; }

.user-info h3 {
  font-size: 0.95rem;
  font-weight: 600;
  margin: 0 0 3px;
  color: #202124;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Blue verified check badge next to name */
.user-info h3 .verified-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  background: #1a73e8;
  border-radius: 50%;
  flex-shrink: 0;
}

.user-info h3 .verified-badge i {
  color: #fff;
  font-size: 8px;
}

.rating {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.rating i {
  color: #fbbc04;
  font-size: 14px;
  margin-right: 1px;
}

.date {
  font-size: 0.78rem;
  color: #80868b;
}

/* Review text */
.review-content {
  font-size: 0.88rem;
  line-height: 1.55;
  color: #3c4043;
  margin-bottom: 0;
  position: relative;
  padding-left: 0;
  min-height: 0;
}

.review-content::before { display: none; }

.review-content .read-toggle {
  color: #1a73e8;
  font-weight: 600;
  font-size: 0.82rem;
  margin-top: 5px;
  display: inline-block;
  cursor: pointer;
}

.review-footer { display: none; }

/* =============================================
   CAROUSEL CONTROLS (next arrow on right side)
   ============================================= */
.carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s ease;
  z-index: 10;
  font-size: 15px;
  color: #5f6368;
}

.carousel-control:hover {
  background: #1a73e8;
  color: white;
  border-color: #1a73e8;
}

/* prev button: left side, arrow pointing left */
.prev-btn {
  left: -21px;
}
.prev-btn i {
  transform: rotate(180deg);
}

/* next button: right side, arrow pointing right */
.next-btn {
  right: -21px;
}

/* =============================================
   INDICATORS / DOTS
   ============================================= */
.indicators {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 22px;
}

.indicator {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dadce0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.indicator.active {
  background: #1a73e8;
  transform: scale(1.3);
}

/* =============================================
   RESPONSIVE
   ============================================= */
@media (max-width: 1200px) {
  .review-card {
    width: calc(50% - 12px);
    max-width: none;
  }
}

@media (max-width: 768px) {
  .gr-header-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .review-card {
    width: 100%;
    max-width: 500px;
  }

  .prev-btn { left: -15px; }
  .next-btn { right: -15px; }
}

@media (max-width: 480px) {
  .review-card { min-width: 240px; }
  .avatar { width: 44px; height: 44px; font-size: 17px; }
  .user-info h3 { font-size: 0.88rem; }
}

/* =============================================
   MISC
   ============================================= */
.btn-primario {
  background-color: #1a73e8 !important;
  color: #fff !important;
  border-radius: 0.5rem !important;
  padding: 0.75rem 1.5rem !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
}
.text-hidden, 
.text-preview{
  white-space: pre-wrap;
}