@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {

  /* COLOURS */
  --primary: #c0614d;
  --primary-hover: #b55744;
  --primary-light: #da745f;
  --accent: #a8c599;
  --accent-light: #bedab0;
  --light: #faf7f2;
  --xtra-light: #fffffe;
  --white: #ffffff;
  --yellow: #e9aa3f;

  --dark: #03060b;
  --grey: #7A7A7A;

  /* FONT SIZES */
  --fs-h1: clamp(2rem, 6vw, 3.2rem);
  --fs-h2: clamp(1.75rem, 4.5vw, 2.2rem);
  --fs-h3: clamp(1.5rem, 4vw, 2rem);
  --fs-h4: clamp(1.25rem, 3.5vw, 1.6rem);
  --fs-h5: clamp(1.1rem, 3vw, 1.4rem);

  /* BODY TEXT */
  --fs-base: 1rem;
  --fs-md: 0.9rem;
  --fs-sm: 0.8rem;
  --fs-xs: 0.7rem;

  /* FONT WEIGHTS */
  --fw-300: 300;
  --fw-400: 400;
  --fw-500: 500;
  --fw-600: 600;
  --fw-700: 700;
  --fw-800: 800;
  --fw-900: 900;

  /* SECTION PADDING */
  --section-p-xl: clamp(6em, 10vw, 12em);
  --section-p-lg: clamp(4.5em, 8vw, 10em);
  --section-p-base: clamp(3em, 6vw, 6em);
  --section-p-md: clamp(2.5em, 4vw, 4.5em);
  --section-p-sm: clamp(1.5em, 3vw, 3em);
  --section-p-xs: clamp(1em, 2vw, 2em);
  --section-p-xxs: clamp(0.5em, 1.5vw, 1.5em);

  /* BORDER RADIUS */
  --br-base: 1rem;
  --br-sm: 0.5rem;
  --br-rd: 999rem;

  /* TRANSITIONS */
  --transition: all 0.3s ease-in-out;
  --transition-slow: all 0.4s ease-in-out;
}

html {
  color: var(--dark);
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0 !important;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  background: var(--white);
  overflow-x: hidden;
}

main {
  flex: 1;
}

.head {
  position: relative;
}

.head-xl {
  padding: var(--section-p-xl) 0;
}

.head-lg {
  padding: var(--section-p-lg) 0;
}

.head-md {
  padding: var(--section-p-md) 0;
}

.head-sm {
  padding: var(--section-p-sm) 0 var(--section-p-md);
}

section {
  position: relative;
  padding-top: var(--section-p-lg);
  padding-bottom: var(--section-p-lg);
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: "Poppins", sans-serif;
  color: var(--dark);
}

h1, .h1 {
  font-size: var(--fs-h1);
}

h2, .h2 {
  font-size: var(--fs-h2);
}

h3, .h3 {
  font-size: var(--fs-h3);
}

h4, .h4 {
  font-size: var(--fs-h4);
}

h5, .h5 {
  font-size: var(--fs-h5);
}

p, .p {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-base);
  color: var(--grey);
}

.text-primary {
  color: var(--primary) !important;
}

.text-dark {
  color: var(--dark);
}

.text-grey {
  color: var(--grey);
}

/* Section label (e.g. "About us", "Features", "FAQ") */
.section-label {
  font-family: "Poppins", sans-serif;
  font-size: var(--fs-sm);
  font-weight: var(--fw-500);
  color: var(--primary);
  text-transform: capitalize;
  letter-spacing: 0.5px;
  margin-bottom: 0.5rem;
}

.bg {
  padding: var(--section-p-xs) var(--section-p-sm) !important;
  border-radius: var(--br-sm);
  border: 1px solid var(--white);
}

.bg-sm {
  padding: var(--section-p-xs) !important;
  border-radius: var(--br-sm);
  border: 1px solid var(--white);
}

.bg-xxs {
  padding: var(--section-p-xs) var(--section-p-xxs) !important;
  border-radius: var(--br-sm);
  border: 1px solid var(--white);
}

footer {
  background-color: var(--primary);
  color: #fff;
}

/* Background */
.bg-light {
  background-color: var(--primary-light) !important;
}

/* ========================================= */
/* Decorative shapes                          */
/* ========================================= */
.deco-circle-blue {
  position: absolute;
  border-radius: 50%;
  background-color: #C5DBFF;
  z-index: 0;
}
.deco-circle-yellow {
  position: absolute;
  border-radius: 50%;
  background-color: var(--accent);
  z-index: 0;
}
.deco-half-blue {
  position: absolute;
  width: 120px;
  height: 240px;
  background-color: #C5DBFF;
  border-radius: 0 240px 240px 0;
  z-index: 0;
}
.deco-half-blue-left {
  position: absolute;
  width: 120px;
  height: 240px;
  background-color: #C5DBFF;
  border-radius: 240px 0 0 240px;
  z-index: 0;
}

/* Sparkle decoration (yellow) */
.deco-sparkle {
  display: inline-block;
  width: 50px;
  height: 34px;
  background-image: url('/img/shim-sparks.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

/* Scribble decoration (blue) - loose spiral/loop */
.deco-scribble {
  position: absolute;
  width: 90px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 80' fill='none'%3E%3Cpath d='M60 20 C50 8, 20 12, 12 30 C4 48, 15 68, 38 66 C61 64, 68 44, 55 30' stroke='%235B8DEF' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3Cpath d='M50 25 C42 15, 22 18, 18 32 C14 46, 22 58, 38 56' stroke='%235B8DEF' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

/* Doodle scribble (yellow) - hand-drawn oval */
.deco-doodle-yellow {
  position: absolute;
  width: 65px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 40' fill='none'%3E%3Cpath d='M8 22 C6 12, 18 4, 32 5 C46 6, 55 14, 54 22 C53 30, 42 37, 28 36 C14 35, 10 32, 8 22 Z' stroke='%23F5B731' stroke-width='2.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
}

/* Image container with decorative shapes */
.img-deco-container {
  position: relative;
  z-index: 1;
}
.img-deco-container img.img-main {
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

/* ========================================= */
/* Contact icon circles                       */
/* ========================================= */
.contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.contact-icon img,
.contact-icon svg {
  width: 40px;
  height: 40px;
}

.form-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--light);
  flex-shrink: 0;
}
.form-icon img,
.form-icon svg {
  width: 26px;
  height: 26px;
}

/* Feature icon (small rounded square) */
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--light);
  flex-shrink: 0;
}
.feature-icon img,
.feature-icon svg {
  width: 26px;
  height: 26px;
}

/* ========================================= */
/* Accordion                                  */
/* ========================================= */
.accordion-item {
  margin-bottom: 16px;
  border-radius: 16px !important;
  background-color: #ffffff;
  border: 1px solid var(--light) !important;
  box-shadow: none !important;
  padding: 0;
}

.accordion-header {
  border-radius: 16px !important;
}

.accordion-header h2{
  font-size: 1.1rem;
  font-weight: var(--fw-600);
  color: var(--dark);
}

.accordion-button:not(.collapsed) h2 {
  color: var(--primary);
}

.accordion-item:first-of-type>.accordion-header .accordion-button,
.accordion-item>.accordion-header .accordion-button {
  border-radius: 16px;
  background-color: var(--light);
  border: 1px solid var(--light);
  box-shadow: none !important;
  padding: 18px 20px;
  font-family: "Poppins", sans-serif;
  font-weight: var(--fw-500);
  font-size: var(--fs-base);
  color: var(--dark);
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
  border-radius: 16px !important;
}

.accordion-button:not(.collapsed) {
  background-color: var(--primary-light) !important;
  color: var(--primary);
  box-shadow: none;
}

.accordion-button::after {
  background-color: var(--primary);
  border-radius: 999px;
  padding: 13px;
  background-size: 55%;
  background-position: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M4 6L8 10L12 6'/%3e%3c/svg%3e");
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M4 6L8 10L12 6'/%3e%3c/svg%3e");
}

.accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.accordion-body {
  padding: 0 20px 20px 20px;
  color: var(--grey);
}

/* Entire accordion item gets light blue when expanded */
.accordion-item:has(.accordion-collapse.show) {
  background-color: var(--light);
  border-color: var(--light) !important;
}

.accordion-item:has(.accordion-collapse.show) .accordion-button {
  background-color: var(--light) !important;
}

/* ========================================= */
/* Navbar                                     */
/* ========================================= */
.navbar {
  padding: 1rem 0;
}

.navbar-collapse {
  justify-content: space-between;
}

.navbar-brand {
  color: var(--dark);
  font-family: "Poppins", sans-serif;
  font-weight: var(--fw-700);
  font-size: 1.4rem;
}

.navbar-brand:hover {
  color: var(--dark);
}

.navbar .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  padding: 0 !important;
  height: 40px;
  width: 40px;
  transition: var(--transition);
}

.flag-icon.rounded-circle {
  width: 20px;
  height: 20px;
  object-fit: cover;
}

.navbar-toggler {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  background-image: none;
  border: 1px solid #d4cdcd;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  transition: var(--transition);
}

.navbar-toggler-icon {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.navbar-toggler:hover {
  border: 1px solid var(--primary);
}

.nav-link.active-link {
  color: var(--primary) !important;
  font-weight: var(--fw-500);
}

@media (max-width: 776px) {
  .navbar {
    background-color: var(--white);
    box-shadow: 0.5px 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.015);
    border-bottom: 1px solid #EDEDEF;
  }
}

/* ========================================= */
/* Buttons                                    */
/* ========================================= */
.btn {
  position: relative;
  padding: 0.85rem 1.6rem;
  width: fit-content;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  border-radius: var(--br-sm);
  font-weight: var(--fw-500) !important;
  font-size: var(--fs-base);
  transition: var(--transition);
}

.btn-primary {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 0 32px 32px 32px;
  color: var(--white);
  font-weight: 500;
}

.btn-primary:hover {
  background: var(--primary-hover);
  border-color: var(--primary-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(3, 6, 10, 0.25);
}

.btn-accent {
  background: var(--accent);
  border-color: var(--accent);
  border-radius: 0 32px 32px 32px;
  color: var(--white);
  font-weight: 500;
}

.btn-accent:hover {
  background: var(--accent-hover);
  border-color: var(--accent-hover);
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(3, 6, 10, 0.25);
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--primary);
  border-radius: 0 32px 32px 32px;
  color: var(--primary);
  opacity: 1;
}

.btn-outline-primary:hover {
  background: transparent;
  border-color: var(--primary-hover);
  color: var(--primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(3, 6, 10, 0.25);
}

.btn-light {
  background: #03060A;
  border-color: #03060A;
  border-radius: 0 32px 32px 32px;
  color: var(--white);
  font-weight: 500;
}

.btn-light:hover {
  background: #03060A;
  border-color: #03060A;
  color: var(--white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(3, 6, 10, 0.25);
}

/* ========================================= */
/* Contact Form                               */
/* ========================================= */
.contact-form-card {
  background: var(--light);
  border-radius: 100px 100px 100px 0;
  padding: 4.25rem;
  position: relative;
  overflow: visible;
}

/* Blue circle decoration - top right */
.contact-form-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 180px;
  height: 180px;
  border-radius: 0 100px 0 0 ;
  background-color: var(--yellow);
  z-index: -1;
}

/* Yellow block decoration - bottom left */
.contact-form-card::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 150px;
  height: 150px;
  background-color: var(--accent);
  border-radius: 0;
  z-index: -1;
  opacity: 0.85;
}

.contact-form-card .form-control {
  background-color: var(--xtra-light);
  border: 1px solid var(--xtra-light);
  border-radius: 12px;
  padding: 12px 16px;
  position: relative;
  z-index: 1;
}

.contact-form-card h2,
.contact-form-card .row,
.contact-form-card .mb-3,
.contact-form-card .mb-4,
.contact-form-card .input-group,
.contact-form-card .d-flex,
.contact-form-card button[type="submit"] {
  position: relative;
  z-index: 1;
}

.form-control {
  padding: 12px 16px;
  border-radius: var(--br-sm);
  background-color: var(--xtra-light);
  border: 1px solid var(--xtra-light);
  color: var(--dark);
}

.form-control::placeholder {
  color: #a0a0a0;
  opacity: 1;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 2px rgba(239, 192, 91, 0.15);
  background-color: var(--white);
}

.input-group {
  background-color: var(--white);
  border-color: var(--light);
  color: var(--dark);
  border-radius: 12px;
}

.input-group-text {
  background-color: var(--white);
  border-color: var(--light);
  border-right: 0;
  color: var(--primary);
}

/* Cancellation form */
.cancellation-form {
  max-width: 520px;
  margin: 0 auto;
}

.cancellation-form .input-group {
  border: none;
  border-radius: 32px;
  overflow: visible;
  background: var(--light);
}

.cancellation-form .input-group .form-control {
  border: none;
  background: transparent;
  padding: 14px 16px;
}

.cancellation-form .input-group .form-control:focus {
  background: transparent;
  box-shadow: none;
}

.cancellation-form .input-group .input-group-text {
  background: transparent;
  border: none;
}

.cancellation-form .input-group .btn {
  border-radius: 0 32px 32px 32px !important;
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff;
  margin: 0;
  padding: 0.85rem 1.6rem;
}

/* ========================================= */
/* Contact section (light blue bg)            */
/* ========================================= */
.contact-band {
  background-color: var(--light);
  border-radius: 0 52px 0 52px;
  padding: 4rem 3rem;
}

/* ========================================= */
/* Contact section (light blue bg)            */
/* ========================================= */
.home-section-band {
  background-color: var(--accent-light);
  border-radius: 24px;
  padding: 3rem 4rem;
}

/* ========================================= */
/* Bento grid (Homepage hero)                 */
/* ========================================= */
.bento-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 12px;
}
.bento-grid .bento-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.bento-grid .bento-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bento-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background-color: var(--accent);
  border-radius: 50%;
  width: 85px;
  height: 85px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}
.bento-logo span {
  color: #fff;
  font-size: 0.55rem;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1;
}
.bento-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 16px;
  color: #fff;
  font-weight: var(--fw-600);
  font-size: var(--fs-sm);
  z-index: 2;
}
.bento-overlay-accent {
  background-color: var(--accent);
  border-radius: 16px;
  padding: 16px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.bento-overlay-accent a {
  color: #fff;
  text-decoration: none;
  font-weight: var(--fw-500);
}

@media (max-width: 768px) {
  .bento-grid {
    grid-template-columns: 1fr;
  }
}
