/*
Theme Name: Lavalite Theme
Author: Kristie
Description: A custom theme for Lavalite Life Coaching.
Version: 13.0
*/

html {
    font-size: 115% !important;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Playfair Display', serif;
    background-color: #111;
    display: block;
    min-height: 100vh;
    padding: 0;
    margin: 0;
    color: #111;
}

.sticky-header {
    width: 100% !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 1000 !important;
    background: #000000 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 286px !important; /* 30% larger than 220px */
    overflow: visible !important;
    transition: height 0.3s ease !important; /* smooth shrink only */
}

.sticky-header::after,
.sticky-header::before {
    display: none !important;
}

/* WordPress Admin Bar Compatibility */
body.admin-bar .sticky-header {
    top: 32px !important;
}
@media screen and (max-width: 782px) {
    body.admin-bar .sticky-header {
        top: 46px !important;
    }
}

/* Shrunk to 33% when scrolled */
.sticky-header.shrink {
    height: 146px !important; /* 2x as big as 73px */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2) !important;
}

.header-logo {
    height: 286px !important; /* 30% larger than 220px */
    width: 286px !important;  /* 30% larger than 220px */
    max-height: none !important;
    object-fit: contain !important;
    z-index: 10 !important;
    padding: 10px !important;
    position: relative !important;
    transition: height 0.3s ease, width 0.3s ease !important;
    display: block !important;
}

.sticky-header.shrink .header-logo {
    height: 146px !important; /* 2x as big as 73px */
    width: 146px !important;  /* 2x as big as 73px */
    padding: 5px !important;
}

.brochure-container {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    background: #fff !important;
    position: relative !important;
    overflow: hidden !important;
    padding-top: 286px !important; /* MATCHES HEADER HEIGHT EXACTLY — NO COVERING CONTENT */
}

.page {
    display: flex;
    flex-direction: column;
    width: 100%;
}

/* Real Image Metallic Backgrounds */
.gold-panel {
    background-image: url('assets/images/gold_metal.png') !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
}

.gold-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.silver-panel {
    background-image: url('assets/images/silver_metal.png') !important;
    background-size: cover !important;
    background-position: center !important;
    position: relative !important;
}

.silver-panel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.3);
    pointer-events: none;
}

.panel {
    padding: 60px 5vw;
    /* use viewport width for better responsive padding */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
    transition: transform 0.3s ease;
}

.left-page .panel:last-child,
.right-page .panel:last-child {
    border-bottom: none;
}

.panel>* {
    position: relative;
    z-index: 3;
    max-width: 900px;
    /* Keep text centered and readable */
    width: 100%;
}

h1,
h2,
h3,
h4 {
    font-family: 'Cinzel', serif;
    text-transform: uppercase;
}

/* Title Panel */
.title-panel {
    text-align: center;
    padding: 60px 40px;
}

.title-text {
    font-weight: 900;
    font-size: 3.8rem;
    line-height: 1;
    color: #1a1a1a;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4), -1px -1px 0 rgba(255, 255, 255, 0.6);
    margin: 5px 0;
    letter-spacing: -1px;
    transition: transform 0.3s ease, text-shadow 0.3s ease;
}

.title-panel:hover .title-text {
    transform: scale(1.02);
    text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.5), -1px -1px 0 rgba(255, 255, 255, 0.6);
}

/* Content Panel */
.content-panel h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #111;
}

.content-panel p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.columns-2 {
    display: flex;
    gap: 30px;
    margin-bottom: 15px;
}

.columns-2 p {
    flex: 1;
}

/* Programs Panel */
.programs-panel h3,
.programs-panel-extended h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 30px;
    letter-spacing: 1px;
    color: #111;
}

.program-item {
    display: flex;
    gap: 25px;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.program-item:hover {
    transform: translateX(10px);
}

.program-item .icon-wrapper {
    font-size: 2.5rem;
    color: #111;
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}

.program-item h4 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
    color: #111;
}

.program-item p {
    font-size: 0.85rem;
    line-height: 1.5;
    font-weight: 600;
    color: #222;
}

.btn-book {
    display: inline-block;
    margin-top: 15px;
    padding: 12px 25px;
    background-color: #111;
    color: #d4af37;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.9rem;
    letter-spacing: 1px;
    border: 1px solid #d4af37;
    border-radius: 3px;
    text-transform: uppercase;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.btn-book:hover {
    background-color: #d4af37;
    color: #111;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
}

/* Coach Panel */
.coach-panel h3 {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    letter-spacing: 1px;
    color: #111;
}

.coach-content {
    display: flex;
    gap: 35px;
    align-items: center;
}

.coach-image-wrapper {
    flex-shrink: 0;
}

.coach-image {
    width: 140px;
    height: 140px;
    background: url('assets/images/gold_metal.png');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    color: #222;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    border: 4px solid #fff;
    transition: transform 0.3s ease;
    border-radius: 50%;
}

.coach-image:hover {
    transform: rotate(5deg) scale(1.05);
}

.coach-text p {
    font-size: 0.85rem;
    line-height: 1.6;
    margin-bottom: 15px;
    font-weight: 600;
    color: #222;
}

.signature {
    font-family: 'Great Vibes', cursive;
    font-size: 2.8rem;
    margin-top: 15px;
    color: #222;
    transform: rotate(-3deg);
    display: inline-block;
}

/* Testimonials Panel */
.testimonials-panel h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: #111;
}

.testimonials-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 25px !important;
    width: 100% !important;
}

.testimonials-grid .testimonial-card {
    flex: 1 1 280px !important;
    max-width: 380px !important;
    box-sizing: border-box !important;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.2);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid #fff !important; /* Standout white border in gold panel */
    transition: background 0.3s ease;
}

.testimonial-card:hover {
    background: rgba(255, 255, 255, 0.3);
}

.testimonials-panel p {
    font-size: 0.85rem;
    line-height: 1.6;
    font-weight: 600;
    margin-bottom: 15px;
    font-style: italic;
    color: #222;
}

.testimonials-panel .author {
    font-weight: 800;
    font-size: 1rem;
    font-style: normal;
    text-align: right;
    margin-bottom: 0;
    color: #111;
}

/* Contact Panel */
.contact-panel {
    padding: 40px 45px;
}

.contact-panel h3 {
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center;
    color: #111;
}

.contact-info {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    font-weight: 800;
    font-size: 2rem;
    background: rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 8px;
}

.contact-info p {
    margin: 0;
    display: flex;
    align-items: center;
    gap: 15px;
    transition: color 0.3s ease;
    cursor: pointer;
    color: #222;
}

.contact-info p:hover {
    color: #555;
}

.contact-info i {
    font-size: 2.4rem;
    width: 45px;
    text-align: center;
}

/* Scroll Animations */
.animate-on-scroll {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.animate-on-scroll.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.delay-100 {
    transition-delay: 0.1s;
}

.delay-200 {
    transition-delay: 0.2s;
}

.delay-300 {
    transition-delay: 0.3s;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .columns-2 {
        flex-direction: column;
        gap: 20px;
    }

    .coach-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact-info {
        flex-direction: column;
        gap: 20px;
        align-items: center;
        text-align: center;
    }

    .title-text {
        font-size: 2.8rem;
    }

    .panel {
        padding: 40px 20px;
    }
}


/* Update text on gold panels to pop out */
.gold-panel h1,
.gold-panel h2,
.gold-panel h3,
.gold-panel h4,
.gold-panel p,
.gold-panel .author,
.gold-panel .icon-wrapper {
    color: #ffffff !important;
    font-weight: 800 !important;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.8) !important;
}

.gold-panel .title-text {
    color: #ffffff !important;
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9), -1px -1px 0 rgba(0, 0, 0, 0.6) !important;
}

.gold-panel .btn-book {
    text-shadow: none !important;
}

/* Premium Modal Overlay & Content Card */
.modal-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 0, 0.85) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    z-index: 99999 !important;
    display: none; /* Controlled dynamically by JS */
    justify-content: center !important;
    align-items: center !important;
    animation: modalFadeIn 0.3s ease;
}

.modal-content {
    background: rgba(10, 10, 10, 0.95) !important;
    border: 2px solid #b48a35 !important;
    border-radius: 15px !important;
    width: 90% !important;
    max-width: 500px !important;
    padding: 40px !important;
    position: relative !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8) !important;
    box-sizing: border-box !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    animation: modalSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modal-content h3 {
    color: #fff !important;
    font-size: 1.8rem !important;
    font-weight: 900 !important;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}

.modal-close-btn {
    position: absolute !important;
    top: 15px !important;
    right: 20px !important;
    color: #888 !important;
    font-size: 2rem !important;
    font-weight: 300 !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

.modal-close-btn:hover {
    color: #fff !important;
}

@keyframes modalFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes modalSlideUp {
    from { transform: translateY(30px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

/* Booking Form Styling */
.booking-form {
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0 auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    text-align: left;
}

.booking-form .form-group {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.booking-form label {
    font-size: 0.8rem;
    font-weight: 700;
    color: #eee !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
}

.booking-form input {
    width: 100%;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 4px;
    color: #fff !important;
    font-family: inherit;
    font-size: 0.95rem;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.booking-form input:focus {
    outline: none;
    border-color: #ffffff !important;
    background: rgba(255, 255, 255, 0.25) !important;
}

.booking-form .dates-row {
    display: flex;
    gap: 15px;
}

.booking-form .dates-row .form-group {
    flex: 1;
}

.booking-form .btn-submit {
    margin-top: 20px;
    width: 100%;
    padding: 24px 30px;
    background: linear-gradient(135deg, #b48a35 0%, #ffd700 50%, #b48a35 100%) !important;
    color: #000000 !important;
    border: 2px solid #b48a35 !important;
    border-radius: 8px;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.4), inset 0 2px 5px rgba(255, 255, 255, 0.3) !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.booking-form .btn-submit:hover {
    background: linear-gradient(135deg, #ffd700 0%, #ffffff 50%, #ffd700 100%) !important;
    color: #000000 !important;
    border-color: #ffffff !important;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 15px 40px rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(255, 255, 255, 0.5) !important;
}

.booking-success-message {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.3) !important;
    border: 2px solid #ffffff !important;
    border-radius: 8px;
    padding: 30px 20px;
    width: 100%;
    max-width: 450px;
    margin: 20px auto 0 auto;
    animation: modalFadeIn 0.5s ease;
}

.booking-success-message i {
    font-size: 3rem;
    color: #fff !important;
    margin-bottom: 15px;
    text-shadow: none !important;
}

.booking-success-message h4 {
    color: #fff !important;
    font-size: 1.4rem;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5) !important;
}

.booking-success-message p {
    color: #eee !important;
    font-size: 0.95rem;
    line-height: 1.5;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5) !important;
}

/* Course Landing Page overrides - Centering copy and buttons */
.page-template-template-course .content-panel {
    text-align: center !important;
}

.page-template-template-course .content-panel h3 {
    text-align: center !important;
    width: 100% !important;
}

.page-template-template-course .content-panel p {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 700px !important;
}

.page-template-template-course .content-panel ul {
    display: inline-flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    padding: 0 !important;
}

.page-template-template-course .content-panel li {
    text-align: center !important;
    justify-content: center !important;
    width: auto !important;
}

/* Center Back Button Container */
.page-template-template-course .content-panel div[style*="justify-content: flex-start"] {
    justify-content: center !important;
}

/* Center Form elements */
.page-template-template-course .booking-form {
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.page-template-template-course .booking-form .form-group {
    width: 100% !important;
    align-items: center !important;
}

.page-template-template-course .booking-form label {
    text-align: center !important;
    width: 100% !important;
}

.page-template-template-course .booking-form input {
    text-align: center !important;
    width: 100% !important;
    max-width: 380px !important; /* Keep input fields compact and elegant when centered */
}

.page-template-template-course .booking-form .dates-row {
    width: 100% !important;
    max-width: 380px !important;
    justify-content: center !important;
}

/* 3x Larger and Centered Submit Button */
.page-template-template-course .booking-form .btn-submit {
    width: auto !important;
    max-width: 350px !important;
    padding: 24px 60px !important;
    font-size: 1.5rem !important;
    margin: 25px auto 0 auto !important;
    display: inline-block !important;
    border-radius: 50px !important; /* Rounded pill shape for a very fancy look */
}

/* Hide duplicate PayPal titles/prices and center payment button iframes */
div[id^="paypal-container-"] [id^="paypal-form-fields-container-"],
div[id^="paypal-container-"] #price-label,
div[id^="paypal-container-"] #desc-label {
    display: none !important;
}

.booking-success-message div[id^="paypal-container-"] iframe,
.modal-content div[id^="paypal-container-"] iframe {
    margin: 0 auto !important;
    display: block !important;
}

/* Tab Navigation for Checkout Options */
.checkout-options {
    display: flex;
    gap: 12px;
    justify-content: center;
    width: 100%;
    max-width: 450px;
    margin-bottom: 25px;
}

.checkout-tab {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: #ccc !important;
    padding: 10px 20px !important;
    font-size: 0.85rem !important;
    font-weight: 700 !important;
    font-family: 'Cinzel', serif !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
}

.checkout-tab:hover {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.checkout-tab.active {
    background: #b48a35 !important;
    border-color: #b48a35 !important;
    color: #000 !important;
    box-shadow: 0 4px 10px rgba(180, 138, 53, 0.3) !important;
}

/* Direct PayPal Button styles with smooth micro-animations */
.btn-paypal-direct {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 380px !important;
    padding: 18px 30px !important;
    background: linear-gradient(135deg, #ffc439 0%, #ffb100 100%) !important;
    color: #003087 !important;
    border: 2px solid #ffc439 !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 1.2rem !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    box-shadow: 0 10px 25px rgba(255, 177, 0, 0.3) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    letter-spacing: 1px !important;
}

.btn-paypal-direct:hover {
    background: linear-gradient(135deg, #ffb100 0%, #ff9e00 100%) !important;
    color: #001c64 !important;
    transform: translateY(-3px) scale(1.02) !important;
    box-shadow: 0 15px 30px rgba(255, 177, 0, 0.5) !important;
}

.btn-paypal-direct:active {
    transform: translateY(-1px) scale(1) !important;
}

.btn-paypal-direct i {
    font-size: 1.5rem !important;
}

.paypal-trust-badge {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 15px 20px;
    background: rgba(0, 0, 0, 0.45);
    border: 2px solid #b48a35;
    border-radius: 12px;
    width: 100%;
    max-width: 380px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Floating Contact Widget Styles */
.floating-widget-container {
    position: fixed !important;
    bottom: 30px !important;
    right: 30px !important;
    z-index: 99999 !important;
    font-family: 'Playfair Display', serif;
}

.widget-toggle-btn {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    background: linear-gradient(135deg, #b48a35 0%, #ffd700 50%, #b48a35 100%) !important;
    border: 2px solid #b48a35 !important;
    color: #000000 !important;
    font-size: 1.6rem !important;
    cursor: pointer !important;
    box-shadow: 0 10px 25px rgba(180, 138, 53, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.widget-toggle-btn:hover {
    transform: scale(1.1) rotate(5deg) !important;
    box-shadow: 0 15px 30px rgba(180, 138, 53, 0.6) !important;
}

.widget-card-panel {
    display: none; /* Controlled by JS toggle */
    position: absolute !important;
    bottom: 80px !important;
    right: 0 !important;
    width: 320px !important;
    background: rgba(10, 10, 10, 0.95) !important;
    border: 2px solid #b48a35 !important;
    border-radius: 12px !important;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8) !important;
    padding: 25px !important;
    box-sizing: border-box !important;
    flex-direction: column !important;
    animation: widgetSlideUp 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
}

@keyframes widgetSlideUp {
    from { transform: translateY(20px); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}

.widget-card-header {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    margin-bottom: 20px !important;
    border-bottom: 1px solid rgba(180, 138, 53, 0.3) !important;
    padding-bottom: 10px !important;
}

.widget-card-header h4 {
    font-family: 'Cinzel', serif !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 800 !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.widget-close-btn {
    background: transparent !important;
    border: none !important;
    color: #888 !important;
    font-size: 1.5rem !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

.widget-close-btn:hover {
    color: #fff !important;
}

.widget-contact-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

.widget-form-group {
    display: flex !important;
    flex-direction: column !important;
    gap: 4px !important;
}

.widget-form-group label {
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    color: #eee !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.widget-form-group input,
.widget-form-group textarea {
    width: 100% !important;
    padding: 8px 12px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px !important;
    color: #fff !important;
    font-family: inherit !important;
    font-size: 0.85rem !important;
    transition: all 0.3s ease !important;
}

.widget-form-group input:focus,
.widget-form-group textarea:focus {
    outline: none !important;
    border-color: #ffd700 !important;
    background: rgba(255, 255, 255, 0.15) !important;
}

.btn-widget-submit {
    margin-top: 10px !important;
    padding: 12px !important;
    background: linear-gradient(135deg, #b48a35 0%, #ffd700 50%, #b48a35 100%) !important;
    color: #000 !important;
    border: none !important;
    border-radius: 4px !important;
    font-weight: 800 !important;
    font-family: 'Cinzel', serif !important;
    text-transform: uppercase !important;
    font-size: 0.85rem !important;
    letter-spacing: 1px !important;
    cursor: pointer !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2) !important;
    transition: all 0.3s ease !important;
}

.btn-widget-submit:hover {
    background: linear-gradient(135deg, #ffd700 0%, #ffffff 50%, #ffd700 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 15px rgba(255, 215, 0, 0.3) !important;
}

.widget-success-state {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 15px 0 !important;
}

.widget-success-state h5 {
    color: #fff !important;
    font-family: 'Cinzel', serif !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase !important;
}

.widget-success-state p {
    color: #ccc !important;
    font-size: 0.8rem !important;
    line-height: 1.4 !important;
    font-weight: 600 !important;
}

/* Prevent long email addresses from getting cut off in input fields */
#booking-email,
#widget-email {
    font-size: 0.8rem !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}