.elementor-1191 .elementor-element.elementor-element-ea5585b{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//************************************
 GLOBAL
*************************************/
.royal-wrapper {
    font-family: 'Poppins', serif;
    background: #0a0a0a;
    color: #f8e2b3;
}

.section-title {
    text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
    color: #ffdf9a;
    text-shadow: 0 0 15px #b98d4d;
}

/************************************
 HEADER
*************************************/
.royal-header {
    display: flex;
    justify-content: space-between;
    padding: 20px 40px;
    background: rgba(10,10,10,0.8);
    border-bottom: 1px solid #8a652f;
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.royal-logo {
    font-size: 26px;
    color: #ffdf9a;
    font-weight: 700;
    text-shadow: 0 0 10px #b98d4d;
}

.royal-nav a {
    margin-left: 25px;
    color: #f8e2b3;
    font-weight: 500;
}
.royal-nav a:hover {
    color: #ffdf9a;
}

/************************************
 HERO
*************************************/
.royal-hero {
    height: 88vh;
    background: url('https://images.unsplash.com/photo-1453614512568-c4024d13c247?auto=format&w=1900') 
               center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.hero-glass {
    padding: 40px 50px;
    background: rgba(255,255,255,0.08);
    border-radius: 20px;
    backdrop-filter: blur(10px);
    border: 1px solid #ffdf9a40;
    text-align: center;
}

.hero-glass h1 {
    font-size: 55px;
    color: #ffdf9a;
    text-shadow: 0 0 20px #b98d4d;
}

.hero-glass p {
    margin-top: 10px;
    font-size: 20px;
}

/************************************
 BUTTONS
*************************************/
.royal-btn-primary, .royal-btn-outline {
    padding: 14px 40px;
    border-radius: 10px;
    font-size: 17px;
    display: inline-block;
    margin-top: 20px;
    transition: 0.3s;
    font-weight: 600;
}

.royal-btn-primary {
    background: #ffdf9a;
    color: #0a0a0a;
    box-shadow: 0 0 15px #ffdf9a55;
}

.royal-btn-primary:hover {
    background: #ffe8b8;
}

.royal-btn-outline {
    border: 2px solid #ffdf9a;
    color: #ffdf9a;
}

.royal-btn-outline:hover {
    background: #ffdf9a;
    color: #000;
}

/************************************
 THEME
*************************************/
.royal-theme {
    padding: 100px 7%;
}

.theme-flex {
    display: flex;
    gap: 50px;
}

.theme-img img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 0 20px #b98d4d55;
}

.theme-text ul li {
    margin: 8px 0;
    font-size: 18px;
}

/************************************
 ARTISTS
*************************************/
.royal-artists {
    padding: 100px 7%;
    background: #111;
}

.artist-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    gap: 30px;
}

.artist-box {
    background: #141414;
    border-radius: 14px;
    padding: 20px;
    text-align: center;
    border: 1px solid #b98d4d55;
}

.artist-box img {
    width: 100%;
    border-radius: 14px;
}

/************************************
 MENU
*************************************/
.royal-menu {
    padding: 100px 7%;
    background: url('https://images.unsplash.com/photo-1514432324607-a09d9b4aefdd?auto=format&w=1900')
               center/cover;
    position: relative;
}

.royal-menu:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.75);
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px,1fr));
    gap: 25px;
    position: relative;
    z-index: 2;
}

.menu-item {
    background: rgba(255,255,255,0.05);
    padding: 25px;
    border-radius: 15px;
    border: 1px solid #ffdf9a40;
    text-align: center;
}

.menu-btn {
    display: inline-block;
    margin-top: 12px;
    padding: 10px 20px;
    border: 2px solid #ffdf9a;
    color: #ffdf9a;
    border-radius: 8px;
    transition: 0.3s;
}

.menu-btn:hover {
    background: #ffdf9a;
    color: #000;
}

/************************************
 TICKETS
*************************************/
.royal-tickets {
    padding: 100px 7%;
    background: #0f0f0f;
}

.ticket-row {
    display: flex;
    justify-content: center;
    gap: 30px;
}

.ticket-card {
    background: #141414;
    padding: 35px;
    border-radius: 20px;
    text-align: center;
    width: 300px;
    border: 1px solid #ffdf9a55;
}

.ticket-card.vip {
    background: #1c160f;
    border: 2px solid #ffdf9a;
}

.ticket-price {
    font-size: 26px;
    margin-bottom: 10px;
}

/************************************
 CONTACT
*************************************/
.royal-contact {
    padding: 100px 7%;
}

.contact-form {
    max-width: 600px;
    margin: auto;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 15px;
    background: rgba(255,255,255,0.08);
    border: 1px solid #ffdf9a55;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #ffdf9a;
}

/************************************
 FOOTER
*************************************/
.royal-footer {
    text-align: center;
    padding: 25px;
    background: #0a0a0a;
    border-top: 1px solid #8a652f55;
    margin-top: 30px;
}/* End custom CSS */