/* Custom Icons */
/* Pose icon - represents a yoga pose silhouette */
.posehaven-icon-pose {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-pose::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-pose::after {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  width: 2px;
  height: 55%;
  background-color: currentColor;
  transform: translateX(-50%);
}

/* Adding limbs to represent a yoga pose */
.posehaven-icon-pose::before {
  box-shadow: -15px 35px 0 -2px currentColor,
    /* left arm */ 15px 45px 0 -2px currentColor; /* right arm */
}

/* Breath icon - represents the cycle of breathing */
.posehaven-icon-breath {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-breath::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  border: 2px solid currentColor;
}

.posehaven-icon-breath::after {
  content: '';
  position: absolute;
  top: 35%;
  left: 35%;
  width: 30%;
  height: 30%;
  border-radius: 50%;
  background-color: currentColor;
  opacity: 0.3;
}

/* Balance icon - represents physical balance */
.posehaven-icon-balance {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-balance::before {
  /* Horizontal beam */
  content: '';
  position: absolute;
  top: 40%;
  left: 20%;
  width: 60%;
  height: 4px;
  background-color: currentColor;
  border-radius: 2px;
}

.posehaven-icon-balance::after {
  /* Vertical support */
  content: '';
  position: absolute;
  top: 44%;
  left: 50%;
  width: 4px;
  height: 36%;
  background-color: currentColor;
  transform: translateX(-50%);
  border-radius: 2px;
}

/* Adding the weights on each side */
.posehaven-icon-balance {
  box-shadow: inset 20px 35% 0 0 currentColor,
    /* left weight */ inset -20px 35% 0 0 currentColor; /* right weight */
}

/* Community icon - represents a group of people */
.posehaven-icon-community {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-community::before {
  /* Center person */
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-community::after {
  /* Body for center person */
  content: '';
  position: absolute;
  top: 40%;
  left: 50%;
  width: 20%;
  height: 30%;
  background-color: currentColor;
  transform: translateX(-50%);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

/* Adding side people */
.posehaven-icon-community {
  box-shadow: inset -35% 25% 0 -8px currentColor,
    /* left person head */ inset 35% 25% 0 -8px currentColor,
    /* right person head */ inset -35% 45% 0 -5px currentColor,
    /* left person body */ inset 35% 45% 0 -5px currentColor; /* right person body */
}

/* Email icon - represents an envelope */
.posehaven-icon-email {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-email::before {
  /* Envelope body */
  content: '';
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 50%;
  border: 2px solid currentColor;
  border-radius: 4px;
}

.posehaven-icon-email::after {
  /* Envelope flap */
  content: '';
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 0;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
  border-top: 20px solid currentColor;
}

/* Phone icon - represents a telephone */
.posehaven-icon-phone {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-phone::before {
  /* Phone body */
  content: '';
  position: absolute;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 60%;
  border: 2px solid currentColor;
  border-radius: 6px;
}

.posehaven-icon-phone::after {
  /* Receiver speaker */
  content: '';
  position: absolute;
  top: 30%;
  left: 40%;
  width: 20%;
  height: 10%;
  border-radius: 5px;
  background-color: currentColor;
}

/* Adding keypad dots */
.posehaven-icon-phone {
  box-shadow: inset 40% 50% 0 -2px currentColor,
    inset 50% 50% 0 -2px currentColor, inset 60% 50% 0 -2px currentColor,
    inset 40% 60% 0 -2px currentColor, inset 50% 60% 0 -2px currentColor,
    inset 60% 60% 0 -2px currentColor;
}

/* Location icon - represents a map pin */
.posehaven-icon-location {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-location::before {
  /* Map pin upper part */
  content: '';
  position: absolute;
  top: 15%;
  left: 50%;
  width: 30%;
  height: 30%;
  border-radius: 50% 50% 50% 0;
  background-color: currentColor;
  transform: translateX(-50%) rotate(-45deg);
}

.posehaven-icon-location::after {
  /* Map pin center */
  content: '';
  position: absolute;
  top: 23%;
  left: 50%;
  width: 12%;
  height: 12%;
  border-radius: 50%;
  background-color: white;
  transform: translateX(-50%);
} /* Importing Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Raleway:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* CSS Variables */
:root {
  /* Color Palette */
  --color-cream: #faf1e6;
  --color-light-cream: #fdfaf6;
  --color-mint: #e4efe7;
  --color-green: #99bc85;
  --color-text: #333333;
  --color-text-light: #666666;

  /* Spacing */
  --space-xs: 0.5rem;
  --space-sm: 1rem;
  --space-md: 2rem;
  --space-lg: 4rem;
  --space-xl: 6rem;

  /* Font Families */
  --font-heading: 'Playfair Display', serif;
  --font-body: 'Roboto Condensed', sans-serif;
}

/* Reset & Base Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: var(--font-body);
  color: var(--color-text);
  background-color: var(--color-light-cream);
  line-height: 1.6;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: var(--color-green);
  transition: all 0.3s ease;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: 600;
  margin-bottom: var(--space-sm);
  line-height: 1.2;
  color: var(--color-text);
}

h1 {
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

h2 {
  font-size: 2.5rem;
  position: relative;
  padding-bottom: var(--space-sm);
}

h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background-color: var(--color-green);
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

p {
  margin-bottom: var(--space-sm);
  font-size: 1rem;
}

/* Container */
.posehaven-container {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-sm);
}

/* Header */
.posehaven-header {
  background-color: rgba(250, 241, 230, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.4s ease;
}

.posehaven-header.scrolled {
  background-color: rgba(250, 241, 230, 0.98);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.posehaven-header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-sm) 0;
}

.posehaven-logo {
  max-width: 180px;
  transition: all 0.3s ease;
  width: 100%;
}

.posehaven-nav {
  display: flex;
  align-items: center;
}

.posehaven-menu {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.posehaven-menu-item {
  margin-left: var(--space-md);
}

.posehaven-menu-link {
  font-weight: 500;
  font-size: 1.1rem;
  padding: var(--space-xs) var(--space-xs);
  position: relative;
  color: var(--color-text);
}

.posehaven-menu-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--color-green);
  transition: all 0.3s ease;
}

.posehaven-menu-link:hover {
  color: var(--color-green);
}

.posehaven-menu-link:hover::after {
  width: 100%;
}

/* Navigation toggle for mobile */
.posehaven-nav-toggle {
  display: none;
  background: none;
  border: none;
  font-size: 1.8rem;
  cursor: pointer;
  color: var(--color-green);
  transition: all 0.3s ease;
}

/* Hero Section */
.posehaven-hero {
  height: 100vh;
  background-color: var(--color-mint);
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}

.posehaven-hero-content {
  width: 50%;
  position: relative;
  z-index: 1;
}

.posehaven-hero-title {
  margin-bottom: var(--space-md);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 1s ease-out;
}

.posehaven-hero-subtitle {
  font-size: 1.2rem;
  margin-bottom: var(--space-md);
  animation: fadeInUp 1s ease-out 0.2s;
  animation-fill-mode: both;
}

.posehaven-hero-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 45%;
  height: auto;
  animation: fadeIn 1.5s ease-out;
}

.posehaven-btn {
  display: inline-block;
  padding: var(--space-sm) var(--space-md);
  background-color: var(--color-green);
  color: white;
  border-radius: 4px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.9rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  animation: fadeInUp 1s ease-out 0.4s;
  animation-fill-mode: both;
  text-align: center;
}

.posehaven-btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
  z-index: -1;
}

.posehaven-btn:hover {
  background-color: #89ac75;
  transform: translateY(-3px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: white;
}

.posehaven-btn:hover:before {
  left: 0;
}

/* Sections */
.posehaven-section {
  padding: var(--space-lg) 0;
  position: relative;
}

.posehaven-section-title {
  text-align: center;
  margin-bottom: var(--space-lg);
}

.posehaven-section-title::after {
  left: 50%;
  transform: translateX(-50%);
}

/* Features Section */
.posehaven-features {
  background-color: var(--color-cream);
  position: relative;
}

.posehaven-features:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom right,
    rgba(153, 188, 133, 0.1),
    transparent
  );
  pointer-events: none;
}

.posehaven-features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: var(--space-md);
}

.posehaven-feature-card {
  background-color: white;
  border-radius: 8px;
  padding: var(--space-lg);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  text-align: center;
  border: 1px solid rgba(228, 239, 231, 0.5);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.posehaven-feature-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: var(--color-green);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}

.posehaven-feature-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
  border-color: rgba(153, 188, 133, 0.2);
}

.posehaven-feature-card:hover:before {
  transform: scaleX(1);
}

/* Programs Section */
.posehaven-programs {
  background-color: var(--color-mint);
  position: relative;
}

.posehaven-programs:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200px;
  height: 200px;
  background: radial-gradient(
    circle,
    rgba(153, 188, 133, 0.2),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.posehaven-programs-content {
  display: flex;
  justify-content: space-between;
  gap: var(--space-md);
}

.posehaven-program-card {
  width: calc(33.33% - var(--space-md));
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  position: relative;
}

.posehaven-program-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.posehaven-program-image {
  height: 420px;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.posehaven-program-image:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.2));
  opacity: 0;
  transition: opacity 0.3s ease;
}

.posehaven-program-card:hover .posehaven-program-image:after {
  opacity: 1;
}

.posehaven-program-details {
  padding: var(--space-md);
}

.posehaven-program-title {
  font-size: 1.6rem;
  margin-bottom: var(--space-xs);
  position: relative;
  padding-bottom: var(--space-xs);
}

.posehaven-program-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-green);
  transition: width 0.3s ease;
}

.posehaven-program-card:hover .posehaven-program-title:after {
  width: 60px;
}

.posehaven-program-desc {
  margin-bottom: var(--space-sm);
  color: var(--color-text-light);
}

/* Testimonials Section */
.posehaven-testimonials {
  background-color: var(--color-light-cream);
}

.posehaven-testimonials-slider {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.posehaven-testimonial {
  text-align: center;
  padding: var(--space-md);
}

.posehaven-testimonial-quote {
  font-size: 1.2rem;
  font-style: italic;
  position: relative;
  margin-bottom: var(--space-md);
}

.posehaven-testimonial-quote::before,
.posehaven-testimonial-quote::after {
  content: '"';
  font-size: 2rem;
  color: var(--color-green);
  font-family: var(--font-heading);
}

.posehaven-testimonial-author {
  font-weight: 600;
  color: var(--color-green);
}

/* About Section */
.posehaven-about {
  background-color: var(--color-cream);
}

.posehaven-about-content {
  display: flex;
  align-items: center;
  gap: var(--space-lg);
}

.posehaven-about-image {
  flex: 1;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.posehaven-about-text {
  flex: 1;
}

/* Gallery Section */
.posehaven-gallery {
  background-color: var(--color-mint);
}

.posehaven-gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: var(--space-sm);
}

.posehaven-gallery-item {
  position: relative;
  height: 250px;
  overflow: hidden;
  border-radius: 10px;
  cursor: pointer;
}

.posehaven-gallery-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.posehaven-gallery-item:hover .posehaven-gallery-image {
  transform: scale(1.1);
}

/* Contact Section */
.posehaven-contact {
  background-color: var(--color-light-cream);
  position: relative;
}

.posehaven-contact:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 150px;
  height: 150px;
  background: radial-gradient(
    circle,
    rgba(153, 188, 133, 0.1),
    transparent 70%
  );
  border-radius: 50%;
  pointer-events: none;
}

.posehaven-contact-content {
  display: flex;
  gap: var(--space-lg);
}

.posehaven-contact-info {
  flex: 1;
  background-color: white;
  padding: var(--space-md);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.posehaven-contact-detail {
  display: flex;
  align-items: center;
  margin-bottom: var(--space-xs);
  transition: all 0.3s ease;
}

.posehaven-contact-detail:hover {
  transform: translateX(5px);
}

.posehaven-contact-icon {
  width: 36px;
  height: 36px;
  margin-right: var(--space-sm);
  color: var(--color-green);
  background-color: rgba(153, 188, 133, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posehaven-contact-form {
  flex: 2;
  background-color: white;
  padding: var(--space-md);
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.posehaven-form-group {
  margin-bottom: var(--space-md);
}

.posehaven-form-label {
  display: block;
  margin-bottom: var(--space-xs);
  font-weight: 500;
  color: var(--color-text);
}

.posehaven-form-input,
.posehaven-form-textarea {
  width: 100%;
  padding: var(--space-sm);
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: var(--font-body);
  font-size: 1rem;
  transition: all 0.3s ease;
  background-color: rgba(253, 250, 246, 0.5);
}

.posehaven-form-input:focus,
.posehaven-form-textarea:focus {
  outline: none;
  border-color: var(--color-green);
  box-shadow: 0 0 0 3px rgba(153, 188, 133, 0.2);
  background-color: white;
}

.posehaven-form-textarea {
  min-height: 150px;
  resize: vertical;
}

.posehaven-form-input.error,
.posehaven-form-textarea.error {
  border-color: #e74c3c;
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
}

/* Footer */
.posehaven-footer {
  background-color: var(--color-mint);
  padding: var(--space-lg) 0 var(--space-md);
  position: relative;
}

.posehaven-footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, var(--color-green), var(--color-mint));
}

.posehaven-footer-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--space-lg);
}

.posehaven-footer-col {
  flex: 1;
  min-width: 250px;
}

.posehaven-footer-logo {
  max-width: 160px;
  margin-bottom: var(--space-sm);
  transition: all 0.3s ease;
}

.posehaven-footer-logo:hover {
  transform: translateY(-3px);
}

.posehaven-footer-title {
  font-size: 1.3rem;
  margin-bottom: var(--space-sm);
  position: relative;
  padding-bottom: var(--space-xs);
  color: var(--color-text);
}

.posehaven-footer-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: var(--color-green);
  transition: width 0.3s ease;
}

.posehaven-footer-title:hover::after {
  width: 60px;
}

.posehaven-footer-links {
  list-style: none;
  padding: 0;
}

.posehaven-footer-link {
  margin-bottom: var(--space-xs);
  transition: all 0.3s ease;
}

.posehaven-footer-link:hover {
  transform: translateX(5px);
}

.posehaven-copyright {
  text-align: center;
  padding-top: var(--space-md);
  margin-top: var(--space-md);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 0.9rem;
  color: var(--color-text-light);
}

/* Scroll to top button */
.posehaven-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color-green);
  color: white;
  border: none;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  z-index: 99;
}

.posehaven-scroll-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.posehaven-scroll-top:hover {
  background-color: #7a9968;
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(153, 188, 133, 0.3);
}

/* Policy Pages */
.posehaven-policy {
  padding-top: 120px;
  min-height: 70vh;
}

.posehaven-policy-content {
  background-color: white;
  padding: var(--space-lg);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.posehaven-policy-section {
  margin-bottom: var(--space-lg);
}

.posehaven-policy-subtitle {
  font-size: 1.5rem;
  margin-bottom: var(--space-sm);
  color: var(--color-green);
}

/* Success Page */
.posehaven-success {
  padding-top: 120px;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.posehaven-success-content {
  max-width: 600px;
  background-color: white;
  padding: var(--space-lg);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  margin: auto;
}

.posehaven-success-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto var(--space-md);
  color: var(--color-green);
}

/* Animations */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

/* Custom Icons */
.posehaven-icon-pose {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-pose::before {
  content: '';
  position: absolute;
  top: 20%;
  left: 50%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-pose::after {
  content: '';
  position: absolute;
  bottom: 15%;
  left: 50%;
  width: 60%;
  height: 40%;
  border-radius: 20px;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-breath {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-breath::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 50%;
  width: 50%;
  height: 50%;
  border-radius: 50% 50% 0 0;
  border: 3px solid currentColor;
  border-bottom: none;
  transform: translateX(-50%);
}

.posehaven-icon-breath::after {
  content: '';
  position: absolute;
  top: 52%;
  left: 50%;
  width: 10%;
  height: 30%;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-balance {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-balance::before {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  width: 70%;
  height: 2px;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-balance::after {
  content: '';
  position: absolute;
  top: 30%;
  left: 50%;
  width: 2px;
  height: 40%;
  background-color: currentColor;
  transform: translateX(-50%);
}

.posehaven-icon-email {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-email::before {
  content: '';
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 50%;
  border: 2px solid currentColor;
  border-radius: 2px;
}

.posehaven-icon-email::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 15%;
  width: 70%;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid currentColor;
  border-left: 35px solid transparent;
  border-right: 35px solid transparent;
}

.posehaven-icon-phone {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-phone::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 30%;
  width: 40%;
  height: 70%;
  border: 2px solid currentColor;
  border-radius: 5px;
}

.posehaven-icon-phone::after {
  content: '';
  position: absolute;
  bottom: 20%;
  left: 40%;
  width: 20%;
  height: 20%;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.posehaven-icon-location {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}

.posehaven-icon-location::before {
  content: '';
  position: absolute;
  top: 15%;
  left: 30%;
  width: 40%;
  height: 40%;
  border-radius: 50% 50% 50% 0;
  background-color: currentColor;
  transform: rotate(-45deg);
}

.posehaven-icon-location::after {
  content: '';
  position: absolute;
  top: 25%;
  left: 40%;
  width: 20%;
  height: 20%;
  border-radius: 50%;
  background-color: white;
}

.posehaven-slider-prev,
.posehaven-slider-next {
  width: 50px;
  height: 50px;
  background-color: var(--color-green);
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 19px;
  border: 0;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.posehaven-slider-prev {
  left: 0;
}
.posehaven-slider-next {
  right: 0;
}

.posehaven-slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.posehaven-slider-dot {
  width: 10px;
  display: block;
  height: 10px;
  background-color: #e4efe7;
  border-radius: 50%;
  cursor: pointer;
}

.posehaven-slider-dot:hover {
  background-color: var(--color-green);
}

@media (max-width: 1100px) {
  html {
    font-size: 14px;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.8rem;
  }

  .posehaven-section {
    padding: var(--space-lg) 0;
  }

  .posehaven-header-content {
    padding: var(--space-xs) 0;
  }

  .posehaven-logo {
    max-width: 140px;
  }

  .posehaven-menu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(250, 241, 230, 0.98);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
    z-index: 999;
  }

  .posehaven-menu.active {
    height: auto;
    padding: var(--space-md) 0;
    opacity: 1;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .posehaven-menu-item {
    margin: var(--space-xs) 0;
  }

  .posehaven-menu-link {
    font-size: 1.3rem;
    padding: var(--space-xs) var(--space-sm);
  }

  .posehaven-nav-toggle {
    display: block;
    padding: var(--space-xs);
    z-index: 1000;
  }

  .posehaven-hero {
    height: auto;
    padding: 120px 0 var(--space-lg);
  }

  .posehaven-hero-content {
    width: 100%;
    text-align: center;
  }

  .posehaven-hero-image {
    display: none;
  }

  .posehaven-program-card {
    width: 100%;
  }

  .posehaven-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }

  .posehaven-gallery-item {
    height: 200px;
  }

  .posehaven-policy-content,
  .posehaven-success-content {
    padding: var(--space-md);
  }

  .posehaven-btn {
    width: 100%;
  }

  .posehaven-policy {
    padding-top: 50px;
  }

  .posehaven-slider-prev,
  .posehaven-slider-next {
    width: 40px;
    height: 40px;
  }
}

/* Responsive Styles */
@media (max-width: 992px) {
  html {
    font-size: 15px;
  }

  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.4rem;
  }

  .posehaven-hero-image {
    width: 35%;
  }

  .posehaven-program-card {
    width: calc(50% - var(--space-md));
  }

  .posehaven-about-content {
    flex-direction: column;
  }

  .posehaven-contact-content {
    flex-direction: column;
  }

  .posehaven-footer-content {
    gap: var(--space-md);
  }

  .posehaven-programs-content {
    flex-direction: column;
    gap: var(--space-md);
  }

  .posehaven-program-card {
    width: 100%;
  }

  .posehaven-about-image {
    display: none;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 13px;
  }

  body {
    line-height: 1.7;
  }

  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.9rem;
  }

  h3 {
    font-size: 1.6rem;
  }

  .posehaven-container {
    width: 92%;
    padding: 0 var(--space-xs);
  }

  .posehaven-logo {
    max-width: 120px;
  }

  .posehaven-section {
    padding: var(--space-md) 0;
  }

  .posehaven-section-title {
    margin-bottom: var(--space-md);
  }

  .posehaven-features-grid {
    grid-template-columns: 1fr;
  }

  .posehaven-feature-card {
    padding: var(--space-md);
  }

  .posehaven-testimonial-quote {
    font-size: 1.1rem;
  }

  .posehaven-gallery-grid {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: var(--space-sm);
  }

  .posehaven-gallery-item {
    height: 150px;
  }

  .posehaven-contact-icon {
    width: 30px;
    height: 30px;
  }

  .posehaven-footer-content {
    flex-direction: column;
    gap: var(--space-md);
  }

  .posehaven-footer-col {
    min-width: 100%;
  }

  .posehaven-footer-title {
    font-size: 1.2rem;
  }

  .posehaven-scroll-top {
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
  }
}

@media (max-width: 360px) {
  html {
    font-size: 12px;
  }

  .posehaven-container {
    width: 95%;
  }

  .posehaven-btn {
    padding: var(--space-xs) var(--space-sm);
    font-size: 0.85rem;
  }

  .posehaven-logo {
    max-width: 110px;
  }

  .posehaven-program-image {
    height: 180px;
  }
}
