.elementor-1102 .elementor-element.elementor-element-7d75990{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-d52a04b *//* Main container styles */
.hipno-tour-container {
    max-width: 800px;
    margin: 30px auto;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border-top: 8px solid #FED000;
}

/* Header styles */
.hipno-tour-header {
    text-align: center;
    margin-bottom: 30px;
}

.hipno-tour-header h1 {
    color: black;
    font-size: 2.5rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.hipno-tour-header .highlight {
    background-color: #FED000;
    color: black;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

.hipno-tour-header .location {
    font-size: 1.4rem;
    color: #555;
    font-style: italic;
    margin-top: 5px;
}

/* Introduction styles */
.hipno-tour-intro {
    margin-bottom: 25px;
}

.hipno-tour-intro .highlight {
    background-color: #FED000;
    color: black;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: bold;
}

/* Quote styles */
.hipno-tour-quote {
    font-style: italic;
    border-left: 4px solid #FED000;
    padding: 10px 20px;
    margin: 20px 0;
    background-color: #fffceb;
}

.hipno-tour-quote .quote-author {
    text-align: right;
    font-weight: bold;
    margin-top: 5px;
}

/* Program section styles */
.hipno-tour-program h2 {
    color: #FED000;
    font-size: 1.8rem;
    margin: 25px 0 15px;
    border-bottom: 2px solid #FED000;
    padding-bottom: 5px;
}

.hipno-tour-program .schedule-item {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
}

.hipno-tour-program .schedule-icon {
    background-color: #FED000;
    color: black;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    font-weight: bold;
    flex-shrink: 0;
}

.hipno-tour-program .schedule-details {
    flex: 1;
}

.hipno-tour-program .schedule-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.hipno-tour-program .schedule-time, 
.hipno-tour-program .schedule-place {
    color: #555;
}

/* Surprise section styles */
.hipno-tour-surprise {
    background-color: black;
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
    text-align: center;
}

.hipno-tour-surprise span {
    color: #FED000;
    font-weight: bold;
}

/* Call to action styles */
.hipno-tour-cta {
    text-align: center;
    margin: 30px 0;
}

.hipno-tour-cta .cta-button-wrapper {
    margin: 20px 0;
}

.hipno-tour-cta .cta-button {
    display: inline-block;
    background-color: #FED000;
    color: black;
    padding: 12px 30px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.hipno-tour-cta .cta-button:hover {
    background-color: black;
    color: #FED000;
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.15);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hipno-tour-header h1 {
        font-size: 2rem;
    }
    
    .hipno-tour-header .location {
        font-size: 1.2rem;
    }
    
    .hipno-tour-program h2 {
        font-size: 1.5rem;
    }
}

@media (max-width: 480px) {
    .hipno-tour-header h1 {
        font-size: 1.8rem;
    }
    
    .hipno-tour-program .schedule-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .hipno-tour-program .schedule-icon {
        margin-bottom: 10px;
    }
}/* End custom CSS */