/* ================================================================
   RENETA CLEANING — style.css
   Scope: Navigation (header) + Footer + FAQ section.
   All home-page sections → home-responsive.css
   ================================================================ */

/* ── CSS Variables ──────────────────────────────────────────── */
:root {
  --brand-green: #2ecc71;
  --brand-green-dark: #178d71;
  --brand-navy: #1f4e79;
  --brand-dark: #212e3b;
  --brand-gray: #6b7280;

  /* Font stacks — set once, inherit everywhere */
  --f-viet: "Be Vietnam Pro", Helvetica, sans-serif;
  --f-lato: "Lato", Helvetica, sans-serif;
  --font-main: var(--f-viet);

  /* Styleguide tokens referenced by other CSS */
  --previewthemeforestnetgreen-haze: rgba(0, 166, 80, 1);
  --previewthemeforestnetebony-clay: rgba(33, 46, 59, 1);
  --previewthemeforestnetcorduroy: rgba(92, 94, 94, 1);
  --previewthemeforestnetwhite: rgba(255, 255, 255, 1);
  --demo2pavothemescomwild-sand: rgba(245, 245, 245, 1);
  --demo2-pavothemes-com-semantic-button-title-font-family: var(--f-viet);
  --demo2-pavothemes-com-semantic-button-title-font-weight: 700;
  --demo2-pavothemes-com-semantic-button-title-font-size: 16px;
  --demo2-pavothemes-com-semantic-button-title-letter-spacing: 0px;
  --demo2-pavothemes-com-semantic-button-title-line-height: 24px;
  --demo2-pavothemes-com-semantic-button-title-font-style: normal;
  --demo2-pavothemes-com-semantic-input-font-family: var(--f-viet);
  --demo2-pavothemes-com-semantic-input-font-weight: 400;
  --demo2-pavothemes-com-semantic-input-font-size: 15px;
  --demo2-pavothemes-com-semantic-input-letter-spacing: 0px;
  --demo2-pavothemes-com-semantic-input-line-height: 24px;
  --demo2-pavothemes-com-semantic-input-font-style: normal;
}

/* ── Global resets ──────────────────────────────────────────── */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  margin: 0;
  padding: 0;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  font-family: inherit;
  cursor: pointer;
}

/* ── Layout wrappers ────────────────────────────────────────── */
.reneta-cleaning {
  width: 100%;
  overflow-x: hidden;
}

/* Fix Figma's fixed dimensions on layout wrappers */
.reneta-cleaning .layout-inner,
.reneta-cleaning .layout-inner.home,
.reneta-cleaning .home {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  position: relative !important;
}

/* ── Cursor / hover ─────────────────────────────────────────── */
button,
a {
  cursor: pointer;
}

button:hover,
a:hover {
  opacity: 0.88;
  transition: opacity 0.15s;
}

/* ================================================================
   NAVIGATION  (frame-73)
   Sticky pill nav: transparent at top → white when scrolled.
   font-family set here — all nav children inherit.
   ================================================================ */
.frame-73 {
  position: fixed;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: +99;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: min(95%, 1600px);
  padding: 12px 16px 12px 28px;
  border-radius: 100px;

  font-family: var(--f-lato);
  /* inherited by all nav children */

  /* transparent by default */
  background: transparent;
  box-shadow: none;
  transition:
    background 0.35s ease,
    box-shadow 0.35s ease;
}

/* Scrolled state → solid white pill */
.frame-73.nav-scrolled {
  background: #ffffff;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
}

/* Logo */
.logo-mycleaner-5 {
  width: 172.13px;
  height: 42.641px;
  width: auto;
  object-fit: contain;
  flex-shrink: 0;
  display: block;
}

/* Nav links */
.navbar-4 {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  list-style: none;
  padding: 0;
}

.text-wrapper-299,
.text-wrapper-300 {
  font-weight: 500;
  color: #1f4e79;
  font-size: 20px;
  text-decoration: none;
  line-height: 30px;
  white-space: nowrap;
  display: block;
}

.text-wrapper-299 {
  font-weight: 700;
  text-decoration: underline;
}

.active-page {
  font-weight: 700;
  text-decoration: underline;
}

/* Right section */
.frame-74 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-shrink: 0;
}

.container-397 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.button-35,
.button-36 {
  all: unset;
  font-weight: 700;
  font-size: 15px;
  color: var(--brand-gray);
  cursor: pointer;
}

.text-wrapper-301 {
  color: var(--brand-gray);
}

.text-wrapper-302 {
  color: #e5e7eb;
}

.text-wrapper-303 {
  color: var(--brand-green);
}

.text-101 {
  font-size: 15px;
  color: #e5e7eb;
}

/* Book Cleaning button */
.frame-75 {
  display: inline-flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 26px;
  background-color: var(--brand-green);
  border-radius: 100px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.15s;
  flex-shrink: 0;
}

.frame-75:hover {
  opacity: 0.88;
}

.text-wrapper-304 {
  font-weight: 600;
  color: #ffffff;
  font-size: 17px;
  white-space: nowrap;
}

/* ================================================================
   MOBILE HAMBURGER
   ================================================================ */
.mobile-menu-btn {
  display: none;
  flex-direction: column;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  z-index: 1001;
  flex-shrink: 0;
}

.mobile-menu-btn span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--brand-navy);
  border-radius: 2px;
  margin: 4px 0;
  transition:
    transform 0.3s,
    opacity 0.3s;
}

.mobile-menu-btn.open span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.open span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ================================================================
   MOBILE NAV OVERLAY — slides in from right as a drawer
   ================================================================ */

/* Backdrop */
.mobile-nav-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 998;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.mobile-nav-backdrop.open {
  opacity: 1;
  pointer-events: auto;
}

/* Drawer panel */
.mobile-nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 280px;
  background: #ffffff;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
  padding: 0;
  font-family: var(--f-lato);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -6px 0 40px rgba(0, 0, 0, 0.14);
}

.mobile-nav-overlay.open {
  transform: translateX(0);
}

/* Drawer header: logo LEFT, × RIGHT */
.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 16px 14px 20px;
  border-bottom: 1px solid #efefef;
  flex-shrink: 0;
}

.mobile-nav-logo-link {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border-bottom: none !important;
  background: none !important;
}

.mobile-nav-header-logo {
  height: 32px;
  width: auto;
  max-width: 160px;
  object-fit: contain;
  display: block;
}

/* Links area */
.mobile-nav-links {
  display: flex;
  flex-direction: column;
  width: 100%;
  flex: 1;
  overflow-y: auto;
  padding: 8px 0;
}

.mobile-nav-links a {
  font-weight: 500;
  color: var(--brand-navy);
  font-size: 16px;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  padding: 15px 24px;
  border-bottom: 1px solid #f5f5f5;
  transition:
    background 0.15s,
    color 0.15s;
}

.mobile-nav-links a:hover {
  background: #f4fbf8;
  color: var(--brand-green);
}

.mobile-nav-links a.active-page {
  font-weight: 700;
  color: var(--brand-green);
  background: #eef9f5;
}

/* Footer: language + book button */
.mobile-nav-footer {
  width: 100%;
  padding: 18px 20px 28px;
  border-top: 1px solid #efefef;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Language switcher row */
.mobile-nav-lang {
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-lang-btn {
  all: unset;
  font-family: var(--f-lato);
  font-size: 14px;
  font-weight: 700;
  color: var(--brand-gray);
  cursor: pointer;
  padding: 4px 2px;
  transition: color 0.15s;
}

.mobile-lang-btn.active {
  color: var(--brand-green);
}

.mobile-lang-sep {
  color: #e0e0e0;
  font-size: 14px;
}

/* Book Cleaning button */
.mobile-nav-overlay .mobile-book-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  padding: 0 20px;
  background-color: var(--brand-green);
  border-radius: 100px;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: none !important;
  background-image: none;
  transition: opacity 0.15s;
}

.mobile-nav-overlay .mobile-book-btn:hover {
  opacity: 0.88;
  background: var(--brand-green) !important;
}

/* Close button (×) */
.mobile-nav-close {
  background: none;
  border: none;
  color: var(--brand-navy);
  cursor: pointer;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.15s;
  flex-shrink: 0;
}

.mobile-nav-close:hover {
  background: #f0f0f0;
}

/* ── Nav responsive ─────────────────────────────────────────── */
@media (max-width: 900px) {
  .frame-73 {
    width: calc(100% - 32px);
    top: 12px;
    padding: 10px 14px;
    /* On mobile: always show semi-transparent bg for readability */
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
  }

  .navbar-4,
  .frame-74 {
    display: none !important;
  }

  .mobile-menu-btn {
    display: flex;
    width: fit-content;
  }
}

/* ================================================================
   FOOTER  (.footer-5)
   font-family set on .footer-5 — all children inherit var(--f-viet).
   ================================================================ */
.footer-5 {
  position: relative;
  width: 100%;
  background-color: var(--brand-dark);
  overflow: hidden;
  font-family: var(--f-viet);
  /* inherited by all footer children */
}

/* Background image */
.image-7 {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.2;
  z-index: 0;
  display: block;
  mix-blend-mode: luminosity;
}

/* Dark overlay */
.container-381 {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.overlay-5 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 5, 9, 0.72);
}

/* ── Main content (above overlay) ─── */
.container-382 {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 64px;
}

.container-383 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

/* ── Newsletter block ─────────────────────────────────────── */
.container-align-5 {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.container-384 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
  max-width: 650px;
  width: 100%;
}

.container-385 {
  text-align: center;
}

/* Newsletter heading */
.join-our-newsletter-5 {
  font-weight: 600;
  font-size: clamp(1.6rem, 4vw, 2.5rem);
  line-height: 1.25;
  color: #fff;
  margin: 0;
  text-align: center;
  max-width: 400px;
}

.text-wrapper-281 {
  color: #ffffff;
}

.text-wrapper-282 {
  color: var(--brand-green-dark);
}

.text-wrapper-283 {
  display: none;
}

/* hide invisible spacer */

/* Newsletter form */
.container-317 {
  width: 100%;
}

.form-mailchimp-for-5 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  flex-wrap: nowrap;
}

.input-5 {
  flex: 1;
  min-width: 0;
  background: #ffffff;
  border-radius: 100px;
  padding: 15px 22px;
  display: flex;
}
.input-5 input {
  background-color: white;
  color: #5c5e5e;
  height: auto;
}
.input-5 input::placeholder {
  color: #5c5e5e;
}

.container-386 {
  width: 100%;
  border: none;
  background: none;
  font-size: 15px;
  color: #5c5e5e;
  outline: none;
  padding: 0;
}

.button-32 {
  all: unset;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 26px;
  background: var(--brand-green-dark);
  border-radius: 100px;
  cursor: pointer;
  transition: opacity 0.15s;
  flex-shrink: 0;
}

.button-32:hover {
  opacity: 0.88;
}

.container-387 {
  display: flex;
  align-items: center;
  gap: 6px;
}

.text-wrapper-284 {
  font-weight: 700;
  color: #ffffff;
  font-size: 15px;
  white-space: nowrap;
}

.container-352 {
  display: flex;
  align-items: center;
}

.newsletter-btn-text {
  white-space: nowrap;
}

/* ── Footer links row ─────────────────────────────────────── */
.container-388 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 40px;
  align-items: start;
  width: 100%;
}

/* Brand column */
.container-389 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.container-390 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.container-391 {
  width: 34px;
  height: 34px;
  flex-shrink: 0;
}

.text-92 {
  display: flex;
  align-items: center;
}

.contvi-co-5 {
  font-weight: 700;
  color: transparent;
  font-size: 19px;
  margin: 0;
  line-height: 1.4;
}

.text-wrapper-285 {
  color: #ffffff;
}

.text-wrapper-286 {
  color: var(--brand-green-dark);
}

.paragraph-19 {
  width: 100%;
}

.stay-updated-with-5 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
  max-width: 260px;
  position: static;
  width: auto;
  height: auto;
}

/* Link columns (Company / Know More) */
.container-392 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.heading-15 {
  width: 100%;
  height: auto;
}

.text-wrapper-287 {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
  position: static;
}

.container-393 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: auto !important;
}

.div-14 {
  position: relative;
}

.text-wrapper-288 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  line-height: 1.5;
  display: block;
  transition: color 0.15s;
  position: static;
  width: auto;
  white-space: nowrap;
}

a .text-wrapper-288:hover,
.text-wrapper-288:hover {
  color: var(--brand-green);
}

/* ── Areas served row ─────────────────────────────────────── */
.container-394 {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 18px;
  height: auto !important;
  margin-bottom: 0 !important;
}

/* Make the cities sit inline in a flex row */
.container-394 .div-14 {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 16px;
}

.text-93,
.text-94,
.text-95,
.text-96,
.text-97,
.text-98,
.text-99 {
  position: static !important;
  display: inline-flex !important;
  width: auto !important;
  height: auto !important;
  top: auto !important;
  left: auto !important;
}

.text-wrapper-289 {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  font-size: 15px;
  display: inline;
  white-space: nowrap;
  position: static;
  width: auto;
  height: auto;
}

.text-wrapper-290,
.text-wrapper-291,
.text-wrapper-292,
.text-wrapper-293,
.text-wrapper-294,
.text-wrapper-295 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.45);
  font-size: 15px;
  display: inline;
  white-space: nowrap;
  width: auto !important;
  height: auto !important;
  position: static !important;
}

/* ── Copyright bar ────────────────────────────────────────── */
.ft-copyright-box {
  position: relative;
  z-index: 2;
  width: 100% !important;
  height: auto !important;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 16px 40px;

  flex-wrap: wrap;
  gap: 10px;
  max-width: 1280px;
  margin: 0 auto;
}

.paragraph-20 {
  position: static;
  width: auto;
  height: auto;
}

.element-contvi-co-all-5 {
  font-weight: 400;
  color: rgba(255, 255, 255, 0.38);
  font-size: 15px;
  margin: 0;
  position: static;
}

.container-396 {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
}

.button-33,
.button-34 {
  all: unset;
  font-weight: 700;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.55);
  cursor: pointer;
}

.button-33:hover,
.button-34:hover {
  color: var(--brand-green);
}

.text-100 {
  color: rgba(255, 255, 255, 0.25);
  font-size: 15px;
}

.text-wrapper-296,
.text-wrapper-297,
.text-wrapper-298 {
  display: inline;
}

/* ── Footer responsive ────────────────────────────────────── */
@media (max-width: 1024px) {
  .container-383 {
    padding: 0 28px 20px;
  }

  .container-388 {
    grid-template-columns: 1fr 1fr;
  }

  .container-389 {
    grid-column: 1 / -1;
  }

  .stay-updated-with-5 {
    max-width: 100%;
  }

  .ft-copyright-box {
    padding: 16px 28px;
  }
}

@media (max-width: 640px) {
  .container-382 {
    padding-top: 48px;
  }

  .container-383 {
    padding: 0 20px 20px;
    gap: 32px;
  }

  .container-388 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .container-389 {
    grid-column: auto;
  }

  .join-our-newsletter-5 {
    font-size: 1.6rem;
  }

  .form-mailchimp-for-5 {
    flex-wrap: wrap;
  }

  .input-5 {
    min-width: 100%;
  }

  .button-32 {
    width: 100%;
    justify-content: center;
  }

  .ft-copyright-box {
    padding: 14px 20px;
    flex-direction: column;
    text-align: center;
    gap: 8px;
  }
}

/* ================================================================
   FAQ SECTION  (.faq-section)
   Bootstrap grid layout. Uses global CSS variables from :root.
   ================================================================ */

.faq-section {
  position: relative;
  padding: 100px 0 50px;
  background: #ffffff;
  overflow: hidden;
  font-family: var(--f-viet);
}

/* World map dots — right side background */
.faq-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-image: url("../images/maps-bg.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
  opacity: 0.13;
  z-index: 0;
  pointer-events: none;
}

.faq-section__inner {
  position: relative;
  z-index: 1;
}

/* Header */
.faq-section__label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--rc-green-dark);
  margin-bottom: 18px;
}

.faq-section__title {
  font-size: var(--fz-h2);
  font-weight: 700;
  line-height: 1.15;
  color: var(--rc-dark);
  margin: 0;
}
.faq-section__title--green {
  color: var(--rc-green-dark);
}

/* Left image block */
.faq-section__img-wrap {
  position: relative;
  display: block;
  width: 100%;
}

.faq-section__img {
  width: 100%;

  display: block;
  position: relative;
  z-index: 1;
  object-fit: cover;
}

/* Ratings card */
.faq-section__rating-card {
  position: absolute;
  bottom: 0;
  left: 24px;
  background: #fefdf4;
  padding: 24px 28px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  width: 300px;
  z-index: 10;
}

.faq-section__rating-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--rc-dark);
  margin: 0 0 6px;
}

.faq-section__rating-text {
  font-size: 0.9rem;
  color: var(--rc-gray);
  margin: 0 0 16px;
  line-height: 1.5;
}

.faq-section__rating-footer {
  display: flex;
  align-items: center;
  gap: 14px;
}

.faq-section__avatars img {
  height: 36px;
  width: auto;
}

.faq-section__rating-stats strong {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  color: var(--rc-dark);
  line-height: 1.3;
}
.faq-section__rating-stats span {
  font-size: 0.78rem;
  color: var(--rc-gray);
}

/* Accordion */
.faq-section__accordion-item {
  background: #ffffff;
  border: 1.5px solid #eef0f2;
  border-radius: 16px;
  margin-bottom: 16px;
  transition:
    border-color 0.25s,
    box-shadow 0.25s;
  overflow: hidden;
}

.faq-section__accordion-item.active {
  border-color: var(--rc-green-dark);
  box-shadow: 0 8px 28px rgba(0, 166, 80, 0.08);
}

.faq-section__accordion-header {
  padding: 22px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  gap: 16px;
}

.faq-section__accordion-header h3 {
  font-size: var(--fz-h6);
  font-weight: 600;
  color: var(--rc-dark);
  margin: 0;
  line-height: 1.4;
}

.faq-section__accordion-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1.5px solid #eef0f2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--rc-gray);
  transition:
    background 0.2s,
    border-color 0.2s,
    color 0.2s;
  line-height: 1;
}

.faq-section__accordion-item.active .faq-section__accordion-icon {
  background: var(--rc-green-dark);
  border-color: var(--rc-green-dark);
  color: #ffffff;
}

.faq-section__accordion-body {
  max-height: 0;
  overflow: hidden;
  transition:
    max-height 0.38s ease,
    padding 0.38s ease;
  padding: 0 28px;
}

.faq-section__accordion-item.active .faq-section__accordion-body {
  max-height: 300px;
  padding: 0 28px 24px;
}

.faq-section__accordion-body p {
  margin: 0;
  color: var(--rc-gray);
  line-height: 1.75;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 991px) {
  .faq-section {
    padding: 70px 0 90px;
  }
  .faq-section__img-wrap {
    padding-bottom: 80px;
  }
  .faq-section__rating-card {
    width: 260px;
    left: 16px;
  }
}

@media (max-width: 767px) {
  .faq-section {
    padding: 56px 0 70px;
  }
  .faq-section__img-wrap::before {
    display: none;
  }

  .faq-section__rating-card {
    position: static;
    width: 100%;
    margin-top: 16px;
    left: auto;
    bottom: auto;
  }
  .faq-section__img-wrap {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .faq-section__accordion-header {
    padding: 18px 20px;
  }
  .faq-section__accordion-body {
    padding: 0 20px;
  }
  .faq-section__accordion-item.active .faq-section__accordion-body {
    padding: 0 20px 20px;
  }
}

/* ================================================================
   SHARED COMPONENTS — used across multiple pages
   ================================================================ */

/* --- Booking Section head (includes/booking-section.php) --- */
.booking-section__head {
  padding-bottom: 2rem;
}
.booking-section__label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--rc-green);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.booking-section__title {
  font-family: var(--f-viet);
  font-size: var(--fz-h2);
  font-weight: 600;
  color: var(--rc-dark);
  line-height: 1.2;
  margin: 0;
}

/* ================================================================
   REVIEWS / TESTIMONIALS — Video Carousel  (rv-)
   ================================================================ */

.rv-section {
  padding: 100px 0;
  background: #ffffff;
  overflow: hidden;
}

/* ── Header ─────────────────────────────────────────────────── */
.rv-section__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: 64px;
  flex-wrap: wrap;
}

.rv-section__header-left {
  max-width: 700px;
}

/* "Benefits" pill tag */
.rv-section__tag {
  display: inline-block;
  background: #e6f6ee;
  color: var(--rc-green-dark);
  padding: 5px 18px;
  border-radius: 50px;
  font-family: var(--f-viet);
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 18px;
}

.rv-section__title {
  font-family: var(--f-viet);
  font-size: clamp(1.8rem, 3.5vw, 3rem);
  font-weight: 600;
  color: var(--rc-dark);
  letter-spacing: -0.02em;
  line-height: 1.1;
  margin-bottom: 14px;
}

.rv-section__subtitle {
  font-family: var(--f-viet);
  font-size: 0.98rem;
  color: var(--rc-gray);
  line-height: 1.7;
  margin: 0;
}

/* Prev / Next arrow buttons */
.rv-section__nav-wrap {
  display: flex;
  gap: 14px;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 8px;
}

.rv-section__nav {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 1.5px solid var(--rc-border);
  background: #ffffff;
  color: var(--rc-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    background 0.25s,
    border-color 0.25s,
    color 0.25s;
}

.rv-section__nav:hover {
  background: var(--rc-green-dark);
  border-color: var(--rc-green-dark);
  color: #ffffff;
}

/* ── Carousel ───────────────────────────────────────────────── */
.rv-section__carousel-outer {
  overflow: visible;
  padding: 30px 0 10px;
}

.rv-section__track {
  display: flex;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
  transition: transform 0.55s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* Each card item — inactive */
.rv-section__item {
  flex: 0 0 auto;
  text-align: left;
  cursor: pointer;
  transition:
    transform 0.45s ease,
    opacity 0.45s ease;
  opacity: 0.6;
  transform: scale(0.93);
  transform-origin: top center;
}

/* Active center card */
.rv-section__item--active {
  opacity: 1;
  transform: scale(1);
  z-index: 10;
}

/* Thumbnail wrapper — inactive: shorter height */
.rv-section__thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  height: 300px;
  margin-bottom: 20px;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1);
  transition:
    height 0.45s cubic-bezier(0.4, 0, 0.2, 1),
    box-shadow 0.45s ease;
}

/* Active center card — taller */
.rv-section__item--active .rv-section__thumb {
  height: 420px;
  box-shadow: 0 20px 56px rgba(0, 0, 0, 0.16);
}

.rv-section__thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.rv-section__item:hover .rv-section__thumb-img {
  transform: scale(1.04);
}

/* White play button circle */
.rv-section__play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  color: var(--rc-dark);
  transition:
    transform 0.3s ease,
    background 0.25s;
  pointer-events: none;
}

.rv-section__item:hover .rv-section__play-btn {
  transform: translate(-50%, -50%) scale(1.12);
  background: #ffffff;
}

/* Card info below thumbnail */
.rv-section__card-info {
  padding-left: 4px;
}

.rv-section__stars {
  display: flex;
  gap: 3px;
  font-size: 2rem;
  color: #f57c3c;
  margin-bottom: 8px;
}

.rv-section__name {
  font-family: var(--f-viet);
  font-size: 18px;
  font-weight: 500;
  color: var(--rc-dark);
  margin: 0 0 3px;
}

.rv-section__role {
  font-family: var(--f-viet);
  font-size: 0.85rem;
  color: var(--rc-gray);
  margin: 0;
}

/* ── Dots ───────────────────────────────────────────────────── */
.rv-section__dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 48px;
}

.rv-section__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d1d5db;
  cursor: pointer;
  transition:
    background 0.3s,
    width 0.3s,
    border-radius 0.3s;
}

.rv-section__dot--active {
  background: var(--rc-green-dark);
  width: 28px;
  border-radius: 10px;
}

/* ── Video Modal ─────────────────────────────────────────────── */
.rv-section__modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.88);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.rv-section__modal--open {
  display: flex;
}

.rv-section__modal-inner {
  position: relative;
  width: 90%;
  max-width: 960px;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.rv-section__modal-close {
  position: absolute;
  top: -48px;
  right: 0;
  background: none;
  border: none;
  color: #ffffff;
  font-size: 2.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  transition: opacity 0.2s;
}

.rv-section__modal-close:hover {
  opacity: 0.7;
}

.rv-section__modal-iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* ── Shared text utilities ──────────────────────────────────── */
.text-green {
  color: var(--rc-green);
}
.text-navy {
  color: var(--rc-navy);
}

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .rv-section__thumb {
    height: 260px;
  }

  .rv-section__item--active .rv-section__thumb {
    height: 360px;
  }
}

@media (max-width: 768px) {
  .rv-section {
    padding: 64px 0;
  }

  .rv-section__header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .rv-section__thumb {
    height: 240px;
  }

  .rv-section__item--active .rv-section__thumb {
    height: 320px;
  }

  .rv-section__nav-wrap {
    display: flex;
  }
}

@media (max-width: 480px) {
  .rv-section__thumb {
    height: 220px;
  }

  .rv-section__item--active .rv-section__thumb {
    height: 290px;
  }

  .rv-section__modal-inner {
    width: 95%;
  }
}

/* ── Shared booking section overrides (non-home pages) ─── */
.booking-section--shared .h-booking__side-img {
  min-height: 500px;
  background-position: center top;
}
.booking-section--shared .h-booking__form-wrap {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  box-shadow: none;
}
@media (min-width: 992px) {
  .booking-section--shared .h-booking__form-wrap {
    border-radius: 0 23px 23px 0;
  }
}

/* ═══════════════════════════════════════════════════════════════
   SHARED HERO  (.bk-hero)  — used on: About, Booking pages
   ═══════════════════════════════════════════════════════════════ */

.bk-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 100px 0 0 0;
}

/* Background */
.bk-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.bk-hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bk-hero__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(49, 49, 49, 0.92) 0%,
    rgba(49, 49, 49, 0.75) 25%,
    rgba(49, 49, 49, 0.35) 45%,
    rgba(49, 49, 49, 0.19) 60%
  );
}

/* Upper main content */
.bk-hero__main {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 40px;
}

/* Customer badge */
.bk-hero__customers {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 28px;
}
.bk-hero__avatars {
  display: flex;
}
.bk-hero__av {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2.5px solid #fff;
  object-fit: cover;
  margin-left: -12px;
  flex-shrink: 0;
}
.bk-hero__avatars .bk-hero__av:first-child {
  margin-left: 0;
}
.bk-hero__cust-text {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.bk-hero__cust-text strong {
  font-family: var(--f-viet);
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}
.bk-hero__cust-text span {
  font-family: var(--f-viet);
  font-size: 16px;
  color: #fff;
}

/* Heading */
.bk-hero__title {
  font-family: var(--f-viet);
  font-size: clamp(2.4rem, 5.5vw, 5rem);
  font-weight: 600;
  color: #ffffff;
  line-height: 1.06;
  letter-spacing: -0.03em;
  margin-bottom: 22px;
}
.bk-hero__green {
  color: #2ecc71;
}

/* Subtitle */
.bk-hero__sub {
  font-family: var(--f-viet);
  font-size: clamp(0.88rem, 1.4vw, 1rem);
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.65;
  max-width: 600px;
  margin-bottom: 38px;
}

/* Circular explore button */
.bk-hero__explore {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  text-decoration: none;
  flex-shrink: 0;
  transition: transform 0.3s;
  background: #070707;
  border-radius: 50%;
}
.bk-hero__explore:hover {
  transform: scale(1.08);
}
.bk-hero__explore-ring {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  animation: bkRingSpin 10s linear infinite;
}
@keyframes bkRingSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.bk-hero__explore-icon {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: 1.25rem;
}

/* Bottom: video + floating cards */
.bk-hero__foot {
  position: relative;
  z-index: 2;
  padding: 60px 0 100px 0;
}
.bk-hero__foot-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

/* Video thumbnail */
.bk-hero__video {
  position: relative;
  width: 450px;
  height: 250px;
  border-radius: 18px;
  overflow: hidden;
  flex-shrink: 0;
  cursor: pointer;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
}
.bk-hero__video-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bk-hero__video-ov {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.22);
}
.bk-hero__play {
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--rc-dark, #212e3b);
  font-size: 1.1rem;
  padding-left: 3px;
  transition:
    transform 0.2s,
    background 0.2s;
}
.bk-hero__video:hover .bk-hero__play {
  transform: scale(1.1);
  background: #fff;
}

/* Floating info cards */
.bk-hero__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: flex-end;
}
.bk-hero__info-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 450px;
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
}
.bk-hero__info-thumb {
  width: 142px;
  height: 114px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}
.bk-hero__info-label {
  font-family: var(--f-viet);
  font-weight: 500;
  font-size: 32px;
  color: #070707;
  flex: 1;
  line-height: 1.3;
  word-wrap: break-word;
  word-break: break-all;
}
.bk-hero__info-btn {
  width: 52px;
  height: 52px;
  background: #e2f6f1;
  border: none;
  border-radius: 50%;
  color: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  flex-shrink: 0;
  cursor: pointer;
  text-decoration: none;
  transition:
    background 0.2s,
    transform 0.2s;
  rotate: 320deg;
}
.bk-hero__info-btn:hover {
  background: var(--rc-green-dark, #0f6b54);
  transform: scale(1.1);
  color: #ffffff;
}
.bk-hero__schedule {
  background: #fff;
  color: #070707;
  border-radius: 16px;
  padding: 18px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--f-viet);
  font-weight: 500;
  font-size: 22px;
  align-self: flex-end;
  max-width: 450px;
  width: 100%;
}
.bk-hero__schedule-icon {
  width: 40px;
  height: 40px;
  color: white;
  background: #178d71;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  flex-shrink: 0;
}

/* Responsive */
@media (max-width: 991px) {
  .bk-hero {
    min-height: 80vh;
  }
  .bk-hero__main {
    padding-top: 120px;
  }
  .bk-hero__cards {
    display: none;
  }
  .bk-hero__foot-row {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  .bk-hero {
    min-height: 70vh;
  }
  .bk-hero__main {
    padding-top: 110px;
    padding-bottom: 24px;
  }
  .bk-hero__video {
    width: 100%;
    height: auto;
  }
  .bk-hero__foot {
    padding-bottom: 48px;
  }
}
@media (max-width: 575px) {
  .bk-hero__title {
    font-size: 2.1rem;
  }

  .bk-hero__explore {
    width: 84px;
    height: 84px;
  }
}
