/* =========================
CONTACT PAGE
========================= */

.wiws-contact-page{
  width:100%;
  min-height:100vh;
  position:relative;
  overflow:hidden;
  background:
  linear-gradient(
    180deg,
    #111111 0%,
    #050505 60%
  );
  padding:90px 0;
  padding-bottom: 0px;
}

/* TOP SHAPE */

.wiws-top-shape{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:320px;
  background:
  linear-gradient(
    90deg,
    #151515,
    #1f1a0c,
    #111
  );
  clip-path:polygon(0 0,100% 0,100% 72%,0 100%);
  z-index:0;
}

/* DOTS */

.wiws-dots{
  position:absolute;
  top:0;
  left:0;
  width:260px;
  height:220px;
  background-image:
  radial-gradient(
    rgba(212,169,31,.65) 2px,
    transparent 2px
  );
  background-size:16px 16px;
  opacity:.5;
}

/* CONTAINER */

.wiws-container{
  width:90%;
  max-width:1280px;
  margin:auto;
  position:relative;
  z-index:2;
}

/* =========================
SECTION TITLE
========================= */

.wiws-section-title{
  text-align:center;
  margin-bottom:90px;
}

.wiws-section-title h1{
  font-size:72px;
  line-height:1;
  font-weight:700;
  letter-spacing:2px;
  color: #fff;
}

.wiws-section-title h1 span{
  color:#d4a91f;
}

/* =========================
CONTACT WRAPPER
========================= */

.wiws-contact-wrapper{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:50px;
  align-items:start;
  margin-bottom:70px;
}

/* =========================
LEFT
========================= */

.wiws-contact-info{
  padding-top:20px;
}

.wiws-contact-info h2{
  font-size:68px;
  line-height:1.08;
  font-weight:700;
  margin-bottom:40px;
  color: #fff;
}

/* BOOKING CARD */

.wiws-booking-info{
  background:#101010;
  border:1px solid rgba(255,255,255,.06);
  border-radius:32px;
  padding:45px;
}

.wiws-booking-info h3{
  font-size:34px;
  margin-bottom:30px;
  color:#d4a91f;
}

.wiws-booking-info p{
  color:#cfcfcf;
  line-height:1.9;
  margin-bottom:18px;
}

.wiws-booking-info strong{
  color:#fff;
}

/* =========================
FORM
========================= */

.wiws-contact-form{
  position:relative;
  overflow:hidden;
  padding:50px;
  border-radius:32px;
  border:1px solid rgba(255,255,255,.06);

  background:
  linear-gradient(
    145deg,
    rgba(20,20,20,.96),
    rgba(10,10,10,.96)
  );

  backdrop-filter:blur(12px);

  box-shadow:
  0 25px 60px rgba(0,0,0,.45);
}

.wiws-contact-form::before{
  content:'';
  position:absolute;
  top:-120px;
  right:-120px;
  width:320px;
  height:320px;
  background:
  radial-gradient(
    circle,
    rgba(212,169,31,.18) 0%,
    transparent 70%
  );
}

.wiws-contact-form h3{
  font-size:34px;
  margin-bottom:40px;
  position:relative;
  z-index:2;
  color: #fff;
}

/* FORM ROW */

.wiws-form-row{
  display:flex;
  gap:25px;
  margin-bottom:35px;
  flex-wrap:wrap;
}

/* INPUT GROUP */

.wiws-input-group{
  flex:1;
  min-width:220px;
}

.wiws-input-group label{
  display:block;
  margin-bottom:12px;
  color:#d7d7d7;
  font-size:14px;
}

.wiws-input-group input,
.wiws-input-group textarea{
  width:100%;
  background:transparent;
  border:none;
  border-bottom:1px solid rgba(255,255,255,.14);
  padding:12px 0;
  color:#fff;
  outline:none;
  font-size:15px;
  transition:.3s ease;
}

.wiws-input-group input:focus,
.wiws-input-group textarea:focus{
  border-color:#d4a91f;
}

.wiws-input-group textarea{
  resize:none;
  height:140px;
}

/* BUTTON */

.wiws-submit-btn{
  margin-top:35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:62px;
  padding:0 42px;
  border:none;
  border-radius:60px;
  background:#d4a91f;
  color:#000;
  font-weight:700;
  letter-spacing:.5px;
  cursor:pointer;
  transition:.35s ease;
}

.wiws-submit-btn:hover{
  transform:translateY(-4px);
}

/* =========================
MAP
========================= */

.wiws-map-section{
  width:100%;
  display: flex;
  justify-content: center;
  height:500px;
  overflow:hidden;
  border-radius:32px;
  margin-bottom:70px;
  border:1px solid rgba(255,255,255,.06);
}

.wiws-map-section iframe{
  width:96%;
  height:100%;
  border:0;
  filter:grayscale(100%);
}

/* =========================
CTA
========================= */

.wiws-contact-cta{
  margin-top:70px;
  background:
  linear-gradient(
    135deg,
    #141414,
    #0d0d0d
  );

  border:1px solid rgba(255,255,255,.06);

  border-radius:34px;

  padding:80px 60px;

  text-align:center;
}

.wiws-contact-cta h2{
  font-size:58px;
  margin-bottom:22px;
  color: #fff;
}

.wiws-contact-cta p{
  color:#c8c8c8;
  line-height:1.9;
  max-width:760px;
  margin:auto auto 35px;
}

.wiws-contact-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  height:62px;
  padding:0 42px;
  border-radius:60px;
  background:#d4a91f;
  color:#000;
  text-decoration:none;
  font-weight:700;
  transition:.3s ease;
}

.wiws-contact-cta a:hover{
  transform:translateY(-4px);
}

/* =========================
RESPONSIVE
========================= */

@media(max-width:991px){

  .wiws-contact-wrapper{
    grid-template-columns:1fr;
  }

  .wiws-contact-info h2{
    font-size:52px;
  }

  .wiws-section-title h1{
    font-size:52px;
  }

  .wiws-contact-cta h2{
    font-size:42px;
  }

}

@media(max-width:767px){

  .wiws-contact-page{
    padding:70px 0;
  }

  .wiws-section-title{
    margin-bottom:60px;
  }

  .wiws-section-title h1{
    font-size:38px;
  }

  .wiws-contact-info h2{
    font-size:40px;
  }

  .wiws-contact-form{
    padding:32px 26px;
  }

  .wiws-booking-info{
    padding:32px 26px;
  }

  .wiws-contact-cta{
    padding:60px 24px;
  }

  .wiws-contact-cta h2{
    font-size:34px;
  }

  .wiws-map-section{
    height:350px;
  }

}