.book-custom-section {
    background-color: #222831 !important; 
    color: #ffffff; 
    min-height: 75vh; 
    display: flex; 
    align-items: center;
}

.book-custom-title {
    color: #ffffff; 
    font-family: 'Dancing Script', cursive; 
    font-size: 2.8rem; 
    margin-bottom: 25px;
}

.book-custom-alert {
    background-color: #ffbe33; 
    border: none;
}

.book-custom-form-control {
    background-color: #ffffff !important; 
    color: #000000 !important;
}

.book-btn-box {
    margin-top: 20px;
}

.book-custom-btn {
    background-color: #ffbe33; 
    color: #000000; 
    border: none; 
    padding: 12px 55px; 
    border-radius: 30px; 
    font-weight: 600; 
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.book-custom-btn:hover {
    background-color: #e6a82c;
    color: #000000;
}

.book-map-container {
    height: 100%; 
    min-height: 350px;
}

.book-map-box {
    width: 100%; 
    height: 100%; 
    background: #2d343f; 
    border-radius: 15px; 
    display: flex; 
    align-items: center; 
    justify-content: center;
}

/* Teks Placeholder Map */
.book-map-placeholder {
    color: #888888 !important;
}

.book-dynamic-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 400px;
    width: 100%;
  }


@media (max-width: 767px) {
    .book-custom-section {
        padding: 40px 0; 
    }
    .book-map-container {
        margin-top: 30px; 
        min-height: 280px; 
    }
    .book-custom-title {
        font-size: 2.3rem; 
        text-align: center;
    }
    .book-btn-box {
        text-align: center; 
    }
}