.elementor-7 .elementor-element.elementor-element-22d29d3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-f7e7eb4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-7a1db78{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:15px;--margin-bottom:15px;--margin-left:15px;--margin-right:15px;--padding-top:20px;--padding-bottom:20px;--padding-left:20px;--padding-right:20px;}.elementor-7 .elementor-element.elementor-element-37bb3b4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-eb2e52e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-7 .elementor-element.elementor-element-ef0756e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-7 .elementor-element.elementor-element-027008a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-d927432{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-7 .elementor-element.elementor-element-5e8de83{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:767px){.elementor-7 .elementor-element.elementor-element-22d29d3{--min-height:0px;}.elementor-7 .elementor-element.elementor-element-027008a{--min-height:0px;}.elementor-7 .elementor-element.elementor-element-d927432{--min-height:0px;}}/* Start custom CSS for html, class: .elementor-element-d7d2290 *//* ===== Sky Tower: Fullscreen video hero with top-left logo ===== */

.sky-hero {
  position: relative;
  width: 100%;
  height: 100vh;            /* Full viewport height */
  min-height: 520px;        /* Reasonable floor for small devices */
  overflow: hidden;
  background: #000;         /* Safe background while video initializes */
}

/* Background video wrapper ensures full bleed cover */
.sky-hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;     /* Prevent any interaction with the iframe */
}

/* Let the iframe fill the hero and cover it */
.sky-hero__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;          /* 16:9 = 9/16 = 0.5625 of width */
  min-width: 177.78vh;      /* 16:9 cover trick: width >= 16/9 * height */
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}

/* Header with logo pinned top-left */
.sky-header {
  position: absolute;
  top: calc(16px + env(safe-area-inset-top));
  left: calc(20px + env(safe-area-inset-left));
  right: 20px;              /* leaves space if you later add a nav on the right */
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Brand/logo */
.sky-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sky-header__logo {
  height: 46px;             /* Small logo as requested */
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* Optional: future nav styles (currently unused)
.sky-header__nav {
  margin-left: auto;
  display: inline-flex;
  gap: 28px;
}
.sky-header__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.sky-header__nav .btn {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
}
.sky-header__nav a:hover { color:#fff; opacity:.85; }
*/

/* Optional translucent overlay for readability (currently transparent) */
.sky-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.35) 0%,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
}

/* Accessibility / motion preferences */
@media (prefers-reduced-motion: reduce) {
  .sky-hero__iframe {
    transition: none !important;
  }
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .sky-header__logo { height: 40px; }
  .sky-header { left: calc(14px + env(safe-area-inset-left)); right: 14px; top: calc(14px + env(safe-area-inset-top)); }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-a609a53 *//* ===== SkyTower / CF7 – shortcode-scoped CSS ===== */
.wpcf7 {
  --accent: #b89266;   /* gold accent */
  --ink: #222;
  --muted: #cfcfcf;
  --placeholder: #7b7b7b;
  font-family: "Inter", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

/* Simple responsive grid (works even if theme has no Bootstrap) */
.wpcf7 .row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px 0;
}
.wpcf7 .col-md-6 { flex: 1 1 320px; min-width: 280px; }
.wpcf7 .col-md-12 { flex: 1 1 100%; }

/* Inputs, selects, textarea: minimalist underline style */
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 select,
.wpcf7 textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid var(--muted) !important;
  border-radius: 0 !important;
  padding: 18px 0 12px 0 !important;
  font-size: 12px;
  line-height: 1.35;
  color: var(--ink);
  transition: border-color .2s ease, box-shadow .2s ease;
  box-shadow: none !important;
}
.wpcf7 ::placeholder { color: var(--placeholder); opacity: 1; }

/* Hover / focus */
.wpcf7 input[type="text"]:hover,
.wpcf7 input[type="email"]:hover,
.wpcf7 input[type="tel"]:hover,
.wpcf7 select:hover,
.wpcf7 textarea:hover { border-bottom-color: #a6a6a6 !important; }

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 input[type="tel"]:focus,
.wpcf7 select:focus,
.wpcf7 textarea:focus {
  outline: none !important;
  border-bottom-color: var(--accent) !important;
  box-shadow: 0 1px 0 0 var(--accent) !important;
}

/* Select: custom arrow */
.wpcf7 select {
  padding-right: 36px !important;
  background-image:
    url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24'><path fill='%23666' d='M7 10l5 5 5-5'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 6px center !important;
  background-size: 22px 22px !important;
}
/* Show muted text for required selects with blank option */
.wpcf7 select:required:invalid { color: var(--placeholder); }
.wpcf7 option { color: var(--ink); }

/* Acceptance text (checkbox + paragraph) */
.wpcf7 .wpcf7-acceptance,
.wpcf7 .wpcf7-acceptance .wpcf7-list-item { display: block; }
.wpcf7 .wpcf7-acceptance label {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  font-size: 13px;
  line-height: 1.45;
  color: #595959;
  margin-top: 8px;
}
.wpcf7 .wpcf7-acceptance input[type="checkbox"] {
  width: 18px; height: 18px;
  border: 1px solid var(--muted);
  border-radius: 2px;
  accent-color: var(--accent);
}

/* Submit: text + outlined circle/arrow on right */
.wpcf7 input[type="submit"] {
  background: none !important;
  border: none !important;
  color: var(--ink) !important;
  font-size: 16px !important;
  letter-spacing: .02em;
  padding: 10px 64px 10px 0 !important;
  position: relative;
  cursor: pointer;
}
.wpcf7 input[type="submit"]::after {
  content: "";
  position: absolute;
  right: 0; top: 50%;
  width: 44px; height: 44px;
  transform: translateY(-50%);
  border: 2px solid var(--accent);
  border-radius: 50%;
}
.wpcf7 input[type="submit"]::before {
  content: "";
  position: absolute;
  right: 12px; top: 50%;
  width: 16px; height: 16px;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
}
.wpcf7 input[type="submit"]:hover { color: var(--accent) !important; }

/* CF7 validation + response messages */
.wpcf7 .wpcf7-not-valid { border-bottom-color: #c74a4a !important; }
.wpcf7 .wpcf7-not-valid-tip {
  font-size: 12px; color: #c74a4a; margin-top: 6px;
}
.wpcf7 .wpcf7-response-output {
  border: 1px solid var(--muted) !important;
  padding: 12px 16px; margin: 16px 0 0; font-size: 14px;
}

/* Mobile tweaks */
@media (max-width: 767.98px) {
  .wpcf7 .row { gap: 18px; }
  .wpcf7 input[type="submit"] { padding-right: 56px !important; }
  .wpcf7 input[type="submit"]::after { width: 40px; height: 40px; }
  .wpcf7 input[type="submit"]::before { right: 11px; }
}

/* === Centered boxed card: white background with gray shadow and border === */
.wpcf7 {
  max-width: 760px;
  margin: 40px auto;          /* centers the block */
  padding: 28px 20px;
  background: #fff;
  border: 1px solid #e6e6e6;  /* boxed border */
  border-radius: 14px;
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.10),
    0 6px 12px rgba(0, 0, 0, 0.06); /* soft gray shadow */
  overflow: hidden;            /* tidy rounded corners */
}

/* Mobile adjustments for the card */
@media (max-width: 767.98px) {
  .wpcf7 { margin: 28px auto; padding: 24px 20px; border-radius: 12px; }
}

/* ===========================================================
   ADDITIONS PER REQUEST
   1) Smaller labels so two selects align on one line
   2) REGISTER button in a yellow pill boxed frame (like screenshot)
   =========================================================== */

/* 1) Labels smaller to reduce wrapping on desktop */
.wpcf7 label {
  display: block;
  font-size: 15px;          /* smaller than default */
  line-height: 1.3;
  font-weight: 400;
  color: #2a2a2a;
  margin: 0 0 6px;
}

/* Slightly smaller again on narrow screens if needed */
@media (max-width: 991.98px) {
  .wpcf7 label { font-size: 12px; }
}

/* 2) OVERRIDE submit to boxed yellow pill like the attached image */
.wpcf7 input[type="submit"] {
  /* reset previous arrow style spacing */
  padding: 12px 28px !important;
  /* pill look */
  background: #ffc107 !important;              /* vivid yellow */
  color: #1f2937 !important;                   /* dark ink */
  border: 1px solid #e0ac00 !important;        /* subtle frame */
  border-radius: 999px !important;             /* pill */
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.12);
  text-transform: uppercase;
  display: inline-block;
}

/* remove the old circle/arrow decoration */
.wpcf7 input[type="submit"]::before,
.wpcf7 input[type="submit"]::after {
  content: none !important;
  display: none !important;
}

/* hover / focus for the boxed button */
.wpcf7 input[type="submit"]:hover {
  background: #eab308 !important;              /* slightly darker yellow */
  border-color: #d6a100 !important;
  color: #1f2937 !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}
.wpcf7 input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 6px 14px rgba(0,0,0,.14);
}
.wpcf7 input[type="submit"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(255,193,7,.35);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c27056a *//* ===== Sky Tower: Fullscreen video hero with top-left logo ===== */

.sky-hero {
  position: relative;
  width: 100%;
  height: 100vh;            /* Full viewport height */
  min-height: 520px;        /* Reasonable floor for small devices */
  overflow: hidden;
  background: #000;         /* Safe background while video initializes */
}

/* Background video wrapper ensures full bleed cover */
.sky-hero__video {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;     /* Prevent any interaction with the iframe */
}

/* Let the iframe fill the hero and cover it */
.sky-hero__iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw;          /* 16:9 = 9/16 = 0.5625 of width */
  min-width: 177.78vh;      /* 16:9 cover trick: width >= 16/9 * height */
  min-height: 100vh;
  transform: translate(-50%, -50%);
  border: 0;
}

/* Header with logo pinned top-left */
.sky-header {
  position: absolute;
  top: calc(16px + env(safe-area-inset-top));
  left: calc(20px + env(safe-area-inset-left));
  right: 20px;              /* leaves space if you later add a nav on the right */
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 24px;
}

/* Brand/logo */
.sky-header__brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.sky-header__logo {
  height: 46px;             /* Small logo as requested */
  width: auto;
  image-rendering: -webkit-optimize-contrast;
}

/* Optional: future nav styles (currently unused)
.sky-header__nav {
  margin-left: auto;
  display: inline-flex;
  gap: 28px;
}
.sky-header__nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.sky-header__nav .btn {
  padding: 10px 16px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 999px;
}
.sky-header__nav a:hover { color:#fff; opacity:.85; }
*/

/* Optional translucent overlay for readability (currently transparent) */
.sky-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient(
    to top,
    rgba(0,0,0,.35) 0%,
    rgba(0,0,0,0) 40%,
    rgba(0,0,0,0) 100%
  );
  pointer-events: none;
}

/* Accessibility / motion preferences */
@media (prefers-reduced-motion: reduce) {
  .sky-hero__iframe {
    transition: none !important;
  }
}

/* Responsive tweaks */
@media (max-width: 767px) {
  .sky-header__logo { height: 40px; }
  .sky-header { left: calc(14px + env(safe-area-inset-left)); right: 14px; top: calc(14px + env(safe-area-inset-top)); }
}/* End custom CSS */