/* =========================
   HEADER
========================= */

*{
  margin:0;
  padding:0;
  box-sizing:border-box;
}

body{
 font-family: "Jost", sans-serif;
}
h1, h2, h3, h4, h5, h6{
 font-family: "Playfair Display", serif;
}
.booking-box>h3{
    font-size: 27px !important;
    text-align: center !important;
    padding-bottom: 20px !important;
}
.booking-box{
    padding: 24px 0 !important;
}

.header {
    width: 100%;
    background: transparent;
    position: relative;
    top: 0;
    z-index: 999;
    margin-bottom: -177px;
}
.header img{
  width: 30%;
}

.container{
  max-width:1600px;
  margin:auto;
  padding:18px 20px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
}

/* LOGO */

.logo{
  color:#fff;
  font-size:28px;
  font-weight:700;
  text-decoration:none;
  letter-spacing:1px;
}

/* NAVIGATION */

.nav-links{
  display:flex;
  align-items:center;
  list-style:none;
  gap:35px;
}

.nav-links li a{
  color:#fff;
  text-decoration:none;
  font-size:16px;
  font-weight:500;
  transition:0.3s;
  position:relative;
}

.nav-links li a::after{
  content:'';
  position:absolute;
  left:0;
  bottom:-6px;
  width:0;
  height:2px;
  background:#f4b156;
  transition:0.3s;
}

.nav-links li a:hover::after{
  width:100%;
}

/* BUTTON */

.header-btn{
  background:#f4b156;
  color:#222222;
  text-decoration:none;
  padding:12px 24px;
  border-radius:0px;
  font-weight:700;
  transition:0.3s;
}

.header-btn:hover{
  background:#fff;
}

/* MOBILE MENU */

.menu-toggle{
  display:none;
  color:#fff;
  font-size:30px;
  cursor:pointer;
}

/* =========================
   HERO BANNER
========================= */

.hero{
  position:relative;
  width:100%;
  min-height:95vh;
  background:url('IMAGES/D-Photography25-scaled_11zon_4_11zon_3_11zon.webp')
  center/cover no-repeat;
  display:flex;
  align-items:center;
  padding:80px 8%;
  overflow:hidden;
}

/* DARK OVERLAY */

/* .hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(
    to right,
    rgba(0,0,0,0.75),
    rgba(0,0,0,0.35)
  );
} */

/* CONTENT */

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    color: #fff;
    padding-top: 90px;
}

.hero-subtitle{
  display:inline-block;
  background:#f4b156;
  color:#222222;
  padding:10px 20px;
  border-radius:0px;
  font-size:14px;
  font-weight:700;
  margin-bottom:25px;
  letter-spacing:1px;
  text-transform:uppercase;
}

.hero-content h1{
  font-size:72px;
  line-height:1.1;
  margin-bottom:25px;
  font-weight:800;
}

.hero-content p{
  font-size:18px;
  line-height:1.8;
  margin-bottom:35px;
  color:#f1f1f1;
  max-width:600px;
}

/* BUTTONS */

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

.primary-btn,
.secondary-btn{
  text-decoration:none;
  padding:16px 34px;
  border-radius:0px;
  font-size:16px;
  font-weight:700;
  transition:0.3s ease;
}

.primary-btn{
  background:#f4b156;
  color:#222222;
}

.primary-btn:hover{
  background:#fff;
  transform:translateY(-3px);
}

.secondary-btn{
  border:2px solid #fff;
  color:#fff;
}

.secondary-btn:hover{
  background:#fff;
  color:#222222;
  transform:translateY(-3px);
}
.banner-video {
    width: 50%;
    text-align: right;
}

/* =========================
   ROOMS SECTION
========================= */

.rooms-section{
  padding:100px 7%;
  background:#f6f6f6;
}

.rooms-container{
  display:grid;
  grid-template-columns:2fr 420px;
  gap:40px;
  align-items:start;
}
.room-display {
    display: flex;
}

/* SECTION HEADER */

.section-header{
  margin-bottom:50px;
  text-align: center;
}

.section-header span{
  display:inline-block;
  background:#f4b156;
  color:#222222;
  padding:10px 20px;
  border-radius:0px;
  font-size:13px;
  font-weight:700;
  margin-bottom:20px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.section-header h2{
  font-size:48px;
  color:#222;
  margin-bottom:20px;
  line-height:1.2;
}

.section-header p{
  color:#666;
  font-size:17px;
  line-height:1.8;
}

/* ROOM CARD */

.room-card{
  background:#fff;
  border-radius:0px;
  overflow:hidden;
  margin-bottom:35px;
  box-shadow:0 10px 40px rgba(0,0,0,0.08);
  margin-right: 20px;
  position: relative;
}

/* =========================
   IMAGE GALLERY
========================= */
.booking-sidebar{
background-color: #222222;
padding: 20px;
color: #fff;

}
.room-gallery{
  padding:25px 25px 10px;
}

/* MAIN IMAGE */

.main-image{
  width:100%;
  height:240px;
  border-radius:0px;
  overflow:hidden;
  margin-bottom:15px;
}

.main-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:0.4s ease;
}

/* THUMBNAILS */

.thumbnail-images{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px;
}

.thumbnail-images img{
  width:100%;
  height:95px;
  object-fit:cover;
  border-radius:0px;
  cursor:pointer;
  border:3px solid transparent;
  transition:0.3s ease;
}

.thumbnail-images img:hover{
  transform:scale(1.03);
}

.active-thumb{
  border-color:#f4b156 !important;
}

/* ROOM INFO */

.room-info{
  padding:35px;
}

.room-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:20px;
  margin-bottom:20px;
}

.room-top h3{
  font-size:32px;
  color:#222;
}

.room-top span {
    background: #f4b156;
    color: #fff;
    border-radius: 0px;
    font-weight: 700;
    font-size: 16px;
    position: absolute;
    top: 25px;
    right: 25px;
    vertical-align: middle;
    text-align: center;
    padding: 10px;
}

.room-info p{
  color:#666;
  line-height:1.8;
  margin-bottom:25px;
  font-size:16px;
}

/* FEATURES */

.room-features{
  display:flex;
  flex-wrap:wrap;
  gap:15px;
  margin-bottom:30px;
}

.room-features span{
  background:#f3f3f3;
  padding:9px 11px;
  border-radius:0px;
  font-size:14px;
  font-weight:600;
  color:#444;
}

/* BUTTON */

.room-btn{
  display:inline-block;
  background:#222222;
  color:#fff;
  text-decoration:none;
  padding:15px 30px;
  border-radius:0px;
  font-weight:700;
  transition:0.3s;
}

.room-btn:hover{
  background:#f4b156;
  color:#222222;
}

.image-gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.gallery-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  transition: 0.3s ease;
}

.gallery-item img:hover {
  transform: scale(1.05);
}

/* =========================
   AMENITIES SECTION
========================= */

.amenities-section{
  padding:70px 7%;
  background:#fff;
}

.amenities-container{
  max-width:1200px;
  margin:auto;
}

/* TITLE */

.amenities-title{
  text-align:center;
  margin-bottom:40px;
}

.amenities-title span{
  display:inline-block;
  background:#222222;
  color:#f4b156;
  padding:8px 18px;
  border-radius:0px;
  font-size:13px;
  font-weight:700;
  margin-bottom:18px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.amenities-title h2{
  font-size:42px;
  color:#222;
}

/* GRID */

.amenities-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

/* BOX */

.amenity-box{
  background:#f6f6f6;
  border-radius:14px;
  padding:25px 20px;
  text-align:center;
  transition:0.3s ease;
  border:1px solid #eee;
}

.amenity-box:hover{
  transform:translateY(-5px);
  background:#f4b156;
}

.amenity-box span{
  display:block;
  font-size:34px;
  margin-bottom:12px;
}

.amenity-box p{
  font-size:16px;
  font-weight:600;
  color:#222;
  transition:0.3s;
}

.amenity-box:hover p{
  color:#fff;
}

/* =========================
   CONTACT SECTION
========================= */

.contact-section{
  padding:100px 7%;
  background:#f7f7f7;
}

.contact-container{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:40px;
  align-items:stretch;
}

/* =========================
   GOOGLE MAP
========================= */

.contact-map{
  width:100%;
  min-height:450px;
  overflow:hidden;
  border-radius:0px;
  box-shadow:0 10px 40px rgba(0,0,0,0.08);
}

.contact-map iframe{
  width:100%;
  height:100%;
  border:0;
}

/* =========================
   CONTACT FORM
========================= */

.contact-form-wrapper{
  background:#ffffff;
  padding:50px;
  border-radius:0px;
  box-shadow:0 10px 40px rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  justify-content:center;
}

/* TAG */

.contact-tag{
  display:inline-block;
  background:#f4b156;
  color:#222222;
  padding:10px 22px;
  border-radius:0px;
  font-size:13px;
  font-weight:700;
  margin-bottom:20px;
  text-transform:uppercase;
  letter-spacing:1px;
}

/* HEADING */

.contact-form-wrapper h2{
  font-size:48px;
  color:#222;
  margin-bottom:20px;
  line-height:1.2;
}

.contact-form-wrapper p{
  color:#666;
  font-size:16px;
  line-height:1.9;
  margin-bottom:35px;
}

/* FORM */

.contact-form{
  width:100%;
}

/* ROW */

.form-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-bottom:20px;
}

/* INPUT GROUP */

.input-group{
  width:100%;
}

/* INPUTS */

.input-group input,
.input-group textarea{
  width:100%;
  border:none;
  outline:none;
  background:#f5f5f5;
  border-radius:0px;
  padding:18px 20px;
  font-size:15px;
  color:#222;
  transition:0.3s ease;
}

.input-group input{
  height:60px;
}

.input-group textarea{
  height:140px;
  resize:none;
}

.input-group input:focus,
.input-group textarea:focus{
  background:#fff;
  border:2px solid #f4b156;
}

/* BUTTON */

.contact-btn{
  width:100%;
  height:60px;
  border:none;
  background:#222222;
  color:#fff;
  font-size:16px;
  font-weight:700;
  border-radius:0px;
  cursor:pointer;
  transition:0.3s ease;
}

.contact-btn:hover{
  background:#f4b156;
  color:#222222;
}

/* =========================
   GOOGLE REVIEWS SECTION
========================= */

.reviews-section{
  padding:67px 7%;
  background:#222222;
}

.reviews-container{
  max-width:1400px;
  margin:auto;
}

/* HEADER */

.reviews-header{
  text-align:center;
  max-width:800px;
  margin:0 auto 60px;
}

.reviews-header span{
  display:inline-block;
  background:#f4b156;
  color:#222222;
  padding:10px 22px;
  border-radius:0px;
  font-size:13px;
  font-weight:700;
  margin-bottom:20px;
  text-transform:uppercase;
  letter-spacing:1px;
}

.reviews-header h2{
  font-size:52px;
  color:#f4b156;
  margin-bottom:20px;
}

.reviews-header p{
  color:#666;
  font-size:17px;
  line-height:1.9;
}

.google-left{
  display:flex;
  align-items:center;
  gap:20px;
}

.google-logo{
  width:70px;
  height:70px;
  background:#fff;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:42px;
  font-weight:700;
  color:#4285F4;
  border:2px solid #f0f0f0;
}

.google-left h3{
  font-size:28px;
  color:#222;
  margin-bottom:5px;
}

.stars{
  color:#f4b400;
  font-size:20px;
  margin-bottom:5px;
}

.google-left p{
  color:#666;
  font-size:15px;
}

/* BUTTON */

.review-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#2f6b2f;
  color:#fff;
  text-decoration:none;
  padding:16px 30px;
  border-radius:0px;
  font-weight:700;
  transition:0.3s;
}

.review-btn:hover{
  background:#d8db73;
  color:#2f6b2f;
}

/* REVIEWS GRID */

.reviews-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:30px;
}

/* REVIEW CARD */

.review-card{
  background:#fff;
  padding:35px;
  border-radius:0px;
  box-shadow:0 10px 40px rgba(0,0,0,0.06);
  transition:0.3s ease;
}

.review-card:hover{
  transform:translateY(-8px);
}

/* TOP */

.review-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:15px;
  margin-bottom:25px;
}

.review-user{
  display:flex;
  align-items:center;
  gap:15px;
}

.review-user img{
  width:65px;
  height:65px;
  border-radius:50%;
  object-fit:cover;
}

.review-user h4{
  font-size:20px;
  color:#222;
  margin-bottom:5px;
}

.review-user span{
  color:#777;
  font-size:14px;
}

.review-icon{
  width:45px;
  height:45px;
  border-radius:50%;
  background:#f5f5f5;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:24px;
  font-weight:700;
  color:#4285F4;
}

/* STARS */

.review-stars{
  color:#f4b400;
  font-size:20px;
  margin-bottom:18px;
}

/* TEXT */

.review-card p{
  color:#666;
  line-height:1.9;
  font-size:15px;
}


/* =========================
   SIMPLE FOOTER
========================= */

.simple-footer{
  background:#111;
  color:#fff;
  margin-top:0;
}

/* TOP AREA */

.footer-left{
  width: 30%;
}
.footer-center {
    width: 40%;
}

/* LOGO */

.footer-left img{
  width:170px;
  margin-bottom:25px;
}

.footer-left p{
  color:#d1d1d1;
  line-height:1.9;
  font-size:16px;
  max-width:420px;
}

/* HEADINGS */

.footer-center h3,
.footer-right h3{
  font-size:28px;
  margin-bottom:25px;
  color:#f4b156;
  text-align: center;
}

/* CONTACT */

.footer-center p{
  color:#d1d1d1;
  margin-bottom:18px;
  line-height:1.8;
  font-size:16px;
  text-align: center;
}

/* LINKS */

.footer-right{
  display:flex;
  flex-direction:column;
  width: 30%;
  text-align: center;
}

.footer-right a{
  color:#d1d1d1;
  text-decoration:none;
  margin-bottom:18px;
  font-size:16px;
  transition:0.3s ease;
}

.footer-right a:hover{
  color:#f4b156;
  padding-left:5px;
}

/* BOTTOM */

.footer-bottom{
  border-top:1px solid rgba(255,255,255,0.1);
  text-align:center;
  padding:22px 20px;
}

.footer-bottom p{
  color:#cfcfcf;
  font-size:15px;
}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:992px){

  .footer-container{
    grid-template-columns:1fr 1fr;
  }

}

@media(max-width:768px){

  .footer-container{
    grid-template-columns:1fr;
    padding:60px 20px;
    gap:40px;
  }

  .footer-center h3,
  .footer-right h3{
    font-size:24px;
  }
  .footer-left{
  width: 100%;
  text-align: center;
}
.footer-center {
    width: 100%;
    text-align: center;
}
.footer-right{
  width: 100%;
  text-align: center;
}
  header .container{
    display: block;
  }
   footer .container{
    display: block;
  }
  .hero{
     display: block;
  }




}

@media(max-width:480px){

  .footer-left img{
    width:140px;
  }

  .footer-left p,
  .footer-center p,
  .footer-right a{
    font-size:15px;
  }

}

/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

  .contact-container{
    grid-template-columns:1fr;
  }

  .contact-map{
    min-height:450px;
  }

}

@media(max-width:768px){

  .contact-section{
    padding:70px 20px;
  }

  .contact-form-wrapper{
    padding:35px 25px;
  }

  .contact-form-wrapper h2{
    font-size:36px;
  }

  .form-row{
    grid-template-columns:1fr;
  }
}

@media(max-width:480px){

  .contact-form-wrapper h2{
    font-size:30px;
  }

  .contact-map{
    min-height:350px;
  }

}
/* =========================
   google review RESPONSIVE
========================= */

@media(max-width:900px){
  .reviews-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media(max-width:600px){
  .reviews-grid{
    grid-template-columns:1fr;
  }
}


/* =========================
   RESPONSIVE
========================= */

@media(max-width:900px){

  .nav-links{
    gap:20px;
  }

  .logo{
    font-size:22px;
  }

}

@media(max-width:768px){

  .container{
    position:relative;
  }

  .navbar{
    position:absolute;
    top:100%;
    left:0;
    width:100%;
    background:#222222;
    display:none;
  }

  .navbar.active{
    display:block;
  }

  .nav-links{
    flex-direction:column;
    padding:25px 0;
    gap:20px;
  }

  .header-btn{
    display:none;
  }

  .menu-toggle{
    display:block;
  }

}
/* =========================
  BANNER RESPONSIVE
========================= */

@media(max-width:992px){

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

}

@media(max-width:768px){

  .hero{
    min-height:80vh;
    padding:70px 25px;
  }

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

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

  .hero-buttons{
    flex-direction:column;
    align-items:flex-start;
  }

  .primary-btn,
  .secondary-btn{
    width:100%;
    text-align:center;
  }

}

@media(max-width:480px){

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

  .hero-subtitle{
    font-size:12px;
  }

}
/* =========================
   RESPONSIVE
========================= */

@media(max-width:1100px){

  .rooms-container{
    grid-template-columns:1fr;
  }

  .booking-sidebar{
    position:relative;
    top:0;
  }

}

@media(max-width:768px){

  .rooms-section{
    padding:70px 20px;
  }

  .section-header h2{
    font-size:36px;
  }

  .main-image{
    height:280px;
  }

  .thumbnail-images{
    grid-template-columns:repeat(2,1fr);
  }

  .thumbnail-images img{
    height:85px;
  }

  .room-info{
    padding:25px;
  }

  .room-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .room-top h3{
    font-size:26px;
  }

  .booking-box{
    padding:30px 25px;
  }

  .booking-box h3{
    font-size:28px;
  }
  .room-display {
    display: block;
}

}

@media(max-width:480px){

  .main-image{
    height:220px;
  }

}
/* AMENITIES RESPONSIVE */

@media(max-width:992px){

  .amenities-grid{
    grid-template-columns:repeat(3,1fr);
  }

}

@media(max-width:768px){

  .amenities-section{
    padding:60px 20px;
  }

  .amenities-title h2{
    font-size:34px;
  }

  .amenities-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:480px){

  .amenities-grid{
    grid-template-columns:1fr 1fr;
    gap:15px;
  }

  .amenity-box{
    padding:20px 15px;
  }

  .amenity-box span{
    font-size:28px;
  }

  .amenity-box p{
    font-size:14px;
  }

}
/* =========================
  reviews RESPONSIVE
========================= */

@media(max-width:1100px){

  .reviews-grid{
    grid-template-columns:repeat(2,1fr);
  }

}

@media(max-width:768px){

  .reviews-section{
    padding:70px 20px;
  }

  .reviews-header h2{
    font-size:36px;
  }

}

@media(max-width:650px){

  .reviews-grid{
    grid-template-columns:1fr;
  }

  .google-left{
    flex-direction:column;
    align-items:flex-start;
  }

  .review-card{
    padding:30px 25px;
  }

}

@media(max-width:480px){

  .reviews-header h2{
    font-size:30px;
  }

  .review-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .review-user{
    align-items:flex-start;
  }

  .review-btn{
    width:100%;
  }

}