.hero{height:100vh;min-height:700px;width:100%;position:relative;display:flex;align-items:center;justify-content:center;padding:0 1rem;background-size:cover;background-position:50%;transition:background-image 1s ease-in-out}.hero.bg-1{background-image:url(/wedding-venue/wedding-venue-01.jpg)}.hero.bg-2{background-image:url(/wedding-venue/wedding-venue-05.jpg)}.hero.bg-3{background-image:url(/destination-wedding/destination-wedding-01.jpg)}.hero .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1}.hero .hero-content{position:relative;z-index:2;text-align:center;max-width:900px;padding:0 1rem;animation:fadeIn 1s ease-in-out}.hero .hero-title{margin-bottom:1rem}.hero .hero-title .luxury-text{display:block;font-size:2.5rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;color:#fff;font-family:Playfair Display,serif}@media(min-width:768px){.hero .hero-title .luxury-text{font-size:3.5rem}}@media(min-width:1024px){.hero .hero-title .luxury-text{font-size:4rem}}.hero .hero-title .dubai-text{display:block;font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:300;letter-spacing:8px;color:var(--gold);text-transform:uppercase}@media(min-width:768px){.hero .hero-title .dubai-text{font-size:1.8rem;letter-spacing:10px}}.hero .hero-subtitle{color:hsla(0,0%,100%,.9);font-size:1rem;margin-bottom:2rem;font-weight:300}@media(min-width:768px){.hero .hero-subtitle{font-size:1.2rem}}.hero .hero-buttons{display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}@media(min-width:640px){.hero .hero-buttons{flex-direction:row}}.hero .hero-buttons .btn-luxury-primary{background-color:var(--gold);color:#000;padding:.75rem 1.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:2px;font-weight:500;border:none;transition:all .3s ease;text-decoration:none;display:inline-block}.hero .hero-buttons .btn-luxury-primary:hover{background-color:#fff;color:var(--gold-dark);transform:translateY(-3px)}.hero .hero-buttons .btn-luxury-secondary{background-color:rgba(0,0,0,0);color:#fff;padding:.7rem 1.5rem;font-size:.875rem;text-transform:uppercase;letter-spacing:2px;font-weight:500;border:1px solid #fff;transition:all .3s ease;text-decoration:none;display:inline-block}.hero .hero-buttons .btn-luxury-secondary:hover{background-color:#fff;color:#000;transform:translateY(-3px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}