@import url(https://fonts.googleapis.com/css2?family=Cabin:wght@400;500;600&display=swap);
@charset "UTF-8";
html,
body {
  height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #1a202c;
  font-family: "Cabin", sans-serif;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

h1 {
  font-size: 3rem;
}

h2 {
  font-size: 3rem;
  padding: 16px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}

header {
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 24px solid #A987DE;
}
header img {
  height: 80px;
}
header .btn-contact,
header .btn-book {
  padding: 16px;
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 2px 2px 16px 1px lightgrey;
  border: none;
  border-radius: 16px;
  background-color: #FCE681;
  text-decoration: none;
  color: #4d4d4d;
  font-weight: 600;
  letter-spacing: 1px;
}
header button {
  padding: 24px;
  padding-left: 32px;
  padding-right: 32px;
  text-transform: uppercase;
  cursor: pointer;
}
header button:first-of-type {
  box-shadow: 2px 2px 16px 1px lightgrey;
  border: none;
  border-radius: 16px;
  background-color: #FCE681;
}

.h-b-1,
.h-b-2,
.h-b-3,
.h-b-4,
.h-b-5,
.h-b-6,
.h-b-7,
footer {
  padding: 0;
}

.h-b-1 {
  border-bottom: 24px solid #FFE680;
  background-image: url(/imgs/game9.webp);
  background-position: top center;
  height: 800px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  margin-top: -32px;
}
.h-b-1 h1 {
  text-align: center;
  bottom: 0;
  color: #fff;
  padding-top: 64px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.h-b-1 p {
  color: white;
  padding: 64px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  bottom: 0;
  margin: 0;
  line-height: 1.8;
  font-size: 1.4rem;
}

.h-b-1::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  /* clicks pass through */
}

.h-b-2,
.h-b-4 {
  height: 600px;
}

.h-b-2,
.h-b-3,
.h-b-4,
.h-b-5,
.h-b-6 {
  display: flex;
}
.h-b-2 div,
.h-b-3 div,
.h-b-4 div,
.h-b-5 div,
.h-b-6 div {
  width: 50%;
}
.h-b-2 div h2,
.h-b-3 div h2,
.h-b-4 div h2,
.h-b-5 div h2,
.h-b-6 div h2 {
  color: #fff;
}

.h-b-2 {
  background-color: #A987DE;
}
.h-b-2 div:first-of-type {
  background-image: url(/imgs/cafe2.png);
  background-position: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.h-b-2 div h2 {
  text-align: center;
}

.h-b-3 {
  flex-direction: row-reverse;
  background-color: #FFE680;
}
.h-b-3 div:first-of-type {
  background-image: url(/imgs/garden7.png);
  background-position: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.h-b-3 h3 {
  color: #4d4d4d;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.h-b-4 {
  background-color: #A987DE;
}
.h-b-4 div:first-of-type {
  background-image: url(/imgs/consultation.png);
  background-position: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.h-b-5 {
  flex-direction: row-reverse;
  background-color: #FFE680;
}
.h-b-5 div:first-of-type {
  background-image: url(/imgs/laundry12.png);
  background-position: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.h-b-5 h3 {
  color: #4d4d4d;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}

.h-b-3,
.h-b-4 {
  height: 600px;
}
.h-b-3 h2,
.h-b-4 h2 {
  text-align: center;
  bottom: 0;
  color: #fff;
}

.h-b-5 {
  height: 600px;
}
.h-b-5 h2 {
  text-align: center;
  bottom: 0;
  color: #fff;
}

.h-b-6 {
  background-color: #A987DE;
}
.h-b-6 div:first-of-type {
  background-image: url(/imgs/map5.png);
  background-position: center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.h-b-6 h2 {
  text-align: center;
  bottom: 0;
  color: #000;
}

.h-b-7 {
  background-color: #FFF;
  min-height: 600px;
  padding: 32px;
  color: #4d4d4d;
}
.h-b-7 h2 {
  text-align: center;
}

footer {
  background: #003380;
  color: #fff;
  height: 300px;
  padding: 32px;
  text-align: center;
}

.words {
  color: #fff;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
}
.words span {
  width: 100%;
  padding: 2rem;
}
.words span h3 {
  text-align: center;
  margin: 0;
  margin-bottom: 2rem;
  font-size: 1.4rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.7);
}
.words span .list {
  list-style: none;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  gap: 0.75rem;
  padding: 0;
}
.words span .list li {
  background: #f9f9f9;
  padding: 0.75rem 1rem;
  border-radius: 6px;
  box-sizing: border-box;
  color: blueviolet;
}

.faqs {
  display: flex;
  justify-content: center;
}

.cta {
  text-align: center;
  margin-top: 64px;
}
.cta button {
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}

.inline-cta {
  display: flex !important;
}
.inline-cta a {
  background-color: #EEEEEE;
  padding: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
  border: 1px solid #111;
  margin: 0 auto;
}

.accordion {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 900px;
}

.accordion-item {
  border-bottom: 1px solid #888;
}

.accordion-toggle {
  width: 100%;
  text-align: left;
  padding: 1rem 3rem 1rem 1rem;
  background: none;
  border: 0;
  font-size: 1.5rem;
  line-height: 1.4;
  cursor: pointer;
  position: relative;
}

/* chevron */
.accordion-toggle::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  border-right: 2px solid #888;
  border-bottom: 2px solid #888;
  transform: translateY(-50%) rotate(-45deg);
  transition: transform 0.2s ease;
}

.accordion-toggle[aria-expanded=true]::after {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-toggle:focus-visible {
  outline: 3px solid rgba(116, 179, 47, 0.35);
  outline-offset: 2px;
}

.accordion-panel {
  padding: 0 1rem 1rem 1rem;
  color: #333;
  background: aliceblue;
  padding-top: 16px;
}

/* subtle open state accent */
.accordion-toggle[aria-expanded=true] {
  background: linear-gradient(180deg, rgba(116, 179, 47, 0.06), transparent 90%);
  background: linear-gradient(180deg, rgba(226, 226, 226, 0.4), transparent 90%);
}

.alert-success-large {
  text-align: center;
  font-size: 1.4rem !important;
  padding: 1.25rem 1.5rem !important;
}

.alert-success-large {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 18px;
  position: relative;
}

.logo {
  height: 80px;
}

.nav-desktop {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.nav-desktop a {
  display: flex;
  align-items: center;
}

.burger {
  display: none;
  background: none !important;
  border: none;
  cursor: pointer;
  width: 34px;
  height: 28px;
  position: relative;
  border-radius: unset !important;
  box-shadow: none !important;
}

.burger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #333;
  border-radius: 2px;
  transition: 0.25s ease;
}

.burger span:nth-child(1) {
  top: 0;
}

.burger span:nth-child(2) {
  top: 21px;
}

.burger span:nth-child(3) {
  bottom: 0;
}

.nav-mobile {
  display: none;
  position: absolute;
  top: 116px;
  right: 0;
  left: 0;
  background: rgba(169, 135, 222, 0.9);
  margin-top: 16px;
  width: 100%;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  z-index: 999;
}

.nav-mobile a {
  display: block;
  padding: 12px 0;
  font-size: x-large;
  text-decoration: none;
  color: #fff;
}

.logo-mobile {
  display: none;
}

/* Mobile breakpoint */
@media (max-width: 768px) {
  .logo-mobile {
    display: block;
  }
  .nav-desktop {
    display: none;
  }
  .burger {
    display: block;
  }
  .nav-mobile.active {
    display: block;
  }
  .h-b-1 {
    height: 740px !important;
    background-size: contain;
    background-color: #A987DE;
    background-image: url(/imgs/game9.webp);
  }
  .h-b-1 p {
    background-color: #A987DE;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-toggle::after {
    transition: none;
  }
}
ul li {
  font-weight: 600;
  letter-spacing: 1px;
}

@media (max-width: 799px) {
  .h-b-1 p {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .h-b-1,
  .h-b-2,
  .h-b-3,
  .h-b-4,
  .h-b-5,
  .h-b-6,
  .h-b-7 {
    flex-direction: column;
    height: auto;
    min-height: 600px;
  }
  .h-b-1 div,
  .h-b-2 div,
  .h-b-3 div,
  .h-b-4 div,
  .h-b-5 div,
  .h-b-6 div,
  .h-b-7 div {
    width: 100%;
  }
}
@media (min-width: 800px) and (max-width: 1490px) {
  .h-b-1,
  .h-b-2,
  .h-b-3,
  .h-b-4,
  .h-b-5,
  .h-b-6,
  .h-b-7 {
    height: auto;
  }
  .h-b-1 {
    min-height: 600px;
  }
  .h-b-2 .words span ul.list {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }
}
/* Wrapper */
.contact-section {
  max-width: 900px;
  margin: 0 auto 4rem;
  padding: 1.5rem;
}

.contact-section h2 {
  font-size: 2rem;
  margin-bottom: 0.25rem;
  padding-left: 0;
}

.contact-section .contact-intro {
  margin-bottom: 1.5rem;
  color: #555;
}

/* Card-style form */
.smc-contact-form {
  background: #ffffff;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  display: grid;
  gap: 1rem;
}

/* Basic field layout */
.smc-contact-form .form-row {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.smc-contact-form label {
  font-weight: 600;
  font-size: 0.95rem;
  color: #333;
}

.smc-contact-form input[type=text],
.smc-contact-form input[type=email],
.smc-contact-form input[type=tel],
.smc-contact-form select,
.smc-contact-form textarea {
  padding: 0.7rem 0.8rem;
  border-radius: 8px;
  border: 1px solid #d0cde7;
  font-size: 1rem;
  font-family: inherit;
  background: #faf8ff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

/* Focus state */
.smc-contact-form input:focus,
.smc-contact-form select:focus,
.smc-contact-form textarea:focus {
  outline: none;
  border-color: #aa87de;
  box-shadow: 0 0 0 3px rgba(170, 135, 222, 0.25);
  background-color: #ffffff;
}

.smc-contact-form textarea {
  resize: vertical;
  min-height: 120px;
}

/* Checkbox row */
.form-row--checkbox {
  flex-direction: row;
  align-items: flex-start;
  gap: 0.5rem;
}

.form-row--checkbox input[type=checkbox] {
  margin-top: 0.2rem;
}

.form-hint {
  font-size: 0.85rem;
  color: #777;
}

/* Error/message styling if you use Laravel validation */
.smc-contact-form .error-message {
  font-size: 0.85rem;
  color: #b3261e;
}

/* Primary button in your purple */
.smc-btn-primary {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.8rem;
  border-radius: 999px;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #aa87de, #8a62d0);
  color: #fff;
  text-decoration: none;
  transition: transform 0.1s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.smc-btn-primary:hover,
.smc-btn-primary:focus-visible {
  filter: brightness(1.05);
  box-shadow: 0 10px 25px rgba(138, 98, 208, 0.35);
  transform: translateY(-1px);
}

.smc-btn-primary:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(138, 98, 208, 0.25);
}

/* SUCCESS ALERT (optional, for session('success')) */
.alert-success {
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
  border-radius: 10px;
  background: #e6f7ea;
  border: 1px solid #b6e2c2;
  color: #216b3a;
  font-size: 0.95rem;
}

/* ------------------------------
   RESPONSIVE LAYOUT
   ------------------------------ */
/* Mobile-first: single column – this is the base above */
/* From 600px up: slightly wider card + two-column where it makes sense */
@media (min-width: 600px) {
  .contact-section {
    padding: 2rem 1rem;
  }
  .smc-contact-form {
    padding: 2rem;
  }
  .smc-contact-form--two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem 1.5rem;
  }
  .smc-contact-form--two-col .form-row--full {
    grid-column: 1/-1;
  }
  .smc-contact-form--two-col .form-actions {
    grid-column: 1/-1;
  }
}
/* From 900px up: centre it nicely and give a bit more breathing room */
@media (min-width: 900px) {
  .smc-contact-form {
    padding: 2.25rem 2.5rem;
  }
}
