.elementor-5 .elementor-element.elementor-element-2642b7b{--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-5 .elementor-element.elementor-element-7c2aca5{padding:0px 0px 0px 0px;}.elementor-5 .elementor-element.elementor-element-62a4171{--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;}.elementor-5 .elementor-element.elementor-element-8c2dc6a{--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;}.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 );}/* Start custom CSS for html, class: .elementor-element-7c2aca5 *//* Base Reset */
* { margin: 0; padding: 0; box-sizing: border-box; }
body, html {
  width: 100%; height: 100%;
  font-family: 'Montserrat', sans-serif;
  background: #0d1435;
  color: #fff;
}

/* HERO SECTION */
.hero {
  position: relative;
  width: 100%; height: 100vh;
  background: url('https://flycircle.in/wp-content/uploads/2025/10/hero-bg.jpg') center/cover fixed;
  display: flex; align-items: center; justify-content: center;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: rgba(13,20,53,0.75);
}
.hero__content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 600px; width: 90%;
  padding: 0 20px;
}
.logo {
  width: 120px; margin: 0 auto 24px;
}
.headline {
  font-size: 2.6rem; font-weight: 700;
  color: #12c1ff;
  text-shadow: 0 2px 8px rgba(18,193,255,0.5);
  margin-bottom: 16px;
  line-height: 1.1;
}
.subhead {
  font-size: 1.1rem; font-weight: 500;
  margin-bottom: 24px;
  line-height: 1.4;
  color: #eaf3ff;
}
.highlight {
  color: #fff; font-weight: 600;
}

/* Live Session */
.live-session {
  font-size: 1rem; font-weight: 600;
  color: #ffd366;
  margin: 8px 0 16px;
  text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

/* CTA BUTTON */
.btn--cta {
  display: inline-block;
  background: linear-gradient(92deg,#11adf4 0%, #12c1ff 60%, #1c2897 100%);
  color: #fff;
  font-size: 1.2rem; font-weight: 700;
  padding: 14px 32px;
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(18,193,255,0.4);
  transition: transform .2s, box-shadow .2s;
  margin-bottom: 16px;
}
.btn--cta:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 28px rgba(18,193,255,0.6);
}

/* URGENCY */
.urgency {
  font-size: 0.94rem; font-weight: 600;
  color: #ff4c62;
  margin-top: 8px;
}

/* DISCLAIMER */
.disclaimer {
  text-align: center;
  font-size: 0.82rem;
  padding: 14px 10px;
  background: rgba(27,37,86,0.8);
  line-height: 1.3;
  color: #afbbe2;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .headline { font-size: 2rem; }
  .subhead { font-size: 1rem; }
  .btn--cta { font-size: 1.05rem; padding: 12px 28px; }
  .live-session { font-size: 0. nine rem; margin: 6px 0 14px; }
}
@media (max-width: 480px) {
  .headline { font-size: 1.6rem; }
  .subhead { font-size: 0.94rem; }
  .btn--cta { font-size: 1rem; padding: 10px 24px; }
  .logo { width: 100px; margin-bottom: 18px; }
  .live-session { font-size: 0.85rem; margin: 5px 0 12px; }
}/* End custom CSS */