.elementor-4272 .elementor-element.elementor-element-1cd94e5{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4272 .elementor-element.elementor-element-36a7101{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-4272 .elementor-element.elementor-element-fda4071{--display:flex;--min-height:184px;--padding-top:20px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-4272 .elementor-element.elementor-element-fda4071:not(.elementor-motion-effects-element-type-background), .elementor-4272 .elementor-element.elementor-element-fda4071 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F172A;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-4272 .elementor-element.elementor-element-d03f5a6{text-align:center;}.elementor-4272 .elementor-element.elementor-element-d03f5a6 .elementor-heading-title{font-family:"Plus Jakarta Sans", Sans-serif;font-size:139px;font-weight:600;font-style:normal;text-decoration:underline;color:#FFFFFF;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-4272 .elementor-element.elementor-element-fda4071{--min-height:0px;--padding-top:20px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-4272 .elementor-element.elementor-element-d03f5a6 .elementor-heading-title{font-size:45px;}}/* Start custom CSS for html, class: .elementor-element-52bfe0f */<style>
    @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&family=Inter:wght@300;400&display=swap');

    :root {
        --primary-teal: #008b8b;
        --glass-bg: rgba(255, 255, 255, 0.1);
        --text-gold: #e2c28d;
    }

    .hero-container {
        position: relative;
        width: 100%;
        min-height: 100vh;
        background: url('https://subdomain2.tixworx.com/wp-content/uploads/2026/04/2bd13659-7099-4bea-8870-2eead159dc39.jpg') no-repeat center center/cover;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        font-family: 'Inter', sans-serif;
        color: white;
        text-align: center;
        transition: background 0.5s ease-in-out;
    }

    .overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(circle, rgba(0,0,0,0.2) 0%, rgba(0,25,30,0.8) 100%);
        z-index: 1;
    }

    .hero-content {
        position: relative;
        z-index: 2;
        max-width: 800px;
        padding: 40px 20px;
        backdrop-filter: blur(10px);
        background: var(--glass-bg);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 24px;
        margin: 20px;
    }

    .hero-title {
        font-family: 'Playfair Display', serif;
        font-size: clamp(2rem, 5vw, 3.5rem);
        color: var(--text-gold);
        margin-bottom: 20px;
        font-weight: 700;
        text-shadow: 0 4px 10px rgba(0,0,0,0.3);
    }

    .hero-subtitle {
        font-size: clamp(1rem, 2vw, 1.1rem);
        line-height: 1.6;
        color: rgba(255, 255, 255, 0.9);
        margin-bottom: 40px;
        font-weight: 300;
    }

    .hero-buttons {
        display: flex;
        gap: 20px;
        justify-content: center;
        flex-wrap: wrap;
        margin-bottom: 30px;
    }

    .btn {
        padding: 12px 30px;
        border-radius: 50px;
        font-size: 1rem;
        font-weight: 500;
        cursor: pointer;
        transition: all 0.3s ease;
        text-transform: capitalize;
    }

    .btn-primary {
        background: var(--primary-teal);
        border: none;
        color: white;
    }

    .btn-primary:hover {
        background: #006b6b;
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(0, 139, 139, 0.3);
    }

    .btn-secondary {
        background: transparent;
        border: 1px solid white;
        color: white;
    }

    .btn-secondary:hover {
        background: rgba(255, 255, 255, 0.1);
        transform: translateY(-2px);
    }

    .hero-footer-text {
        font-size: 0.85rem;
        font-style: italic;
        opacity: 0.7;
        margin-top: 20px;
    }

    /* Image Upload UI */
    .upload-btn {
        position: absolute;
        top: 20px;
        right: 20px;
        z-index: 10;
        background: rgba(255,255,255,0.2);
        padding: 8px 15px;
        border-radius: 10px;
        font-size: 0.8rem;
        cursor: pointer;
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255,255,255,0.3);
    }

    /* Mobile Responsive Fixes */
    @media (max-width: 600px) {
        .hero-content {
            padding: 30px 15px;
        }
        .hero-buttons {
            flex-direction: column;
        }
        .btn {
            width: 100%;
        }
    }
</style>/* End custom CSS */