.coorg-faq{
    padding:80px 20px;
    background:#f8f6f2;
}

.faq-container{
    max-width:1000px;
    margin:auto;
}

.faq-heading{
    text-align:center;
    margin-bottom:50px;
}

.faq-heading span{
    display:inline-block;
    color:#8a6b45;
    font-size:15px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:10px;
}

.faq-heading h2{
    font-size:38px;
    color:#2d2d2d;
    margin-bottom:15px;
}

.faq-heading p{
    max-width:700px;
    margin:auto;
    color:#666;
    line-height:1.8;
}

.faq-item{
    background:#fff;
    border-radius:10px;
    margin-bottom:18px;
    box-shadow:0 10px 25px rgba(0,0,0,.07);
    overflow:hidden;
}

.faq-question{
    width:100%;
    border:none;
    background:#fff;
    padding:22px 28px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    cursor:pointer;
    font-size:18px;
    font-weight:600;
    color:#2d2d2d;
    text-align:left;
    transition:.3s;
}

.faq-question:hover{
    color:#8a6b45;
}

.faq-question span{
    font-size:28px;
    color:#8a6b45;
    transition:.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .4s ease;
    background:#faf9f6;
}

.faq-answer p{
    padding:0 28px 25px;
    color:#666;
    line-height:1.8;
    font-size:16px;
	background: #fff
}

.faq-item.active .faq-answer{
    max-height:300px;
}

@media(max-width:768px){

.faq-heading h2{
    font-size:28px;
}

.faq-question{
    font-size:16px;
    padding:18px;
}

.faq-answer p{
    padding:0 18px 20px;
    font-size:15px;
}

}


.mw-about-wrapper{
    max-width:1400px;
    margin:auto;
    padding:90px 40px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
	
}

.mw-about-content{
    width:48%;
}

.mw-about-gallery{
    width:52%;
    position:relative;
    min-height:700px;
}

.mw-subtitle{
    display:inline-block;
    color:#b8904d;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.mw-title{
    font-size:40px;
    line-height:1.15;
    font-weight:400;
    color:#111;
    margin-bottom:30px;
}

.mw-text{
    font-size:16px;
    color:#555;
    margin-bottom:10px;
}

.mw-feature-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:35px;
    margin:45px 0;
}

.mw-feature-box{
    display:flex;
    align-items:center;
    gap:15px;
    font-size:17px;
    color:#222;
	font-weight: 600
}
.mw-feature-box i{
    font-size:34px;
    color:#c79b54;
    width:45px;
    text-align:center;
}

.mw-feature-box img{
    width:48px;
    height:48px;
}

.mw-btn-primary{
    display:inline-block;
    padding:15px 40px;
    border:1px solid #222;
    border-radius:50px;
    text-decoration:none;
    color:#222;
    letter-spacing:3px;
    font-size:14px;
    transition:.3s;
}

.mw-btn-primary:hover{
    background:#222;
    color:#fff;
}

.mw-main-image{
    position:absolute;
    right:0;
    top:0;
    width:78%;
    height:520px;
    object-fit:cover;
}

.mw-small-image{
    position:absolute;
    left:0;
    bottom:0;
    width:50%;
    border:8px solid #fff;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

.mw-year-badge{
    position:absolute;
    right:-20px;
    top:220px;
    width:120px;
    height:120px;
    background:#c79b54;
    color:#fff;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
}

.mw-year-badge h3{
    font-size:38px;
    margin:0;
    line-height:1;
}

.mw-year-badge span{
    font-size:18px;
}

@media(max-width:991px){

.mw-about-wrapper{
    flex-direction:column;
    padding:60px 20px;
}

.mw-about-content,
.mw-about-gallery{
    width:100%;
}

.mw-about-gallery{
    min-height:auto;
    margin-top:40px;
}

.mw-main-image,
.mw-small-image{
    position:relative;
    width:100%;
    height:auto;
    left:auto;
    right:auto;
    bottom:auto;
    margin-bottom:20px;
}

.mw-year-badge{
    top:20px;
    right:20px;
}

.mw-title{
    font-size:36px;
}

.mw-feature-grid{
    grid-template-columns:1fr;
}

}

/*Room package*/

.exclusive-room-area{
  padding:100px 30px;
  background:#fff;
}

.exclusive-room-wrap{
  max-width:1400px;
  margin:0 auto;
  display:grid;
  grid-template-columns:1fr 1.05fr;

  align-items:start;
}

.exclusive-room-text h2{
  font-size:40px;
  line-height:1.35;
  font-weight:400;
  color:#111;
  margin:0 0 34px;
  max-width:540px;
}

.exclusive-room-text p{
  font-size:17px;
  line-height:1.55;
  color:#666;
  margin:0 0 18px;
  max-width:560px;
}

.exclusive-package-card{
  background:#101010;
  padding:38px 42px 40px;
  color:#fff;
  margin-top:0;
}

.exclusive-package-card h3{
  font-size:27px;
  font-weight:400;
  margin:0 0 34px;
  color:#fff;
}

.exclusive-package-list{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
  margin-bottom:42px;
}

.exclusive-package-list ul{
  list-style:none;
  margin:0;
  padding:0;
}

.exclusive-package-list li{
  position:relative;
  padding-left:24px;
  margin-bottom:9px;
  font-size:16px;
  line-height:1.45;
  color:#fff;
}

.exclusive-package-list li::before{
  content:"✔";
  position:absolute;
  left:0;
  top:0;
  color:#b79255;
  font-weight:bold;
}

.exclusive-package-btn{
  display: block;
  width: 35%;
  background: #fff;
  color: #111;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  padding: 16px 20px;
  font-size: 14px;
  letter-spacing: 5px;
  transition: .3s;
  margin: 0 auto; /* Centers the button */
}

.exclusive-package-btn:hover{
  background:#b79255;
  color:#fff;
}

@media(max-width:991px){
  .exclusive-room-wrap{
    grid-template-columns:1fr;
    gap:45px;
  }

  .exclusive-room-text h2{
    font-size:34px;
  }

  .exclusive-package-list{
    grid-template-columns:1fr;
  }
}


.luxury-features {
  padding: 60px 20px;
  background: #f7f3ec;
}

.features-wrap {
  margin: auto;
  padding: 48px;
  border-radius: 28px;
  background: #fffdf8;
  border: 1px solid #d8bd7a;
  border-left: 8px solid #b79255;
  box-shadow: 0 25px 60px rgba(80, 55, 20, 0.12);
}

.features-head span {
  color: #b79255;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 18px;
}

.features-head h2 {
  margin: 14px 0 34px;
  color: #071a33;
  font-size: 42px;
  font-weight: 500;
}
.feature-card h4 {
  font-size: 18px;
}	

.features-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 22px;
}

.feature-card {
  min-height: 210px;
  padding: 28px 22px;
  border-radius: 22px;
  background: #fffbf4;
  border: 1px solid #ead9b8;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 0.35s ease;
}

.feature-card:hover,
.feature-card.active {
  background: linear-gradient(145deg, #c5a462, #9d7838);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(157, 120, 56, 0.28);
}

.icon {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #f4efe4;
  color: #b79255;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 22px;
  box-shadow: 0 15px 30px rgba(120, 95, 45, 0.15);
}

.feature-card:hover .icon,
.feature-card.active .icon {
  background: #fff;
  color: #fff;
}

.feature-card p {
  margin: 0;
  color: #1f2a36;
  font-size: 16px;
  line-height: 1.5;
}

.feature-card:hover p,
.feature-card.active p {
  color: #fff;
}

@media (max-width: 991px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .features-wrap {
    padding: 32px 22px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .features-head h2 {
    font-size: 34px;
  }
}

/*IAH Wedding Code*/
.iah-container{
  width:100%;
  margin:auto;
}

.iah-wedding-hero{
  height:90vh;
  background:url("weddings.jpg") center/cover no-repeat;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
}

.iah-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(rgba(8,18,38,.35),rgba(8,18,38,.65));
}

.iah-hero-content{
  position:relative;
  z-index:2;
  max-width:950px;
  padding:20px;
  color:#fff;
}

.iah-hero-content span,
.iah-section-label{
  display:block;
  color:#b79255;
  text-transform:uppercase;
  letter-spacing:4px;
  font-size:13px;
  margin-bottom:18px;
}

.iah-hero-content h1,
.iah-wedding-intro h2,
.iah-content-section h2,
.iah-venues-section h2{
  font-size:50px;
  line-height:1.15;
  color:#071735;
  margin:0 0 25px;
}

.iah-hero-content h1{
  color:#fff;
  font-size:68px;
}

.iah-hero-content p{
  font-size:22px;
  margin-bottom:35px;
}

.iah-hero-btn{
  display:inline-block;
  padding:15px 34px;
  background:#b79255;
  color:#fff;
  text-decoration:none;
  border-radius:40px;
  font-size:14px;
  letter-spacing:1px;
  transition:.3s;
}

.iah-hero-btn:hover{
  background:#9d7b43;
}

.iah-wedding-intro,
.iah-content-section,
.iah-venues-section{
  padding:90px 0;
}

.iah-wedding-intro .iah-container{
  background:#fff;
  padding:70px;
  border-radius:28px;
  box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.iah-wedding-intro p{
  font-size:17px;
  line-height:1.9;
  color:#4b5563;
}

.iah-highlight-section{
  padding:20px 0 80px;
}

.iah-highlight-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:25px;
}

.iah-highlight-grid div{
  background:#071735;
  color:#fff;
  padding:35px;
  border-radius:24px;
  text-align:center;
}

.iah-highlight-grid strong{
  display:block;
  font-size:48px;
  color:#d5b06d;
}

.iah-highlight-grid span{
  font-size:14px;
  letter-spacing:1px;
}

.iah-feature-grid,
.iah-venue-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  margin-top:45px;
}

.iah-feature-grid div,
.iah-venue-card{
  background:#fff;
  padding:35px;
  border-radius:24px;
  box-shadow:0 14px 40px rgba(0,0,0,.06);
}

.iah-feature-grid div{
  border-left:4px solid #b79255;
  color:#071735;
  font-size:17px;
}

.iah-venue-card h3{
  font-size:30px;
  color:#071735;
  margin-bottom:10px;
}

.iah-venue-card span{
  display:block;
  color:#b79255;
  font-size:13px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:18px;
}

.iah-venue-card p{
  color:#4b5563;
  line-height:1.8;
  margin-bottom:20px;
}

.iah-venue-card strong{
  color:#071735;
}

@media(max-width:991px){

  .iah-hero-content h1{
    font-size:42px;
  }

  .iah-wedding-intro .iah-container{
    padding:40px 25px;
  }

  .iah-highlight-grid,
  .iah-feature-grid,
  .iah-venue-grid{
    grid-template-columns:1fr;
  }

  .iah-wedding-intro h2,
  .iah-content-section h2,
  .iah-venues-section h2{
    font-size:34px;
  }
}


/* =========================================
   FULL PAGE HERO BANNER
========================================= */

.hero-banner {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;

  /* Background Image Settings */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;

  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Overlay */
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.72),
    rgba(0, 0, 0, 0.35)
  );
  z-index: 1;
}

/* Content */
.hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px;
}

/* Subtitle */
.hero-subtitle {
  display: inline-block;
  color: #d6b36a;
  font-size: 15px;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 500;
}

/* Title */
.hero-title {
  font-size: 65px;
  line-height: 1.08;
  color: #ffffff;
  margin: 0;
  font-weight: 500;
  letter-spacing: -1px;
}

/* Scroll */
.hero-scroll {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero-scroll span {
  display: block;
  width: 26px;
  height: 45px;
  border: 2px solid rgba(255,255,255,0.7);
  border-radius: 30px;
  position: relative;
}

.hero-scroll span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 4px;
  height: 10px;
  background: #ffffff;
  border-radius: 10px;
  transform: translateX(-50%);
  animation: scrollMove 2s infinite;
}

@keyframes scrollMove {
  0% {
    opacity: 1;
    top: 8px;
  }

  100% {
    opacity: 0;
    top: 24px;
  }
}

/* Responsive */
@media (max-width: 991px) {

  .hero-banner {
    background-attachment: scroll;
    min-height: 650px;
  }

  .hero-title {
    font-size: 58px;
  }
}

@media (max-width: 767px) {

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 12px;
    letter-spacing: 2px;
  }
}
/**/


/*Banner Cottage*/

.luxury-room-section {
  padding: 70px 20px;
}

.room-grid {
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 34px;
}

.room-card {
  background: #fff;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.10);
  overflow: hidden;
  position: relative;
}

.room-slider {
  height: 360px;
  position: relative;
  overflow: hidden;
  background: #ddd;	
}

.slides {
  display: flex;
  height: 100%;
  transition: transform 0.5s ease;
}

.slides img {
  width: 100%;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.88);
  color: #222;
  font-size: 22px;
  cursor: pointer;
  z-index: 5;
  transition: all 0.3s ease;
}

.slider-arrow:hover {
  background: #b49445;
  color: #fff;
}

.slider-arrow.prev {
  left: 18px;
}

.slider-arrow.next {
  right: 18px;
}

.gallery-badge {
  position: absolute;
  right: 30px;
  bottom: 28px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 13px 22px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.15);
  z-index: 6;
}

.gallery-badge span {
  font-size: 17px;
  font-weight: 600;
  color: #a88432;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.thumbs {
  display: grid;
  grid-template-columns: repeat(2, 28px);
  gap: 3px;
}

.thumbs img {
  width: 28px;
  height: 20px;
  object-fit: cover;
}

.room-content {
  padding: 34px 34px 30px;
  position: relative;
}

.room-content h3 {
  margin: 0 0 16px;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 500;
  color: #253253;
  text-transform: uppercase;
}

.room-content p {
  margin: 0 0 10px;
  font-size: 16px;
  color: #555;
}

.room-features {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 32px;
  color: #555;
  font-size: 16px;
  font-weight: 600;
}

.room-features span {
  position: relative;
  padding-left: 18px;
}

.room-features span::before {
  content: "";
  width: 7px;
  height: 7px;
  background: #b49445;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.room-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.room-bottom small {
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #555;
  font-size: 13px;
  margin-bottom: 6px;
}

.room-bottom h4 {
  margin: 0;
  font-size: 29px;
  color: #4b4b4b;
  font-weight: 700;
}

.room-bottom h4 span {
  font-size: 17px;
  font-weight: 400;
}

.book-btn {
  display: inline-block;
  padding: 18px 36px;
  background: #b79255;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
	border-radius: 100px
}

.book-btn:hover {
  background: #b79255;
	color: #fff
}

.more-link {
  display: inline-block;
  margin-top: 22px;
  color: #a88432;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 5px;
}

@media (max-width: 991px) {
  .room-grid {
    grid-template-columns: 1fr;
  }

  .room-slider {
    height: 320px;
  }
}

@media (max-width: 575px) {
  .luxury-room-section {
    padding: 40px 12px;
  }

  .room-content {
    padding: 26px 22px;
  }

  .room-content h3 {
    font-size: 23px;
  }

  .room-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .book-btn {
    width: 100%;
    text-align: center;
  }

  .gallery-badge {
    right: 15px;
    bottom: 15px;
    padding: 10px 14px;
  }
}

/*End Banner Cottage*/


.luxury-amenities{
    padding:90px 0;
    background:#fff;
}

.container{
    width:90%;
    margin:auto;
}

.section-title{
    text-align:center;
    margin-bottom:55px;
}

.section-title span{
    color:#b79255;
    font-size:17px;
    letter-spacing:3px;
}

.section-title h2{
    font-size:48px;
    color:#1d1d1d;
    margin-top:12px;
    font-weight:500;
}

.amenities-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:28px;
}

.amenity-card{
    background:#fff;
    padding:35px 25px;
    border-radius:22px;
    text-align:center;
    position:relative;
    overflow:hidden;
    transition:0.4s ease;
    border:1px solid rgba(183,146,85,0.15);
    box-shadow:0 10px 30px rgba(0,0,0,0.05);
}

.amenity-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:linear-gradient(to right,#b79255,#d6b57c);
}

.amenity-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 45px rgba(0,0,0,0.12);
}

.icon{
    width:78px;
    height:78px;
    margin:auto;
    border-radius:50%;
    background:rgba(183,146,85,0.12);
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    transition:0.3s ease;
}

.icon i{
    font-size:30px;
    color:#b79255;
}

.amenity-card:hover .icon{
    background:#b79255;
}

.amenity-card:hover .icon i{
    color:#fff;
}

.amenity-card h4{
    font-size:20px;
    color:#222;
    line-height:1.5;
    margin:0;
}

@media(max-width:1100px){

    .amenities-grid{
        grid-template-columns:repeat(3,1fr);
    }

}

@media(max-width:768px){

    .amenities-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .section-title h2{
        font-size:38px;
    }

}

@media(max-width:576px){

    .amenities-grid{
        grid-template-columns:1fr;
    }

    .luxury-amenities{
        padding:60px 0;
    }

    .section-title h2{
        font-size:30px;
    }

}

/*Room Gallery*/

.luxury-room-gallery {
  padding: 80px 20px;
  background: #ffffff;
  overflow: hidden;
}

.gallery-header {
  text-align: center;
  margin-bottom: 45px;
}

.gallery-header span {
  display: inline-block;
  color: #b79255;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 17px;
  margin-bottom: 10px;
}

.gallery-header h2 {
  margin: 0;
  color: #071a33;
  font-size: 52px;
  font-weight: 500;
}

.deluxeGallery {
  position: relative;
  padding-bottom: 20px;
}

.swiper-slide {
  height: 500px;
  border-radius: 28px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.7s ease;
}

.swiper-slide:hover img {
  transform: scale(1.08);
}

.swiper-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0,0,0,0.05),
    rgba(0,0,0,0.25)
  );
}

/* ARROWS */

.room-next,
.room-prev {
  width: 58px !important;
  height: 58px !important;
  background: rgba(255,255,255,0.95);
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  transition: 0.4s ease;
}

.room-next:hover,
.room-prev:hover {
  background: #b79255;
}

.room-next::after,
.room-prev::after {
  font-size: 18px !important;
  color: #071a33;
  font-weight: 700;
}

.room-next:hover::after,
.room-prev:hover::after {
  color: #fff;
}

/* CONTENT */

.room-content-box {
  margin: 70px auto 0;
  background: #fff;
  padding: 55px;
  border-radius: 30px;
  box-shadow: 0 15px 45px rgba(0,0,0,0.08);
}

.room-title-area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  flex-wrap: wrap;
}

.sub-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #b79255;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 17px;
}

.room-left h2 {
  margin: 0;
  color: #071a33;
  font-size: 48px;
  font-weight: 500;
}

.room-right span {
  display: block;
  color: #777;
  margin-bottom: 8px;
}

.room-right a {
  color: #071a33;
  text-decoration: none;
  font-size: 32px;
  font-weight: 600;
}

.room-divider {
  width: 100%;
  height: 1px;
  background: #ddd;
  margin: 35px 0;
}

.room-description p {
  color: #555;
  font-size: 18px;
  margin-bottom: 10px;
}

.room-description h4 {
  margin: 40px 0 20px;
  color: #071a33;
  font-size: 26px;
  font-weight: 500;
}

@media (max-width: 991px) {

  .swiper-slide {
    height: 400px;
  }

  .gallery-header h2 {
    font-size: 40px;
  }

  .room-content-box {
    padding: 40px 30px;
  }

  .room-left h2 {
    font-size: 38px;
  }

  .room-right a {
    font-size: 26px;
  }
}

@media (max-width: 575px) {

  .luxury-room-gallery {
    padding: 55px 15px;
  }

  .swiper-slide {
    height: 300px;
    border-radius: 20px;
  }

  .gallery-header h2 {
    font-size: 30px;
  }

  .room-content-box {
    padding: 30px 22px;
    border-radius: 22px;
  }

  .room-left h2 {
    font-size: 28px;
  }

  .room-right a {
    font-size: 22px;
  }

  .room-description p {
    font-size: 15px;
  }

  .room-description h4 {
    font-size: 22px;
  }

  .room-next,
  .room-prev {
    width: 46px !important;
    height: 46px !important;
  }
}

/*Book Now Footer*/

.luxury-booking-hero {
  position: relative;
  width: 100%;
  min-height: 680px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.luxury-hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.05),
      rgba(0, 0, 0, 0.35)
    ),
    linear-gradient(
      180deg,
      rgba(5, 12, 22, 0.25),
      rgba(5, 12, 22, 0.65)
    );
  z-index: 1;
}

.luxury-hero-box {
  position: relative;
  z-index: 2;
  width: 82%;
  max-width: 1220px;
  padding: 90px 60px;
  text-align: center;
  background: rgba(8, 16, 28, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(3px);
}

.luxury-small-title {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
  letter-spacing: 0.3px;
}

.luxury-hero-box h1 {
  margin: 0 auto 42px;
  color: #ffffff;
  max-width: 920px;
  font-size: 58px;
  line-height: 1.22;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.luxury-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 330px;
  padding: 22px 36px;
  background: linear-gradient(135deg, #c5a262, #a9823f);
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 16px 35px rgba(0, 0, 0, 0.28);
  transition: all 0.35s ease;
}

.luxury-btn span {
  font-size: 20px;
  transition: transform 0.35s ease;
}


.luxury-btn:hover span {
  transform: translate(4px, -4px);
	color: #fff
}
.luxury-btn a:hover {color: #ffffff}

@media (max-width: 991px) {
  .luxury-booking-hero {
    min-height: 580px;
  }

  .luxury-hero-box {
    width: 88%;
    padding: 70px 35px;
  }

  .luxury-hero-box h1 {
    font-size: 42px;
  }
}

@media (max-width: 575px) {
  .luxury-booking-hero {
    min-height: 520px;
  }

  .luxury-hero-box {
    width: 92%;
    padding: 50px 22px;
  }

  .luxury-small-title {
    font-size: 16px;
  }

  .luxury-hero-box h1 {
    font-size: 32px;
    line-height: 1.25;
  }

  .luxury-btn {
    min-width: auto;
    width: 100%;
    padding: 18px 22px;
    font-size: 15px;
  }
}