﻿.full-width-breakout-calendlyembed {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
    background-color: #67595E !important; /* Update as needed */
    color: #fff !important;
    padding: 0;
    font-family: 'Montserrat', 'Segoe UI', sans-serif;
    z-index: 50;
}

.calendly-full-section {
    background-color: #67595E;
    padding: 6rem 2rem 5rem;
    font-family: 'Montserrat', 'Poppins', 'Segoe UI', sans-serif;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.calendly-inner {
    display: flex;
    flex-direction: column; /* <-- STACKS TEXT ABOVE WIDGET */
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 2.5rem;
}

.calendly-content {
    width: 100%;
    max-width: 750px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2.5rem;
}

.calendly-title {
    font-size: 3rem;
    font-weight: 700;
    color: #fff !important;
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
    text-align: center;
}

.calendly-paragraph {
    color: #fff !important; /* FORCE white text */
    text-align: left;
    margin-bottom: 1.25rem;
    font-size: 1.1rem;
    width: 100%;
    max-width: 600px;
}

.calendly-widget-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
}

.calendly-inline-widget {
    width: 100%;
    max-width: 650px;
    border-radius: 10px;
    border: 1px solid #e3eafc;
    background: #fff;
}
