.hero-section {
  background-image: url(../Images/Subtract.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.hero-section .inner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hero-content {
  margin: 100px 20px;
  width: 100%;
}

.hero-section h1 {
  width: 100%;
  max-width: 900px;
  font-size: 46px;
  font-weight: bold;
  line-height: 59px;
  color: #fff;
}

.hero-section h1 span {
  color: #c0c0c0;
}

.hero-section p {
  width: 100%;
  word-wrap: normal;
  max-width: 550px;
  font-size: 20px;
  margin-bottom: 20px;
  color: #fff;
}

.hero-buttons {
  display: flex;
  height: 63px;
  gap: 35px
}

.room-link {
  width: 160px;
  height: 100%;
}

.about-section {
  display: flex;
  justify-content: center;
  margin-top: 150px;
}

.about-section .inner-section {
  display: flex;
  justify-content: space-between;
}

.section-content {
  display: flex;
  gap: 20px;
  flex-direction: column;
  width: 42%;
}

.section-content h1 {
  font-size: 48px;
}

.section-content h1 span {
  color: #c0c0c0;
}

.section-content p {
  line-height: 26px;
}

.character {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 10px 0px;
}

.comfort, .peace, .hospitality {
 width: 176px; 
}

.btn-container {
  height: 54px;
}

.about-link {
  width: 160px;
  height: 100%;
}

.image-container {
  width: 540px;
  height: 318px;
  overflow: hidden;
}

.about-image{
  align-items: center;
}

.img2 {
  width: 540px;
  height: 318px;
  overflow: hidden; 
}

.img2 img{
  width: 100%;
  height: 100% 
}


.roomHighlight-container header {
  margin-top: 20px;
  display:flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.roomHighlight-container header h1 {
  font-size: 48px;
}

.roomHighlight-container header span {
  color: #c0c0c0;
}

.roomHighlight {
  display: flex;
  justify-content: center;
  height: 550px;
}

.roomHighlight .inner-section {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
}

.img3 {
  width: 540px;
  height: 318px;
  overflow: hidden;
  width: 100%;
  height: auto;
  max-width: 650px;
}

.img3 img{
  width: 100%;
  height: 100% 
}

.left, .right {
  width: 30%;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.center {
  width: 30%;
  height: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  position: relative;
}

.center2 a {
  bottom: -5px
}

.left2, .right2, .center2 {
  position: absolute;
  bottom: -18px;
  left: -10px;
  z-index: 1;
}

.room-card {
  align-content: center;
  width: 385px;
  background-color: #fff;
  padding: 16px;
  border-radius: 24px;
  box-shadow: 0px 4px 36.6px 0px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 2;
}

.room-card header,  .reason-lft h4, .reason-rght h4{
  margin: 10px 0px 8px 0px;
  font-weight: 800;
  font-size: 30px;
  display: flex;
  align-items: center;
}

.room-card p {
  font-size: 26;
  line-height: 43px;
  text-align: center;
}

.reason-lft p, .reason-rght p{
  font-size: 26;
  line-height: 43px;
}

.decor {
  width: 70px;
  height: 54px;
  background-color: #c0c0c0;
  border-radius: 11px 12px 13px 0px;
}

.card-img {
  width: 100%;
  height: 193px;

}

.card-img img {
  width: 100%;
  height: 100%;
}



.reason-lft, .reason-rght {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 16.6px 0px rgba(0, 0, 0, 0.3);
  width: 75%;
  max-width: 900px;
  height: 310px;
  padding: 12px;
}

.reason-rght {
  align-self: self-end;
}

.reason-img {
  height: 30%;
  width: 12%;
  border-radius: 8px;
  overflow: hidden;
}

.reason-img img {
  width: 100%;
  height: 100%;
}

.goal-section .inner-section {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}


@media screen and (max-width: 1024px) {
  .roomHighlight {
    height: 650px;
  }

  .roomHighlight .inner-section {
    /*flex-wrap: wrap;*/
    justify-content: center;
    gap: 20px;
  }

  .room-card {
    width: 100%;
  }

  .pricing span {
    font-size: 18px;
}
}
  /* Adjust decor offset if needed *
  .left2, .center2, .right2 {
    bottom: -10px;
    right: -10px;
  }
}*/


/*Mobile & Tablet: Stack Fields */
@media screen and (max-width: 768px) {  
  .hero-content {
    margin: 50px 0px 100px 0px;
  }

  .about-section {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .about-section .inner-section {
    flex-direction: column;
  }

  .section-content {
    width: 100%;
  }

  .btn-container {
    margin-bottom: 10px;
  }

  .about-image {
    align-self: center;
  } 

  .img2 {
    margin-top: 80px;
  }

  .roomHighlight-container header h1 {
    font-size: 36px;
  }

  .roomHighlight .inner-section {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
  .left, 
  .center, 
  .right {
    width: 90%;
    height: auto;
    margin-top: 20px;
  }
  .room-card {
    width: 100%;
  }
  /* Adjust decor offset if needed */
  .left2, .center2, .right2 {
    bottom: -10px;
    right: -10px;
  }

  .roomHighlight {
    height: auto; /* Allow the container to grow with its content */
    padding: 20px 0;
  }

  .room-card {
    padding: 12px;
  }

  .goal-section {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
  }

  .reason-lft, .reason-rght {
    width: 100%;
  }

  .reason-rght {
    align-self: center;
  }


}

@media (max-width: 598px) {
  .booking-container {
    top: 520px;
  }

  .img2 {
    width: 280px;
    height: 165px;
  }
}