.elementor-8 .elementor-element.elementor-element-d4d8389{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-8 .elementor-element.elementor-element-4066ce0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-4066ce0:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-4066ce0 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8 .elementor-element.elementor-element-9e33c70{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-076166b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-076166b:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-076166b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8 .elementor-element.elementor-element-823fc48{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-8ebd2f4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-bbb2608{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-bbb2608:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-bbb2608 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8 .elementor-element.elementor-element-3cad173{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-8 .elementor-element.elementor-element-3cad173:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-3cad173 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-8 .elementor-element.elementor-element-34ea4d1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}body.elementor-page-8:not(.elementor-motion-effects-element-type-background), body.elementor-page-8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F9F5;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-8 .elementor-element.elementor-element-d4d8389{--padding-top:19px;--padding-bottom:0px;--padding-left:19px;--padding-right:19px;}.elementor-8 .elementor-element.elementor-element-1810aca{margin:74px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}@media(min-width:768px){.elementor-8 .elementor-element.elementor-element-d4d8389{--content-width:100%;}}/* Start custom CSS for html, class: .elementor-element-d53263a */.hero {
  background: #F8F9F5;
  min-height: 90vh;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 1200px;
  margin: auto;
  padding: 100px 20px;
  width: 100%;
  position: relative;   /* IMPORTANT */
  height: 400px;        /* IMPORTANT: fixed height */
}

/* Slides overlap */
.hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}

.hero-slide.active {
  opacity: 1;
}

/* Content styling */
.hero-content {
  max-width: 650px;
}

.hero-content h1 {
  font-size: 48px;
  margin-bottom: 20px;
  color: #1B1B1B;
}

.hero-content h4 {
  font-size: 22px;
  color: #2E7D32;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
}

.hero-btn {
  padding: 14px 35px;
  background: #2E7D32;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1810aca */.about {
  background: #ffffff;
}

.about-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.about-content h2 {
  font-size: 36px;
  margin-bottom: 25px;
  color: #1B1B1B;
}

.about-content p {
  font-size: 18px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 20px;
}

.disclaimer {
  background: #F3F6F4;
  padding: 20px;
  border-left: 4px solid #2E7D32;
  font-size: 16px;
  border-radius: 6px;
}

.about-features {
  display: flex;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.feature-box {
  flex: 1;
  min-width: 250px;
  background: #F8F9F5;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.feature-box h4 {
  margin-bottom: 10px;
  color: #2E7D32;
}

.feature-box p {
  font-size: 15px;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8d37aa */.rooms {
  background: #F8F9F5;
}

.rooms-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 10px;
  color: #1B1B1B;
}

.section-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 50px;
  font-size: 18px;
}

.rooms-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.room-card {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
}

.room-card:hover {
  transform: translateY(-6px);
}

.room-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.room-content {
  padding: 25px;
}

.room-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1B1B1B;
}

.price {
  font-size: 18px;
  font-weight: 600;
  color: #2E7D32;
  margin-bottom: 15px;
}

.amenities {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.amenities li {
  font-size: 15px;
  margin-bottom: 6px;
  color: #555;
}

.room-btn {
  display: inline-block;
  padding: 12px 25px;
  background: #2E7D32;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: 0.3s;
}

.room-btn:hover {
  background: #1B5E20;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-273c473 */.location {
  background: #ffffff;
}

.location-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
  align-items: center;
}

.location-left {
  flex: 1;
  min-width: 300px;
}

.location-left h2 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1B1B1B;
}

.location-left p {
  font-size: 17px;
  color: #555;
  margin-bottom: 20px;
}

.location-points {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.location-points li {
  margin-bottom: 8px;
  font-size: 15px;
  color: #555;
}

.location-btn {
  padding: 12px 25px;
  background: #2E7D32;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
}

.location-btn:hover {
  background: #1B5E20;
}

.location-right {
  flex: 1;
  min-width: 300px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4309c0c */.why-choose {
  background: #F8F9F5;
}

.why-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
  color: #1B1B1B;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.why-box {
  background: #ffffff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  text-align: center;
  transition: transform 0.3s ease;
}

.why-box:hover {
  transform: translateY(-6px);
}

.icon {
  font-size: 35px;
  margin-bottom: 15px;
}

.why-box h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2E7D32;
}

.why-box p {
  font-size: 15px;
  color: #555;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-90a43be */.testimonials {
  background: #F8F9F5;
}

.testimonials-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.section-title {
  text-align: center;
  font-size: 34px;
  margin-bottom: 10px;
  color: #1B1B1B;
}

.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #555;
  margin-bottom: 50px;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
}

.stars {
  color: #FFC107;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.review {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 15px;
}

.guest-info {
  font-size: 14px;
  color: #2E7D32;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c7f5fa */.policies {
  background: #ffffff;
}

.policies-container {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.policy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.policy-card {
  background: #F8F9F5;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.policy-card h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2E7D32;
}

.policy-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75a9ee4 */.final-cta {
  background: #F8F9F;
}

.cta-wrapper {
  max-width: 900px;
  margin: auto;
  padding: 70px 40px;
  background: #ffffff;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.cta-wrapper h2 {
  font-size: 36px;
  margin-bottom: 15px;
  color: #1B1B1B;
}

.cta-wrapper p {
  font-size: 18px;
  color: #555;
  margin-bottom: 35px;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta-call,
.cta-whatsapp {
  padding: 14px 35px;
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-call {
  background: #2E7D32;
  color: #ffffff;
}

.cta-call:hover {
  background: #1B5E20;
  transform: translateY(-3px);
}

.cta-whatsapp {
  background: #25D366;
  color: #ffffff;
}

.cta-whatsapp:hover {
  background: #1ebe5d;
  transform: translateY(-3px);
}

.cta-note {
  font-size: 14px;
  color: #777;
  margin-top: 10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8544fc9 */.faq {
  background: #F8F9F5;
  padding: 80px 20px;
}

.faq-container {
  max-width: 900px;
  margin: auto;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
  color: #1B1B1B;
}

.faq-subtitle {
  text-align: center;
  color: #555;
  margin-bottom: 40px;
}

.faq-item {
  background: #ffffff;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 6px 15px rgba(0,0,0,0.05);
}

.faq-item h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #2E7D32;
}

.faq-item p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}/* End custom CSS */