body {
    background: url('../img/gallery/1.jpg') no-repeat center center fixed;
    background-size: cover;
}

/* Ajuste: colocar la caja debajo del botón 'Volver al sitio' */
.agendar-page-fullscreen {
    min-height: calc(100vh - 120px);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background: rgba(0, 0, 0, 0.03);
    padding: 20px 0 60px;
}

.agendar-box {
    background: #fff;
    max-width: 720px;
    width: 100%;
    border-radius: 8px;
    padding: 30px;
    margin-top: 8px;
}

@media (max-width:767px) {
    .agendar-box {
        padding: 20px;
        margin: 8px 12px;
    }
}

.back-btn {
    position: fixed;
    left: 12px;
    top: 28px;
    z-index: 9999;
    border-radius: 16px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
    margin: 0;
    padding: .7rem 1.1rem;
    font-size: 1.1rem;
}

@media (max-width:767px) {
    .back-btn {
        top: 16px;
        left: 8px;
        padding: .55rem .8rem;
        font-size: 1rem;
    }
}

.btn-verde-claro {
    background-color: #7be495 !important;
    border-color: #7be495 !important;
    color: #fff !important;
    border-radius: 24px !important;
}

.btn-verde-claro:hover,
.btn-verde-claro:focus {
    background-color: #5fd68b !important;
    border-color: #5fd68b !important;
    color: #fff !important;
}