/* =========================
   HOME: Reset & Base
   ========================= */
*, *::before, *::after { box-sizing: border-box; }
html, body, h1, h2, h3, p, ul, li, a { margin: 0; padding: 0; }

:root {
  font-size: 19px;
  --kept-green:#2e7d32;
  --kept-green-2:#43a047;
  --kept-yellow:#ffeb3b;
  --ink:#1b1b1b;
  --muted:#6b7280;
  --bg:#f6f9f4;
  --radius:16px;
  --shadow:0 10px 20px rgba(0,0,0,.06);
}

body {
  font-family:'Inter','Noto Sans Thai',system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,'Helvetica Neue',Arial,'Apple Color Emoji','Segoe UI Emoji',sans-serif;
  line-height:1.8;
  background:#fdfdfb;
  color:#333;
  font-size:1rem;
  font-weight:400;
}

h1, h2, h3 { color:#2e7d32; font-weight:600; }

section { max-width:1200px; margin:auto; padding:1.2rem 1rem; }

/* =========================
   Layout: Containers
   ========================= */
.container-fluid {width:100%;padding-right: 1rem;padding-left: 1rem;margin-right: auto;margin-left: auto;}
.container { width:100%; padding:0 1rem; margin:0 auto; }

@media (min-width:576px) { .container{max-width:540px} }
@media(min-width:576px){.container{max-width:540px}}

@media (min-width:768px) { .container{max-width:720px} }
@media(min-width:768px){.container{max-width:720px}}

@media (min-width:992px) { .container{max-width:960px} }
@media(min-width:992px){.container{max-width:960px}}

@media (min-width:1200px) { .container{max-width:1140px} }
@media(min-width:1200px){.container{max-width:1140px}}

@media (min-width:1400px) { .container{max-width:1320px} }
@media(min-width:1400px){.container{max-width:1320px}}

.section-heading { font-size:1.9rem; color:#2e7d32; margin:1.3rem 0; text-align:center; }
.section-subtitle {
  font-size: 1.25rem;
  color: #2e7d32; /* ???????????????????? */
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
  font-weight: 500;
  background: linear-gradient(to right, #e8f5e9, #f1f8e9);
  padding: 1rem 1.5rem;
  border-left: 5px solid #cddc39;
  border-radius: 8px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

/* =========================
   HOME: Top Bar
   ========================= */
.top-bar { background:#008000;color:#fff;padding:.1rem .4rem; position:sticky;top:0;z-index:9999;text-align:center;}
.top-bar-text { font-weight:450; font-size:.95rem; }
.desktop-only { display:inline; }
.mobile-only { display:none; }

/* =========================
   HOME: Navbar (header.php)
   ========================= */
.navbar {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background:linear-gradient(
    180deg,
    rgba(176, 255, 164, 0) 0%,      /* #B0FFA4 ??????? */
    rgba(176, 255, 164, 0.72) 80%,  /* #B0FFA4 ??? 72% */
    rgba(176, 255, 164, 0.9) 100%   /* #B0FFA4 ??? 90% */
  );
  padding:18px 30px;
  border-bottom:5px solid #F8EA28;
  position:relative
}
.logo { padding-left:1px; padding-top:7px; }
.logo img { display:block; height:auto; max-height:59px; }

.nav-links { list-style:none; display:flex; gap:20px; align-items:center; transition:all .3s; }
.nav-links a { text-decoration:none; color:#006600; font-size:1.15rem; font-weight:500; padding:7px 9px; display:inline-block; }
.nav-links a:hover { color:#fdd835; }

.lang-switch a { font-size:22px; display:flex; align-items:center; gap:8px; color:#006600; font-weight:600; text-decoration:none; }
.lang-switch img.flag { height:24px; width:auto; display:inline-block; }

.menu-toggle, .menu-close {
  font-size:31px;
  background:none;
  border:0;
  cursor:pointer;
  padding:1rem;
  display:none;
  position:absolute;
  top:6px; right:0;
  z-index:1001
}

/* Mobile nav */
@media (max-width:768px){
  .desktop-only{display:none}
  .mobile-only{display:inline}
  .navbar{flex-direction:column;align-items:stretch}
  .menu-toggle{display:block}
  .menu-close{display:none;top:10px;right:10px;font-size:28px}
  .nav-links{display:none;flex-direction:column;width:100%;padding:12px 10px;align-items:flex-start}
  .nav-links.active{display:flex}
  .navbar.menu-open .menu-toggle{display:none}
  .navbar.menu-open .menu-close{display:block}
}

.menu-header { position: relative; z-index: 10; background-color: #e0f2cb; padding: 10px 20px; }
.menu-toggle { display: block; }
.menu-close { display: none; }

/* =========================
   HOME: Footer
   ========================= */
footer{
  background: linear-gradient(
    180deg,
    rgba(247, 231, 125, 0) 0%,   /* ????????????? */
    #F7E77D 5%,                 /* ?????????????????? */
    #F7E77D 70%,                /* ?????????????????????? */
    #B0FFA4 100%                /* ??????????????? */
  );
  text-align:center;
  padding:20px;
  font-size:.9rem;
  color:#1F5121
}
.footer-fixed-bar{position:fixed;bottom:0;left:0;width:100%;background:#2e7d32;z-index:9999;box-shadow:0 -2px 5px rgba(0,0,0,.2)}
.social-icon-groups{display:flex;justify-content:center;align-items:center;gap:16px;padding:10px 0}
.social-headers img{width:35px;height:35px;display:block}

/* =========================
   HERO
   ========================= */
.hero {
  background: linear-gradient(
    to top,
    rgba(255, 253, 231, 0) 0%,
    rgba(255, 253, 231, .95) 90%,
    rgba(255, 253, 231, .95) 100%, #fffde7 100%  /* ????????????? */
  );
  text-align: center;
  padding: 1.8rem 1rem;
}
.hero h1 { font-size: 2.1rem; padding: 0rem 1.3rem; margin-bottom: 1.1rem; }
.hero p  { font-size: 1.2rem; margin-bottom: 1.5rem; padding: 0rem 0.7rem; }

/* =========================
   Clients
   ========================= */
section.clients {
  padding: 3rem 1rem;
  background-color: #B0FFA4;
  text-align: center;
  border-top: 1px solid #F8EA28;
  border-bottom: 1px solid #F8EA28;
}
.clients h2 {
  font-size: 2rem;
  color: #2e7d32; /* ??????? KEPT */
  margin-bottom: 2rem;
  font-weight: bold;
}
.client-logos { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; padding: 0; list-style: none; }
.client-logos li { flex: 0 1 120px; }
.client-logos img { max-height: 60px; width: auto; object-fit: contain; opacity: 0.8; transition: transform 0.2s ease, opacity 0.2s ease; filter: grayscale(40%); }
.client-logos img:hover { transform: scale(1.1); opacity: 1; filter: grayscale(0%); }

/* =========================
   Buttons
   ========================= */
.btn-primary, .btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  font-size: 1.05rem;
  border-radius: 6px;
  text-decoration: none;
  margin: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}



.btn-primary{
  position: relative;               /* ?????? pseudo ??? */
  display: inline-block;
  padding: .75rem 1.5rem;
  font-size: 1.05rem;
  font-weight: bold;
  color: #064e1a;
  background: linear-gradient(
    180deg,
    #fff69b 0%,
    #f7e77d 40%,
    #ffd93b 70%,
    #f7c400 100%
  );
  border: none;
  border-radius: 8px;
  box-shadow:
    0 4px 12px rgba(0,0,0,.25),
    inset 0 2px 6px rgba(255,255,255,.5);
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;                 /* ????????????????????? */
  isolation: isolate;               /* ????????????? */
}

.btn-primary:hover{
  transform: translateY(-2px);
  box-shadow:
    0 6px 15px rgba(0,0,0,.3),
    inset 0 2px 8px rgba(255,255,255,.6);
}

/* ===== ?????????? ? ?????? (????????????) ===== */
/* ???????????????????? (???? ?) */
.btn-primary::before{
  content:"";
  position:absolute;
  inset:-28% -18% auto -18%;
  height:64%;
  background: radial-gradient(120% 100% at 20% 20%,
              rgba(255,255,255,.55), transparent 62%);
  pointer-events:none;
  mix-blend-mode: screen;
}

/* ==============================
   ?????????????? + Sparkles
   ??? ::after ???????????????????????
   ============================== */
/* ===== ??????? 2 ???? ===== */
.btn-primary::after{
  content:"";
  position:absolute;
  top:-135%;
  left:-30%;
  width:46%;
  height:320%;

  /* ??????????????? */
  will-change: transform;
  transform: translateX(-140%) skewX(-12deg);
  filter: blur(1.4px) saturate(115%);
  mix-blend-mode: screen;
  pointer-events:none;
  opacity:.95;

  /* ????????????: (????1 core+halo) + (????2 core+halo) + sparkles ??????? */
  background:
    /* -- ??????? 1 (????????) -- */
    linear-gradient(115deg, transparent 0 42%,
      var(--shine-core-1) 46%, transparent 50%),   /* ???????? */
    linear-gradient(115deg, transparent 0 38%,
      var(--shine-soft-1) 46%, transparent 66%),   /* ??????? */

    /* -- ??????? 2 (????????????????) -- */
    linear-gradient(115deg, transparent 0 62%,
      var(--shine-core-2) 66%, transparent 70%),   /* ???????? */
    linear-gradient(115deg, transparent 0 58%,
      var(--shine-soft-2) 66%, transparent 82%),   /* ??????? */

    /* sparkles ??????????? 1 */
    radial-gradient(10px 10px at 28% 44%, var(--sparkle-1), transparent 60%),
    radial-gradient(7px 7px   at 46% 66%, rgba(255,200,205,.75), transparent 60%),

    /* sparkles ??????????? 2 */
    radial-gradient(9px 9px   at 70% 50%, var(--sparkle-2), transparent 60%),
    radial-gradient(7px 7px   at 60% 78%, rgba(255,185,195,.65), transparent 60%);
}

/* ????????????????? (???????? / ????? hover ??????????????????) */
.btn-primary.shine-run::after{
  animation: shine-glide 2.8s linear infinite;
}
.btn-primary.shine-hover::after{
  animation: shine-glide 2.8s linear paused;
}
.btn-primary.shine-hover:hover::after{
  animation-play-state: running;
}


/* ????????????????? motion */
@media (prefers-reduced-motion: reduce){
  .btn-primary.shine-run::after,
  .btn-primary.shine-hover::after{ animation: none; }
}

/* ?????????? ? ?????? ????????????? */
@keyframes shine-glide{
  from { transform: translateX(-140%) skewX(-12deg); }
  to   { transform: translateX(260%)  skewX(-12deg); }
}

.btn-secondary{
  position: relative;               /* ?????? pseudo ??? */
  display: inline-block;
  padding: .75rem 1.5rem;
  font-size: 1.05rem;
  font-weight: bold;
  color: #064e1a;
  background: linear-gradient(
    180deg,
    #c8e6c9 0%,
    #c8e6c9 40%,
    #c8e6c9 70%,
    #c8e6c9 100%
  );
  border: none;
  border-radius: 8px;
  box-shadow:
    0 4px 12px rgba(0,0,0,.25),
    inset 0 2px 6px rgba(255,255,255,.5);
  text-decoration: none;
  cursor: pointer;
  transition: transform .25s ease, box-shadow .25s ease;
  overflow: hidden;                 /* ????????????????????? */
  isolation: isolate;               /* ????????????? */
}

.btn-secondary:hover{
  transform: translateY(-2px);
  box-shadow:
    0 6px 15px rgba(0,0,0,.3),
    inset 0 2px 8px rgba(255,255,255,.6);
}
.btn-secondary::before{
  content:"";
  position:absolute;
  inset:-28% -18% auto -18%;
  height:64%;
  background: radial-gradient(120% 100% at 20% 20%,
              rgba(255,255,255,.55), transparent 62%);
  pointer-events:none;
  mix-blend-mode: screen;
}
/* =========================
   Services
   ========================= */
.services { background: #e3f9ca; text-align: center; }
.services h2 { font-size: 1.7rem; color: #2e7d32; text-align: center }
.service-grid { display: flex; flex-wrap: wrap; gap: 1.5rem; justify-content: center; margin-top: 1rem; }

.services-clean {
  background: #e3f9ca;
  text-align: center;
  max-width: 1220px; /* ????? */
  margin: 0 auto; /* ????? */
  padding: 2rem 1.5rem; /* ????????????????????? */
  border-radius: 12px; /* (?????????) ??????????????????????????? */
}

.moving-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  width: 92%;
  max-width: 98%;
  padding: 0.75rem 4vw; /* ???? padding ????-???????????? */
  box-sizing: border-box;
}

.moving-services-tab {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
  width: 100%;
  max-width: 1800px;   /* ?? ??????????????????????? 1380px */
  margin: 0 auto;      /* ?? ??????????????????? */
  padding: 0.75rem 4vw;
  box-sizing: border-box;
}

.services-grid h2 { font-size: 2rem; margin-bottom: 2rem; color: #2e7d32; }
.service-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 2rem; }

.service-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  text-align: center;
  transition: transform 0.2s ease;
}
.service-card:hover { transform: translateY(-8px); }
.service-card img { max-width: 100%; border-radius: 8px; margin-bottom: 1rem; }
.service-card h3 { font-size: 1.25rem; color: #d81b60; margin-bottom: 1rem; }
.service-card p { font-size: 0.95rem; color: #444; line-height: 1.6; }

.service-box {
  background: white;
  border-radius: 10px;
  padding: 1rem;
  max-width: 300px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  text-align: left;
  transition: transform 0.2s ease;
  min-height: 460px;
}
.service-box:hover { transform: translateY(-8px); }
.service-box img { max-width: 100%; border-radius: 8px; margin-bottom: 1rem; }
.service-box h3 { color: #2e7d32; font-size: 1.2rem; margin-bottom: 0.5rem; }
.service-box p { font-size: 0.95rem; margin-bottom: 0.75rem; }
.service-box a { color: #3366cc; font-weight: bold; text-decoration: none; }

.service-layouts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.service-slider { transition: opacity 0.5s ease-in-out; }
.service-slider { width: 100%; height: auto; object-fit: cover; border-radius: 10px; }

.kept-full-service { background-color: #f9fbe7; padding: 3rem 1rem; margin-top: -1rem; }
.kept-full-service h2 { font-size: 1.9rem; font-weight: 700; color: #2e7d32; margin-bottom: 1rem; }
.kept-full-service p  { color: #555; font-size: 1.05rem; max-width: 760px; margin: 0 auto 2.5rem; line-height: 1.8; }

.kept-service-icons { display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; }
.kept-service-icons .icon-box { width: 220px; text-align: center; }
.kept-service-icons .icon-box img { width: 72px; height: 72px; margin-bottom: 0.8rem; }
.kept-service-icons .icon-box h3 { font-size: 1.1rem; color: #388e3c; margin-bottom: 0.3rem; font-weight: 600; }
.kept-service-icons .icon-box p  { font-size: 0.95rem; color: #666; line-height: 1.4; }

.layout-card {
  background: #ffffff;
  padding: 1.4rem;
  border-radius: 14px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  text-align: center;
  transition: transform 0.2s ease;
}
.layout-card:hover { transform: translateY(-8px); }
.layout-card img { max-width: 90%; border-radius: 8px; margin-bottom: 1rem; }
.layout-card h3 { color: #c2185b; font-size: 1.1rem; margin-bottom: 0.75rem; padding-left: 2rem; padding-right: 2rem; }
.layout-card p  { font-size: 0.95rem; color: #555; line-height: 1.6; padding-left: 1.1rem; padding-right: 1.1rem; }

/* =========================
   Blog / CTA
   ========================= */
.blog-latest { background-color: #fff; padding: 2rem 1.5rem; text-align: center; }
.blog-latest h2 { font-size: 1.5rem; color: #2e7d32; margin-bottom: 1.5rem; }
.blog-list { list-style-type: disc; padding-left: 1.25rem; max-width: 1010px; margin: 0 auto 2rem auto; text-align: left; }
.blog-list li { margin-bottom: 1.1rem; font-size: 1.1rem; line-height: 1.6; }
.blog-list a { color: #1a237e; text-decoration:inherit; font-weight: 500; }
.blog-list a:hover { color: #fdd835; text-decoration: none; }

.cta-box { background-color: #fffde7; padding: 2rem 1rem; border-radius: 12px; max-width: 600px; margin: 0 auto; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06); }
.cta-box h3 { color: #2e7d32; font-size: 1.25rem; margin-bottom: 1.2rem; }
.cta-box .btn-primary { background-color: #fdd835; color: #333; padding: 0.75rem 1.5rem; border-radius: 8px; font-size: 1rem; font-weight: bold; display: inline-block; text-decoration: none; }
.cta-box .btn-primary:hover { background-color: #ffeb3b; }

/* =========================
   Image slider
   ========================= */
.image-slide-hover { position: relative; width: 100%; height: 200px; overflow: hidden; border-radius: 10px; }
.slider { display: flex; width: 100%; /* 4 ??? = 400% */ height: 100%; animation: slide 18s infinite; /* ?????????? 3 ?????? */ }
.slider img { width: 100%; height: 100%; object-fit: cover; }

@keyframes slide {
  0% { transform: translateX(0%); }
  16.66% { transform: translateX(0%); }
  20% { transform: translateX(-100%); }
  33.32% { transform: translateX(-100%); }
  36.66% { transform: translateX(-200%); }
  49.98% { transform: translateX(-200%); }
  53.32% { transform: translateX(-300%); }
  66.64% { transform: translateX(-300%); }
  69.98% { transform: translateX(-400%); }
  83.3% { transform: translateX(-400%); }
  86.64% { transform: translateX(-500%); }
  100% { transform: translateX(-500%); }
}

/* =========================
   Cleaning
   ========================= */
.cleaning-types h2 { font-size: 1.6rem; margin-bottom: 0.5rem; color: #2e7d32; text-align: center }
.cleaning-types h3 { color: #175e3a; font-size: 1.5rem; margin-bottom: 0.5rem; }
.cleaning-types p { font-size: 1rem; line-height: 1.6; color: #333; }

.cleaning-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 2rem; margin-top: 0.7rem; margin-bottom: 2.5rem; }
.cleaning-type-box {
  background-color: #f9fdf6;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}
.cleaning-type-box:hover { transform: translateY(-5px); }
.cleaning-type-box h3 { color: #317030; margin-bottom: 1rem; font-size: 1.25rem; }
.cleaning-type-box ul { padding-left: 1.2rem; margin-top: 1rem; }
.cleaning-type-box ul li { margin-bottom: 0.5rem; }

/* =========================
   WHY US
   ========================= */
.why-us { background-color: #f1f8e9; padding: 2.5rem 1rem; margin-top: 2rem; border-radius: 10px; }
.why-us h2 { font-size: 1.75rem; color: #2e7d32; margin-bottom: 1.5rem; text-align: center; font-weight: 700; }
.why-us ul {
  list-style: none;
  padding-bottom: 2rem;
  padding-top: 1rem;
  margin: 0 auto;
  max-width: 990px;
  display: grid;
  /* ??????????????????????????: ??? auto-fit + ?????????? min(100%, 500px) */
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  /* ????????????????????: ??? 1rem, ??????? 2rem */
  gap: 1.25rem 2rem;
}
.why-us li {
  display: grid;
  align-items:center;
  gap: 0.25rem; /* ????????? ? ??????? ??????????????? */
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  position: relative;
  padding-left: 3rem;
}
.why-us li::before {
  content: 'âœ…';
  color: #43a047;
  font-size: 1rem;
  position: absolute;
  left: .7rem;
  top: 0.1rem;
}

/* =========================
   TRUST / REVIEW / FAQ
   ========================= */
.trust-badges {
  background-color: #e8f5e9;
  padding: 1.5rem;
  border-radius: 10px;
  text-align: center;
  font-weight: 500;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.testimonials { background-color: #f1f8e9; text-align: center; padding-left: 1.5rem; padding-right: 1.5rem; }
.testimonials blockquote {
  background: #fff3e0;
  border-left: 5px solid #fdd835;
  margin: 1rem auto;
  padding: 1rem;
  max-width: 800px;
  font-style: italic;
}

/* ???????? FAQ */
.faq{ background:#f9fbe7; border-radius:12px; padding:2.25rem 1rem; margin:2rem auto; max-width:1100px; }
/* ?????????? */
.faq h2{ text-align:center; color:#2e7d32; font-size:1.85rem; font-weight:700; margin-bottom:1.25rem; line-height:1.3; }
/* ?????????????? */
.faq-list{ display:grid; grid-template-columns:repeat(auto-fit,minmax(320px,1fr)); gap:1rem 1.25rem; }
/* ?????????????????? */
.faq-item{ position:relative; background:#fff; border-radius:12px; box-shadow:0 2px 8px rgba(0,0,0,.06); overflow:hidden; transition:box-shadow .2s ease, transform .2s ease; }
/* ??????? accent (??????? hover/????) */
.faq-item::before{ content:''; position:absolute; inset:0 0 0 0; /* ???????????? */ border-left:4px solid transparent; border-radius:12px; transition:border-color .2s ease; }
/* hover ???? ? */
.faq-item:hover{ box-shadow:0 6px 18px rgba(0,0,0,.08); transform:translateY(-2px); }
.faq-item:hover::before{ border-color:#66bb6a; }
/* ??????????????? "????" (??? :has ?????? Chrome/Edge/Safari/iOS) */
.faq-item:has(.faq-toggle[aria-expanded="true"])::before{ border-color:#66bb6a; }
/* ????????? */
.faq-toggle{
  width:100%;
  text-align:left;
  background:#fff;
  border:0;
  padding:1rem 3rem 1rem 1rem;
  cursor:pointer;
  display:flex;
  align-items:center;
  gap:.75rem;
  position:relative;
  /* ????????????????????????? */
  font-size:1.05rem;
  font-weight:650;
  color:#1a531b;
  letter-spacing:.1px;
}
/* ??????????????????? */
.faq-toggle::after{ content:''; position:absolute; right:.6rem; width:28px; height:28px; border-radius:999px; background:#e8f5e9; z-index:0; }
/* ?????????????????? (a11y) */
.faq-toggle:focus-visible{ outline:3px solid #a5d6a7; outline-offset:2px; border-radius:8px; }
/* ????? */
.faq-toggle .chev{ position:absolute; right:1rem; width:10px; height:10px; border-right:2px solid #2e7d32; border-bottom:2px solid #2e7d32; transform:rotate(-45deg); transition:transform .2s ease, border-color .2s ease; }
/* ?????????????????? */
.faq-toggle[aria-expanded="true"] .chev{ transform:rotate(45deg); border-color:#1b5e20; }
/* ???????? */
.faq-panel{ background:#fcfff7; border-top:1px solid #e6f2df; }
/* ???????? hidden (????????? JS) */
.faq-panel[hidden]{ display:none; }
/* ???????????? */
.faq-panel-inner{ padding:1rem 1.25rem; color:#333; line-height:1.7; font-size:.98rem; }
/* ???????????????????????/????????? <mark> */
.faq-toggle mark, .faq-panel mark{ background:#fff59d; color:#2e7d32; padding:.05em .25em; border-radius:.25em; }
/* (????????) ??????????????????????? <span class="q">…</span> */
.faq-toggle .q{ font-weight:700; color:#184e1b; text-wrap:balance; /* ???????????? (????????????????????) */ }

.highlight-box { background: #fff8dc; border-left: 5px solid #fdd835; padding: 1rem 1.5rem; margin: 1.5rem 0; font-size: 1rem; }

.reviews {
  background-color: #f9fbe7;
  padding: 2rem 1.5rem;
  border-radius: 10px;
  max-width: 990px;
  margin: 2rem auto;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.reviews h2 { color: #2e7d32; font-size: 1.5rem; margin-bottom: 1.5rem; text-align: center; }
.reviews blockquote {
  background: #fffde7;
  border-left: 5px solid #fdd835;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.8;
  color: #444;
  max-width: 800px;
  margin: 0 auto 1rem auto;
  border-radius: 6px;
}
.reviews a {
  display: inline-block;
  text-align: center;
  margin: 1rem auto 0;
  text-decoration: none;
  font-weight: bold;
  color: #3366cc;
  font-size: 1rem;
  display: block;
  text-align: center;
}
.reviews a:hover { color: #2e7d32; text-decoration: underline; }

/* =========================
   Contact Form
   ========================= */
.contact-form { max-width: 600px; margin: 20px auto; display: flex; flex-direction: column; gap: 15px; }
.contact-form label { font-weight: bold; }
.contact-form input, .contact-form textarea { padding: 10px; font-size: 1rem; border: 1px solid #ccc; border-radius: 6px; }
.contact-form button { background-color: #d4e157; border: none; padding: 12px; font-size: 1rem; cursor: pointer; color: #333; border-radius: 6px; }

/* =========================
   Responsive
   ========================= */
@media (max-width: 1024px) {
  section { padding: 2rem 1.5rem; }
}

@media (max-width: 768px) {
  .desktop-only { display: none; }
  .mobile-only { display: inline; }

  .top-bar-container { flex-direction: column; align-items: flex-start; gap: 0.5rem; }
  .top-bar-wrapper { text-align: center; }
  .top-bar-text { white-space: normal; }
  .top-bar-socials { display: flex; gap: 0.75rem; }

  .kept-service-icons { flex-direction: column; align-items: center; }
  .service-grid { flex-direction: column; align-items: center; }

  .section-heading { padding-left: 1rem; padding-right: 1rem; text-align: center; font-size: 1.5rem; }
  .section-subtitle { padding-left: 1.25rem; padding-right: 1.25rem; margin-left: 1rem; margin-right: 1rem; }

  .navbar { flex-direction: column; align-items: stretch; position: relative; }
  .navbar.menu-open .menu-toggle { display: none; }
  .navbar.menu-open .menu-close { display: block; }

  .menu-header { position: relative; z-index: 10; background-color: #e0f2cb; padding: 10px 20px; }
  .menu-toggle { display: block; }
  .menu-close { display: none; }

  .nav-links { margin-top: 0; padding-top: 10px; display: none; flex-direction: column; width: 100%; padding: 12px 10px; }
  .nav-links.active { display: flex; }
  .nav-links li a { text-align: center; }

  .hero h1 { font-size: 1.6rem; padding: 0rem 0.2rem; }
  .hero p, .btn-primary, .btn-secondary { font-size: 1rem; padding: 0rem 0rem; }

  .lang-switch.desktop-only { display: none; }
  .lang-switch.mobile-only { text-align: center; padding-top: 10px; }

  .desktop-only { display: none; }
  .mobile-only { display: block; text-align: center; margin-top: 5px; }

  .nav-links { flex-direction: column; align-items: flex-start; }
  .lang-switch.mobile-only a { font-size: 0.95rem; display: flex; align-items: center; }

  .reviews { padding: 1.5rem 1rem; }
  .reviews blockquote { font-size: 0.95rem; }

  .why-us { padding: 2rem 2rem; }
  .why-us h2 { font-size: 1.5rem; }
  .why-us ul { grid-template-columns: 1fr; }

  .moving-services-grid { flex-direction: column; align-items: center; }
  .moving-services-tab { flex-direction: column; align-items: center; max-width: 100%}

  .cleaning-types-grid { flex-direction: row; justify-content: space-between; }
  .cleaning-types > div { flex: 1; padding: 1rem; border-top: 4px solid #6bc37c; }
  .cleaning-types > div:first-child { border-left: none; }
  .cleaning-type-grid { grid-template-columns: 1fr; }

  /* Responsive refinements */
  .faq{ padding:2rem .75rem; }
  .faq h2{ font-size:1.65rem; }
  .faq-list{ gap:.75rem 1rem; }
}

@media (max-width: 600px) {
  .blog-latest h2 { font-size: 1.3rem; }
  .btn-primary { display:flex; width: fit-content; margin: 2.5rem auto; padding: 0.65rem 1.8rem; font-size: 1rem; }
  .btn-primary:active, .btn-primary:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(253, 216, 53, 0.4);
  }
  .cta-box h3 { font-size: 1.1rem; }
  .blog-list { font-size: 0.95rem; }
  .cta-box .btn-primary { width: 100%; display: block; font-size: 1rem; }
  .services-grid h2 { font-size: 1.5rem; }
  .service-card h3 { font-size: 1.1rem; }
}

@media (max-width: 480px) {
  section { padding: 1.5rem 1.25rem; }
  .faq-toggle{ font-size:1.02rem; padding:.9rem 2.75rem .9rem 1rem; }
  .faq-toggle::after{ width:26px; height:26px; }
}

@media (min-width: 1300px) { .services-grid { grid-template-columns: repeat(4, 1fr); } }
@media (min-width: 576px)  { .container { max-width: 540px; } }
@media (min-width: 768px)  { .container { max-width: 720px; } }
@media (min-width: 992px)  { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
@media (min-width: 1400px) { .container { max-width: 1320px; } }

/* =========================
   Compare Section
   ========================= */
.kept-compare-section {
  background-color: #f1f8e9;
  padding: 2.5rem 1rem;
  border-radius: 10px;
  margin-top: 3rem;
}
.kept-compare-section .section-title {
  font-size: 1.8rem;
  color: #2e7d32;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.kept-compare-section .section-description { text-align: center; color: #555; margin-bottom: 2rem; }

.comparison-table { display: flex; flex-direction: column; width: 100%; }
.comparison-row {
  display: flex;
  border-bottom: 1px solid #c8e6c9;
  padding: 1rem 0;
  align-items: flex-start;
  flex-wrap: wrap;
}
.comparison-row.header { font-weight: bold; background-color: #dcedc8; text-align: center; }
.comparison-row .col { flex: 1; padding: 0.5rem; min-width: 180px; text-align: center; }
.col.kept { color: #2e7d32; }
.col.general { color: #b71c1c; }

@media screen and (max-width: 768px) {
  .comparison-row { flex-direction: column; }
  .comparison-row.header { display: none; }
  .comparison-row .col::before {
    content: attr(class);
    font-weight: bold;
    display: block;
    color: #666;
    margin-bottom: 0.25rem;
    text-transform: capitalize;
  }
}

/* =========================
   Kept Section
   ========================= */
.kept-section { background: #f1f8e9; padding: 3rem 1rem; margin-top: 3rem; border-radius: 12px; }
.kept-section h2 { text-align: center; font-size: 1.75rem; color: #2e7d32; margin-bottom: 2rem; }

.review-box { background: #fff; border-left: 5px solid #43a047; padding: 1rem 1.5rem; margin-bottom: 1.5rem; box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); border-radius: 8px; }
.review-text { font-style: italic; font-size: 1rem; margin-bottom: 0.5rem; }
.review-author { text-align: right; font-size: 0.9rem; color: #555; }

/* =========================
   FAQ (details/summary)
   ========================= */
#faq details { margin-bottom: 1.25rem; background: #fff; padding: 1rem; border-radius: 8px; box-shadow: 0 0 6px rgba(0, 0, 0, 0.05); }
#faq summary { cursor: pointer; font-weight: 600; font-size: 1.1rem; color: #33691e; margin-bottom: 0.5rem; }
#faq p { font-size: 1rem; color: #444; margin-top: 0.5rem; }

/* =========================
   Latest Gallery (add-only)
   ========================= */
.wrap-1440{max-width:1440px;margin-inline:auto;padding-inline:16px;}
.latest-gallery{margin:32px auto;}
.latest-gallery .section-title-row{ display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px; }
.latest-gallery .see-all{font-weight:600;text-decoration:underline;}
.latest-head .head-card{ position:relative;display:block;border-radius:12px;overflow:hidden; background: #f5f7f0; }
.latest-head .head-card img{ display:block;width:100%;height:auto;aspect-ratio:16/10;object-fit:cover; }
.latest-head .head-content{ position:absolute;left:0;right:0;bottom:0; padding:16px 18px;background:linear-gradient(180deg,transparent,rgba(0,0,0,.5)); color:#fff; }
.latest-grid{ display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:12px; }
.gallery-card{display:block;border-radius:10px;overflow:hidden;background:#fff;border:1px solid #e6eddc;}
.gallery-card .card-media{position:relative;background:#f5f7f0;}
.gallery-card .card-media img{ width:100%;height:auto;display:block;aspect-ratio:4/3;object-fit:cover; }
.gallery-card .card-body{padding:10px 12px;}
.gallery-card .card-title{font-size:1rem;line-height:1.3;margin:0 0 6px;}
.gallery-card .card-meta{font-size:.85rem;color:#557;}

@media (max-width:900px){ .latest-grid{grid-template-columns:repeat(2,1fr);} }
@media (max-width:600px){ .latest-grid{grid-template-columns:1fr;} }

/* ==== PATCH: ????????????????? / ??????????????????? ==== */

/* 1) ????????? overflow ?????????????? (?????????????????) */
html, body { overflow-x: clip; } /* ??? clip ??? hidden ????????????? position:fixed */

/* =======================================================================
   ADD-ONLY: Utilities used in home-moving page (no changes to existing)
   ======================================================================= */

/* ---------- Intro / Lead text ---------- */
.lead{
  font-size: 1.05rem;
  line-height: 1.9;
  color: #2b2b2b;
  max-width: 72ch;
  margin: 0 0 1rem 0;
}

/* ---------- Bulleted list blocks ---------- */
.list{
  margin: .75rem 0 1.25rem 0;
  padding-left: 1.25rem;
}
.list li{
  margin: .45rem 0;
  line-height: 1.7;
  color: #323232;
}

/* ---------- Action row (buttons/links cluster under a paragraph) ---------- */
.action{
  display: flex;
  flex-wrap: wrap;
  gap: .6rem .8rem;
  align-items: center;
  margin: .8rem 0 1.4rem 0;
}

/* Link button style used in screenshots */
.btn-link{
  display: inline-block;
  padding: .55rem .9rem;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #cfe6cf;
  background: #eef7ee;
  color: #1b5e20;
  transition: background .2s ease, transform .15s ease, border-color .2s ease;
}
.btn-link:hover{ background:#e5f3e5; border-color:#b9ddb9; transform: translateY(-1px); }

/* ---------- Minor subtitle (p.sub) under h2 ---------- */
.sub{
  color: #445;
  margin: .35rem 0 1rem 0;
  font-size: 1rem;
}

/* ---------- Media figure at the top of a section ---------- */
.hero-media{
  margin: 1rem 0 1.75rem 0;
}
.hero-media img{
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}

/* ---------- “Why choose us / proofs” 3-column articles wrapper ---------- */
.caps{
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem 1.25rem;
  margin: .75rem 0 1.25rem 0;
}
.caps article{
  background:#fff;
  border:1px solid #e7f0e2;
  border-radius: 12px;
  padding: 1rem 1rem .9rem;
  box-shadow: 0 1px 6px rgba(0,0,0,.03);
}
.caps h3{
  font-size: 1.05rem;
  color:#1b5e20;
  margin: .2rem 0 .45rem 0;
}
.caps p{
  font-size: .98rem;
  color:#333;
  line-height: 1.7;
}

/* ---------- Section spacing variant seen in code (section.asection) ---------- */
.asection{
  padding: 1.25rem 1rem;
}
.asection h2{
  color:#2e7d32;
  font-size: 1.4rem;
  margin: 0 0 .4rem 0;
}

/* ---------- Scope block (ordered list, standard scope) ---------- */
.scope{
  margin-top: 2rem;
}
.scope h2{
  color:#2e7d32;
  font-size: 1.45rem;
  margin: 0 0 .5rem 0;
}
.scope ol{
  counter-reset: step;
  margin: .5rem 0 0 0;
  padding-left: 1.1rem;
}
.scope li{
  position: relative;
  margin: .5rem 0;
  line-height: 1.7;
}
.scope li strong{ color:#1b5e20; }

/* ---------- Callout / Aside (green soft panel) ---------- */
.callout{
  background: #f3faea;
  border: 1px solid #e1f0d3;
  border-left: 6px solid #8bc34a;
  border-radius: 12px;
  padding: 1rem 1rem 1rem 1.1rem;
  margin: 1.25rem 0 1.5rem;
  box-shadow: 0 2px 10px rgba(0,0,0,.04);
}
.callout h3{
  margin: 0 0 .6rem 0;
  color:#2e7d32;
  font-size: 1.15rem;
}
.callout ul,
.callout ol{
  margin: 0;
  padding-left: 1.15rem;
}
.callout li{ margin: .4rem 0; }

/* ---------- Tiny helper for inline meta text if used ---------- */
.meta{ color:#6b7280; font-size:.92rem; }

/* =======================================================================
   Responsive tweaks for the new classes only
   ======================================================================= */
@media (max-width: 1024px){
  .caps{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 768px){
  .lead{ font-size: 1rem; }
  .caps{ grid-template-columns: 1fr; }
  .action{ justify-content: flex-start; }
}
@media (max-width: 480px){
  .btn-link{ width: 100%; text-align: center; }
}
