/* Premium Black & Gold Theme Styles */
.trh-booking-menu-wrapper-e9b5fb64 {
    background-color: #000;
    color: #fff;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    padding: 60px 20px;
    box-sizing: border-box;
}

.trh-hero-e9b5fb64 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.trh-headline-e9b5fb64 {
    color: #c9a646;
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.2;
}

.trh-subheadline-e9b5fb64 {
    color: #f1f1f1;
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    line-height: 1.6;
}

.trh-services-grid-e9b5fb64 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
}

.trh-service-card-e9b5fb64 {
    background-color: #0a0a0a;
    border: 1px solid #c9a646;
    border-radius: 14px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.trh-service-card-e9b5fb64:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(201, 166, 70, 0.15);
}

.trh-card-title-e9b5fb64 {
    color: #c9a646;
    font-size: 1.75rem;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
}

.trh-card-desc-e9b5fb64 {
    color: #e0e0e0;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 25px;
    flex-grow: 1;
}

.trh-card-price-e9b5fb64 {
    font-size: 1.1rem;
    color: #c9a646;
    margin-bottom: 20px;
}

.trh-booking-box-e9b5fb64 {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 10px;
}

.trh-booking-box-e9b5fb64 label {
    display: block;
    color: #fff;
    margin-bottom: 10px;
    font-size: 0.95rem;
}

.trh-select-e9b5fb64 {
    width: 100%;
    padding: 14px 15px;
    background-color: #1a1a1a;
    color: #fff;
    border: 1px solid rgba(201, 166, 70, 0.5);
    border-radius: 8px;
    font-size: 1rem;
    appearance: none;
    cursor: pointer;
    transition: border-color 0.3s ease;
    margin-bottom: 15px;
}

.trh-select-e9b5fb64:focus {
    outline: none;
    border-color: #c9a646;
    box-shadow: 0 0 0 2px rgba(201, 166, 70, 0.2);
}

.trh-button-e9b5fb64 {
    width: 100%;
    padding: 16px;
    background-color: #c9a646;
    color: #000;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.trh-button-e9b5fb64:hover {
    background-color: #e0b94d;
}

.trh-button-e9b5fb64:active {
    transform: scale(0.98);
}

.trh-calendar-holder-e9b5fb64 {
    background-color: #fff;
    color: #333;
    border-radius: 10px;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 0.9rem;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Dynamic Fullscreen Container Styles */
.trh-iframe-container-e9b5fb64 {
    position: relative;
    width: 100%;
}

.trh-iframe-container-e9b5fb64.trh-fullscreen-active-e9b5fb64 {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    z-index: 999999 !important;
    background: #000000 !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    display: flex;
    flex-direction: column;
}

body.admin-bar .trh-iframe-container-e9b5fb64.trh-fullscreen-active-e9b5fb64 {
    top: var(--wp-admin--admin-bar--height, 32px) !important;
    height: calc(100vh - var(--wp-admin--admin-bar--height, 32px)) !important;
}

@media screen and (max-width: 782px) {
    body.admin-bar .trh-iframe-container-e9b5fb64.trh-fullscreen-active-e9b5fb64 {
        top: 46px !important;
        height: calc(100vh - 46px) !important;
    }
}

.trh-iframe-container-e9b5fb64.trh-fullscreen-active-e9b5fb64 iframe {
    flex-grow: 1 !important;
    height: calc(100% - 50px) !important;
}

.trh-control-btn-e9b5fb64 {
    transition: background-color 0.2s ease, transform 0.1s ease;
}
.trh-control-btn-e9b5fb64:hover {
    transform: translateY(-1px);
}

.trh-help-section-e9b5fb64 {
    background-color: #c9a646;
    color: #000;
    border-radius: 14px;
    padding: 50px 30px;
    text-align: center;
    max-width: 800px;
    margin: 60px auto;
}

.trh-help-title-e9b5fb64 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 0;
}

.trh-help-desc-e9b5fb64 {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.trh-whatsapp-btn-e9b5fb64 {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 16px 32px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.trh-whatsapp-btn-e9b5fb64:hover {
    background-color: #222;
    color: #c9a646;
}

.trh-disclaimer-e9b5fb64 {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.85rem;
    line-height: 1.5;
    padding-top: 40px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
