.elementor-3606 .elementor-element.elementor-element-696749e{--display:flex;--min-height:420px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--overlay-opacity:0.15;--padding-top:0px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}.elementor-3606 .elementor-element.elementor-element-696749e::before, .elementor-3606 .elementor-element.elementor-element-696749e > .elementor-background-video-container::before, .elementor-3606 .elementor-element.elementor-element-696749e > .e-con-inner > .elementor-background-video-container::before, .elementor-3606 .elementor-element.elementor-element-696749e > .elementor-background-slideshow::before, .elementor-3606 .elementor-element.elementor-element-696749e > .e-con-inner > .elementor-background-slideshow::before, .elementor-3606 .elementor-element.elementor-element-696749e > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:var( --e-global-color-astglobalcolor7 );--background-overlay:'';}.elementor-3606 .elementor-element.elementor-element-8f4d9ca{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3606 .elementor-element.elementor-element-24e79db{--display:flex;--min-height:354px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3606 .elementor-element.elementor-element-bf7e527 iframe{height:545px;filter:brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );}@media(max-width:1024px){.elementor-3606 .elementor-element.elementor-element-696749e{--min-height:330px;--justify-content:center;--padding-top:80px;--padding-bottom:80px;--padding-left:40px;--padding-right:40px;}}@media(max-width:767px){.elementor-3606 .elementor-element.elementor-element-696749e{--min-height:330px;--padding-top:60px;--padding-bottom:60px;--padding-left:24px;--padding-right:24px;}}/* Start custom CSS for html, class: .elementor-element-c9c460d */.contact-header {
    width: 100%;
    height: 60vh;
    background: #000 !important; /* luxury black background */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.contact-header h1,
.contact-header p {
    color: #d4af37; /* gold */
    transition: color 0.4s ease, text-shadow 0.4s ease;
    cursor: pointer;
}

.contact-header h1:hover,
.contact-header p:hover {
    color: #fff !important;
    text-shadow: 0 0 10px #d4af37, 0 0 20px #d4af37, 0 0 30px #d4af37;
}

.contact-header h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.contact-header p {
    font-size: 1.2rem;
    max-width: 600px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .contact-header {
        height: 50vh;
    }
    .contact-header h1 {
        font-size: 2rem;
    }
    .contact-header p {
        font-size: 1rem;
    }
}/* End custom CSS */