.carousel-caption {
    position: absolute;
    top: 30px;
    /* left: 50%; */
    transform: translateX(-12%);
    width: 100%;
    text-align: center;

  }
  
  .carousel-caption h3 {
    font-size:40px;
    color:white !important;
    font-weight: 700 !important; 
  }
  .carousel-caption p {
    font-size:25px;
    color:#D4AF37; 
    font-weight: 700 !important;
  }
  .Features{
    font-size:40px;
    color:#D4AF37; 
    font-weight: 700 !important;
  }
  .nav-link{
    color:white !important;
    font-weight: 600 !important;
  }



  /* Accordion styles */
  .accordion {
    background-color: #f1f1f1;
    color: black;
    font-weight: 500 !important;
    padding: 18px;
    width:90% !important;
    border: 1px solid #ccc;
    text-align: left;
    font-size: 18px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 5px;
  }

  .accordion:hover, .active {
    background-color: #ccc;
  }

 
  .panel {
    display: none;
    background-color: #fafafa;
    padding: 10px 18px;
    border-top: 1px solid #ccc;
    width:90% !important;
  }

  .panel p {
    margin: 0;
    font-size: 16px;
  }
  .accordion span {
    float: right;
    font-size: 20px;
  }


  .suites-rooms {
    text-align: center;
   
 
}

.section-title {
  font-size:40px;
  color:#D4AF37; 
  font-weight: 700 !important;
    font-weight: bold;
    margin-bottom: 25px !important;
    position: relative;
    display: inline-block;
    padding: 10px 30px;
    background-color: #020a22;
    border-radius: 8px;
}







.hotel-welcome {
  background-color: #fff;
  /* padding: 40px; */

  max-width: 800px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px; */
}

 h3 {
  color: #2c3e50;
}

p, ul {
  line-height: 1.6;
}

.highlight {
  font-weight: 500;
  color: #D4AF37;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

li {
  margin-bottom: 10px;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

.contact-us {
  padding: 40px;
  background-color: #fff;
  max-width: 1100px;
  margin: 40px auto;
}

h1 {
  font-size: 32px;
  color: #333;
}

p {
  color: #555;
  margin-bottom: 20px;
}

.card {
  width:1800px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}
.contact-us {
  padding: 50px;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}



.subheading {
  font-size: 18px;
  color: #777;
  margin-left: 20px;
  margin-bottom: 40px;
}

.contact-container {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.reservation-helpdesk {
  width: 45%;
}

.reservation-helpdesk h2 {
  font-size: 24px;
  color: #333;
  margin-bottom: 15px;
}

.reservation-helpdesk p {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.email, .phone {
  display: flex;
  align-items: center;
}

.email img, .phone img {
  margin-right: 10px;
}

.contact-form {
  width: 45%;
}

.form-group {
  margin-bottom: 20px;
}

.form-group input, .form-group select, .form-group textarea {
  width: 500px;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  color: #333;
}

.form-group textarea {
  height: 100px;
}

.submit-btn {
  width: 460px;
  padding: 12px;
  background-color: #020a22;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.submit-btn:hover {
  background-color: #020a22;
}



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

body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

h1 {
  text-align: center;
  margin-top: 30px;
  font-size: 36px;
  color: #333;
}

.guest-rooms {
  padding: 20px;
}

.rooms-container {
  display: flex;
  flex-wrap: wrap;

  justify-content: space-around;
  gap: 20px;
  margin-top:50px;
}

.room-card {
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width:350px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.room-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.room-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.room-card h2 {
  font-size: 22px;
  color: #333;
  margin: 15px 0;
}

.room-card p {
  font-size: 16px;
  color: #555;
  padding: 0 15px;
}

ul {
  list-style: none;
  padding: 10px 0;
  text-align: left;
  font-size: 15px;
  color: #666;
  padding: 0 15px;
}

ul li {
  margin-bottom: 5px;
}

.room-price {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px 0;
}

.room-btn {
  display: inline-block;
  background-color: #020a22;
  color: #fff;
  padding: 10px 15px;
  margin: 15px 0;
  border-radius: 5px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.room-btn:hover {
  background-color: #020a22;
}

/* Responsive Design */
@media (max-width: 768px) {
  .rooms-container {
      flex-direction: column;
      align-items: center;
  }
}

/* ................................................. */
.booking {
  background-color: white;
  padding: 50px;
  margin: 20px auto;
  max-width: 96%;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

h2, p {
  text-align: center;
}

.form-group {
  margin-bottom: 10px;
}

label {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

input, select, textarea {
  width:400px !important;
  height:50px !important;

  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
}

.room-type, .additional-services {
  margin: 20px 0;
}

.room-option {
  margin-bottom: 10px;
}

textarea {
  height: 230px !important;
}

