.experience-section {
  background-color: #14432f;
  color: white;
  text-align: center;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
}

.section-title {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;    
}

.section-subtitle {
  font-size: 1rem;
  max-width: 900px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.cards-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.experience-card {
  background-color: #c17a32;
  color: white;
  width: 300px;
  padding: 25px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s ease;
}

.experience-card:hover {
  transform: translateY(-5px);
}

.experience-card h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.experience-card ul {
  list-style: none;
  padding-left: 0;
  font-size: 0.95rem;
}

.icon {
  font-size: 1.5rem;
  margin-bottom: 10px;
  display: inline-block;
}
body {
  font-family: Arial, sans-serif;
}


/* Enquire Button */
.enquire-btn {
  position: fixed;
  top: 60%;
  right: 15px;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  background-color: #0d6133;
  color: white;
  border: none;
  padding: 8px 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  z-index: 9999;
  border-radius: 0px 0px 5px 5px;
  transition: background 0.3s;
}

.enquire-btn:hover {
  background-color: #005700;
}

/* Contact Box */
.contact-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 350px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  display: none;
  z-index: 1001;
}

.contact-header {
  background-color: #007bff;
  color: white;
  padding: 15px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  font-size: 18px;
  color: white;
}

.contact-body {
  display: flex;
  padding: 15px;
}

.contact-left {
  width: 40%;
  padding-right: 10px;
  border-right: 1px solid #ddd;
  font-size: 12px;
}

.contact-left div {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-right {
  width: 60%;
  padding-left: 10px;
}

.contact-right input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border-radius: 5px;
  border: 1px solid #ccc;
  font-size: 14px;
}

.submit-btn {
  width: 100%;
  padding: 10px;
  background-color: green;
  color: white;
  font-weight: bold;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #005700;
}
body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #f3f3f3;
}

.amenities-section {
  padding: 40px 20px;
  background-color: #ffffff;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0e3828;
  margin-bottom: 30px;
  font-family: serif;
}

.scrolling-wrapper {
  position: relative;
  width: 100%;
  
}

.scrolling-container {
  display: flex;
  width: max-content;
  animation: scroll 60s linear infinite;
  z-index: 1;
  
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.amenity-box {
  flex: 0 0 auto;
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px 30px;
  text-align:center;
  
  font-size: 1rem;
  font-weight: 600;
  color: #1b3a2b;
  white-space: nowrap;
  min-width: 200px;
  min-height: 200px;
  margin: 0 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
  
}
.amenity-images{
  min-width: 150px;
  min-height: 150px;
}

.amenity-box:hover {
  transform: scale(1.05);
}

.dots {
  margin-top: 20px;
}

.dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
}

.dot.active {
  background-color: #0e3828;
}
.section-map{
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #0c3a2d;
  color: white;
}

.container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.text-section {
  flex: 1 1 450px;
}

.text-section h2 {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  color:goldenrod;

  font-family: "Playfair Display", serif;
}

.text-section p {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.5px;
  word-spacing: 0.4;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  color:rgb(239, 22, 214);
}

ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
  color:rgb(220, 234, 110)
}

ul li {
  margin-bottom: 10px;
  line-height: 1.5;
}

.btn {
  padding: 12px 24px;
  border: 2px solid white;
  background-color: transparent;
  color: white;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}

.btn:hover {
  background-color: white;
  color: #0c3a2d;
}

.image-section {
  flex: 1 1 450px;
}

.image-section img {
  width: 100%;
  height: 400px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .container {
    flex-direction: column;
    text-align: center;
  }

  .text-section,
  .image-section {
    flex: 1 1 100%;
  }

  .text-section ul {
    text-align: left;
  }
}
.gallary{
  width: 100%;
  height: 500px;
  background-image: url(./before_gallary.jpg);
  color: #333;
  
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  text-align: center;
}
.form-sectionnav {
  width: 100%;
  height: 15%;
  background: #fef9e6;
  z-index: 2;
  text-align: center;
  position: fixed;
  bottom: 0px;
 
}

.form-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  max-width: 1000px;
  margin: 0 auto;
}
.form-container input {
  padding: 12px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 250px;
  font-size: 10px;
  background: #fff;
}
.form-sectionnav p{
  font-size: 18px;
  margin: 5px;
}
.submit-btn {
  background-color: #1d3b3b;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  transition: background 0.3s;
}
.submit-btn:hover {
  background-color: #122727;
}
.input-icon {
  position: relative;
}
.input-icon i {
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  color: gray;
}
.input-icon input {
  padding-left: 40px;
}

