.journey-section-wrapper-d6df8a39 {
    position: relative;
    text-align: center;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* Default dark overlay if background image is set via Elementor Advanced tab */
}

.journey-overlay-d6df8a39 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.5; /* Default opacity, controllable via settings */
    z-index: 1;
}

.journey-content-d6df8a39 {
    position: relative;
    z-index: 2;
    max-width: 800px;
    width: 100%;
}

.journey-subtitle-wrapper-d6df8a39 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.journey-subtitle-line-d6df8a39 {
    width: 40px;
    height: 1px;
    background-color: #d4b572;
}

.journey-subtitle-d6df8a39 {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #d4b572;
}

.journey-title-d6df8a39 {
    font-size: 54px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: serif;
}

.journey-title-d6df8a39 span {
    font-style: italic;
    color: #f5eedc;
}

.journey-desc-d6df8a39 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 40px;
    color: #c9ced4;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.journey-buttons-d6df8a39 {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.journey-btn-primary-d6df8a39, .journey-btn-secondary-d6df8a39 {
    padding: 15px 30px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.journey-btn-primary-d6df8a39 {
    background-color: #d4b572;
    color: #1a1a1a;
    font-weight: 600;
}

.journey-btn-primary-d6df8a39:hover {
    background-color: #c0a060;
}

.journey-btn-secondary-d6df8a39 {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.journey-btn-secondary-d6df8a39:hover {
    border-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.1);
}

.journey-footer-text-d6df8a39 {
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.4);
}
