.Hotel-Image {
    width: 80%;
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15), -3px -3px 10px rgba(0, 0, 0, 0.15);
    margin: 30px 0 10px 0;
}

.Travel-Details-Wrapper {
    width: 90%;
    margin: 20px auto;
    justify-content: center;

}

.Travel-Container {
    border-top: 2px solid black;
    padding: 10px 0;
}

.Travel-Info {
    max-height: 0;
    overflow: hidden;
    transition: margin-top 0.4s ease-out, max-height 0.4s ease-out;

    margin-top: 0;

}


.Travel-Header {
    width: 100%;
    color: black !important;
}

.toggle-info {
    background: none;
    border: none;
    color: #000000;
    font-size: 1.5rem;
    cursor: pointer;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.material-symbols-outlined {
    font-size: 2rem;
    transition: transform 0.3s ease-in-out;
    display: flex;
    align-items: center;
}

#Travel-thank-you {
    padding-top: 20px;
}

@media (max-width: 768px) {
    .Hotel-Image {
        width: 80%;
        max-width: 400px;
    }
}