/*!
Theme Name: Eva Feng Shui
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Eva Feng Shui
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Eva Feng Shui is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
 html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}


/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2rem;
	margin: 0.67em 0;
}

h1, 
h2, 
h3,
h4 {
	
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	/* border-bottom: 1px dotted #666; */
	cursor: help;
}

mark,
ins {
	/* background: #fff9c0; */
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	font-size: 16px;
	

	line-height: 1.6;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	/* margin: 0 0 1.5em 3em; */
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	/* margin-left: 1.5em; */
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}




/********* EVAFENGSHUI **********/

/** header ***/

header{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	height: 100px;
	font-family: "Cormorant Infant", serif;
	font-size: 1rem;
	text-transform: uppercase;
	background: transparent;
	padding: 2.5rem 0;
	margin-top: 1rem;
}

.site-logo {
	display: flex;
	align-items: center;
}

.site-logo a {
    font-family: 'Cormorant Unicase', serif;
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #1E1E1E;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    position: relative; 
}

.site-logo a::after {
    content: '';
    display: block;
    width: 40%;              
    height: 1px;             
    background-color: #87DE68;
    margin: 0 auto;         
    margin-top: 4px;       
}
  

header .menu-1 {
	display: flex;
	justify-content: flex-end;
	gap: 1.5rem; 
	list-style: none;
	/* padding-top: 2rem; */
	margin: 0;
  }

  header .menu-1 li {
	display: inline-block;
  }

header .menu-1 li a {
	color: #1E1E1E;
	padding: 20px;
	text-decoration: none;
	transition: all 0.3s ease;
	font-weight: 550;
	border-right: 0.5px solid #87DE68;
	padding: 5px 35px 5px 20px; 
	line-height: 1.2; 
	position: relative;
}

header .menu-1 li a:hover{
	color: #21720D;
}

header .menu-1 li a:hover::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 15%; 
	width: 60%;
	height: 1px;
	background-color: #1E1E1E;
  }

header .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.page-wrap{
	padding: 2rem 0;
}

.content-container{
	padding: 2rem;
}

.mobile-nav {
	display: none;
	flex-direction: column;
	background-color: rgba(255, 255, 255, 0.75); 
	position: absolute;
	top: 100px;
	left: 0;
	width: 100%;
	z-index: 998;
    padding: 1rem 2rem;
  }
  
  .mobile-menu li {
	border-bottom: 1px solid #21720D;
  }
  
  .mobile-menu li a {
	color: #1E1E1E;
	padding: 15px;
	display: block;
	text-decoration: none;
  }
  
  
  .mobile-menu-toggle {
	display: none;
	flex-direction: column;
	cursor: pointer;
	width: 30px;
	gap: 6px;
	margin: 20px;
	padding-top: 1rem;
  }
  
  .mobile-menu-toggle span {
	height: 3px;
	background: #21720D;
	border-radius: 2px;
  }

  /* ===== FOOTER BASE ===== */
.site-footer {
  background: #21720D; 
  text-align: center;
  padding: 50px 20px;
  color: #1E1E1E;
}

.footer-container {
  max-width: 600px;
  margin: 0 auto;
}

/* ===== TITLE ===== */

.cta-banner {
    background: linear-gradient(to right, #d7efd0, #c0e6a5);
    padding: 1.5rem 1rem;              
    text-align: center;
    border-top: 2px solid #87DE68;
    border-bottom: 2px solid #87DE68;
    margin-bottom: 20px;
}

/* Heading */
.cta-banner h2 {
    font-family: 'Cormorant Unicase', serif;
    font-size: 2.2rem;
    color: #1E1E1E;
    margin: 0;                       
}

.cta-banner h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 2px;
    background-color: #87DE68;
    margin: 0.5rem auto 1rem;        
}

/* Paragraph */
.cta-banner p {
    color: #21720D;
    margin: 0.5rem 0 1rem;      
     max-width: 600px;
     margin: 0.5rem auto 1rem;   
     text-align: center;    
}

/* Button */
.cta-banner .btn-cta {
    background-color: #87DE68;
    border: 1px solid #21720D;
    color: #1E1E1E;
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top: 0.5rem;
}

.cta-banner .btn-cta:hover {
    background-color: #21720D;
    color: #fff;
}


.footer-brand h2 {
 font-family: 'Cormorant Unicase', serif;
 text-transform: uppercase;     
  font-size: 30px;
  margin-bottom: 10px;
	border-bottom: none;
  width: auto;
  padding-bottom: 0;
  color: #000;
}

.footer-tagline {
  font-family: 'Cormorant Unicase', serif;
 text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  margin-top: 30px;
  color: #FFFF; 
}

/* ===== MENU ===== */
.footer-bar {
  list-style: none;
  padding: 0;
  margin: 25px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.footer-bar a {
  color: white;
  text-decoration: none;
  font-size: 15px;
  font-family: inherit;
  font-weight: 550;
  transition: 0.3s;
}

.footer-bar a:hover {
  color: #87DE68;
}

/* ===== SOCIAL ICONS ===== */
.footer-socials {
  margin: 20px 0;
}

.footer-socials a {
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  color: white;
  padding: 10px;
  transition: 0.3s;
}

.footer-socials a:hover {
  color: #87DE68;
}

.designcredits {
  color: #21720D;
  font-size: 0.5rem;
  text-align: center;
}

.designcredits a {
  color: #21720D;
  text-decoration: none;
  transition: color 0.3s ease;
}

.designcredits a:hover {
  color: #87DE68;
}

/* ===== COPYRIGHT ===== */
.footer-copy {
  font-size: 13px;
  color: white;
  opacity: 0.85;
  font-family: inherit;
  font-weight: 400;
}

.hero-banner {
    min-height: 60vh; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
   align-items: flex-start;   
    text-align: left; 
    padding-top: 100px; 
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
}

.hero-banner .hero-content {
    align-self: flex-start;
	width: 45%;
}

.hero-banner-alt {
    min-height: 60vh;           
    display: flex;
    flex-direction: column;
    justify-content: center; 
    align-items: flex-end;
    text-align: right;
    padding-top: 100px;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
}

.hero-content-alt {
    width: 45%;                   
    align-self: flex-end;  
	margin-top: 3rem;        
}

.hero-banner .hero-content h2,
.hero-banner .hero-content p .hero-content-alt {
    color: #1E1E1E;
    margin: 0.5rem 0;
    font-family: "Cormorant Infant", serif; 
}

.hero-content h2{
	font-size: 40px;
}


.hero-banner .btn-cta {
    margin-top: 1rem;
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background-color: #87DE68; /* light green */
    color: #1E1E1E; /* dark text */
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

/* Body & Typography */
body {
    font-family: "Cormorant Infant", serif;
    font-size: 16px;
    line-height: 1.6;
    color: #1E1E1E; /* dark grey for text */
    background-color: #fff;
}

.slogan, .hero-tagline{
	color: #21720D !important; 
	 font-family: "Cormorant Unicase", serif !important;
}

.hero-tagline{
	font-size: 24px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    font-family: "Cormorant Infant", serif;
    font-weight: 500;
    color: #1E1E1E;
    margin-bottom: 0.2rem;
    line-height: 1.2;
}

h2{
	font-size: 26px;
	align-items: center;
	text-align: center;
	font-family: 'Cormorant Unicase', serif;
	color: #404040;
}

p {
    margin-bottom: .3rem;
}

/* Links */
a {
    text-decoration: none;
    color: #87DE68; /* base link color */
    transition: color 0.3s ease;
}

a:hover {
    color: #21720D; 
}

/* Buttons */
.btn-cta {
    display: inline-block;
    padding: 0.5rem 1rem;
    background-color: #87DE68; 
	border: #1E1E1E 1px solid;
    color: #000;
    border-radius: 4px;
    font-weight: 300;
    text-align: center;
    transition: all 0.3s ease;
    margin-top: .5rem;
}



.btn-cta:hover {
    background-color: #21720D; /* darker green */
    color: #fff;
}

/* Sections */
section {
    padding:  1.5rem; 
}

/* Images */
img {
    max-width: 80%;
    height: auto;
    display: block;
    margin-bottom: 0 auto 3rem;
}

/* Hero Section Base */
.hero-banner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    min-height: 100vh;
    padding-top: 100px; /* space for absolute header */
    padding-left: 1rem;
    padding-right: 1rem;
    background-size: cover;
    background-position: center;
}

/* Service Items */
.service-item {
    margin-bottom: 2rem;
    text-align: center;
}

/* Intro / Bio Section */
.intro-bio .bio {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.intro-bio .bio-text {
    max-width: 500px;
    text-align: center;
}

.intro-quote{
	align-items: center;
	text-align: center;
	font-family: 'Cormorant Unicase', serif;
	font-size: 26px;
}

.intro-quote {
    align-items: center;
    text-align: center;
    font-family: 'Cormorant Unicase', serif;
    font-size: 26px;
    margin-bottom: 10px;
    position: relative;  
	padding: 1rem;
}


.intro-quote::after, h2::after{
    content: '';
    display: block;
    width: 60px;              
    height: 1px;               
    background-color: #87DE68; 
    margin: 0 auto;            
    margin-top: 8px;     
	margin-bottom: 2rem;      
}

.bio-text h2{
	font-family: 'Cormorant Unicase', serif;
	font-size: 26px;
	color:  #21720D;
	margin: 2rem 0;
}

.why-feng-shui img {
    display: block;          
    margin: 1.5rem auto;     
    max-width: 80%;          
    height: auto;
}

.about-me .proverb {
    display: inline-block;          
    text-align: center;
    font-family: 'Cormorant Unicase', serif;
    font-size: 20px;
    font-style: italic;
    color: #404040;
    margin: 1rem auto;              
    padding-left: 20px;             
    border-left: 1px solid #87DE68; 
    max-width: 700px;              
}

.content-container img {
    display: block;    
    margin: 2rem auto;      
    max-width: 80%;         
    height: auto;           
}

.image-wrapper {
    position: relative;          
    display: inline-block;       
}

/* Main image */
.image-wrapper .main-img {
    display: block;
    max-width: 100%;          
    height: auto;
}

/* Overlay image */
.image-wrapper .overlay-img {
    position: absolute;
    top: 0; 
    right: 0;      
    width: 100px; 
    height: auto;
    transform: translate(25%, -25%);
}

/* Section Styling */
.what-to-expect {
    background-color: #F0FFF0;
    padding: 1rem 1.5rem;
}

.what-to-expect h2 {
    text-align: center;
    font-family: 'Cormorant Unicase', serif;
    font-size: 28px;
    color: #21720D;
    margin-bottom: 2rem;
}

/* List Styling */
.what-to-expect ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 800px;
}

/* Each Point */
.what-to-expect li {
    text-align: center;
    margin-bottom: 2rem; 
    border-bottom: 1px solid rgba(135, 222, 104, 0.4); 
    padding-bottom: 2rem;
    position: relative;
}

.what-to-expect li img {
    display: block;
    margin: 0 auto 1rem auto;
    width: 35px; 
    height: auto;
}

.what-to-expect li img {
    filter: invert(49%) sepia(64%) saturate(333%) hue-rotate(80deg) brightness(88%) contrast(86%);
}

/* Title */
.what-to-expect li strong {
    display: block;
    font-family: 'Cormorant Infant', serif; 
    font-size: 20px;
    color: #21720D;
    margin-bottom: 0.5rem;
}

/* Description */
.what-to-expect li p {
    color: #21720D;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 600px;
}

.my-philosophy img {
    height: 400px; 
	width: 100%;
    object-fit: cover; 
}
/* CTA Banner Section */
.cta-banner {
    text-align: center;
    color: #fff;
    padding: 3rem 1rem;
}

.cta-banner .btn-cta {
    margin-top: 1rem;
}

/* New centered hero modifier */
/* Hero Banner */
.hero-banner.hero-center {
    min-height: 90vh;                    
    display: flex !important;
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: center !important;
    padding-top: calc(50vh - 15px);   
    
    background-size: cover;  
    background-position: center; 
    background-repeat: no-repeat;
    color: #fff;
}

/* Hero content inside the banner */
.hero-banner.hero-center .hero-content {
    margin-top: -100px;   
    width: 100%;
}

/* Hero text (h1/h2) */
.hero-banner.hero-center h1,
.hero-banner.hero-center h2 {
    font-family: 'Cormorant Unicase', serif;
    font-size: 3rem;
    line-height: 1.2;
    margin: 0;
    padding: 0 2rem; 
}

.why-feng-shui-intro .content-container p:last-of-type, .why-it-works .content-container p:last-of-type {
    border-bottom: 1px solid #21720D;
    padding-bottom: 1.5rem;            
    margin-bottom: 2rem;          
}

/* Hero heading only */
.hero-banner.why-it-works-hero {
    min-height: 50vh;                  
    display: flex;
    justify-content: center;           
    align-items: center;            
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;              
}

.hero-banner.why-it-works-hero h2 {
    font-family: 'Cormorant Unicase', serif;
    font-size: 36px;
    margin: 0;
    padding: 0 4rem;                 
}

.hero-banner.services-hero h1 {
    font-family: 'Cormorant Unicase', serif;
    font-size: 3rem;               
    margin: 0;                 
    line-height: 1.2;
}

/* Contact hero – text lower */
.hero-banner.contact-hero .hero-content {
    margin-top: -10px; 
}

.contact-table {
    width: 100%;             
    max-width: 400px;  
    border-collapse: collapse; 
    margin: 0 auto 2rem auto;
}

.contact-table td {
    vertical-align: middle; 
    padding: 0.25rem 0.5rem; 
    color: #000;
    font-family: 'Cormorant Unicase', serif;
    font-size: 1rem;
}

.contact-table img {
    width: 20px; 
    height: 20px;
    margin-right: 0.5rem; 
}



.contact-list li a:hover {
    color: #87DE68;
}

/* Container */
.custom-contact-form {
    max-width: 600px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: #c0e6a5; 
    border: 2px solid #21720D;  
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    color: #000;
    font-family: 'Cormorant Unicase', serif !important;
}

/* Labels */
.custom-contact-form .forminator-label {
    display: block;
    margin-bottom: 0.25rem;
    font-weight: bold;
    color: #000;
    font-family: 'Cormorant Unicase', serif !important;
}

/* Input fields & textarea */
.custom-contact-form .forminator-input,
.custom-contact-form .forminator-textarea {
    width: 100%;
    padding: 0.5rem 0.75rem;
    margin-bottom: 1rem;
    border: 1px solid #87DE68;
    border-radius: 4px;
    background-color: #f0f0f0; 
    font-family: 'Cormorant Unicase', serif !important;
    font-size: 1rem;
    color: #000;
    box-sizing: border-box;
}

/* Submit button */
.custom-contact-form .forminator-button {
    background-color: #21720D;
    border: 1px solid #1E1E1E;
    color: #fff;
    font-family: 'Cormorant Unicase', serif !important;
    font-size: 1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}

.custom-contact-form .forminator-button:hover {
    background-color: #6fbf4f;
}

/* Style the Select2 placeholder text */
.custom-contact-form .select2-selection__placeholder {
    color: #000;        
    font-family: 'Cormorant Unicase', serif; 
    font-size: 1rem;
}


.custom-contact-form .select2-selection {
    border: 1px solid #87DE68;  
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    font-family: 'Cormorant Unicase', serif;
}
.services > .btn-cta {
  display: block;
  width: fit-content;
  margin: 2rem auto 0 auto;
  text-align: center;
  margin-bottom: 2rem;
}

  .contact-table tr {
    border-bottom: 1px solid #1b3a2f;
}

.contact-table tr:last-child {
    border-bottom: none;
}


/* ===== MOBILE ===== */
@media (max-width: 768px) {
  .footer-bar {
    grid-template-columns: 1fr;
  }
}
  
  /* Show mobile menu and toggle on smaller screens */
  @media (max-width: 980px) {
    
	.menu-1 {
	  display: none !important;
	}
  
	.mobile-menu-toggle {
	  display: flex;
	}
  
	.mobile-nav.active {
	  display: flex;
	}

  }
  /* ===== INTRO / BIO (TABLET + DESKTOP SPLIT REFINED) ===== */
@media (min-width: 768px) {

  .intro-bio .bio {
    display: flex;
    flex-direction: row;
    align-items: stretch;  
    padding: 2.5rem 4rem;   
    gap: 2.5rem;
  }

  .intro-bio .bio img {
    width: 42%;            
    max-width: none;
    height: auto;
    object-fit: cover;
    display: block;

    border-right: 1px solid #87DE68;
    padding-right: 2rem;
  }

  .intro-bio .bio-text {
    width: 58%; 
    text-align: left;
  }

    .hero-banner-alt.hero-quote {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 4rem 5rem;
    text-align: left;
  }

  .hero-banner-alt .hero-content-alt {
    width: 50%;
    margin-left: auto;  
    text-align: left;
  }

  .hero-banner-alt .hero-tagline {
    font-size: 2.5rem !important;
    line-height: 1.3;
  }

.services .service-item {
    display: block;
    padding: 3.5rem 4rem;
    max-width: 900px;
    margin: 0 auto 3rem auto;

    background: #f7fff5;
    border: 1px solid #87DE68;
    border-radius: 10px;
  }

  /* ===== HEADING DRAMA ===== */
  .services .service-item h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #1E1E1E;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.8rem;
  }

  .services .service-item h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #21720D; 
    margin: 0.8rem auto 0 auto;
  }

  /* ===== TEXT ===== */
  .services .service-item p {
    text-align: center;
    line-height: 1.7;
    color: #1E1E1E;
    margin-bottom: 1.5rem;
  }

  /* ===== BUTTON ===== */
  .services .service-item a {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

    .why-feng-shui .why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
    padding: 3rem 4rem;
  }

  /* Images */
  .why-feng-shui .why-content img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
  }

  /* Text blocks */
  .why-feng-shui .why-content p {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #1E1E1E;
    margin: 0;
  }

  /* Optional: better spacing feel */
  .why-feng-shui .why-content {
    row-gap: 4rem;
  }

    .why-feng-shui .why-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;  
    padding: 2rem 3rem;  
    align-items: center;
  }

  .why-feng-shui .why-content img,
  .why-feng-shui .why-content p {
    width: 100%;
  }

  .why-feng-shui .why-content img {
    border-right: 1px solid #87DE68;
    padding-right: 1.5rem;
    max-height: 380px; 
    object-fit: cover;
    display: block;
  }

  .why-feng-shui .why-content p {
    margin: 0;
    line-height: 1.7;
  }

  h2{
    font-size: 2.3rem !important;
    padding: 1rem 0;
  }

  p, .content-container p{
    font-size: 1.4rem !important;
  }

   .about-me .content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4rem;
  }

  /* ===== PROVERB ===== */
  .about-me .proverb {
    display: block;
    text-align: center;
    max-width: 750px;
    margin: 0 auto 2.5rem auto;
    padding-left: 1.5rem;
    border-left: 1px solid #87DE68;
  }

  /* ===== TITLE ===== */
  .about-me h2 {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .about-me .image-wrapper {
    float: right;
    width: 340px;
    margin: 0 0 1.5rem 3rem;
    position: relative;

    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about-me .image-wrapper .main-img {
    width: 100%;
    max-height: 420px;   
    object-fit: cover;   
    display: block;
  }

  /* overlay stays proportional */
  .about-me .overlay-img {
    width: 60px;
    position: absolute;
    top: 12px;
    right: 12px;
  }
  /* ===== TEXT FLOW ===== */
  .about-me .content-container p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  .approach-feng-shui .content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 4rem;
  }

  /* ===== TITLE ===== */
  .approach-feng-shui h2 {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  /* ===== IMAGE FLOAT LEFT ===== */
  .approach-feng-shui .content-container img {
    float: left;

    width: 340px;
    max-height: 420px;
    object-fit: cover;

    margin: 0 3rem 1.5rem 0;

    border-right: 1px solid #87DE68;
    padding-right: 1.5rem;
  }

  /* ===== TEXT FLOW ===== */
  .approach-feng-shui .content-container p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

  .my-philosophy .content-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;

    max-width: 1100px;
    margin: 0 auto;
    padding: 0 4rem;
    gap: 3rem;
  }

  /* ===== H2 (TOP ROW FULL WIDTH) ===== */
  .my-philosophy h2 {
    flex: 0 0 100%;
    text-align: center;
    /* margin-bottom: 2.5rem; */
    font-size: 2.2rem;
  }

  /* ===== TEXT (LEFT SIDE, PROPORTIONAL) ===== */
  .my-philosophy .content-container p {
   display: flex;
  align-items: center;
  justify-content: center;   
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 3rem;
  gap: 2rem; 
  }

  .my-philosophy .content-container p,
.my-philosophy .content-container img {
  flex: 1;
}

  /* ===== IMAGE (RIGHT SIDE, BALANCED) ===== */
 .my-philosophy .content-container img {
    flex: 1 1 40%;
    max-width: 320px;
    width: 100%;

  
    object-fit: cover;
    object-position: center;


    display: block;

  max-height: 450px;
  border-left: 1px solid #87DE68;
  padding-left: 1.5rem;
  }

   .why-feng-shui-intro .content-container,
  .why-it-works .content-container,
  .why-eva .content-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 2rem 4rem;
  }

  /* =========================
     HEADINGS
  ========================== */
  .why-feng-shui-intro h2,
  .why-it-works h2,
  .why-eva h2 {
    text-align: center;
    margin-bottom: 2.5rem;
  }

  .why-eva{
   margin-bottom: 4rem;
  }

  /* =========================
     IMAGES (BASE STYLE)
  ========================== */
  .why-feng-shui-intro .content-container img,
  .why-it-works .content-container img,
  .why-eva .content-container img {
    width: 340px;
    max-height: 380px;
    object-fit: cover;

    margin: 0 2.5rem 1.5rem 0;
    border-right: 1px solid #87DE68;
    padding-right: 1.5rem;
  }

  /* =========================
     FLOAT LEFT (DEFAULT)
     Intro + Why Eva
  ========================== */
  .why-feng-shui-intro .content-container img,
  .why-eva .content-container img {
    float: left;
  }

  /* =========================
     FLOAT RIGHT (ALTERNATE)
     Why It Works
  ========================== */
  .why-it-works .content-container img {
    float: right;

    margin: 0 0 1.5rem 2.5rem;
    border-right: none;
    border-left: 1px solid #87DE68;
    padding-left: 1.5rem;
  }

  /* =========================
     TEXT FLOW
  ========================== */
  .why-feng-shui-intro .content-container p,
  .why-it-works .content-container p,
  .why-eva .content-container p {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 1.5rem;
  }

    .services-list h2 {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 3rem auto;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #1E1E1E;
  }
  

  /* =========================
     SERVICE CARD BASE
  ========================== */
  .services-list .service-item {
    display: block;
    padding: 3.5rem 4rem;
    max-width: 900px;
    margin: 0 auto 3rem auto;

    background: #f7fff5;
    border: 1px solid #87DE68;
    border-radius: 10px;

    box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  }

  /* =========================
     SMART SLIDER FIX (IMPORTANT)
     prevents tiny / collapsed images
  ========================== */
  .services-list .service-item img,
  .services-list .service-item .n2-ss-slider,
  .services-list .service-item .smartslider {
    width: 100% !important;
    max-height: 320px;
    object-fit: cover;
    display: block;
    margin-bottom: 1.5rem;
  }

  /* =========================
     HEADING DRAMA
  ========================== */
  .services-list .service-item h3 {
    text-align: center;
    font-size: 1.6rem;
    color: #1E1E1E;
    margin-bottom: 1.2rem;
    position: relative;
    padding-bottom: 0.8rem;
  }

  .services-list .service-item h3::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background: #21720D;
    margin: 0.8rem auto 0 auto;
  }

  /* =========================
     PRICE STYLE
  ========================== */
  .services-list .service-price {
    font-size: 1rem;
    color: #21720D;
    font-weight: 600;
    margin-left: 0.5rem;
  }

  /* =========================
     TEXT
  ========================== */
  .services-list .service-item p {
    text-align: center;
    line-height: 1.7;
    color: #1E1E1E;
    margin-bottom: 1.5rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  /* =========================
     BUTTON CENTERING
  ========================== */
  .services-list .service-item a {
    display: block;
    width: fit-content;
    margin: 0 auto;
  }

  #contactintro {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
}

#contactintro h2 {
  text-align: center;
  margin: 1rem;
}

#contactintro p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.contact-form .content-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 3rem;

    max-width: 1100px; 
    margin: 0 auto;          
  }

  .custom-contact-form {
    flex: 1;
    max-width: 500px;  
  }

  .contact-table {
    flex: 0.7;
    max-width: 350px;
  }


}


  

  
  
  