.elementor-595 .elementor-element.elementor-element-a98c5a4:not(.elementor-motion-effects-element-type-background), .elementor-595 .elementor-element.elementor-element-a98c5a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://dev.enchantedtreehouses.com/wp-content/uploads/2025/09/enchanted_restaurants_01.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-595 .elementor-element.elementor-element-a98c5a4 > .elementor-container{min-height:620px;}.elementor-595 .elementor-element.elementor-element-a98c5a4{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-595 .elementor-element.elementor-element-a98c5a4 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-595 .elementor-element.elementor-element-7afa97d{margin-top:30px;margin-bottom:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-595 .elementor-element.elementor-element-e1600e7{text-align:center;}.elementor-595 .elementor-element.elementor-element-e1600e7 .elementor-heading-title{font-family:"Playfair Display", Sans-serif;font-size:50px;font-weight:400;text-transform:capitalize;color:#444444;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-595 .elementor-element.elementor-element-b211722{font-family:"Roboto", Sans-serif;font-size:19px;font-weight:400;color:#444444;}.elementor-595 .elementor-element.elementor-element-265ba04{width:var( --container-widget-width, 111.429% );max-width:111.429%;--container-widget-width:111.429%;--container-widget-flex-grow:0;font-family:"Roboto", Sans-serif;font-size:19px;font-weight:400;color:#444444;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-595 .elementor-element.elementor-element-a98c5a4 > .elementor-container{min-height:500px;}.elementor-595 .elementor-element.elementor-element-7afa97d{margin-top:0px;margin-bottom:0px;padding:20px 20px 20px 20px;}}@media(max-width:767px){.elementor-595 .elementor-element.elementor-element-a98c5a4 > .elementor-container{min-height:400px;}}/* Start custom CSS for text-editor, class: .elementor-element-265ba04 *//* Restaurant heading links */
.restaurant a {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 23px;
  line-height: 41px;
  color: rgb(32, 96, 151);
  text-decoration: none;
}

/* Address and Description text */
.row {
  display: flex;
  gap: 380px;
}

.column {
  font-size: 19px;
  color: #444;
}

.restaurant .col-md-6,
.restaurant .col-md-12 {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 400;
  color: rgb(68, 68, 68);
  font-size: 19px;
  line-height: 35px;
}

.restaurant .col-md-12:last-child {
  margin-bottom: 40px;
}

.restaurant .col-md-12 a {
  font-family: 'Raleway', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: rgb(32, 96, 151);
  font-size: 23px;
  line-height: 41px;
}

/* Tablet view (up to 768px) */
@media (max-width: 768px) {
  .row {
    flex-direction: column; /* Stack columns vertically */
    gap: 10px; /* Reduce gap for tablet */
  }

  .restaurant .col-md-6,
  .restaurant .col-md-12 {
    font-size: 17px; /* Slightly smaller font for readability */
    line-height: 30px; /* Adjust line height */
  }

  .restaurant .col-md-12 a {
    font-size: 20px; /* Slightly smaller heading font */
    line-height: 36px;
  }

  .restaurant .col-md-12:last-child {
    margin-bottom: 30px; /* Slightly less margin */
  }
}

/* Mobile view (up to 480px) */
@media (max-width: 480px) {
  .row {
    flex-direction: column; /* Stack columns vertically */
    gap: 8px; /* Further reduce gap for mobile */
  }

  .restaurant .col-md-6,
  .restaurant .col-md-12 {
    font-size: 15px; /* Smaller font for mobile */
    line-height: 26px; /* Adjust line height */
  }

  .restaurant .col-md-12 a {
    font-size: 18px; /* Smaller heading font */
    line-height: 32px;
  }

  .restaurant .col-md-12:last-child {
    margin-bottom: 20px; /* Further reduce margin */
  }
}/* End custom CSS */