.elementor-13186 .elementor-element.elementor-element-103b471{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-3c651d6 *//* Make Calendly section full screen width */
.calendly-fullscreen-container {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background: #e0f4f4;
    overflow: hidden; /* Prevents scrolling */
}

/* Calendly widget full width + dynamic height */
.calendly-inline-widget {
    width: 100% !important;
    min-width: 100% !important;
    height: 100vh !important; /* Full page height */
}

/* Calendly iframe scroll disabled */
.calendly-inline-widget iframe {
    width: 100% !important;
    height: 100vh !important;
    border: none !important;
    overflow: hidden !important;
}/* End custom CSS */