.elementor-kit-5829{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-5829 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================================================
   CALENDLY POPUP  –  Top-Aligned, No Internal Scroll
========================================================= */

/* Glass backdrop */
.calendly-overlay{
  background:rgba(0,0,0,.88) !important;
  backdrop-filter:blur(4px);
}
.calendly-overlay::before{
  content:"";position:absolute;inset:0;pointer-events:none;
  background:repeating-linear-gradient(135deg,
              rgba(255,255,255,.04) 0 15px,
              transparent 15px 30px);
}

/* Wrapper – align towards top instead of perfect centre */
.calendly-popup{
  display:flex !important;
  align-items:flex-start;              /* ← push upward */
  justify-content:center;
  padding:4vh 2vw;                     /* 4 vh top spacing, comfy sides */
}

/* Card */
.calendly-popup-content{
  position:relative;
  background:#111;border:2px solid #fff;border-radius:20px;
  width:95vw;max-width:1200px;          /* wide but capped on big screens */
  max-height:96vh;                      /* almost full height, no inner scroll */
  display:flex;flex-direction:column;
  overflow:hidden;
  padding-top:3.6rem;                  /* for headline strip */
  box-shadow:0 0 28px rgba(255,255,255,.08),0 0 140px rgba(0,0,0,.9);
}

/* Headline */
.calendly-popup-content::before{
  content:"BOOK YOUR FREE STUDIO TOUR & CONSULTATION";
  position:absolute;top:0;left:0;right:0;height:3.2rem;
  display:flex;align-items:center;justify-content:center;
  background:#000;color:#fff;font-family:'Montserrat',sans-serif;
  font-size:clamp(.9rem,1.2vw,1.25rem);
  font-weight:800;letter-spacing:1.5px;text-transform:uppercase;
  box-shadow:0 4px 18px rgba(255,255,255,.08);
  z-index:2;
}

/* Calendar iframe fills the card completely */
.calendly-popup iframe{
  flex:1 1 auto;
  width:100% !important;
  height:100% !important;
  border:none !important;
  border-radius:12px;
  box-shadow:0 8px 24px rgba(0,0,0,.6);
}

/* Mobile */
@media(max-width:600px){
  .calendly-popup{padding:6vh 3vw;}
  .calendly-popup-content{
    width:96vw;max-height:94vh;padding-top:3.4rem;
  }
}/* End custom CSS */