﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.raleway-100 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.raleway-200 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

.raleway-300 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.raleway-400 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.raleway-500 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.raleway-600 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.raleway-700 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.raleway-800 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

.raleway-900 {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.poppins-extralight {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-medium {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.poppins-extrabold {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.poppins-black {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.poppins-thin-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  font-style: italic;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-medium-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: italic;
}

.poppins-semibold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.poppins-bold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.poppins-extrabold-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-style: italic;
}

.poppins-black-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: italic;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.birthstone-regular {
  font-family: "Birthstone", cursive;
  font-weight: 400;
  font-style: normal;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

:root {
  --mature-grape: hsl(321, 31%, 28%);
  --midsummer-gold: hsl(38, 95%, 54%);
  --lemonade: hsl(39, 70%, 69%);
  --glass-slippers: hsl(317, 19%, 63%);
  --brand-primary: var(--midsummer-gold);
  --brand-primary: hsl(168, 32%, 52%);
  --brand-primary: hsl(66, 31%, 40%);
  --brand-alt: var(--glass-slippers);
  --brand-alt: hsl(183, 89%, 21%);
  --brand-alt: hsl(43, 55%, 89%);
  --background-primary: var(--glass-slippers);
  --background-primary: var(--brand-primary);
  --background-alt: var(--mature-grape);
  --background-alt: var(--brand-alt);
  --brand-secondary: hsl(0, 0%, 90%);
  --brand-orange: hsl(30, 98%, 62%);
  --dark-background: hsl(210, 25%, 5%);
  --lite-grey: hsl(0, 0%, 76%);
  --mid-grey: hsl(220, 3%, 17%);
  --page-width: 100%;
  --mobile-page-width: 100%;
  --alternate-color: hsl(32, 100%, 51%);
  --alternate-para-color: hsl(200, 2%, 63%);
  --off-white: hsl(210, 2%, 56%);
  --brand-font-color: hsl(41, 12%, 25%);
}

.alt-color {
  color: var(--alternate-para-color);
}

.black {
  color: #000;
}

.brand-alt {
  color: var(--brand-alt);
}

.brand-primary {
  color: var(--brand-primary);
}

.background-alt {
  color: var(--background-alt);
}

.background-primary {
  color: var(--background-primary);
}

.dark-background {
  background-color: var(--background-alt);
}

.lite-background {
  background-color: var(--background-primary);
}

.off-white {
  color: hsl(210, 2%, 56%);
}

.primary-alt {
  color: var(--brand-alt);
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 1.5rem;
  font-weight: bold;
  text-transform: uppercase;
}

h5 {
  font-size: 1.1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.hero-content > h1, .hero-content > h3 {
  color: var(--brand-primary);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.hero-content > h3 {
  font-size: 1rem;
  font-weight: 600;
}

.banner > h2, .content > h2 {
  border-bottom: 1px solid var(--brand-primary);
  color: var(--brand-primary);
  font-family: "Poppins", sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 2.5rem;
  text-transform: uppercase;
}

.content > h2 {
  font-size: 1.5rem;
}

.tagline h2 {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
  display: inline;
  font-size: 2em;
  text-transform: uppercase;
}

.inner-tagline > h2 {
  font-size: 2em;
  text-transform: uppercase;
}

h3.home {
  color: var(--brand-primary);
  text-transform: uppercase;
}

h4.home {
  font-size: 2rem;
  font-style: normal;
}

h4 > span {
  font-style: normal;
}

h5, h6 {
  /*text-align: center;*/
}

h5 {
  color: var(--brand-primary);
  text-transform: uppercase;
}

h6 {
  font-size: 2rem;
  padding-top: 2rem;
  padding-bottom: 4rem;
  text-transform: capitalize;
}

.footer > div > h3 {
  font-weight: bold;
  margin-bottom: 1em;
}

h3 {
  text-transform: capitalize;
}

/*h4 {
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
    padding-top: .5em;
}*/
.item-wrapper > h4 {
  font-size: 1.25rem;
  font-style: normal;
  text-transform: capitalize;
}

.align-left > h5 {
  font-weight: bold;
  text-align: left;
}

.content-wrapper > h5 {
  font-size: 1.25rem;
  font-weight: bold;
}

/*@import 'Partials/Kaffee/_parallax.scss';*/
* {
  box-sizing: border-box; /* Ensures padding and borders are included in element width/height */
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--background-alt);
  color: var(--brand-font-color);
  color: var(--brand-primary);
  font-family: "Raleway", sans-serif;
}

.content-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.content-wrapper > p {
  margin-top: 0.75rem;
}

.inner-content {
  margin: 0;
  padding: 0 20%;
  padding-bottom: 1rem;
}

.left-column {
  display: grid;
  justify-content: center;
  padding-top: 1rem;
  row-gap: 2rem;
}

.left-column > div {
  padding-bottom: 1rem;
}

.right-column {
  display: grid;
  justify-content: center;
  padding-top: 1rem;
  row-gap: 2rem;
}

.right-column > div {
  margin: 0;
  padding: 0;
}

.right-column > img, .left-column > img {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 375px;
}

p {
  line-height: 1.7;
}

ul, li {
  margin: 0;
  padding: 0;
}

.pacifico-regular {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
}

.primary {
  color: var(--brand-primary);
}

.alternate {
  color: var(--alternate-color);
  font-size: 0.9em;
}

.small {
  font-size: 1em;
}

.small-text {
  font-size: 1.75rem;
}

.large {
  font-size: 2em;
}

.large-icon {
  font-size: 2.5em;
}

.uppercase {
  text-transform: uppercase;
}

.page-width {
  gap: 2em;
  margin: 0 auto;
  width: 1293px;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.p-4 {
  padding: 4rem;
}

.italic {
  font-style: italic;
}

.top-line {
  background-color: var(--background-primary);
  height: 60px;
  padding: 0 2em;
}

.hero {
  border-bottom: 1px solid var(--brand-primary);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 2rem;
}

.hero-content {
  align-content: center;
  display: grid;
  padding-left: 2rem;
}

/*------------------------------------------------------------------*/
/* ;TEACHERS */
/*------------------------------------------------------------------*/
.teachers {
  display: grid;
  gap: 4rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.teacher-title {
  text-align: center;
}

.pink {
  color: hsl(353, 84%, 69%);
}

.pink-border {
  border: 0.5rem solid hsl(353, 84%, 69%);
}

.yellow {
  color: hsl(45, 87%, 55%);
}

.yellow-border {
  border: 0.5rem solid hsl(45, 87%, 55%);
}

.blue {
  color: hsl(181, 46%, 73%);
}

.blue-border {
  border: 0.5rem solid hsl(181, 46%, 73%);
}

.orange {
  color: hsl(25, 66%, 64%);
}

.orange-border {
  border: 0.5rem solid hsl(25, 66%, 64%);
}

.teacher-img {
  align-items: center;
  border-bottom: 2px dashed var(--brand-primary);
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
  padding: 1rem; /* optional, for spacing */
}

.teacher-profile {
  border-top: 2px solid var(--brand-primary);
  padding-top: 1rem;
}

/*------------------------------------------------------------------*/
/* ;MEMBERSHIP */
/*------------------------------------------------------------------*/
.membership-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.membership-table th,
.membership-table td {
  border: 1px solid #ccc;
  padding: 0.75rem;
  text-align: left;
}

.membership-table th {
  background-color: #f0f8f0;
  font-weight: bold;
}

.membership h2,
.membership h3 {
  margin-top: 2rem;
  font-size: 1.5rem;
}

.membership a {
  color: #007b7f;
  text-decoration: underline;
}

/*------------------------------------------------------------------*/
/* ;PRICING PLANS */
/*------------------------------------------------------------------*/
.pricing-options {
  display: grid;
  gap: 2rem;
  margin-top: 2rem;
}

.plan {
  border: 1px solid #ddd;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background-color: #f9f9f9;
}

.plan h3 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}

.plan p {
  margin: 0.5rem 0;
}

/*------------------------------------------------------------------*/
/* ;PRIVATE YOGA */
/*------------------------------------------------------------------*/
/* Container styling */
.private-yoga {
  max-width: 800px;
  margin: 2rem auto;
  padding: 2rem;
  background-color: #fdfdfd;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

/* Headings */
.private-yoga h2,
.private-yoga h3 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: #2c3e50;
}

.private-yoga h2 {
  font-size: 1.75rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
}

.private-yoga h3 {
  font-size: 1.25rem;
}

/* Paragraphs */
.private-yoga p {
  margin: 0.75rem 0;
  line-height: 1.6;
}

/* Lists */
.private-yoga ul {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.75rem 0;
}

.private-yoga li {
  margin-bottom: 0.5rem;
}

/* Links */
.private-yoga a {
  color: #007b7f;
  text-decoration: underline;
  font-weight: 500;
}

.private-yoga a:hover {
  text-decoration: none;
  color: #005f61;
}

/* Emoji spacing */
.private-yoga span[role=img] {
  margin-right: 0.5rem;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .private-yoga {
    padding: 1rem;
  }
  .private-yoga h2 {
    font-size: 1.5rem;
  }
  .private-yoga h3 {
    font-size: 1.1rem;
  }
}
/*------------------------------------------------------------------*/
/* ;FAQS */
/*------------------------------------------------------------------*/
.faqs {
  max-width: 800px;
  margin: 2rem auto;
  padding: 1.5rem;
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

.faqs h2 {
  font-size: 1.75rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #eee;
  padding-bottom: 0.5rem;
}

.faqs details {
  margin: 1rem 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1rem;
  background-color: #f9f9f9;
}

.faqs summary {
  font-weight: 600;
  cursor: pointer;
  font-size: 1.1rem;
}

.faqs summary span[role=img] {
  margin-right: 0.5rem;
  font-size: 1.2rem;
}

.faqs p {
  margin-top: 0.5rem;
  line-height: 1.6;
}

.faqs a {
  color: #007b7f;
  text-decoration: underline;
}

.faq-content {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding-left: 3.5rem;
  padding-top: 1rem;
  transition: max-height 0.4s ease, opacity 0.4s ease;
}

details.open .faq-content {
  max-height: 500px; /* adjust as needed */
  opacity: 1;
}

/* Philosophy Section */
.philosophy {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fdfdfd;
}

.philosophy h2,
.philosophy h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.philosophy h2 {
  font-size: 2rem;
  border-bottom: 2px solid #d4eac7;
  padding-bottom: 0.5rem;
}

.philosophy h3 {
  font-size: 1.5rem;
  color: #3a6b4f;
}

.philosophy p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.guiding-values {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.guiding-values li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.guiding-values li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.cta-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cta-links .btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #3a6b4f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-links .btn:hover,
.cta-links .btn:focus {
  background-color: #2e563e;
}

/* Studio Space Section */
.studio-space {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fcfcfc;
}

.studio-space h2,
.studio-space h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.studio-space h2 {
  font-size: 2rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
}

.studio-space h3 {
  font-size: 1.5rem;
  color: #3a6b4f;
}

.studio-space p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.studio-space address {
  font-style: normal;
  margin-top: 1rem;
  font-size: 1.1rem;
  line-height: 1.5;
}

.studio-features {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.studio-features li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.studio-features li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.cta-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cta-links .btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #3a6b4f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-links .btn:hover,
.cta-links .btn:focus {
  background-color: #2e563e;
}

/* Community Section */
.community {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fefefe;
}

.community h2,
.community h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.community h2 {
  font-size: 2rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
}

.community h3 {
  font-size: 1.5rem;
  color: #3a6b4f;
}

.community p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.community-offerings {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.community-offerings li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.community-offerings li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.cta-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cta-links .btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #3a6b4f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-links .btn:hover,
.cta-links .btn:focus {
  background-color: #2e563e;
}

/* Contact Section */
.contact {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fcfcfc;
}

.contact h2,
.contact h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.contact h2 {
  font-size: 2rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
}

.contact h3 {
  font-size: 1.5rem;
  color: #3a6b4f;
}

.contact p,
.contact address {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.contact address {
  font-style: normal;
  line-height: 1.5;
}

.studio-hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.studio-hours th,
.studio-hours td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}

.contact-form label {
  font-weight: 500;
  color: #3a6b4f;
}

.contact-form input,
.contact-form textarea {
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 1rem;
  font-family: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #3a6b4f;
  box-shadow: 0 0 0 2px rgba(58, 107, 79, 0.2);
}

.contact-form .btn {
  align-self: start;
  padding: 0.75rem 1.25rem;
  background-color: #3a6b4f;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form .btn:hover,
.contact-form .btn:focus {
  background-color: #2e563e;
}

/* Location & Hours Section */
.location-hours {
  padding: 3rem 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fcfcfc;
}

.location-hours h2,
.location-hours h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.location-hours h2 {
  font-size: 2rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
}

.location-hours h3 {
  font-size: 1.5rem;
  color: #3a6b4f;
}

.location-hours p,
.location-hours address {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.location-hours address {
  font-style: normal;
  line-height: 1.5;
}

.location-details {
  list-style: none;
  padding-left: 0;
  margin-bottom: 2rem;
}

.location-details li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.location-details li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.studio-hours {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1rem;
}

.studio-hours th,
.studio-hours td {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ddd;
  text-align: left;
}

.arrival-note {
  font-style: italic;
  color: #555;
  margin-bottom: 2rem;
}

.cta-links {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.cta-links .btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #3a6b4f;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.cta-links .btn:hover,
.cta-links .btn:focus {
  background-color: #2e563e;
}

.contact-page {
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #333;
}

.contact-page h1,
.contact-page h2 {
  color: #2c3e50;
  margin-bottom: 0.5rem;
}

.contact-form {
  margin-top: 1.5rem;
  display: grid;
  gap: 1rem;
}

.contact-form label {
  font-weight: bold;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.contact-form button {
  background-color: #4CAF50;
  color: white;
  padding: 0.75rem 1.5rem;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.contact-form button:hover {
  background-color: #45a049;
}

.contact-reasons ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.contact-options a {
  color: #0066cc;
  text-decoration: none;
}

.contact-options a:hover {
  text-decoration: underline;
}

.contact-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  background-color: #f39c12;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  font-weight: bold;
}

.btn:hover {
  background-color: #e67e22;
}

/* Studio Policies Section */
.studio-policies {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fefefe;
}

.studio-policies h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
  color: #1a1a1a;
}

.studio-policies h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #3a6b4f;
}

.studio-policies p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.studio-policies ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.studio-policies ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.studio-policies ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.studio-policies a {
  color: #007b7f;
  text-decoration: underline;
}

.studio-policies a:hover {
  text-decoration: none;
}

/* Terms & Conditions Section */
.terms-conditions {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fffdf9;
}

.terms-conditions h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e0e0e0;
  padding-bottom: 0.5rem;
  color: #1a1a1a;
}

.terms-conditions h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #3a6b4f;
}

.terms-conditions p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.terms-conditions ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.terms-conditions ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.terms-conditions ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.terms-conditions a {
  color: #007b7f;
  text-decoration: underline;
}

.terms-conditions a:hover {
  text-decoration: none;
}

/* Privacy Policy Section */
.privacy-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fefefe;
}

.privacy-policy h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #e0f0e0;
  padding-bottom: 0.5rem;
  color: #1a1a1a;
}

.privacy-policy h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #3a6b4f;
}

.privacy-policy p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.privacy-policy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.privacy-policy ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.privacy-policy ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.privacy-policy a {
  color: #007b7f;
  text-decoration: underline;
}

.privacy-policy a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------*/
/* ;social links */
/*------------------------------------------------------------------*/
.social-icon {
  padding: 1rem;
  transition: background-color 0.4s ease-in-out;
}

.social-icon:hover {
  background-color: var(--brand-alt);
  color: var(--background-alt);
}

/* Cancellation & Refund Policy Section */
.cancellation-policy {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #fffdf8;
}

.cancellation-policy h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #f0e0e0;
  padding-bottom: 0.5rem;
  color: #a12c2c;
}

.cancellation-policy h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #3a6b4f;
}

.cancellation-policy p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.cancellation-policy ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.cancellation-policy ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.cancellation-policy ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.cancellation-policy a {
  color: #007b7f;
  text-decoration: underline;
}

.cancellation-policy a:hover {
  text-decoration: none;
}

/* Accessibility Statement Section */
.accessibility-statement {
  max-width: 800px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  font-family: "Segoe UI", sans-serif;
  line-height: 1.6;
  color: #2c2c2c;
  background-color: #f8fff8;
}

.accessibility-statement h1 {
  font-size: 2rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid #d0e8d0;
  padding-bottom: 0.5rem;
  color: #2a6b2a;
}

.accessibility-statement h2 {
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
  color: #3a6b4f;
}

.accessibility-statement p {
  margin-bottom: 1rem;
  font-size: 1.1rem;
}

.accessibility-statement ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 1.5rem;
}

.accessibility-statement ul li {
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.accessibility-statement ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #3a6b4f;
  font-size: 1.2rem;
  line-height: 1;
}

.accessibility-statement a {
  color: #007b7f;
  text-decoration: underline;
}

.accessibility-statement a:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------*/
/* ;section banners */
/*------------------------------------------------------------------*/
.banner, .content {
  padding: 2rem 20% 0 20%;
}

p {
  padding: 1rem 0;
}

p > span {
  display: block;
  padding-left: 2rem;
}

.thumbnail {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 175px;
}

.thumbnail-medium {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 175px;
}

.thumbnail-large {
  aspect-ratio: 1/1;
  object-fit: cover;
  width: 575px;
}

.thumbnail-banner {
  /*aspect-ratio: 1 / 1;
  object-fit: cover;*/
  width: 975px;
}

.teacher-img > img {
  border-radius: 50%;
  width: 200px;
}

.inner-banner {
  display: grid;
  height: 400px;
  justify-content: center;
  margin-top: 2rem;
  position: relative;
}

.parallax {
  background-size: cover;
  height: 545px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.faded {
  opacity: 0;
}

/*------------------------------------------------------------------*/
/* ;book-online-section */
/*------------------------------------------------------------------*/
.top-line, .header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}

.hours, .location {
  align-items: center;
  column-gap: 0.25em;
  display: flex;
}

header {
  display: block;
  position: relative;
}

.header-wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 0 2em;
  height: 90px;
  position: sticky;
  top: 0;
  will-change: transform;
  z-index: 10;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.fixed {
  position: fixed; /* Keeps it fixed at the top of the viewport */
  top: 0;
  width: 100%; /* Ensures it spans the width of the window */
  z-index: 10;
  background-color: var(--background-primary);
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Optional: Add shadow for visual pop */
}

.logo, .menu, .profile {
  /*display: flex;*/
}

/*
.logo {
    font-size: 3em;
}

.logo > img, .logo > a > img {
    width: 30px;
}

.logo > img, .logo > a {
    align-items: center;
    color: var(--brand-primary);
    display: grid;
    grid-template-columns: repeat(3, auto);
    text-decoration: none;
}

.logo > a {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    text-decoration: none;
    color: var(--brand-primary);
}
*/
.logo {
  font-size: 3em;
}

.logo > a {
  display: flex;
  align-items: center;
  gap: 0.2em;
  text-decoration: none;
  color: var(--brand-primary);
}

.logo span {
  display: inline-flex;
  align-items: center;
  height: 1em; /* Ensures vertical consistency */
  line-height: 1;
}

.small-text {
  font-size: 0.4em;
  align-self: flex-end;
  line-height: 1;
}

.medium-text {
  font-size: 0.75em;
  align-self: flex-end;
  line-height: 1;
}

.menu {
  flex: 2;
  justify-content: center;
  padding-top: 1em;
  text-align: center;
}

.menu-wrapper {
  position: relative;
}

.hamburger-button {
  display: none; /* Default: hidden on larger screens */
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}

.profile {
  flex: 1;
  justify-content: right;
  text-align: right;
}

.menu > ul, .socials > ul {
  display: flex;
  list-style: none;
}

.menu > ul > li {
  margin: 0 1em;
  text-transform: uppercase;
}

.nav-link {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.nav-link:hover {
  color: var(--brand-primary);
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu > ul > li {
  display: inline-block;
  position: relative; /* Needed for dropdown positioning */
  margin-right: 15px;
}

.menu > ul > li > a {
  text-decoration: none;
  padding: 10px 15px;
  display: inline-block;
  color: var(--background-alt);
}

.menu > ul > li > a.selected {
  color: var(--brand-primary);
}

.dropdown-menu {
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  margin: 0;
  opacity: 0; /* For fade-in effect */
  background-color: var(--background-primary);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.6s ease, visibility 0.3s ease; /* Smooth fade-in */
  visibility: hidden;
  z-index: 1000;
}

.dropdown:hover > .dropdown-menu {
  visibility: visible; /* Make visible */
  opacity: 1; /* Fully opaque */
}

.dropdown-menu li {
  padding: 10px;
}

.dropdown-menu li a {
  text-decoration: none;
  color: var(--background-alt);
  color: #000;
  display: block;
  transition: color 0.4s ease-in-out;
}

.dropdown-menu li a:hover {
  color: var(--brand-primary);
  color: var(--brand-alt);
}

.dropdown:hover > .dropdown-menu {
  display: block; /* Show the dropdown */
  opacity: 1; /* Fade-in effect */
}

.arrow {
  margin-left: 5px;
  font-size: 12px;
  color: var(--background-alt);
}

.btn {
  background-color: var(--brand-primary);
  border: unset;
  border-radius: 12px;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  padding: 1em 2em;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}

.btn:hover {
  background-color: var(--background-primary);
}

.socials {
  display: flex;
  align-content: center;
}

.socials > ul > li {
  margin: 0 0.75em;
}

.fa-brands {
  color: var(--brand-alt);
  font-size: 1.5em;
}

.container {
  margin: 0;
  padding: 0;
}

.home-banner {
  background-image: url("/images/projects/theyogaplace/banners/yoga-banner.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 800px 400px;
  display: grid;
  height: 400px;
  justify-content: center;
  margin-top: 4rem;
  position: relative;
  width: 100%;
}

.tagline {
  bottom: 0px;
  left: 30%;
  position: absolute;
  text-align: left;
  color: var(--brand-primary) !important;
  font-size: 2.5rem;
  padding-left: 75px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.line {
  background-color: var(--brand-primary);
  bottom: 20px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: inline-block;
  height: 8px;
  left: -85px;
  position: absolute;
  width: 75px;
}

.slide-in {
  opacity: 0;
  transform: translateX(-100px); /* Slide in from the left */
  /*transition: opacity 0.6s ease-out, transform 0.6s ease-out;*/
  transition: opacity 0.6s ease-out 0.5s, transform 0.6s ease-out 0.5s;
}

.slide-in.visible {
  opacity: 1;
  transform: translateX(0);
}

.banner-large {
  text-align: center;
}

.tagline > p, .inner-tagline > p {
  align-items: center;
  column-gap: 0.75em;
  display: flex;
  position: relative;
  text-transform: uppercase;
}

.filler {
  height: 800px;
  background-color: green;
}

/*------------------------------------------------------------------*/
/* ;about-section */
/*------------------------------------------------------------------*/
.main-two-column {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4rem;
  padding: 0 20rem;
}

.column {
  /*height: 500px;*/
}

p.home {
  padding-top: 1.5rem;
  max-width: 80%;
}

.content-grid {
  column-gap: 2em;
  display: grid;
  grid-template-columns: max-content 300px;
  margin-top: 2em;
}

.icon {
  height: auto;
  width: 75px;
}

/*------------------------------------------------------------------*/
/* ;banners section is located in _parallax.scss                    */
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/* ;page services */
/*------------------------------------------------------------------*/
.food-services, .coffee-menu {
  padding-top: 4rem;
}

.main-three-column {
  column-gap: 2em;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 20em;
  text-align: center;
}

.main-four-column.main-services {
  padding: 0 0 4rem 0;
}

.service {
  cursor: pointer;
  position: relative;
  height: 270px;
  margin: 2rem;
  overflow: hidden;
  width: 370px;
}

.services-content-wrapper {
  height: 270px;
  position: absolute;
  top: 30%;
  width: 370px;
  z-index: 100;
}

.medium-icon {
  font-size: 3.5rem;
}

.item-wrapper {
  background-color: var(--background-primary);
  border-radius: 25px;
  line-height: 1.7;
  padding: 1rem;
}

.main-services > .column {
  border: 1px solid var(--brand-primary);
  border-radius: 25px;
  padding: 1rem;
}

section.dark-background {
  margin-top: 4rem;
}

/*------------------------------------------------------------------*/
/* ;tab-menu */
/*------------------------------------------------------------------*/
.tab-menu {
  display: flex;
  column-gap: 2rem;
  justify-content: center;
  width: 100%;
}

.tab {
  background-color: var(--background-alt);
  border-radius: 15px;
  cursor: pointer;
  padding: 1rem 2rem;
  text-transform: uppercase;
}

.tab.active {
  background-color: var(--brand-primary);
}

.tab-content {
  background-color: var(--background-alt);
  column-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(2, 400px);
  justify-content: center;
  margin-top: 2rem;
  padding: 2rem 0;
  row-gap: 2rem;
  width: 100%;
}

.tab-content-wrapper {
  display: grid;
  grid-template-columns: auto auto;
}

.tab-content-item {
  /*border: 1px solid var(--brand-primary);
  border-radius: 15px;
  padding: 2rem;*/
  width: 430px;
}

.tab-image {
  border-radius: 15px;
  height: 160px;
  overflow: hidden;
  width: 150px;
}

.product-content {
  padding-left: 1rem;
}

.product-title {
  font-size: 1.25rem;
  text-transform: capitalize;
}

.product-description {
  padding: 1rem 0;
}

.product-price {
  color: var(--brand-primary);
  font-size: 1.75rem;
  text-align: left;
}

.advertisements {
  display: grid;
  justify-items: center;
  margin-top: 8rem;
  padding: 4rem 0;
  text-align: center;
}

.six-column-grid {
  column-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(6, max-content);
  justify-items: center;
}

.ad {
  width: max-content;
}

.ad > img {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.4s ease-in-out;
  width: 50%;
}

.ad > img:hover {
  opacity: 1;
}

/*------------------------------------------------------------------*/
/* ;footer-section */
/*------------------------------------------------------------------*/
.footer-wrapper {
  display: grid;
  justify-content: center;
}

.footer {
  border-top: 1px solid var(--brand-primary);
  display: flex;
  justify-content: space-between;
  padding-bottom: 4em;
  padding-top: 4em;
  width: 1150px;
}

.footer > div > ul > li {
  padding: 0.25em 0;
}

.footer-contact {
  line-height: 1.3;
}

.column-one-footer {
  align-items: start;
}

.footer-list {
  font-size: 0.85rem;
  margin-top: 0.5rem;
}

.footer-list > li {
  padding: 0.5rem 0.75rem;
}

.footer-logo {
  align-items: flex-start;
  column-gap: 0.5em;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 1.5em;
  text-align: left;
}

.footer-nav {
  display: flex;
  flex-direction: column;
}

.footer-nav > li {
  margin: 0;
  padding: 0 1rem;
}

.footer-nav-link {
  color: var(--brand-primary);
  font-size: 1rem;
  text-decoration: none;
  transition: 0.4s color ease-in-out;
}

.footer-nav-link:hover {
  color: #fff;
}

.footer-logo > img {
  width: 20px;
}

.column-one-footer, .column-two-footer, .column-three-footer, .column-four-footer {
  display: flex;
}

.column-one-footer {
  padding-left: 2em;
}

.column-four-footer {
  padding-right: 2em;
}

.column-two-footer, .column-three-footer, .column-four-footer {
  flex-direction: column;
}

.footer-contact-wrapper {
  column-gap: 0.75em;
  display: flex;
  margin-bottom: 1em;
}

.material-symbols-outlined {
  display: inline-block;
}

.gallery-wrapper {
  gap: 1em;
  display: grid;
  grid-template-columns: repeat(3, auto);
}

.gallery-item {
  position: relative;
  overflow: hidden; /* Ensures the zoomed image doesn't go outside the container */
  width: 80px; /* Set a fixed size for your container */
  height: 80px; /* Match the aspect ratio of your image */
}

.gallery-item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: cover; /* Keeps the image nicely scaled within the container */
  transition: transform 0.6s ease; /* Smooth zoom effect */
}

.gallery-item:hover img {
  transform: scale(1.2); /* Zoom in the image on hover */
}

.modal-wrapper {
  align-items: center; /* Vertically center */
  background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
  display: none;
  height: 100%;
  justify-content: center; /* Horizontally center */
  left: 0;
  padding-bottom: 5%;
  padding-top: 5%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.modal > img {
  width: 50%;
  /*height: 50%;
  width: auto;*/
  /*width: 50%;*/
}

/*
.caption {
    text-align: center;
    color: white;
    padding: 10px;
}
*/
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: white;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
}

.bottom-line {
  border-top: 1px solid var(--brand-alt);
  color: var(--brand-alt);
  font-size: 0.7em;
  line-height: 1.7;
  padding-bottom: 1em;
  padding-top: 1em;
  text-align: center;
  text-transform: uppercase;
}

.bottom-line > hr {
  color: var(--brand-primary);
  padding-bottom: 1em;
  display: none;
}

.alt-background {
  background-color: var(--background-alt);
  margin-top: 2em;
}

.section-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
}

.main-four-column {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  justify-items: center;
  margin-top: 0em;
  padding-bottom: 4em;
  padding-top: 4em;
  width: 1150px;
}

.counter {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  color: #333;
}

.stat-column {
  line-height: 1.7;
}

.stat-column > .icon-wrapper {
  border: none; /* Keeps the element size consistent */
  box-shadow: none; /* No visible box-shadow initially */
  border-radius: 25px;
  display: grid;
  justify-items: center;
  padding: 1em;
  width: 100%;
  transition: box-shadow 0.6s ease-in-out;
}

.stat-column > .icon-wrapper:hover {
  box-shadow: 0 0 0 1px var(--brand-primary);
  cursor: pointer;
}

.stat-column > .icon-wrapper > .icon {
  background-color: var(--background-primary);
  border-radius: 25px;
  color: var(--brand-primary);
  padding: 2em;
  width: unset;
}

.stat-column > .icon-wrapper > .icon > span {
  font-size: 4rem;
}

/*------------------------------------------------------------------*/
/* ;baristas page                                                   */
/*------------------------------------------------------------------*/
.baristas {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 270px);
  justify-content: center;
  justify-items: center;
}

.barista {
  background-color: var(--background-alt);
  cursor: pointer;
  height: max-content;
  padding: 2rem 2rem 1rem 2rem;
  text-align: center;
  width: 270px;
  position: relative;
  overflow: hidden;
}

.barista-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.barista-title {
  color: var(--brand-primary);
  padding: 1rem 0;
}

.barista > img {
  border-radius: 25px;
  transition: transform 0.3s ease;
  max-width: 100%;
  max-height: 100%;
}

.barista:hover > img {
  transform: scale(1.1);
}

.barista-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.barista:hover .barista-overlay {
  opacity: 1;
}

/*------------------------------------------------------------------*/
/* ;blog cards                                                      */
/*------------------------------------------------------------------*/
.gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%; /* Adjust the height as needed */
  background: linear-gradient(to top, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  pointer-events: none; /* Ensure the overlay doesn't interfere with interactions */
  transition: opacity 0.5s ease-in-out;
}

.card-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}

.view-all-blog-btn {
  margin-top: 4rem;
}

.photo-gallery-section {
  margin-top: 4rem;
}

.gallery-content-wrapper {
  display: grid;
  justify-content: center;
  margin-top: 2rem;
}

.gallery-content {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  width: 1150px;
}

.gallery-image {
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.gallery-image img {
  display: block;
}

.gallery-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Slight opaque overlay */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.gallery-image:hover .gallery-image-overlay {
  opacity: 1;
}

.fullsize-overlay {
  display: none; /* Initially hidden */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8); /* Dark overlay */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.fullsize-overlay img {
  max-width: 90%;
  max-height: 90%;
}

/*------------------------------------------------------------------*/
/* ;faq section                                                     */
/*------------------------------------------------------------------*/
.faqs {
  margin: 0 auto;
  margin-top: 4rem;
  width: 1145px;
}

.faq {
  background-color: var(--dark-background);
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  padding: 1rem;
}

.question {
  display: flex;
  justify-content: space-between;
  align-items: center; /* Optional: ensures vertical alignment */
  cursor: pointer; /* Indicates it's clickable */
}

.answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 1rem;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out;
}

.answer > hr {
  background-color: var(--brand-primary);
  border: 0;
  height: 2px;
  margin-bottom: 1rem;
}

.answer-wrapper {
  display: grid;
  grid-template-columns: max-content 800px;
}

.answer-content {
  padding: 0 1rem;
}

.answer-content > p {
  margin-bottom: 1rem;
}

.answer.open {
  max-height: 1000px; /* Adjust as needed */
  opacity: 1;
}

.material-symbols-outlined {
  transition: transform 0.5s ease-out;
}

.material-symbols-outlined.rotate {
  transform: rotate(90deg);
}

/*------------------------------------------------------------------*/
/* ;blog standard page                                              */
/*------------------------------------------------------------------*/
.blog-standard {
  column-gap: 4rem;
  display: grid;
  grid-template-columns: 750px 325px;
  margin: 0 auto;
  width: 1150px;
}

.blog-medium-content-wrapper {
  background-color: var(--background-primary);
  margin-top: -2px;
  padding: 1rem 2rem 2rem 2rem;
  width: 755px;
}

.blog-medium-card:not(:first-child) {
  margin-top: 2rem;
}

.blog-medium-card > img {
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.blog-date {
  align-items: center;
  column-gap: 0.5rem;
  display: flex;
  margin: 1rem 0;
}

.blog-title, .blog-teaser, .blog-read-more {
  margin-top: 1rem;
}

.blog-read-more {
  text-transform: uppercase;
}

.blog-side-bar > div {
  margin-bottom: 2rem;
  padding: 2rem;
}

.align-left {
  text-align: left;
}

.border {
  border: 1px solid var(--brand-primary);
  border-radius: 15px;
}

.blog-categories > ul > li, .blog-recent-posts > ul > li, .blog-archive > ul > li, .blog-recent-comments > ul > li {
  margin-bottom: 0.75rem;
}

.blog-tag {
  background-color: var(--background-primary);
  border-radius: 5px;
  display: inline-block;
  margin: 0.25rem;
  padding: 0.5rem;
  text-transform: uppercase;
}

.blog-tag-dark {
  background-color: var(--background-alt);
}

.blog-tag-lite {
  background-color: var(--background-primary);
}

.article-wrapper {
  margin: 0 auto;
  width: 750px;
}

.article-date {
  margin: 2rem 0;
  text-align: center;
}

.inset {
  background-color: var(--background-alt);
  margin: 2rem 0;
  padding: 2rem;
}

.blog-list {
  list-style: disc;
  margin: 2rem 0 2rem 2rem;
}

.blog-list > li {
  margin-bottom: 0.75rem;
}

.article-title {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-align: center;
}

.blog-single-img {
  margin: 2rem 0;
  height: auto;
  width: 750px;
}

p.tags {
  margin-top: 2rem;
}

.comments {
  margin-top: 4rem;
}

.comment {
  column-gap: 3rem;
  display: grid;
  grid-template-columns: 70px 610px;
  margin-top: 2rem;
}

.blog-profile-img {
  border-radius: 50%;
}

.comment-date {
  font-size: 0.95rem;
}

.comment-header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.comment-description {
  line-height: 1.3;
  margin-top: 1rem;
}

.reply-button {
  font-size: 0.75rem;
  margin-top: 1rem;
  text-transform: uppercase;
}

.replay-btn {
  font-style: italic;
  margin-left: 0.5rem;
}

.leave-comment {
  width: 750px;
}

.leave-comment {
  margin-top: 4rem;
}

.comment-form-input {
  background-color: unset;
  border: 1px solid var(--off-white);
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 1rem 0;
  padding: 0.75rem;
  width: 750px;
}

.contact-cards {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  margin-top: 4rem;
  width: 1150px;
}

.contact-card {
  background-color: var(--dark-background);
  line-height: 1.7;
  padding: 2rem;
  text-align: center;
}

.contact-title {
  font-size: 1.5rem;
  font-weight: bold;
}

.contact-card-separator {
  border-top: 2px dashed var(--brand-primary);
  margin: 2rem;
}

.contact-medium-icon {
  font-size: 3rem;
  margin-bottom: 2rem;
}

.contact-form {
  margin: 0 auto;
  margin-top: 4rem;
  padding: 4rem 4rem;
  text-align: center;
  width: 1150px;
}

.contact-form-input {
  background-color: unset;
  border: 1px solid var(--off-white);
  border-radius: 5px;
  font-size: 1.5rem;
  margin: 1rem 0.5rem;
  padding: 0.75rem;
}

.full-size-input {
  width: 1000px;
}

.box-shadow {
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.text-shadow {
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}

.logo-wrapper {
  flex: 1;
}

.menu-wrapper {
  bottom: 1rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.profile {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

/*------------------------------------------------------------------*/
/* ;media queries                                                   */
/*------------------------------------------------------------------*/
@media (min-width: 1200px) {
  .container {
    max-width: var(--page-width);
  }
}
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
/*@media screen and (max-width: 768px) {
    @import 'partials/Kaffee/medium';
}*/
/*------------------------------------------------------------------*/
/*------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  :root {
    --page-width: 412px;
  }
  html, body {
    overflow-x: hidden;
  }
  .container {
    max-width: 100%;
  }
  .top-line {
    display: none;
  }
  .header-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    height: 58px;
    margin: 0;
    max-width: var(--page-width);
    padding: 0;
  }
  .profile {
    display: none;
  }
  .logo {
    align-items: center; /* Vertically centers the items */
    border-bottom: 1px solid var(--brand-primary);
    display: flex; /* Enables flexbox for the container */
    gap: 0.25em; /* Adds space between the image and the text */
    justify-content: center;
    max-width: 100%; /* Keeps the container responsive */
    padding: 0.5em 0;
  }
  .logo img {
    height: 25px; /* Adjust the image height as needed */
    width: auto; /* Maintain the aspect ratio */
  }
  .logo > img, .logo > a > img {
    width: 22px;
  }
  .logo span {
    font-size: 1.5rem; /* Optional: Adjust text size as needed */
    display: flex; /* Ensures proper alignment in complex cases */
    align-items: center; /* Vertically centers the text if wrapped */
  }
  .menu-wrapper {
    background-color: var(--background-primary);
    background-color: transparent; /* Optional for styling */
    height: 100vh;
    position: relative;
  }
  .hamburger-button {
    align-items: center; /* Vertically centers content inside the button */
    background-color: transparent; /* Optional for styling */
    border: none; /* Removes default border */
    cursor: pointer; /* Adds the pointer cursor */
    display: inline-flex; /* Ensures the button wraps the content and is fully clickable */
    height: 40px; /* Matches width for a square button */
    justify-content: center; /* Horizontally centers content */
    padding: 0; /* Ensures no extra space around the button */
    position: absolute;
    right: 0.5rem;
    top: -50px;
    width: 40px; /* Sets a defined clickable size */
    z-index: 1000;
  }
  .menu {
    position: fixed; /* Overlay on mobile */
    top: -90px;
    left: 0px;
    height: 100%;
    width: 100%; /* Adjust width to fit mobile screen */
    transition: transform 0.3s ease;
    transform: translateX(-100%); /* Slide-out by default */
  }
  .menu.open {
    display: block;
    height: 100%;
    transform: translateX(0); /* Slide-in when open */
    position: relative;
    width: 100%;
  }
  .menu > ul {
    flex-direction: column;
    margin-top: 100px;
    text-align: left;
  }
  /*------------------------------------------------------------------*/
  /* ;main                                                            */
  /*------------------------------------------------------------------*/
  main {
    max-width: 412px;
  }
  section {
    max-width: 412px;
  }
  .banner-large {
    max-width: 412px;
    padding-top: 1rem;
  }
  .banner-large > img {
    height: auto;
    width: 412px;
  }
  .tagline {
    left: 5%;
    top: 15%;
  }
  .tagline > h2 {
    font-size: 2rem;
  }
  .tagline > p > .black {
    color: #fff;
  }
  /*------------------------------------------------------------------*/
  /* ;footer-wrapper                                                  */
  /*------------------------------------------------------------------*/
  .footer-wrapper {
    display: unset;
  }
  .footer {
    border-top: 1px solid var(--brand-primary);
    flex-direction: column;
    margin-top: 125px;
    padding: 1rem 1em 0 0;
  }
  .column-one-footer {
    padding-left: unset;
    padding-left: 1rem;
  }
  .column-two-footer, .column-three-footer, .column-four-footer {
    border-top: 1px solid var(--brand-primary);
    margin-top: 1rem;
    padding-left: 1rem;
    padding-top: 1rem;
  }
  .column-two-footer {
    line-height: 1.3;
  }
  .column-four-footer {
    align-items: center;
    padding: unset;
    padding-bottom: 2rem;
    padding-top: 1rem;
    width: 412px;
  }
  .column-four-footer > h3 {
    font-size: 1.5rem;
    padding-left: 1rem;
    text-align: center;
    width: 412px;
  }
  .gallery-wrapper {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    max-width: max-content;
    max-width: 382px;
    padding: unset;
    text-align: center;
  }
  .gallery-item {
    height: auto;
    text-align: center;
    width: 150px;
  }
  .gallery-item > img {
    height: auto;
    width: 150px;
  }
  .bottom-line {
    font-size: 0.75rem;
    line-height: 1.7;
    max-width: 382px;
    padding: 1rem 1rem;
  }
  .bottom-line > div {
    max-width: 350px;
  }
  .main-two-column {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .main-four-column {
    grid-template-columns: 1fr;
    width: 100%;
  }
  .column {
    width: 412px;
  }
  .content-grid > .content-wrapper {
    width: 270px;
  }
  .home-coffee-bean {
    height: 300px;
    width: auto;
  }
  .pt-1 {
    margin-top: 4rem;
  }
  .footer {
    margin-top: 4rem;
  }
  .parallax {
    height: 119px;
  }
  .about-banner {
    align-items: unset;
    justify-content: unset;
    background-size: contain;
    background-attachment: scroll;
  }
  .banner-medium {
    position: relative;
  }
  .inner-tagline {
    left: 57px;
    position: absolute;
    text-align: left;
    top: 35%;
  }
  .inner-tagline > h2 {
    font-size: 2.5rem;
    text-transform: uppercase;
  }
  .about-coffee-bean {
    border-radius: 25px;
    margin-top: 2rem;
    width: 380px;
  }
  .advertisements {
    background: var(--dark-background);
    margin-bottom: unset;
    margin-top: 4rem;
  }
  .baristas, .gallery-content {
    grid-template-columns: auto;
    justify-items: center;
    width: 100%;
  }
  .photo-gallery-section > h6 {
    padding-bottom: unset;
  }
  .faqs {
    width: 100%;
  }
  .about-banner {
    background: url("/images/projects/kaffee/banners/about-banner.png") no-repeat top center fixed;
  }
  .baristas-banner {
    background: url("/images/projects/kaffee/banners/baristas-banner.png") no-repeat top center fixed;
  }
  .blog-grid-banner {
    background: url("/images/projects/kaffee/banners/blog-grid-banner.png") no-repeat top center fixed;
  }
  .blog-single-banner {
    background: url("/images/projects/kaffee/banners/blog-single-banner.png") no-repeat top center fixed;
  }
  .blog-standard-banner {
    background: url("/images/projects/kaffee/banners/blog-standard-banner.png") no-repeat top center fixed;
  }
  .coffee-menu-banner {
    background: url("/images/projects/kaffee/banners/coffee-menu-banner.png") no-repeat top center fixed;
  }
  .contact-banner {
    background: url("/images/projects/kaffee/banners/contact-banner.png") no-repeat top center fixed;
  }
  .faq-banner {
    background: url("/images/projects/kaffee/banners/faq-banner.png") no-repeat top center fixed;
  }
  .gallery-banner {
    background: url("/images/projects/kaffee/banners/gallery-banner.png") no-repeat top center fixed;
  }
  .history-banner {
    background: url("/images/projects/kaffee/banners/history-banner.png") no-repeat top center fixed;
  }
  .home-banner {
    background: url("/images/projects/kaffee/banners/home-hero.png") no-repeat top center fixed;
  }
  .services-banner {
    background: url("/images/projects/kaffee/banners/services-banner.png") no-repeat top center fixed;
  }
  .blog-section-page {
    margin-top: unset;
  }
  .article-wrapper {
    padding: 0 2rem;
    width: 100%;
  }
  .article-content > p > img {
    width: 95%;
  }
  .comment {
    grid-template-columns: auto;
  }
  .comment-form-input {
    width: 100%;
  }
  .leave-comment {
    display: none;
  }
  .contact-cards {
    grid-template-columns: auto;
  }
  .contact-form {
    display: none;
    padding: unset;
    width: 100%;
  }
  .food-services {
    margin-top: unset;
    padding-top: 2rem;
  }
  .service {
    margin: unset;
    margin: 0 auto;
    margin-bottom: 1rem;
  }
  .history-wrapper {
    grid-template-columns: auto;
    padding: unset;
  }
  .history-founder {
    margin-top: 2rem;
  }
  .history-para {
    padding: 0 1rem;
    width: unset;
  }
  .history-timeline {
    display: none;
  }
  .parallax {
    align-items: unset;
    justify-content: unset;
  }
  .coffee-menu-banner {
    background: url("/images/projects/kaffee/banners/coffee-menu-banner.png") no-repeat top center fixed;
  }
  .tagline {
    color: var(--brand-primary);
    padding-left: 2rem;
    padding-top: 2rem;
    position: unset;
  }
  .six-column-grid {
    column-gap: unset;
    grid-template-columns: unset;
    row-gap: 4rem;
  }
  .footer {
    margin-top: unset;
  }
  .tab-menu {
    display: none;
  }
  .tab-content {
    display: unset;
  }
  .tab-content-item {
    margin: 1rem 0;
    width: unset;
  }
  .main-three-column {
    column-gap: unset;
    grid-template-columns: unset;
    padding: unset;
  }
  .service:not(:last-child) {
    margin: unset;
    margin: 0 auto;
    margin-bottom: 2rem;
  }
  .main-services > .column {
    width: 90%;
  }
  .product-description {
    width: 90%;
  }
  .blog-cards {
    grid-template-columns: unset;
    width: unset;
  }
  .timeline {
    display: unset;
  }
  .timeline-period {
    display: none;
  }
  .timeline-item-wrapper {
    grid-template-columns: unset;
    left: unset;
    width: unset;
  }
  .navigation-wrapper {
    display: none;
  }
  .timeline-right {
    height: unset;
    padding: unset;
  }
}
/*
<section class="curved" >
<!-- Hello World! -->
</section >


.curved {
    --size: 30px;
    --R: calc(var(--size)*1.28);
    --position: bottom;
    -webkit-mask: radial-gradient(var(--R) at left 50% var(--position) calc(1.8*var(--size)),#000 99%,#0000 101%) left calc(50% - 2*var(--size)) var(--position) 0/calc(4*var(--size)) 100%, radial-gradient(var(--R) at left 50% var(--position) calc(-.8*var(--size)),#0000 99%,#000 101%) left 50% var(--position) var(--size)/calc(4*var(--size)) 100% repeat-x;
    background: #79d7a7;
    height: calc(var(--size) + 25px);
}


*/
