.elementor-2561 .elementor-element.elementor-element-318ac34{margin-top:-40px;margin-bottom:0px;}.elementor-2561 .elementor-element.elementor-element-3fc6bf2{margin-top:0px;margin-bottom:0px;}:root{--page-title-display:none;}/* Start custom CSS for section, class: .elementor-element-5983cbc */.heroC {
  position: relative;
  margin-bottom: 26px;
  padding: 26px 16px 16px 16px;
  font-family: 'Poppins', Arial, sans-serif;
}

/* Row layout */
.heroC__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Card shell – skew for angled edges only */
.heroC__card {
  position: relative;
  height: 220px;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.18);
  overflow: hidden;
  transform: skewX(-6deg);
  background: transparent;             /* ensure no white background shows */
  backface-visibility: hidden;         /* reduce edge tearing */
  -webkit-backface-visibility: hidden;
}

.heroC__card--center {
  height: 260px;
  transform: skewX(-6deg) translateY(-8px);
}

/* Inner image – counter-skew + bleed so it fully covers */
.heroC__img {
  position: absolute;
  top: -2%;
  right: -4%;
  bottom: -2%;
  left: -4%;
  background-size: cover;
  background-position: center;
  filter: brightness(0.88);
  transform: skewX(6deg) scale(1.04);  /* counter the shell’s -6deg, then overfill */
  transform-origin: center;
  will-change: transform;
}


/* Optional: subtle white gloss for card edges */
.heroC__card::after {
  content: "";
  position: absolute;
  inset: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.06);
  pointer-events: none;
}

/* Text block */
.heroC__content {
  text-align: center;
  margin-top: 16px;
}

.heroC__logo {
  max-width: 200px;
  height: auto;
  margin: 0 auto 8px auto;
  display: block;
}

.heroC__title {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 56px;
  letter-spacing: 1px;
  margin: 4px 0 8px 0;
  color: #0b1d33;
}

.heroC__title span { color: #005baa; }

.heroC__sub {
  font-size: 17px;
  color: #555;
}

/* Responsive */
@media (max-width: 900px) {
  .heroC__row { grid-template-columns: 1fr; }
  .heroC__card,
  .heroC__card--center {
    height: 180px;
    transform: skewX(-4deg);
  }
  .heroC__img { transform: skewX(4deg); }
  .heroC__title { font-size: 38px; }
}

@media (max-width: 900px) {
  .heroC__img { transform: skewX(4deg) scale(1.04); }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-318ac34 */.walkone-equalizer {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 6px;
  height: 34px;
  margin: 36px auto 22px auto;
}

.walkone-equalizer--wide { max-width: 720px; }  /* keeps it elegant */
.walkone-equalizer--wide span { width: 7px; }

.walkone-equalizer span {
  display: block;
  width: 6px;
  background: linear-gradient(180deg, #FFD700, #00B140, #005BAA);
  border-radius: 4px;
  animation: equalizer 1.2s infinite ease-in-out;
}

/* Stagger timing & amplitude a bit for realism */
.walkone-equalizer span:nth-child(odd)  { animation-duration: 1.15s; }
.walkone-equalizer span:nth-child(3n)   { animation-duration: 1.3s; }
.walkone-equalizer span:nth-child(4n)   { animation-duration: 1.05s; }

.walkone-equalizer span:nth-child(1)  { animation-delay: 0s;   }
.walkone-equalizer span:nth-child(2)  { animation-delay: 0.08s;}
.walkone-equalizer span:nth-child(3)  { animation-delay: 0.16s;}
.walkone-equalizer span:nth-child(4)  { animation-delay: 0.24s;}
.walkone-equalizer span:nth-child(5)  { animation-delay: 0.32s;}
.walkone-equalizer span:nth-child(6)  { animation-delay: 0.40s;}
.walkone-equalizer span:nth-child(7)  { animation-delay: 0.48s;}
.walkone-equalizer span:nth-child(8)  { animation-delay: 0.56s;}
.walkone-equalizer span:nth-child(9)  { animation-delay: 0.64s;}
.walkone-equalizer span:nth-child(10) { animation-delay: 0.72s;}
.walkone-equalizer span:nth-child(11) { animation-delay: 0.80s;}

@keyframes equalizer {
  0%, 100% { height: 6px;  }
  50%      { height: 34px; }
}

@media (max-width: 600px) {
  .walkone-equalizer--wide { max-width: 520px; gap: 5px; }
}/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-3fc6bf2 *//* Import hero fonts */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Poppins:wght@400;500;600;700&display=swap');

/* --- WalkOne Entertainment Booking Form Styling (branded) --- */
.walkone-form-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px auto;
  font-family: 'Poppins', Arial, sans-serif;
}

.walkone-form-header h2 {
  font-family: 'Bebas Neue', Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #1E3A5F;
  margin-bottom: 8px;
}

.walkone-form-header p {
  font-size: 18px;
  color: #555;
  line-height: 26px;
  font-weight: 400;
}

/* Grid Layout */
.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 24px;
  font-family: 'Poppins', Arial, sans-serif;
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.06);
}

/* Labels & Inputs */
label {
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
  color: #222;
  font-size: 15px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  font-size: 15px;
  font-family: 'Poppins', Arial, sans-serif;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-color: #fafafa;
  transition: border-color 0.2s, background-color 0.2s;
  box-sizing: border-box;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #005baa;
  background-color: #fff;
  outline: none;
}

textarea {
  resize: vertical;
  min-height: 100px;
}

/* Checkbox & Radio */
input[type="checkbox"],
input[type="radio"] {
  margin-right: 8px;
  transform: scale(1.15);
}

label input[type="checkbox"],
label input[type="radio"] {
  margin-right: 10px;
  vertical-align: middle;
}

/* 3-Column Layout for Services */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px 24px;
  margin-top: 10px;
}

.services-grid label {
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
}

/* Button Styling */
button[type="submit"] {
  background-color: #005baa;
  color: #fff;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-family: 'Poppins', Arial, sans-serif;
  transition: background 0.3s ease, transform 0.2s ease;
  width: 100%;
}

button[type="submit"]:hover {
  background-color: #003f80;
  transform: scale(1.02);
}

/* Full-width items */
.full-width {
  grid-column: 1 / -1;
}

/* Radio Layout */
.radio-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 12px 24px;
  margin-top: 10px;
}

.radio-grid label {
  font-weight: normal;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #333;
}

/* Mobile Tweaks */
@media (max-width: 600px) {
  .walkone-form-header h2 {
    font-size: 30px;
  }
  .walkone-form-header p {
    font-size: 15px;
  }
  button[type="submit"] {
    padding: 14px;
  }
}/* End custom CSS */