.hero-section {
  background-image: url(../Images/IMG-20250203-WA0006.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%;
}

.booking-container {
  position: absolute;
  top: 520px;
  width: 80%;
  max-width: 1296px;
}

.booking-link {
  background-color: transparent;
  border: 2px solid #fff;
  height: 100%;
}

.booking-form {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-around;
  gap: 10px;
  padding: 15px;
  background: #c0c0c0;
  width: 100%;
  max-width: 1296px;
  margin: auto;
  flex-wrap: nowrap; /* Prevent wrapping on larger screens */
}

.input-group {
  display: flex;
  flex-direction: column;
  width: 30%;
}

/* Ensure input fields and button are side by side */
.booking-form input, 
.booking-form select {
  flex: 1;
  width: 93.3%;
  max-width: 400px;
  padding: 10px;
  border: 2px solid #c0c0c0;;
  border-radius: 5px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  background-color: #fff;
}

.booking-form input::placeholder {
  color:  rgba(0, 0, 0, 0.7);
}

.booking-form button {
  flex: 0.5; /* Slightly smaller width */
  min-width: 200px;
  padding: 10px;
  border: none;
  background: gray;
  color: #fff;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 8px;
  height: 50px;
}

.booking-form button:hover {
  background: darkgray;
}

.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;
}

.img1 {
  position: absolute;
  top: 630px;
  right: 350px;
  width: 310px;
  height: 170px;
  overflow: hidden;
  border: 6px #fff solid;
}

.about-image{
  align-items: center;
}

.img1 img {
  width: 100%;
  height: 100%;
}

.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 {
  background-image: url(../Images/592049184.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  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;
  margin-top: 50px;
  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;
  position: relative;
  z-index: 2;
}

.room-card header {
  margin: 10px 0px 8px 0px;
  font-weight: 800;
  display: flex;
  align-items: flex-start;
}

.room-card p {
  line-height: 26px;
}

.room-card footer {
  margin: 0;
  background-color: transparent;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.pricing {
  color: #000;
}

.pricing p {
  font-size: 10px;
}

.pricing span {
  font-size: 20px;
  font-weight: bold;
}

.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%;
  display: flex;
  align-items: flex-end;
}

.endLink-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

.collage {
  display: flex;
}

.section-1 {
  display: flex;
}

.section-2 {
  display: flex;
}

.section-2_1 {
  display: flex;
}

.section-2_1 .img1 {
  width:70%;
  height: 100%;
}
.section-2_1 .img2 {
  width:25%;
  height: 100%;
}

.section-2_2 {
  display: flex;
}

.section-2_2 .img1 {
  width:25%;
  height: 100%;
}

.section-2_2 .img2 {
  width:70%;
  height: 100%;
}

.section-3 {
  display: flex;
}

.contact-section {
  display: flex;
  justify-content: center;
  margin-bottom: 141px;
}

.contact-form {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 18px;
}

.form-input {
  height: 44px;
  width: 100%;
  border: 1px solid #c0c0c0;
}

.form-input::placeholder {
  padding: 14px 10px;
  font-size: 12px;
}

.submit-button {
  width: 100%;
  border-radius: 0;
}

.contact-section .inner-section {
  background-image: url(../Images/Group\ 3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 55px;
  box-shadow: 0px 124px 176px -70px rgba(0, 0, 0, 0.3);
}

.info {
  margin-top: 53px;
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.contact-heading {
  margin-bottom: 15px;
  font-size: 48px;
}

.contact-form-container p {
  margin-bottom: 10px;
  font-size: 12px;
}

.company-logo {
  width: 425px;
  height: 415px;
}

.company-logo img {
  width: 100%;
  height: 100%;
}

@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) {
  .booking-form {
      flex-direction: column;
      align-items: stretch;
      flex-wrap: wrap; /* Allow wrapping */
  }

  .input-group {
    width: 100%;
  }

  .booking-container {
    top: 490px;
  }

  .booking-form {
    width: 70%;
  }
  
  .hero-content {
    margin: 50px 0px 100px 0px;
  }

  .about-section {
    margin-top: 200px;
    margin-bottom: 20px;
  }
  
  .about-section .inner-section {
    flex-direction: column;
  }

  .section-content {
    width: 100%;
  }

  .btn-container {
    margin-bottom: 10px;
  }

  .about-image {
    align-self: end;
  } 

  .img1 {
    top: 1150px;
    right: 330px;
  }

  .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;
  }

  .card-img {
    height: auto;
  }

  .pricing span {
    font-size: 18px;
  }
}

@media (max-width: 598px) {
  .hero-buttons {
    display: none;
  }

  .booking-container {
    top: 520px;
  }

  .img1 {
    width: 167px;
    height: 92px;
    top: 1370px;
    right: 170px;
  }

  .img2 {
    width: 280px;
    height: 165px;
  }

  .company-logo{
    display: none;
  }

  .contact-section .inner-section {
    padding: 24px;
    box-shadow: none;
  }
}