/*
 Theme Name:   Wellness Holistic Spa
 Theme URI:    https://webwithguru.com/
 Description:  Child theme for Hello Elementor
 Author:       Didar Grewal
 Author URI:   https://foundationsfamchiro.com/
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Add your custom styles below */
/* Import parent theme styles */
@import url("../hello-elementor/style.css");

/* Hero Section with Featured Image */
.post-hero {
  position: relative;
  height: 350px;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.post-hero .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); /* Black overlay */
}

.post-hero .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}

.post-hero .entry-title {
  font-size: 42px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #fff; /* White text on dark background */
  margin: 0;
}

/* Post Title with Montserrat */
.post-hero .entry-title,
.entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  margin: 0;
}

/* Post Content with Montserrat */
.page-content {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}