.tour-cta-wrapper-5cfc0c72 {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 120px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tour-cta-overlay-5cfc0c72 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.tour-cta-content-5cfc0c72 {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.tour-cta-subtitle-5cfc0c72 {
    letter-spacing: 0.15em;
    text-transform: uppercase;
    font-size: 0.85rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.tour-cta-title-5cfc0c72 {
    font-size: 3.5rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

.tour-cta-desc-5cfc0c72 {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2.5rem;
    font-weight: 300;
}

.tour-cta-buttons-5cfc0c72 {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.tour-cta-btn-5cfc0c72 {
    display: inline-block;
    padding: 0.85rem 2rem;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    cursor: pointer;
}

.tour-cta-btn-5cfc0c72:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

/* Responsive Adjustments */
@media (max-width: 767px) {
    .tour-cta-wrapper-5cfc0c72 {
        padding: 80px 20px;
    }
    
    .tour-cta-title-5cfc0c72 {
        font-size: 2.5rem;
    }
    
    .tour-cta-buttons-5cfc0c72 {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }
    
    .tour-cta-btn-5cfc0c72 {
        width: 100%;
    }
}