/*
 * Static page styles: Home
 *
 * Scope every selector with .rsvs-page-home and use .rsvs-home-* for
 * custom blocks added to the Home page.
 */

.rsvs-hero-date-field.is-open .rsvs-hero-date-trigger {
  border-radius: 30px !important;
}

.rsvs-page-home .rsvs-home-section {
  width: 100%;
}

.rsvs-page-home .rsvs-home-container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.rsvs-page-home .rsvs-home-heading {
  margin: 0 0 16px;
}

.rsvs-page-home .rsvs-home-copy {
  margin: 0;
}

.rsvs-hero-search [type="submit"] {
  background: var(--rsvs-accent);
}

.rsvs-page-home .rsvs-home-vendors {
  padding-block: 76px;
}

.rsvs-home-vendors-subtitle {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--rsvs-accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.rsvs-home-vendors .rsvs-section-heading > div h2 {
  margin: 0;
}

.rsvs-home-vendors .rsvs-shop-card {
  height: 100%;
}

.rsvs-page-home .rsvs-home-reviews {
  overflow: hidden;
  padding-block: 76px;
  background: #f4fbf9;
}

.rsvs-page-home .rsvs-home-reviews-layout {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.45fr);
  gap: clamp(36px, 6vw, 88px);
  align-items: center;
}

.rsvs-home-reviews-subtitle {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--rsvs-accent);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rsvs-home-reviews-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(2rem, 4vw, 3.35rem);
  line-height: 1.05;
}

.rsvs-home-reviews-copy > p {
  margin: 0;
  color: #667085;
  line-height: 1.75;
}
.rsvs-home-reviews-arrows {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}
.rsvs-home-reviews-arrows button {
  width: 46px;
  height: 46px;
  border: 1px solid #dedee8;
  border-radius: 50%;
  background: #fff;
  color: #24243a;
  cursor: pointer;
  transition: 0.2s ease;
}
.rsvs-home-reviews-arrows button:hover {
  color: #fff;
  border-color: var(--rsvs-accent);
  background: var(--rsvs-accent);
}
.rsvs-home-reviews-carousel {
  min-width: 0;
}
.rsvs-home-reviews-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 8px 2px 16px;
}
.rsvs-home-reviews-track::-webkit-scrollbar {
  display: none;
}

html.rsvs-visual-ltr .rsvs-home-reviews-arrows,
html.rsvs-visual-ltr .rsvs-home-reviews-carousel,
html.rsvs-visual-ltr .rsvs-home-reviews-track {
  direction: ltr;
}

html.rsvs-visual-rtl .rsvs-home-reviews-arrows,
html.rsvs-visual-rtl .rsvs-home-reviews-carousel,
html.rsvs-visual-rtl .rsvs-home-reviews-track {
  direction: rtl;
}

.rsvs-home-review-card {
  flex: 0 0 min(420px, calc(100% - 28px));
  min-height: 280px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 32px;
  border: 1px solid #ececf2;
  border-radius: 22px;
  background: #fff;
}
.rsvs-home-review-quote {
  color: var(--rsvs-accent);
  font-size: 2rem;
  opacity: 0.8;
}
.rsvs-home-review-card > p {
  flex: 1;
  margin: 22px 0 28px;
  color: #3e4351;
  font-size: 1.05rem;
  line-height: 1.75;
}
.rsvs-home-review-person {
  display: flex;
  align-items: center;
  gap: 13px;
}
.rsvs-home-review-person img,
.rsvs-home-review-person > span {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.rsvs-home-review-person > span {
  display: grid;
  place-items: center;
  color: #fff;
  background: var(--rsvs-accent);
  font-weight: 800;
}

@media (max-width: 760px) {
  .rsvs-page-home .rsvs-home-vendors {
    padding-block: 52px;
  }

  .rsvs-page-home .rsvs-home-reviews {
    padding-block: 52px;
  }
  .rsvs-page-home .rsvs-home-reviews-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .rsvs-home-review-card {
    flex-basis: calc(100% - 12px);
    min-height: 250px;
    padding: 26px;
  }
}

/* Search Nearby Laundries */
.rsvs-page-home .rsvs-about-offers {
  padding: 80px 0;
  padding-top: 40px;
  background: #eef9f7;
}

.rsvs-page-home .rsvs-about-section-title {
  text-align: center;
  margin-bottom: 60px;
}

.rsvs-page-home .rsvs-about-section-title h2 {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  color: #111827;
}

.rsvs-page-home .rsvs-about-section-title p {
  margin: 0;
  color: #64748b;
}

.rsvs-page-home .rsvs-about-offers-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.rsvs-page-home .rsvs-about-offer-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 30px;
  transition: 0.3s;
}

.rsvs-page-home .rsvs-about-offer-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e4f8f2;
  color: #0d9b87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.rsvs-page-home .rsvs-about-offer-card h3 {
  margin: 0 0 18px;
  font-size: 22px;
  font-weight: 700;
  color: #111827;
}

.rsvs-page-home .rsvs-about-offer-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rsvs-page-home .rsvs-about-offer-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #64748b;
  line-height: 1.7;
}

.rsvs-page-home .rsvs-about-offer-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d9b87;
  font-weight: 700;
}

.rsvs-page-home .rsvs-about-offer-card li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .rsvs-page-home .rsvs-about-offers-grid {
    grid-template-columns: 1fr 1fr;
  }

  .rsvs-page-home .rsvs-about-section-title h2 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .rsvs-page-home .rsvs-about-offers {
    padding: 80px 0;
  }

  .rsvs-page-home .rsvs-about-offers-grid {
    grid-template-columns: 1fr;
  }

  .rsvs-page-home .rsvs-about-section-title h2 {
    font-size: 34px;
  }
}

/* cta section */
.rsvs-page-home-cta .rsvs-home-cta {
  padding: 120px 0;
}

.rsvs-page-home-cta .rsvs-home-cta-inner {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 100px 50px;
  border-radius: 40px;
  background:
    radial-gradient(
      circle at top right,
      rgba(255, 255, 255, 0.18),
      transparent 35%
    ),
    linear-gradient(135deg, #065f69, #0d9b87);
}

.rsvs-page-home-cta .rsvs-home-cta-inner::before {
  content: "";
  position: absolute;
  width: 450px;
  height: 450px;
  right: -180px;
  top: -180px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
}

.rsvs-page-home-cta .rsvs-home-cta-inner::after {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  left: -100px;
  bottom: -100px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
}

.rsvs-page-home-cta .rsvs-home-cta-label {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.rsvs-page-home-cta .rsvs-home-cta-inner h2 {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 42px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.rsvs-page-home-cta .rsvs-home-cta-inner p {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto 35px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.9;
  font-size: 18px;
}

.rsvs-page-home-cta .rsvs-home-cta-actions {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.rsvs-page-home-cta .rsvs-home-cta-primary,
.rsvs-page-home-cta .rsvs-home-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.rsvs-page-home-cta .rsvs-home-cta-primary {
  background: #fff;
  color: #0d9b87;
}

.rsvs-page-home-cta .rsvs-home-cta-secondary {
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.rsvs-page-home-cta .rsvs-home-cta-primary:hover,
.rsvs-page-home-cta .rsvs-home-cta-secondary:hover {
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .rsvs-page-home-cta .rsvs-home-cta-inner h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .rsvs-page-how-it-works .rsvs-home-cta {
    padding: 80px 0;
  }

  .rsvs-page-how-it-works .rsvs-home-cta-inner {
    padding: 70px 25px;
    border-radius: 28px;
  }

  .rsvs-page-how-it-works .rsvs-home-cta-inner h2 {
    font-size: 28px;
  }

  .rsvs-page-how-it-works .rsvs-home-cta-actions {
    flex-direction: column;
  }

  .rsvs-page-how-it-works .rsvs-home-cta-primary,
  .rsvs-page-how-it-works .rsvs-home-cta-secondary {
    width: 100%;
  }
}

/* faq section */
.rsvs-page-home .rsvs-contact-faq {
  padding: 110px 0;
  padding-top: 50px;
  background: #f4fbf9;
}

.rsvs-page-home .rsvs-contact-faq-header {
  max-width: 700px;
  margin: 0 auto 50px;
  text-align: center;
}

.rsvs-page-home .rsvs-contact-faq-header h2 {
  margin: 15px 0;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  color: #111827;
}

.rsvs-page-home .rsvs-contact-faq-header p {
  color: #64748b;
  line-height: 1.8;
}

.rsvs-page-home .rsvs-contact-faq-list {
  width: 100%;
  margin: 0 auto;
}
.rsvs-container-flex {
    display: flex;
    gap: 20px;
}
.rsvs-contact-faq-list h2{
  text-align: center;
}


@media (max-width: 768px) {
    .rsvs-container-flex {
        flex-direction: column;
        gap: 15px;
    }
}


.rsvs-page-home .rsvs-contact-faq-item {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  margin-bottom: 16px;
  overflow: hidden;
}

.rsvs-page-home .rsvs-contact-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 24px 28px;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
  position: relative;
}

.rsvs-page-home .rsvs-contact-faq-item summary::-webkit-details-marker {
  display: none;
}

.rsvs-page-home .rsvs-contact-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  color: #0d9b87;
}

.rsvs-page-home .rsvs-contact-faq-item[open] summary::after {
  content: "−";
}

.rsvs-page-home .rsvs-contact-faq-content {
  padding: 0 28px 24px;
  color: #64748b;
  line-height: 1.8;
}

.rsvs-page-home .rsvs-contact-faq-item[open] summary::after {
  content: "\2212";
}

html.rsvs-visual-rtl .rsvs-page-home .rsvs-contact-faq-item summary,
html[lang^="ar"] .rsvs-page-home .rsvs-contact-faq-item summary {
  padding-left: 64px;
  padding-right: 28px;
}

html.rsvs-visual-rtl .rsvs-page-home .rsvs-contact-faq-item summary::after,
html[lang^="ar"] .rsvs-page-home .rsvs-contact-faq-item summary::after {
  left: 28px;
  right: auto;
}

@media (max-width: 991px) {
  .rsvs-page-home .rsvs-contact-faq-header h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .rsvs-page-home .rsvs-contact-faq {
    padding: 80px 0;
  }

  .rsvs-page-home .rsvs-contact-faq-header h2 {
    font-size: 24px;
  }

  .rsvs-page-home .rsvs-contact-faq-item summary {
    padding: 20px;
    font-size: 16px;
  }

  .rsvs-page-home .rsvs-contact-faq-content {
    padding: 0 20px 20px;
  }
}

/* built to simplify */
.rsvs-page-home .rsvs-about-values {
  padding: 120px 0;
  background: #eef9f7;
}

.rsvs-page-home .rsvs-about-values-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 50px;
  align-items: center;
}

.rsvs-page-home .rsvs-about-values-left h2 {
  margin: 0 0 35px;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  color: #111827;
}

.rsvs-page-home .rsvs-about-values-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.rsvs-page-home .rsvs-about-value-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  padding: 25px;
  transition: 0.3s;
}

.rsvs-page-home .rsvs-about-value-icon {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #e4f8f2;
  color: #0d9b87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 16px;
}

.rsvs-page-home .rsvs-about-value-card h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.rsvs-page-home .rsvs-about-value-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rsvs-page-home .rsvs-about-value-card li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 12px;
  color: #64748b;
  line-height: 1.7;
}

.rsvs-page-home .rsvs-about-value-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #0d9b87;
  font-weight: 700;
}

.rsvs-page-home .rsvs-about-values-right img {
  width: 100%;
  height: 100%;
  min-height: 620px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
}

@media (max-width: 991px) {
  .rsvs-page-home .rsvs-about-values-grid {
    grid-template-columns: 1fr;
  }

  .rsvs-page-home .rsvs-about-values-left h2 {
    font-size: 24px;
  }

  .rsvs-page-home .rsvs-about-values-right img {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  .rsvs-page-home .rsvs-about-values {
    padding: 80px 0;
  }

  .rsvs-page-home .rsvs-about-values-cards {
    grid-template-columns: 1fr;
  }

  .rsvs-page-home .rsvs-about-values-left h2 {
    font-size: 24px;
  }
}

/* why choose musaidy */
.rsvs-page-home.extra-for-why-chose {
  padding: 120px 0;
  background: #fff;
}

.rsvs-page-home .rsvs-about-why-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.rsvs-page-home .rsvs-about-mini-title {
  display: inline-block;
  margin-bottom: 15px;
  color: #0d9b87;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.rsvs-page-home .rsvs-about-why-content h2 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
}

.rsvs-page-home .rsvs-about-why-desc {
  margin: 0 0 40px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

.rsvs-page-home .rsvs-about-why-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.rsvs-page-home .rsvs-about-why-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.rsvs-page-home .rsvs-about-why-icon {
  width: 100px;
  height: 60px;
  border-radius: 50%;
  background: #e4f8f2;
  color: #0d9b87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 20px;
}

.rsvs-page-home .rsvs-about-why-item h3 {
  margin: 0 0 8px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 700;
  color: #111827;
}

.rsvs-page-home .rsvs-about-why-item p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

.rsvs-page-home .rsvs-about-why-media {
  position: relative;
  padding-bottom: 120px;
}

.rsvs-page-home .rsvs-about-main-image img {
  width: 100%;
  display: block;
  border-radius: 24px;
  object-fit: cover;
}

.rsvs-page-home .rsvs-about-review-box {
  position: absolute;
  left: 30px;
  background: transparent;
  border-radius: 20px;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
}

.rsvs-page-home .rsvs-about-review-avatars {
  display: flex;
}

.rsvs-about-review-starts-rate {
  display: flex;
  gap: 10px;
}

.rsvs-page-home .rsvs-about-review-avatars img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #fff;
  margin-left: -12px;
}

.rsvs-page-home .rsvs-about-review-avatars img:first-child {
  margin-left: 0;
}

.rsvs-page-home .rsvs-about-review-content span {
  display: block;
  color: #64748b;
  font-size: 14px;
}

.rsvs-page-home .rsvs-about-review-content .rsvs-feedback {
  text-align: right;
  font-size: 22px;
  color: #0d9b87;
  font-weight: 500;
}

.rsvs-page-home .rsvs-about-review-content .rsvs-overall {
  color: #0d9b87;
}

.rsvs-page-home .rsvs-about-review-content strong {
  display: block;
  font-size: 40px;
  line-height: 1;
  color: #0d9b87;
  font-weight: 800;
  margin: 4px 0;
}

.rsvs-page-home .rsvs-about-review-content small {
  color: #f59e0b;
  font-size: 14px;
}

/* =========================
   VIDEO BOX
========================= */

.rsvs-page-home .rsvs-about-video-thumb {
  position: absolute;
  right: 0;
  width: 320px;
}

.rsvs-page-home .rsvs-about-video-thumb img {
  width: 100%;
  height: 200px;
  display: block;
  border-radius: 20px;
  margin-top: 30px;
}

.rsvs-page-home .rsvs-about-video-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  color: #0d9b87;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  transition: 0.3s;
  margin-top: 20px;
}

.rsvs-page-home .rsvs-about-video-btn:hover {
  transform: translate(-50%, -50%) scale(1.08);
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .rsvs-page-home.extra-for-why-chose {
    padding: 90px 0;
  }

  .rsvs-page-home .rsvs-about-why-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .rsvs-page-home .rsvs-about-why-content h2 {
    font-size: 38px;
  }

  .rsvs-page-home .rsvs-about-why-media {
    padding-bottom: 0;
  }

  .rsvs-page-home .rsvs-about-review-box,
  .rsvs-page-home .rsvs-about-video-thumb {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 20px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .rsvs-page-home.extra-for-why-chose {
    padding: 70px 0;
  }

  .rsvs-page-home .rsvs-about-why-content h2 {
    font-size: 28px;
  }

  .rsvs-page-home .rsvs-about-why-desc {
    font-size: 15px;
  }

  .rsvs-page-home .rsvs-about-why-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    font-size: 18px;
  }

  .rsvs-page-home .rsvs-about-why-item h3 {
    font-size: 20px;
  }

  .rsvs-page-home .rsvs-about-review-box {
    flex-direction: column;
    text-align: center;
  }

  .rsvs-page-home .rsvs-about-review-content strong {
    font-size: 32px;
  }
}

/* =========================
   HOME STATS SECTION
========================= */

.rsvs-page-home-stats {
  padding: 120px 0;
  padding-top: 50px;
  background: #ffffff;
}

.rsvs-page-home-stats .rsvs-home-stats-heading {
  max-width: 760px;
  margin: 0 auto 70px;
  text-align: center;
}

.rsvs-page-home-stats .rsvs-home-stats-subtitle {
  display: inline-block;
  margin-bottom: 15px;
  color: #0d9b87;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.rsvs-page-home-stats .rsvs-home-stats-heading h2 {
  margin: 0 0 20px;
  font-size: 42px;
  line-height: 1.1;
  font-weight: 800;
  color: #111827;
}

.rsvs-page-home-stats .rsvs-home-stats-heading p {
  margin: 0;
  color: #64748b;
  line-height: 1.9;
  font-size: 17px;
}

.rsvs-page-home-stats .rsvs-home-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.rsvs-page-home-stats .rsvs-home-stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 24px;
  padding: 45px 35px;
  text-align: center;
  transition: 0.3s;
}

.rsvs-page-home-stats .rsvs-home-stat-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: #e6f7f4;
  color: #0d9b87;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}

.rsvs-page-home-stats .rsvs-home-stat-card h3 {
  margin: 0 0 12px;
  font-size: 38px;
  line-height: 1;
  font-weight: 600;
  color: #0d9b87;
}

.rsvs-page-home-stats .rsvs-home-stat-card h4 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 400;
  color: #111827;
}

.rsvs-page-home-stats .rsvs-home-stat-card p {
  margin: 0;
  color: #64748b;
  line-height: 1.8;
}

/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
  .rsvs-page-home-stats {
    padding: 90px 0;
  }

  .rsvs-page-home-stats .rsvs-home-stats-grid {
    grid-template-columns: 1fr;
  }

  .rsvs-page-home-stats .rsvs-home-stats-heading h2 {
    font-size: 38px;
  }
}

/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
  .rsvs-page-home-stats {
    padding: 70px 0;
  }

  .rsvs-page-home-stats .rsvs-home-stats-heading {
    margin-bottom: 50px;
  }

  .rsvs-page-home-stats .rsvs-home-stats-heading h2 {
    font-size: 28px;
  }

  .rsvs-page-home-stats .rsvs-home-stats-heading p {
    font-size: 15px;
  }

  .rsvs-page-home-stats .rsvs-home-stat-card {
    padding: 35px 25px;
  }

  .rsvs-page-home-stats .rsvs-home-stat-card h3 {
    font-size: 42px;
  }

  .rsvs-page-home-stats .rsvs-home-stat-card h4 {
    font-size: 20px;
  }
}

/* extra poipuler service heading */
.rsvs-home-heading-populer-service {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.rsvs-home-heading-populer-service h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.05;
  font-weight: 800;
  color: #111827;
}

.rsvs-home-heading-populer-service p {
  margin: 10px;
  color: #64748b;
  font-size: 17px;
  line-height: 1.8;
}

@media (max-width: 991px) {
  .rsvs-home-heading-populer-service h2 {
    font-size: 1.5em;
  }

  .rsvs-home-heading-populer-service p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .rsvs-home-heading-populer-service h2 {
    font-size: 1.5em;
  }

  .rsvs-home-heading-populer-service p {
    font-size: 14px;
  }
}
