.elementor-92 .elementor-element.elementor-element-4d10da9{--display:flex;}.elementor-92 .elementor-element.elementor-element-7329a60{width:var( --container-widget-width, 101.038% );max-width:101.038%;--container-widget-width:101.038%;--container-widget-flex-grow:0;}.elementor-92 .elementor-element.elementor-element-7329a60.elementor-element{--flex-grow:0;--flex-shrink:0;}/* Start custom CSS for html, class: .elementor-element-819a721 */```css
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

body{
    background:#0b0b0b;
    color:white;
}

.luxury-container{
    width:100%;
    overflow:hidden;
}

/* HERO */

.hero-section{
    height:100vh;
    background:url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?q=80&w=1974&auto=format&fit=crop') center/cover no-repeat;
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
    padding:20px;
}

.overlay{
    position:absolute;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.65);
    top:0;
    left:0;
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:800px;
}

.hero-content h1{
    font-size:64px;
    line-height:1.1;
    margin-bottom:20px;
    font-weight:700;
}

.hero-content p{
    font-size:20px;
    color:#d1d1d1;
    margin-bottom:35px;
}

.hero-buttons{
    display:flex;
    gap:20px;
    justify-content:center;
    flex-wrap:wrap;
}

.primary-btn,
.secondary-btn{
    padding:16px 32px;
    text-decoration:none;
    border-radius:8px;
    font-weight:600;
    transition:0.3s;
}

.primary-btn{
    background:#d4af37;
    color:black;
}

.primary-btn:hover{
    background:white;
}

.secondary-btn{
    border:1px solid #d4af37;
    color:#d4af37;
}

.secondary-btn:hover{
    background:#d4af37;
    color:black;
}

/* FEATURES */

.features-section{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
    gap:30px;
    padding:80px 10%;
    background:#111;
}

.feature-box{
    background:#1a1a1a;
    padding:40px 30px;
    border-radius:12px;
    text-align:center;
}

.feature-box h3{
    margin-bottom:15px;
    color:#d4af37;
}

/* PROPERTY */

.property-section{
    padding:90px 10%;
    text-align:center;
}

.property-section h2{
    font-size:42px;
    margin-bottom:50px;
}

.property-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.property-card{
    background:#151515;
    padding:40px 30px;
    border-radius:12px;
}

.property-card h3{
    color:#d4af37;
    margin-bottom:15px;
}

/* TESTIMONIALS */

.testimonial-section{
    padding:90px 10%;
    background:#111;
    text-align:center;
}

.testimonial-section h2{
    margin-bottom:50px;
    font-size:42px;
}

.testimonial-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
}

.testimonial-card{
    background:#1a1a1a;
    padding:35px;
    border-radius:12px;
}

.testimonial-card p{
    margin-bottom:20px;
    color:#d1d1d1;
}

/* FAQ */

.faq-section{
    padding:90px 10%;
}

.faq-section h2{
    text-align:center;
    margin-bottom:50px;
    font-size:42px;
}

.faq-item{
    background:#151515;
    padding:25px;
    border-radius:10px;
    margin-bottom:20px;
}

.faq-item h3{
    color:#d4af37;
    margin-bottom:10px;
}

/* FORM */

.form-section{
    padding:100px 10%;
    background:#111;
}

.form-container{
    max-width:700px;
    margin:auto;
    background:#1a1a1a;
    padding:50px;
    border-radius:16px;
}

.form-container h2{
    text-align:center;
    margin-bottom:35px;
    font-size:38px;
}

form{
    display:flex;
    flex-direction:column;
    gap:20px;
}

input,
textarea{
    width:100%;
    padding:16px;
    border:none;
    border-radius:8px;
    background:#0f0f0f;
    color:white;
    font-size:16px;
}

textarea{
    height:140px;
    resize:none;
}

button{
    padding:18px;
    border:none;
    background:#d4af37;
    color:black;
    font-size:18px;
    font-weight:700;
    border-radius:8px;
    cursor:pointer;
    transition:0.3s;
}

button:hover{
    background:white;
}

/* MOBILE */

@media(max-width:768px){

    .hero-content h1{
        font-size:42px;
    }

    .hero-content p{
        font-size:18px;
    }

    .property-section h2,
    .testimonial-section h2,
    .faq-section h2,
    .form-container h2{
        font-size:32px;
    }

}
.btn-download-brochure {
  display: inline-block;
  padding: 18px 40px;
  border: 2px solid #D4A017;
  color: #D4A017;
  background-color: transparent;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.btn-download-brochure:hover {
  background-color: #D4A017;
  color: #1a1a1a;
}
```
.yt-video-section {
  width: 100%;
  background-color: #1a1a1a;
  padding: 60px 0;
}

.yt-video-wrapper {
  position: relative;
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 50.625%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.5);
}

.yt-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}/* End custom CSS */