.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-14062 .elementor-element.elementor-element-9c79894{font-family:"Roboto", Sans-serif;font-weight:400;}/* Start custom CSS for text-editor, class: .elementor-element-9c79894 */.festival-offer-section {
   font-weight: normal;
    margin: 0 auto;
    
   
    color: #fff;
    line-height: 1.8;
  
}

.festival-offer-section h2 {
font-size: 42px;
    margin-bottom: 25px;
    color: #d4a854;
    text-align: left;
    font-family: Lora, serif;
    font-weight: 600;
    line-height: 55px;
}

.festival-info {
    background: #f8f8f826;
  border-left: 4px solid #fff;
    padding: 15px 20px;
    margin-bottom: 30px;
}

.festival-info p {
    margin: 8px 0;
}

.festival-offer-section h3 {
    font-size: 28px;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 600;
}

.festival-offer-section p {
    font-size: 20px;
 
}

.festival-offer-section ul {
    padding-left: 25px;
    margin-bottom: 30px;
}

.festival-offer-section li {
    font-size: 20px;
    margin-bottom: 10px;
}

.venue-info {
    background: #f8f8f826;
    padding: 20px;
    border-radius: 8px;
    margin: 30px 0;
}

.booking-box {
    text-align: center;
    margin: 40px 0;
}

.book-btn {
    display: inline-block;
    background: #8b0000;
    color: #fff;
    text-decoration: none;
    padding: 14px 35px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.book-btn:hover {
    background: #6d0000;
}

.footer-text {
    text-align: center;
    font-style: italic;
    margin-top: 30px;
}

@media (max-width: 768px) {

    .festival-offer-section h2 {
        font-size: 30px;
    }

    .festival-offer-section h3 {
        font-size: 24px;
    }

    .festival-offer-section p,
    .festival-offer-section li {
        font-size: 17px;
    }

    .book-btn {
        width: 100%;
        box-sizing: border-box;
    }
}/* End custom CSS */