/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2025 | 12:29:44 */
.tour-box {
    background-color: #dd3333; /* Soft, muted red for readability */
    color: white;
    padding: 20px;
    border-radius: 16px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15); /* Subtle shadow for depth */
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 30vh;
    font-family: 'Fira Sans', sans-serif;
}

h2 {
    color: white;
    font-size: 1.8em;
    font-weight: 600;
}
