/* GLOBAL */
body {
   font-family: 'Poppins', sans-serif;
}





html,
body{
    width:100%;
    overflow-x:hidden !important;
}

*{
    box-sizing:border-box;
}



.row{
    margin-left:0 !important;
    margin-right:0 !important;
}


/* HEADINGS (LUXURY LOOK) */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
  letter-spacing: 0.5px;

   margin: 0;
  padding: 0;
}

@media(max-width:991px){

    .enquire-btn{
        margin-top:15px;
        width:100%;
        margin-left:0 !important;
    }

}





/* HERO */
.contact-hero{
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.contact-hero::before{
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        135deg,
        rgba(0,0,0,.75),
        rgba(0,0,0,.45)
    );
}

.contact-hero .content{
    position: relative;
    z-index: 2;
    max-width: 950px;
    text-align: center;
    padding: 40px;
}

.hero-subtitle{
    display: inline-block;
    padding: 10px 24px;
    border: 1px solid rgba(255,255,255,.15);
    background: rgba(255,255,255,.08);
    backdrop-filter: blur(20px);
    color: #f4c542;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 25px;
}

.contact-hero h1{
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
    text-shadow: 0 10px 30px rgba(0,0,0,.4);
}

.contact-hero p{
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,.92);
    max-width: 750px;
    margin: auto;
}

.hero-buttons{
    margin-top: 35px;
}

.btn-gold{
    background: linear-gradient(
        135deg,
        #d4af37,
        #f4c542
    );
    color: #000;
    border: none;
    padding: 15px 35px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: .4s ease;
    box-shadow: 0 15px 35px rgba(212,175,55,.35);
}

.btn-gold:hover{
    transform: translateY(-5px);
    color: #000;
}

/* Responsive */

@media(max-width:1200px){
    .contact-hero h1{
        font-size: 48px;
    }
}

@media(max-width:992px){
    .contact-hero h1{
        font-size: 40px;
    }

    .contact-hero p{
        font-size: 17px;
    }
}

@media(max-width:768px){

    .contact-hero{
        min-height: 90vh;
    }

    .contact-hero .content{
        padding: 20px;
    }

    .contact-hero h1{
        font-size: 32px;
    }

    .contact-hero p{
        font-size: 16px;
        line-height: 1.7;
    }

    .hero-subtitle{
        font-size: 11px;
        letter-spacing: 2px;
    }

    .btn-gold{
        width: 100%;
        max-width: 260px;
    }
}



/* CONTACT MAIN */
.contact-main {
  background: #f5f5f5;
  padding: 80px 0;
}

/* LEFT */
.contact-details {
  padding-right: 30px;
}

.sub-text {
  color: #666;
  margin-bottom: 30px;
}

/* INFO BOX */
.info-box {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 12px;
  transition: 0.3s;
}

.info-box:hover {
  background: #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

.info-box i {
  font-size: 18px;
  color: #d4af37;
}

.info-box h6 {
  margin: 0;
}

.info-box p {
  margin: 0;
  font-size: 14px;
  color: #555;
}


/* FORM */
form {
    margin-top: 10px;
}
.enquiry-box{
    max-width:600px;
    width:100%;
    padding:30px;
    border-radius:20px;
    background:linear-gradient(180deg,#f39c12,#f1c40f);
    box-shadow:0 15px 40px rgba(0,0,0,.2);
}

.enquiry-box input,
.enquiry-box select,
.enquiry-box textarea{
    width:100%;
    padding:14px 18px;
    margin-bottom:15px;
    border:none;
    border-radius:14px;
    background:#eee;
}

.two-col{
    display:flex;
    gap:15px;
}

.two-col input{
    flex:1;
}

.enquiry-box textarea{
    min-height:140px;
    resize:none;
}

.enquiry-box button{
    width:100%;
    padding:15px;
    border:none;
    border-radius:14px;
    background:linear-gradient(45deg,#ff6a00,#ff9800);
    color:#fff;
    font-size:18px;
    font-weight:600;
}

@media(max-width:768px){

    .two-col{
        flex-direction:column;
        gap:0;
    }

    .enquiry-box{
        padding:20px;
    }
}

/* LUXURY STRIP */
.luxury-strip {
  background: #000;
  color: #fff;
  padding: 80px 0;
}

.luxury-strip h2 {
  color: #d4af37;
}

/* MAP */
.map-section {
  padding: 60px 0;
}

.map-section iframe {
  width: 100%;
  height: 400px;
  border-radius: 15px;
  border: none;
}

/* CTA */
.contact-cta {
  background: #000;
  color: #fff;
  padding: 100px 0;
}

.btn-gold {
  background: linear-gradient(45deg, #d4af37, #f1c40f);
  padding: 12px 25px;
  border-radius: 30px;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {

  /* .contact-hero {
    padding: 340px 0;
  } */

  .contact-hero h1 {
    font-size: 32px;
  }

  .contact-details {
    padding-right: 0;
  }

  .enquiry-box {
    max-width: 100%;
  }

}