.elementor-12746 .elementor-element.elementor-element-8ed1f49{width:var( --container-widget-width, 77.272% );max-width:77.272%;--container-widget-width:77.272%;--container-widget-flex-grow:0;}.elementor-12746 .elementor-element.elementor-element-7859751 .elementor-heading-title{color:var( --e-global-color-secondary );}.elementor-12746 .elementor-element.elementor-element-2defe35{color:#160101;}.elementor-12746 .elementor-element.elementor-element-2defe35 > .elementor-widget-container{background-color:#02010194;background-image:url("https://i0.wp.com/batoulhotels.com/wp-content/uploads/2026/05/Photographer-Image-6.jpg?fit=642%2C435&ssl=1");}.elementor-12746 .elementor-element.elementor-element-84eb66c > .elementor-widget-container{background-color:#0201015E;}.elementor-12746 .elementor-element.elementor-element-66a62d8 > .elementor-widget-container{background-color:#77C9C95E;}.elementor-12746 .elementor-element.elementor-element-9711bab:not(.elementor-motion-effects-element-type-background), .elementor-12746 .elementor-element.elementor-element-9711bab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://i0.wp.com/batoulhotels.com/wp-content/uploads/2026/05/Photographer-Image-1.jpg?fit=642%2C737&ssl=1");}.elementor-12746 .elementor-element.elementor-element-9711bab{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-12746 .elementor-element.elementor-element-9711bab > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-12746 .elementor-element.elementor-element-e66d0ea > .elementor-widget-container{background-color:#0201015E;}.elementor-12746 .elementor-element.elementor-element-9e6c05a > .elementor-widget-container{background-color:#77C9C95E;}@media(min-width:1025px){.elementor-12746 .elementor-element.elementor-element-2defe35 > .elementor-widget-container{background-attachment:fixed;}.elementor-12746 .elementor-element.elementor-element-9711bab:not(.elementor-motion-effects-element-type-background), .elementor-12746 .elementor-element.elementor-element-9711bab > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-attachment:fixed;}}/* Start custom CSS for html, class: .elementor-element-8ed1f49 */.hero-slider {
  position: relative;
  width: 129%;
  height: 90vh;
  color: #fff;
  overflow: hidden;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.slide.active {
  opacity: 1;
}

.overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  max-width: 600px;
  padding: 20px;
  background-color: rgba(0,0,0,0.5); /* transparent overlay */
  border-radius: 8px;
}

.overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #d4b26a;
}
.overlay p {
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.buttons a {
  display: inline-block;
  margin: 5px 10px 5px 0;
  padding: 12px 24px;
  border-radius: 4px;
  text-decoration: none;
}
.btn-primary {
  background-color: #d4b26a;
  color: #fff;
}
.btn-secondary {
  background-color: #fff;
  color: #3b3b3b;
}

.side-panels {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.panel {
  background-color: rgba(212,178,106,0.7);
  padding: 12px 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  font-weight: bold;
  color: #fff;
}

/* 📱 Mobile adjustments */
@media (max-width: 768px) {
  .overlay {
    left: 5%;
    right: 5%;
    max-width: 90%;
    padding: 15px;
  }
  .overlay h1 {
    font-size: 1.8rem;
  }
  .overlay p {
    font-size: 1rem;
  }
  .buttons a {
    display: block;
    margin: 10px 0;
    width: 100%;
    text-align: center;
  }
  .side-panels {
    position: static;
    transform: none;
    margin-top: 20px;
    text-align: center;
  }
  .panel {
    display: inline-block;
    margin: 5px;
    padding: 8px 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f1480c2 */.breakfast-buffet-table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  color: #3b3b3b;
}
.breakfast-buffet-table th {
  background-color: #d4b26a;
  color: #fff;
  text-align: left;
  padding: 12px;
}
.breakfast-buffet-table td {
  border-bottom: 1px solid #eee;
  padding: 10px;
}
.breakfast-buffet-table tr:hover {
  background-color: #f9f5ee;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-86293d6 */.service-details {
  background-color: #f9f5ee;
  padding: 25px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  color: #3b3b3b;
}
.service-details h2 {
  color: #d4b26a;
  margin-bottom: 15px;
}
.service-details ul {
  list-style: none;
  padding: 0;
}
.service-details li {
  margin-bottom: 8px;
  font-size: 16px;
}
.service-details a {
  color: #d4b26a;
  text-decoration: none;
}
.service-details a:hover {
  text-decoration: underline;
}/* End custom CSS */