.elementor-698 .elementor-element.elementor-element-aa34b77{--display:flex;--min-height:273px;--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-698 .elementor-element.elementor-element-aa34b77:not(.elementor-motion-effects-element-type-background), .elementor-698 .elementor-element.elementor-element-aa34b77 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#655544;}.elementor-698 .elementor-element.elementor-element-5faf6db{--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;}.elementor-698 .elementor-element.elementor-element-8164e16 > .elementor-widget-container{margin:-118px 0px 0px 0px;}/* Start custom CSS for container, class: .elementor-element-5faf6db *//* Base Blog Styling */
.blog-post-wrapper {
  font-family: 'Poppins', sans-serif;
  color: #222;
  line-height: 1.7;
  padding: 20px;
  background-color: #fff;
}

/* Heading Styles */
.blog-post-wrapper h1,
.blog-post-wrapper h2,
.blog-post-wrapper h3,
.blog-post-wrapper h4 {
  color: #2C3E50;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 15px;
}

.blog-post-wrapper h1 {
  font-size: 32px;
  border-bottom: 2px solid #e67e22;
  padding-bottom: 8px;
}

.blog-post-wrapper h2 {
  font-size: 26px;
  color: #e67e22;
}

.blog-post-wrapper h3 {
  font-size: 22px;
  color: #2980b9;
}

.blog-post-wrapper h4 {
  font-size: 18px;
  color: #27ae60;
}

/* Paragraph Styling */
.blog-post-wrapper p {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
}

/* Icon List Styling */
.blog-post-wrapper li {
  margin-bottom: 10px;
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  list-style: none;
}

.blog-post-wrapper li::before {
  content: "✔️";
  position: absolute;
  left: 0;
  color: #27ae60;
}

/* Highlight Box (for Contact & Booking Info) */
.booking-box {
  background: #fdf6ec;
  border-left: 5px solid #e67e22;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

/* Nearby Attractions */
.attractions-list {
  background: #f4f8fb;
  border-left: 5px solid #3498db;
  padding: 20px;
  margin: 30px 0;
  border-radius: 8px;
}

.attractions-list ul {
  margin: 0;
  padding: 0;
}

.attractions-list li {
  list-style: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

.attractions-list li::before {
  content: "🚩";
  position: absolute;
  left: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
  .blog-post-wrapper {
    padding: 15px;
  }
  
  .blog-post-wrapper h1 {
    font-size: 26px;
  }
  
  .blog-post-wrapper h2 {
    font-size: 22px;
  }

  .blog-post-wrapper h3 {
    font-size: 20px;
  }

  .blog-post-wrapper p,
  .blog-post-wrapper li {
    font-size: 15px;
  }
}/* End custom CSS */