.elementor-745 .elementor-element.elementor-element-d1da973{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-745 .elementor-element.elementor-element-e417c57{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}:root{--page-title-display:none;}/* Start custom CSS for container, class: .elementor-element-d1da973 *//* =========================================
   High Five Cyber — Zoom Scheduler Page
   Full Consolidated Stylesheet
========================================= */


/* =========================================
   1. Main Page Section
========================================= */

.h5c-scheduler-section {
  width: 100%;
  margin: 0;
  padding: 165px 32px 64px;
  overflow: hidden;

  font-family: "Plus Jakarta Sans", sans-serif !important;

  background:
    radial-gradient(
      circle at 10% 8%,
      rgba(255, 205, 41, 0.18) 0,
      rgba(255, 205, 41, 0.08) 18%,
      rgba(255, 205, 41, 0) 38%
    ),
    linear-gradient(
      180deg,
      #fffaf0 0%,
      #f7f9fc 60%,
      #ffffff 100%
    );
}


/* Keep page content on Plus Jakarta Sans */
.h5c-scheduler-section,
.h5c-scheduler-section .elementor-heading-title,
.h5c-scheduler-section p,
.h5c-scheduler-section a,
.h5c-scheduler-section span {
  font-family: "Plus Jakarta Sans", sans-serif !important;
}


/* =========================================
   2. Outer Elementor Container
========================================= */

.h5c-scheduler-inner {
  width: 100% !important;
  max-width: none !important;

  margin: 0 auto !important;
  padding: 0 !important;
}


/* =========================================
   3. Shared Navy Window
========================================= */

.h5c-scheduler-inner > .e-con-inner {
  position: relative;

  display: grid !important;

  grid-template-columns:
    minmax(320px, 365px)
    minmax(0, 940px);

  grid-template-rows:
    auto
    auto
    auto
    1fr;

  column-gap: 42px;

  width: 100% !important;
  max-width: 1440px !important;

  margin: 0 auto !important;

  padding:
    30px
    30px
    22px !important;

  align-items: start !important;
  justify-content: center !important;

  overflow: hidden;

  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;

  background:
    radial-gradient(
      circle at bottom,
      rgba(255, 205, 41, 0.26),
      transparent 39%
    ),
    rgb(15, 35, 66);

  box-shadow:
    0 24px 60px rgba(15, 35, 66, 0.20),
    0 10px 28px rgba(15, 35, 66, 0.10);

  isolation: isolate;
}


/* Subtle lower-left depth */
.h5c-scheduler-inner > .e-con-inner::before {
  content: "";

  position: absolute;
  inset: 0;

  z-index: 0;

  pointer-events: none;

  background:
    radial-gradient(
      circle at bottom left,
      rgba(66, 109, 164, 0.16),
      transparent 40%
    );

  opacity: 0.55;
}


/* Keep content above decorative layers */
.h5c-scheduler-inner > .e-con-inner > * {
  position: relative;
  z-index: 1;
}


/* =========================================
   4. Kicker
========================================= */

.h5c-scheduler-section .h5c-scheduler-kicker {
  grid-column: 1 !important;
  grid-row: 1 !important;

  display: inline-flex !important;

  align-items: center !important;
  justify-content: flex-start !important;

  justify-self: start !important;
  align-self: start !important;

  width: auto !important;
  max-width: max-content !important;

  margin: 12px 0 0px !important;

  padding: 9px 15px !important;

  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;

  background: rgba(255, 255, 255, 0.12) !important;

  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
}


.h5c-scheduler-section
  .h5c-scheduler-kicker
  > .elementor-widget-container {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: flex-start !important;

  width: auto !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


.h5c-scheduler-section
  .h5c-scheduler-kicker
  .elementor-heading-title {
  display: inline-flex !important;

  align-items: center !important;
  justify-content: flex-start !important;

  gap: 9px;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffcd29 !important;

  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 12px !important;
  font-weight: 700 !important;

  line-height: 1 !important;
  letter-spacing: 0.08em !important;

  text-align: left !important;
  text-transform: uppercase;
}


.h5c-scheduler-section
  .h5c-scheduler-kicker
  .elementor-heading-title::before {
  content: "";

  display: block;
  flex: 0 0 auto;

  width: 7px;
  height: 7px;

  border-radius: 50%;

  background: #ff9b29;

  box-shadow:
    0 0 0 4px rgba(255, 155, 41, 0.14);
}


/* =========================================
   5. Main Heading
========================================= */

.h5c-scheduler-section .h5c-scheduler-heading {
  grid-column: 1 !important;
  grid-row: 2 !important;

  justify-self: start !important;
  align-self: start !important;

  display: block !important;

  width: 100% !important;
  max-width: 365px !important;

  margin: 0 0 0px !important;
  padding: 0 !important;

  text-align: left !important;
}


.h5c-scheduler-section
  .h5c-scheduler-heading
  > .elementor-widget-container {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}


.h5c-scheduler-section
  .h5c-scheduler-heading
  .elementor-heading-title {
  width: 100%;

  margin: 0 !important;
  padding: 0 !important;

  color: #ffffff !important;

  font-family: Roboto, sans-serif;
  font-size: clamp(28px, 3.2vw, 43px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -.035em;

  text-align: left !important;

  text-wrap: balance;
}


/* =========================================
   6. Supporting Copy
========================================= */

.h5c-scheduler-section .h5c-scheduler-subtext {
  grid-column: 1 !important;
  grid-row: 3 !important;

  justify-self: start !important;
  align-self: start !important;

  display: block !important;

  width: 100% !important;
  max-width: 345px !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}


.h5c-scheduler-section
  .h5c-scheduler-subtext
  > .elementor-widget-container {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-align: left !important;
}


.h5c-scheduler-section .h5c-scheduler-subtext,
.h5c-scheduler-section .h5c-scheduler-subtext p {
  color: rgba(255, 255, 255, 0.71) !important;

  font-family: "Plus Jakarta Sans", sans-serif !important;

  font-size: 17px !important;
  font-weight: 500 !important;

  line-height: 1.65 !important;
  letter-spacing: -0.005em;

  text-align: left !important;
}


.h5c-scheduler-section .h5c-scheduler-subtext p {
  margin: 0 !important;
  padding: 0 !important;
}


.h5c-scheduler-section
  .h5c-scheduler-subtext
  p + p {
  margin-top: 14px !important;
}


.h5c-scheduler-section
  .h5c-scheduler-subtext
  strong {
  color: #ffffff !important;
  font-weight: 700 !important;
}


/* =========================================
   7. Company Logo
   Bottom-Left Anchor
========================================= */

/*
 * Logo is removed from normal grid flow
 * and anchored directly to the bottom-left
 * corner of the shared navy window.
 *
 * Width is reduced by roughly 40%.
 */

.h5c-scheduler-section .h5c-scheduler-logo {
  position: absolute !important;

  left: 40px !important;
  bottom: 40px !important;

  z-index: 2 !important;

  width: 80% !important;
  max-width: 210px !important;

  margin: 0 !important;
  padding: 0 !important;

  align-self: auto !important;
  justify-self: auto !important;

  pointer-events: none;
}


/* Elementor logo widget wrapper */
.h5c-scheduler-section
  .h5c-scheduler-logo
  > .elementor-widget-container {
  width: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;

  border: 0 !important;

  box-shadow: none !important;
}


/* Actual logo image */
.h5c-scheduler-section
  .h5c-scheduler-logo img {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  max-width: 210px !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* =========================================
   7. Scheduler Column
========================================= */

.h5c-scheduler-section .h5c-scheduler-widget {
  grid-column: 2 !important;
  grid-row: 1 / 5 !important;

  justify-self: stretch !important;
  align-self: start !important;

  width: 100% !important;
  max-width: 940px !important;
  min-width: 0 !important;

  /*
   * Adds visual breathing room above
   * the Zoom scheduler.
   *
   * Because Zoom is cross-origin, we cannot
   * add padding inside its internal document.
   */
  margin: 0 !important;
  padding: 16px 0 0 !important;

  border: 0 !important;
  outline: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


.h5c-scheduler-section
  .h5c-scheduler-widget
  > .elementor-widget-container {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 0 !important;

  outline: 0 !important;

  background: transparent !important;

  box-shadow: none !important;
}


/* =========================================
   8. Scheduler Embed
========================================= */

.h5c-scheduler-embed {
  display: block;

  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  overflow: hidden;

  border: 0 !important;
  border-radius: 18px !important;

  outline: 0 !important;

  background: #ffffff !important;

  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.18) !important;
}


/* Zoom iframe */
.h5c-scheduler-embed iframe {
  display: block !important;

  width: 100% !important;
  max-width: none !important;

  /*
   * Slightly reduced to compensate for
   * the new 16px top spacing.
   */
  height: clamp(524px, 56vh, 549px) !important;
  min-height: 524px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  border-radius: 18px !important;

  outline: 0 !important;

  background: #ffffff !important;

  box-shadow: none !important;
}


/* =========================================
   9. Fallback Booking Link
========================================= */

.h5c-scheduler-fallback {
  display: flex;

  align-items: center;
  justify-content: center;

  flex-wrap: wrap;

  gap: 6px;

  margin: 15px auto 0;

  color: rgba(255, 255, 255);

  font-family: "Plus Jakarta Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 500;

  line-height: 1.5;

  text-align: center;
}


.h5c-scheduler-fallback a {
  color: #ffcd29;

  font-weight: 700;

  text-decoration: underline;
  text-decoration-color: rgba(255, 155, 41, 0.90);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;

  transition:
    color 180ms ease,
    text-decoration-color 180ms ease;
}


.h5c-scheduler-fallback a:hover,
.h5c-scheduler-fallback a:focus-visible {
  color: #ff9b29;
  text-decoration-color: #ffcd29;
}


/* =========================================
   10. Medium Desktop
   1251px — 1550px
========================================= */

@media (max-width: 1550px) and (min-width: 1251px) {

  .h5c-scheduler-section {
    padding-left: 28px;
    padding-right: 28px;
  }


  .h5c-scheduler-inner > .e-con-inner {
    grid-template-columns:
      minmax(300px, 335px)
      minmax(0, 900px);

    column-gap: 36px;

    max-width: 1340px !important;

    padding:
      28px
      28px
      20px !important;
  }


  .h5c-scheduler-section .h5c-scheduler-heading {
    max-width: 335px !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-heading
    .elementor-heading-title {
    font-size: clamp(40px, 3vw, 46px) !important;

    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;
  }


  .h5c-scheduler-section .h5c-scheduler-subtext {
    max-width: 320px !important;
  }


  .h5c-scheduler-section .h5c-scheduler-widget {
    max-width: 900px !important;
    padding-top: 14px !important;
  }


  .h5c-scheduler-embed iframe {
    height: clamp(514px, 56vh, 539px) !important;
    min-height: 514px !important;
  }
}


/* =========================================
   11. Tablet
   1250px and below
========================================= */

@media (max-width: 1250px) {

  .h5c-scheduler-section {
    padding: 156px 22px 80px;
  }


  .h5c-scheduler-inner > .e-con-inner {
    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    max-width: 1000px !important;

    margin: 0 auto !important;

    padding:
      32px
      32px
      26px !important;

    align-items: center !important;

    border-radius: 28px;

    background:
      radial-gradient(
        circle at top right,
        rgba(255, 205, 41, 0.22),
        transparent 32%
      ),
      rgb(15, 35, 66);
  }


  /* Kicker */

  .h5c-scheduler-section .h5c-scheduler-kicker {
    align-self: center !important;

    margin: 4px auto 18px !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-kicker
    > .elementor-widget-container,
  .h5c-scheduler-section
    .h5c-scheduler-kicker
    .elementor-heading-title {
    justify-content: center !important;
  }


  /* Heading */

  .h5c-scheduler-section .h5c-scheduler-heading {
    align-self: center !important;

    width: 100% !important;
    max-width: 720px !important;

    margin: 0 auto 20px !important;

    text-align: center !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-heading
    > .elementor-widget-container,
  .h5c-scheduler-section
    .h5c-scheduler-heading
    .elementor-heading-title {
    text-align: center !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-heading
    .elementor-heading-title {
    font-size: clamp(40px, 5.2vw, 50px) !important;

    line-height: 1.08 !important;
    letter-spacing: -0.032em !important;
  }


  /* Supporting Copy */

  .h5c-scheduler-section .h5c-scheduler-subtext {
    align-self: center !important;

    width: 100% !important;
    max-width: 650px !important;

    margin: 0 auto 30px !important;

    text-align: center !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-subtext
    > .elementor-widget-container,
  .h5c-scheduler-section
    .h5c-scheduler-subtext,
  .h5c-scheduler-section
    .h5c-scheduler-subtext p {
    text-align: center !important;
  }


  /* Scheduler */

  .h5c-scheduler-section .h5c-scheduler-widget {
    align-self: center !important;

    width: 100% !important;
    max-width: 1000px !important;

    margin: 0 auto !important;

    padding-top: 12px !important;
  }


  .h5c-scheduler-embed,
  .h5c-scheduler-embed iframe {
    border-radius: 16px !important;
  }


  .h5c-scheduler-embed iframe {
    height: 808px !important;
    min-height: 808px !important;
  }
}


/* =========================================
   12. Mobile
   767px and below
========================================= */

@media (max-width: 767px) {

  .h5c-scheduler-section {
    padding: 144px 14px 60px;
  }


  .h5c-scheduler-inner > .e-con-inner {
    padding:
      22px
      16px
      18px !important;

    border-radius: 22px;

    background:
      radial-gradient(
        circle at top right,
        rgba(255, 205, 41, 0.18),
        transparent 30%
      ),
      rgb(15, 35, 66);
  }


  /* Kicker */

  .h5c-scheduler-section .h5c-scheduler-kicker {
    margin: 2px auto 16px !important;

    padding: 9px 15px !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-kicker
    .elementor-heading-title {
    gap: 8px;

    font-size: 11px !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-kicker
    .elementor-heading-title::before {
    width: 6px;
    height: 6px;
  }


  /* Heading */

  .h5c-scheduler-section .h5c-scheduler-heading {
    max-width: 100% !important;

    margin-bottom: 18px !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-heading
    .elementor-heading-title {
    font-size: clamp(34px, 9.5vw, 43px) !important;

    line-height: 1.09 !important;
    letter-spacing: -0.03em !important;
  }


  /* Supporting Copy */

  .h5c-scheduler-section .h5c-scheduler-subtext {
    max-width: 100% !important;

    margin-bottom: 26px !important;
  }


  .h5c-scheduler-section .h5c-scheduler-subtext,
  .h5c-scheduler-section .h5c-scheduler-subtext p {
    font-size: 16px !important;

    line-height: 1.65 !important;
  }


  .h5c-scheduler-section
    .h5c-scheduler-subtext
    p + p {
    margin-top: 13px !important;
  }


  /* Scheduler */

  .h5c-scheduler-section .h5c-scheduler-widget {
    padding-top: 8px !important;
  }


  .h5c-scheduler-embed,
  .h5c-scheduler-embed iframe {
    border-radius: 14px !important;
  }


  .h5c-scheduler-embed iframe {
    height: 912px !important;
    min-height: 912px !important;
  }


  /* Fallback */

  .h5c-scheduler-fallback {
    padding: 0 8px;

    font-size: 13px;
  }
}/* End custom CSS */