/* connect.css */
body.connect-page {
    background-color: #050505;
}

.connect-main {
    padding: 0 6vw 10vh 6vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.connect-title {
    font-size: 14vw;
    font-weight: 500;
    letter-spacing: -2px;
    line-height: 1;
    margin: 5vh auto;
    text-align: left;
    width: 100%;
    max-width: 1100px;
}

.booking-widget {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    min-height: 700px;
}

/* Reach me text */
.reach-me {
    margin: 5vh auto 0 auto;
    font-size: 16px;
    font-weight: 400;
    color: #eee;
    text-align: left;
    width: 100%;
    max-width: 1100px;
}

.reach-me a {
    text-decoration: underline;
    text-underline-offset: 4px;
    transition: opacity 0.3s ease;
}

.reach-me a:hover {
    opacity: 0.7;
}
