/* ====================================================
 *            GLOBAL DECLARATION
 * ================================================== */
:root {
  /* Typography Variables - New standardized system */
  --primary-font: 'Geomanist Book', sans-serif;
  --secondary-font: 'Roboto', sans-serif;
  --eo-border-radius: 32px;
  --eo-border-radius-small: 8px;

  /* Font Weights */
  --font-weight-regular: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;

  /* Desktop Typography */
  /* Headings */
  --h1-font-size-desktop: 80px;
  --h1-line-height-desktop: 1;
  --h1-letter-spacing-desktop: 0;

  --h2-font-size-desktop: 80px;
  --h2-line-height-desktop: 1;
  --h2-letter-spacing-desktop: 0;

  --h3-font-size-desktop: 64px;
  --h3-line-height-desktop: 1.2;
  --h3-letter-spacing-desktop: 0;

  --h4-font-size-desktop: 40px;
  --h4-line-height-desktop: 1.3;
  --h4-letter-spacing-desktop: 0;

  /* Body Text */
  --body-l-sb-font-size-desktop: 34px;
  --body-l-sb-line-height-desktop: 1.4;
  --body-l-sb-letter-spacing-desktop: 0;

  --body-m-m-font-size-desktop: 32px;
  --body-m-m-line-height-desktop: 1.4;
  --body-m-m-letter-spacing-desktop: 0;

  --body-m-link-font-size-desktop: 32px;
  --body-m-link-line-height-desktop: 1.4;
  --body-m-link-letter-spacing-desktop: 0;

  --body-text-font-size-desktop: 24px;
  --body-text-line-height-desktop: 1.4;
  --body-text-letter-spacing-desktop: 0;

  --body-s-sb-font-size-desktop: 20px;
  --body-s-sb-line-height-desktop: 1.3;
  --body-s-sb-letter-spacing-desktop: 0;

  --body-xs-font-size-desktop: 14px;
  --body-xs-line-height-desktop: 1.4;
  --body-xs-letter-spacing-desktop: 0;

  /* Mobile Typography */
  /* Headings */
  --h1-font-size-mobile: 40px;
  --h1-line-height-mobile: 1;
  --h1-letter-spacing-mobile: 0;

  --h2-font-size-mobile: 32px;
  --h2-line-height-mobile: 1;
  --h2-letter-spacing-mobile: 0;

  --h3-font-size-mobile: 24px;
  --h3-line-height-mobile: 1.3;
  --h3-letter-spacing-mobile: 0;

  --h4-font-size-mobile: 20px;
  --h4-line-height-mobile: 1.2;
  --h4-letter-spacing-mobile: 0;

  /* Body Text */
  --body-l-sb-font-size-mobile: 24px;
  --body-l-sb-line-height-mobile: 1.4;
  --body-l-sb-letter-spacing-mobile: 0;

  --body-text-font-size-mobile: 20px;
  --body-text-line-height-mobile: 1.4;
  --body-text-letter-spacing-mobile: 0;

  --body-text-link-font-size-mobile: 14px;
  --body-text-link-line-height-mobile: 1.4;
  --body-text-link-letter-spacing-mobile: 0;

  --body-s-sb-font-size-mobile: 14px;
  --body-s-sb-line-height-mobile: 1.3;
  --body-s-sb-letter-spacing-mobile: 0;

  --body-s-font-size-mobile: 14px;
  --body-s-line-height-mobile: 1.3;
  --body-s-letter-spacing-mobile: 0;
}
/* -------------------------------
  FONTS
  ---------------------------------*/
@font-face {
  font-family: 'Geomanist';
  src: url('../fonts/Geomanist-Regular.woff2') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap; /* Recommended for performance */
}

@font-face {
  font-family: 'Geomanist Book';
  src: url('../fonts/Geomanist-Book.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap; /* Recommended for performance */
}

/*@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap');*/

/* -------------------------------
  HEADINGS / PARAGRAPHS
  ---------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: var(--primary-font);
  font-weight: var(--font-weight-regular);
}

h1,
.eo-heading-XXL {
  font-size: var(--h1-font-size-desktop);
  line-height: var(--h1-line-height-desktop);
  letter-spacing: var(--h1-letter-spacing-desktop);
}

.entry-content h1,
.block-editor-block-list__layout h1 {
  font-size: var(--h1-font-size-desktop);
  line-height: var(--h1-line-height-desktop);
}

.entry-content h3,
.block-editor-block-list__layout h3 {
  font-size: var(--h4-font-size-desktop);
  line-height: var(--h4-line-height-desktop);
  letter-spacing: var(--h4-letter-spacing-desktop);
}

.entry-content p a,
.entry-content ul a,
.entry-content ol a,
.block-editor-block-list__layout p a,
.block-editor-block-list__layout ul a,
.block-editor-block-list__layout ol a {
  --tw-text-opacity: 1;
  color: var(--primary-color);
  text-decoration-line: underline;
}

h2,
.eo-courses-grp h2 {
  font-size: var(--h2-font-size-desktop);
  line-height: var(--h2-line-height-desktop);
  letter-spacing: var(--h2-letter-spacing-desktop);
}

h3 {
  font-size: var(--h3-font-size-desktop);
  line-height: var(--h3-line-height-desktop);
  letter-spacing: var(--h3-letter-spacing-desktop);
}

h4 {
  font-size: var(--h4-font-size-desktop);
  line-height: var(--h4-line-height-desktop);
  letter-spacing: var(--h4-letter-spacing-desktop);
}

p,
span,
a,
li {
  font-family: var(--secondary-font);
}

a {
  font-weight: var(--font-weight-semibold);
}
/* Add these block style classes to your existing custom-styles.css file */

/* Custom Block Styles */
.is-style-body-text-l-sb {
  font-family: var(--secondary-font);
  font-size: var(--body-l-sb-font-size-desktop);
  line-height: var(--body-l-sb-line-height-desktop);
  letter-spacing: var(--body-l-sb-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

.is-style-body-text-m-m {
  font-family: var(--secondary-font);
  font-size: var(--body-m-m-font-size-desktop);
  line-height: var(--body-m-m-line-height-desktop);
  letter-spacing: var(--body-m-m-letter-spacing-desktop);
  font-weight: var(--font-weight-medium);
}

.is-style-body-text-m-link {
  font-family: var(--secondary-font);
  font-size: var(--body-m-link-font-size-desktop);
  line-height: var(--body-m-link-line-height-desktop);
  letter-spacing: var(--body-m-link-letter-spacing-desktop);
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
}

.is-style-body-text-s-sb {
  font-family: var(--secondary-font);
  font-size: var(--body-s-sb-font-size-desktop);
  line-height: var(--body-s-sb-line-height-desktop);
  letter-spacing: var(--body-s-sb-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

.is-style-body-text-xs {
  font-family: var(--secondary-font);
  font-size: var(--body-xs-font-size-desktop);
  line-height: var(--body-xs-line-height-desktop);
  letter-spacing: var(--body-xs-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

/* Responsive styles for block styles */
@media (max-width: 767px) {
  .is-style-body-text-l-sb {
    font-size: var(--body-l-sb-font-size-mobile);
    line-height: var(--body-l-sb-line-height-mobile);
    letter-spacing: var(--body-l-sb-letter-spacing-mobile);
  }

  .is-style-body-text-m-m {
    font-size: var(--body-text-font-size-mobile);
    line-height: var(--body-text-line-height-mobile);
    letter-spacing: var(--body-text-letter-spacing-mobile);
  }

  .is-style-body-text-m-link {
    font-size: var(--body-text-link-font-size-mobile);
    line-height: var(--body-text-link-line-height-mobile);
    letter-spacing: var(--body-text-link-letter-spacing-mobile);
  }

  .is-style-body-text-s-sb {
    font-size: var(--body-s-sb-font-size-mobile);
    line-height: var(--body-s-sb-line-height-mobile);
    letter-spacing: var(--body-s-sb-letter-spacing-mobile);
  }

  .is-style-body-text-xs {
    font-size: var(--body-s-font-size-mobile);
    line-height: var(--body-s-line-height-mobile);
    letter-spacing: var(--body-s-letter-spacing-mobile);
  }
}
p.eo-body-text-L,
.body-text-l-sb {
  font-size: var(--body-l-sb-font-size-desktop);
  line-height: var(--body-l-sb-line-height-desktop);
  letter-spacing: var(--body-l-sb-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

p.eo-body-text-M,
.body-text-m-m {
  font-size: var(--body-m-m-font-size-desktop);
  line-height: var(--body-m-m-line-height-desktop);
  letter-spacing: var(--body-m-m-letter-spacing-desktop);
  font-weight: var(--font-weight-medium);
}

p.eo-body-text-ML,
.body-text-m-link {
  font-size: var(--body-m-link-font-size-desktop);
  line-height: var(--body-m-link-line-height-desktop);
  letter-spacing: var(--body-m-link-letter-spacing-desktop);
  font-weight: var(--font-weight-medium);
  text-decoration: underline;
}

p.eo-body-text-R,
.body-text {
  font-size: var(--body-text-font-size-desktop);
  line-height: var(--body-text-line-height-desktop);
  letter-spacing: var(--body-text-letter-spacing-desktop);
  font-weight: var(--font-weight-regular);
}

p.eo-body-text-S,
.body-text-s-sb {
  font-size: var(--body-s-sb-font-size-desktop);
  line-height: var(--body-s-sb-line-height-desktop);
  letter-spacing: var(--body-s-sb-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

p.eo-body-text-XS,
.body-text-xs {
  font-size: var(--body-xs-font-size-desktop);
  line-height: var(--body-xs-line-height-desktop);
  letter-spacing: var(--body-xs-letter-spacing-desktop);
  font-weight: var(--font-weight-semibold);
}

.font-primary,
.font-primary a,
.font-primary p,
.font-primary span {
  font-family: var(--primary-font);
}

.link-underline a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}

.eo-wimpet-clip-path {
  clip-path: polygon(100% 0%, 84% 52%, 100% 100%, 0 100%, 0% 50%, 0 0);
}

.eo-card-hover-effect:hover > .kt-inside-inner-col > .wp-block-kadence-column > .kt-inside-inner-col {
  transform: translateY(-5px);
  box-shadow: 0 8px 0 -2px #273c30;
  transition: all 0.3s ease;
}

/*fluent form*/

#fluentform_1 input {
  color: var(--secondary-color);
}

#fluentform_1 label,
textarea,
select {
  color: var(--tertiary-color);
}

#fluentform_1_success p {
  color: var(--tertiary-color);
}

/*mailpoet*/
.mailpoet_submit {
  background-color: var(--primary-color);
  color: var(--text-light);
  cursor: pointer;
}
.mailpoet_submit:hover {
  background-color: var(--wp--preset--color--primary-dark) !important;
  color: var(--text-light);
  cursor: pointer;
}

/* ---------------------------------
  CLASSES
  ------------------------------------*/

#mobile-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0.8;
  transition:
    max-height 0.4s ease,
    opacity 0.3s ease;
}

#mobile-menu.slide-open {
  max-height: 1000px; /* Adjust to the expected max height */
  opacity: 1;
}

.lang-switcher {
  background-color: var(--wp--preset--color--background) !important;
  color: var(--wp--preset-color--font) !important;
  border: 1px solid #8080800f !important;
}

.login-btn a {
  background-color: var(--primary-color);
  padding: 6px 16px;
  border-radius: 7px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: all 0.3s ease;
}

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

.entry-header {
  display: none;
}
.eo-grid {
  display: grid;
}
.eo-grid-colu2 {
  grid-template-columns: repeat(2, 1fr);
}
.eo-grid-colu3 {
  grid-template-columns: repeat(3, 1fr);
}
.eo-grid-uneven {
  grid-template-columns: 1fr 2fr;
}
.eo-grid-reverse {
  direction: ltr;
}
.eo-img-circle {
  border-radius: 50%;
}
.eo-img-cover {
  object-fit: cover;
}
.eo-img-obj-fit-contain {
  object-fit: contain;
}
.eo-container {
  max-width: 1363px;
  margin: auto;
  padding: 0 15px;
}
.eo-btn a.wp-block-button__link {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  padding: 20px 50px;
}
.eo-btn a::after {
  content: '';
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 30px;
  width: 40px;
  height: 40px;
  display: block;
  rotate: 0deg;
  position: relative;
  top: 6px;
}
.eo-team-contact {
  margin: auto;
}
.eo-button {
  border-radius: var(--eo-border-radius-small);
  background-color: var(--wp--preset--color--primary);
  padding: 6px 12px;
  color: #fff;
  display: flex;
  align-self: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.eo-button.eo-button-has-icon a::after {
  content: '';
  background-image: url(../images/arrow-right.svg);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  display: block;
  margin: auto;
  filter: invert(100%);
  margin-top: 20px;
}
.eo-button svg {
  margin-left: auto;
  margin-right: auto;
}
.eo-time-table-sec img {
  width: 100%;
}
.eo-cover {
  background-size: cover;
}
.eo-no-repeat {
  background-repeat: no-repeat;
}
.eo-bottom-center {
  background-position: bottom center;
}
.eo-top-center {
  background-position: top center;
}
.eo-center-center {
  background-position: center center;
}
.eo-single-title {
  font-size: 64px;
  line-height: 78px;
}
.primary-color-bg {
  background-color: var(--primary-color);
}
.eo-bg-height {
  height: 300px;
}
.eo-desktop-hidden {
  display: none !important;
}
body {
  overflow-x: hidden;
}

.custom-logo {
  height: 100% !important;
  width: auto !important;
  max-height: 100%;
}
/* ---------------------------------
  HOME
  ------------------------------------*/

.eo-home-hero-banner {
  margin-top: 0px !important;
  padding: 48px;
  background-color: var(--secondary-color);
  color: var(--tertiary-color);
  border-radius: 32px 0 0 32px;
  position: relative;
}
.eo-home-hero-banner a {
  font-family: var(--primary-font);
}
.eo-home-hero-banner a:hover {
  text-decoration: underline;
  text-decoration-color: var(--primary-color);
}
.eo-home-hero-banner::after {
  content: '';
  position: absolute;
  top: 0px;
  left: -20px;
  width: 120%;
  height: 100%;
  background-color: var(--secondary-color-light);
  transform: rotate(-3deg);
  border-radius: 32px;
  z-index: -1;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.eo-student-discount-ticket {
  transform: rotate(-6deg);
}

.eo-home-secondary-banner {
  margin-top: -320px !important;
}

@media (max-width: 1280px) {
  .eo-home-secondary-banner {
    margin-top: -300px !important;
  }
}
@media (max-width: 1024px) {
  .eo-home-secondary-banner {
    margin-top: -200px !important;
  }
}
@media (max-width: 767px) {
  .eo-home-secondary-banner {
    margin-top: -100px !important;
  }
}

/* ---------------------------------
  HERO SECTION
  ------------------------------------*/
.eo-dancing-img {
  text-align: right;
}
.eo-dance-woman img {
  transform: scaleX(-1);
  width: 600px;
}
.eo-dancing-img img {
  margin-left: auto;
}
.eo-hero-bg {
  margin-top: -180px !important;
}
.eo-hero-bg .wp-block-cover__inner-container {
  margin-top: 250px;
}
.eo-hero-sec,
.eo-code-of-conduct {
  border-radius: 32px;
  padding: 80px 100px 60px;
}
.eo-hero-sec h1 {
  line-height: 80px;
}
.eo-hero-sec p {
  font-family: var(--secondary-font);
  font-weight: bold;
  font-size: 30px;
}
.eo-green-bg {
  margin-top: -400px !important;
}
.eo-green-bg .wp-block-cover__inner-container {
  margin-top: 250px;
}
/* -----------------------------
HEADINGS BOTTOM DOUBLE LINE
-------------------------------*/
.eo-horizontal-line-head {
  position: relative;
  padding-bottom: 25px;
  width: fit-content;
  margin-left: 0 !important;
}
.eo-horizontal-line-head::before,
.eo-horizontal-line-head::after {
  content: '';
  position: absolute;
  left: 0;
  border-top: 6px solid;
  border-radius: 20px;
}
.eo-horizontal-line-head::before,
.eo-courses-grp h2::before {
  bottom: 0;
  width: 75%;
}
.eo-horizontal-line-head::after,
.eo-courses-grp h2::after {
  bottom: 20px;
  width: 100%;
}
.eo-width-190::after {
  width: 190px !important;
}
.eo-width-190::before {
  width: 150px !important;
}
.eo-width-250::after {
  width: 250px !important;
}
.eo-width-250::before {
  width: 170px !important;
}
.eo-width-280::after {
  width: 280px !important;
}
.eo-width-280::before {
  width: 200px !important;
}
.eo-green-bg-btm {
  margin-top: -50px !important;
}
.eo-light-green-bg {
  margin-top: -150px !important;
}
/* -----------------------------------
END OF HEADINGS BOTTOM DOUBLE LINE
-------------------------------------*/
.eo-light-green-bg .wp-block-cover__inner-container {
  margin-top: 200px;
}
.eo-dancer-grp,
.eo-dance-woman img {
  position: relative;
  z-index: 1;
}
.eo-code-bg {
  margin-top: -200px !important;
  padding: 100px 0 300px;
}
.eo-dance-group-container .wp-block-image:first-child {
  width: 50%;
}
.eo-dance-group-container .wp-block-image:nth-child(2) {
  width: 30%;
}
.eo-dance-group-container .wp-block-image:last-child {
  width: 20%;
  position: relative;
}
.eo-dance-group-container .wp-block-image:first-child img {
  margin-top: 200px;
  width: 100%;
}
.eo-dance-group-container .wp-block-image:nth-child(2) img {
  margin-top: 100px;
  width: 100%;
}
.eo-dance-group-container .wp-block-image:last-child img {
  position: absolute;
  right: -70px;
}
/* ---------------------------------
  FILTER COURSES SECTION
  ------------------------------------*/
/* Filter buttons */
.eo-courses-filter-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 4rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
.eo-courses-filter-btn {
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  border: 2px solid white;
  background: transparent;
  color: white;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.eo-courses-filter-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.eo-courses-filter-btn.active {
  color: var(--primary-color);
  transform: translateY(-2px);
  text-decoration: none;
  border: 2px solid var(--primary-color);
  background-color: transparent;
}
.eo-courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-bottom: 3rem;
  min-height: 200px; /* Minimum height to prevent layout shift */
}
.eo-courses-grid:has(.eo-tags) {
  grid-template-columns: repeat(3, 1fr);
}

.eo-more-posts-card {
  min-height: 360px !important;
  min-width: 200px;
}

.eo-courses-filter-buttons .eo-courses-filter-btn:first-child {
  display: none;
}

/* Course card */
.eo-course-card {
  position: relative;
}
.eo-course-card:has(.eo-tags) {
  background-color: var(--tertiary-color);
  border-radius: 32px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-course-card:has(.eo-tags):hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.eo-course-card img {
  width: 100%;
  object-fit: cover;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
  border-radius: 32px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
  height: 400px;
}

.eo-course-card:hover img {
  filter: grayscale(0%);
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Ribbon label */
.eo-course-label {
  position: absolute;
  top: 50%;
  left: 0;
  color: white;
  padding: 10px 100px 10px 20px;
  clip-path: polygon(100% 0%, 84% 52%, 100% 100%, 0 100%, 0% 50%, 0 0);
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  z-index: 1;
  min-width: 380px;
  min-height: 110px;
  max-width: max-content;
  width: 90%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
  font-size: 40px !important;
  font-family: var(--primary-font);
  font-weight: 400 !important;
  line-height: 48px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.course {
  background-color: var(--class-color);
}
.workshop {
  background-color: var(--workshop-dark);
}
/* .dance-style {
  background-color: var(--secondary-color-light);
} */

.eo-starting-next .eo-event-date {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.eo-starting-next .eo-event-date-text {
  font-size: 16px;
  padding-top: 1rem;
  color: var(--text-dark);
}

.eo-starting-next .eo-event-time {
  display: block;
  margin-top: 4px;
  margin-left: 0;
  font-size: 14px;
  font-weight: var(--font-weight-medium);
}

.eo-starting-next .eo-event-date i {
  margin-right: 8px;
  color: var(--primary-color);
}

.eo-course-label span {
  font-size: 28px;
  font-weight: 400;
  text-transform: capitalize;
  font-weight: normal;
  font-family: var(--primary-font);
  display: block;
  margin-top: -5px;
}
.eo-show-more-wrapper {
  margin-top: 2rem;
  margin-bottom: 3rem;
  text-align: center;
  clear: both;
  width: 100%;
}
.eo-course-image {
  position: relative;
}
.eo-course-card:has(.eo-tags) .eo-course-image img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  transform: none !important;
  height: 200px;
}
.eo-tags {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: var(--tertiary-color);
  padding: 8px 12px;
  position: absolute;
  top: 20px;
  left: 20px;
  width: auto;
  z-index: 20;
  border-radius: 20px;
}
.eo-tags .eo-tag {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: 0;
}
.eo-tags i {
  color: var(--class-color);
}
.eo-tags i,
.eo-tags i.eo-icon-course {
  color: var(--class-color);
}

/* Party color */
.eo-tags i.eo-icon-party {
  color: var(--party-color);
}

/* Workshop color */
.eo-tags i.eo-icon-workshop {
  color: var(--workshop-dark);
}

/* Festival color */
.eo-tags i.eo-icon-festival {
  color: var(--festival-color);
}

.eo-course-body {
  display: flex;
  flex-direction: column;
  padding: 16px 24px 30px;
  flex-grow: 1;
  justify-content: space-between;
}
.eo-course-body .eo-course-title {
  font-family: var(--primary-font);
  font-size: 34px;
  line-height: 40px;
  color: var(--text-black);
  font-weight: 400;
  margin-bottom: 10px;
}
.eo-course-body .eo-course-description {
  font-family: var(--secondary-font);
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: var(--text-dark);
}

.eo-teachers-button,
.eo-show-more-btn,
.eo-btn a,
.eo-latest-sec .wp-block-button a.wp-block-button__link {
  padding: 24px 50px;
  font-size: 24px;
  font-weight: 600;
  border-radius: 30px;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  position: relative;
  min-width: 150px;
  border: 3px solid var(--primary-color);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-button,
.eo-get-to-know-btn a,
.eo-course-info-btn button,
.eo-course-info-btn a {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-button:hover,
.eo-get-to-know-btn:hover a,
.eo-course-info-btn:hover button,
.eo-course-info-btn:hover a {
  background-color: var(--wp--preset--color--primary-dark);
  color: var(--wp--preset--color--font-inverted);
}

.eo-course-info-btn-responsive-text a {
  font-size: calc(22px + 20 * ((100vw - 320px) / 680)) !important;
  word-break: normal;
}

.eo-latest-sec .wp-block-button a.wp-block-button__link {
  padding: 12px 30px;
  width: 400px;
  margin-top: 30px;
}

.eo-show-more-btn:hover,
.eo-btn a:hover,
.eo-button-rec-hov:hover,
.eo-latest-sec .wp-block-button a.wp-block-button__link:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 0 -2px rgba(180, 83, 9, 0.8);
}
.eo-show-more-btn:disabled {
  background-color: #6e6e6e;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
/* Add a loading effect */
.eo-show-more-btn.loading {
  padding-right: 3rem;
}

.eo-show-more-btn.loading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  border: 2px solid white;
  border-radius: 50%;
  border-top-color: transparent;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.eo-swing-card {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
.eo-swing-card button {
  padding: 0.6rem 1.5rem;
  font-size: 1rem;
  border: 2px solid var(--primary-color);
  border-radius: 20px;
  background-color: var(--primary-color);
  color: white;
  cursor: pointer;
  transition:
    background 0.3s,
    color 0.3s;
}

.eo-course-link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  position: relative;
  text-decoration: none;
  color: inherit;
}

/* ---------------------------------
  DANCE STYLE 
  ------------------------------------*/
.dance-style-ribbon {
  background-color: #a6b8a4;
}

/* ---------------------------------
  SINGLE COURSE
  ------------------------------------*/
.eo-single-course-container .eo-course-card img {
  height: 565px;
  object-fit: cover;
}
.eo-breadcrumb {
  padding: 30px 0;
  display: flex;
  align-items: center;
  gap: 9px;
}
.eo-breadcrumb svg {
  margin-right: 8px;
}
.eo-breadcrumb a,
.eo-breadcrumb span {
  font-size: 20px;
}
.eo-breadcrumb a {
  color: #6e6e6e;
}
.eo-breadcrumb a:hover {
  color: #000000;
}

.eo-course-info-btn {
  align-self: center;
  display: flex;
  justify-content: flex-end;
}

.eo-get-to-know-btn button,
.eo-get-to-know-btn a {
  background-color: var(--primary-color);
  padding: 70px 56px;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  rotate: 348deg;
  font-weight: 700;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eo-course-info-btn button,
.eo-course-info-btn a {
  background-color: var(--primary-color);
  padding: 70px 56px;
  border-radius: 50%;
  font-size: 40px;
  color: #fff;
  text-align: center;
  rotate: 348deg;
  font-weight: 700;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.eo-teacher img {
  width: 300px;
  height: 300px;
  object-fit: cover;
  border-radius: 50%;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-teacher:hover img {
  transform: translateY(-5px);
  box-shadow: 0 8px 0 -2px rgba(61, 48, 29, 0.8);
}

.teacher-name {
  margin-top: 20px;
}

.eo-dancing-img-container .eo-single-image1 {
  width: 445px;
  transform: scaleX(-1);
  rotate: -24deg;
  position: relative;
  z-index: 20;
}
.eo-course-information,
.eo-for-you {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 220px;
  margin-top: -200px;
  position: relative;
  z-index: 10;
}
.eo-about-course-wrapper .eo-hero-section {
  background-color: var(--secondary-color);
  padding: 80px;
  border-radius: var(--eo-border-radius);
  margin-top: 80px;
}
.eo-about-course-wrapper .eo-hero-section .wp-block-heading,
.eo-for-you-card .wp-block-heading {
  color: var(--primary-color);
}
.eo-about-course-wrapper .eo-hero-section p {
  color: #fff;
}
.eo-about-course-wrapper a {
  text-decoration: underline;
}
.eo-dancing-img-container {
  position: relative;
}
.eo-single-image2 {
  width: 500px;
  margin-left: auto;
  margin-top: -100px;
}
.eo-single-image3 {
  width: 420px;
  margin: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 50%;
}
.eo-for-you {
  padding: 100px 0;
  background-position: bottom center;
  margin-top: 0;
  z-index: 5;
}
.eo-for-you-wrapper {
  gap: 32px;
  padding: 50px 0 0;
  margin-bottom: 0;
}
.eo-for-you-card {
  background-color: var(--tertiary-color);
  padding: 32px;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.12);
  border-radius: var(--eo-border-radius);
}
.eo-for-you-card .eo-heading {
  color: var(--primary-color);
}
.eo-for-you-card p {
  font-size: 20px;
}
.eo-course-join {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-top: 220px;
  margin-top: -350px;
  position: relative;
  z-index: 1;
  padding-bottom: 200px;
}
.eo-light-bg-wrapper {
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}
.eo-light-bg-wrapper .eo-dancing-img-container {
  padding-left: 100px;
}
.eo-dancer2 {
  position: relative;
  top: 150px;
  margin: auto;
  width: 400px;
  padding-left: 30px;
}
.eo-image4 {
  width: 400px;
  position: absolute;
  left: 60%;
  top: -50px;
  transform: translateX(-40%);
  rotate: 5deg;
}
.eo-course-additional-info {
  padding: 200px 0 100px;
}
.eo-teachers-image-grp {
  padding-top: 40px;
}
.eo-single-course-wrapper {
  position: relative;
  overflow: hidden;
}
.eo-course-info-img {
  pointer-events: none;
  margin-top: -100px;
}
.eo-course-info-img img {
  width: 480px;
  position: absolute;
  right: -40px;
  rotate: 12deg;
}
.eo-course-info-para .eo-heading,
.eo-course-info-place .eo-heading {
  color: var(--primary-color);
}
.eo-course-info-para p,
.eo-course-info-place p {
  color: #fff;
  font-size: 20px;
}
.eo-course-info-para ul li {
  display: flex;
  gap: 15px;
}
.eo-course-info-para .eo-course-join-item {
  margin-bottom: 20px;
}
.eo-course-info-btn img {
  margin: auto;
  width: 40px;
}
.eo-course-location,
.eo-price,
.eo-time {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.eo-course-location a {
  text-decoration: underline;
  font-size: 20px;
  color: #fff;
}
.eo-teachers-section {
  padding: 100px 0;
}

/* ---------------------------------
  TEAMS
  ------------------------------------*/
.eo-team-hero-sec h1 {
  line-height: 80px;
}
.eo-teams-group,
.eo-button-images-team,
.eo-button-images-team .wp-block-cover {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.eo-button-images-team {
  position: relative;
}
.eo-button-images-team .eo-dance-group-container .wp-block-image:last-child img {
  top: 0;
  right: 0;
}
.eo-button-images-team .wp-block-buttons {
  position: relative;
  top: -100px;
}
.eo-button-images-team .eo-dance-group-container {
  margin-top: -500px !important;
  position: relative;
  z-index: 1;
}
.eo-teams-group {
  margin-top: 150px !important;
  padding-top: 250px;
}
.eo-dance-group-team img {
  margin-left: auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  z-index: 1;
}
.eo-team-hero-sec img {
  border-radius: var(--eo-border-radius);
}

/* ---- TEAM CARD + LAYOUT FIX ---- */
.eo-team-card {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  background-color: var(--secondary-color);
  border-radius: var(--eo-border-radius);
  overflow: hidden;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}
.page .eo-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 0 -2px #273c30;
  transition: all 0.3s ease;
}
.eo-team-card.eo-grid-reverse {
  flex-direction: row-reverse;
}
.eo-team-img {
  width: 440px;
  overflow: hidden;
  flex-shrink: 0;
}
.eo-team-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.eo-team-card:not(.eo-grid-reverse) .eo-team-img img {
  border-radius: var(--eo-border-radius) 0 0 var(--eo-border-radius);
}
.single-teacher .eo-team-card:not(.eo-grid-reverse) .eo-team-img img {
  border-radius: var(--eo-border-radius) !important;
}
.single-teacher .eo-team-img {
  border-radius: var(--eo-border-radius);
  padding: 40px 0 40px 40px;
}
.eo-team-card.eo-grid-reverse .eo-team-img img {
  border-radius: 0 var(--eo-border-radius) var(--eo-border-radius) 0;
}
.eo-team-body {
  flex: 1;
  padding: 40px 40px 60px;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 var(--eo-border-radius) var(--eo-border-radius) 0;
}
.eo-team-body-list {
  flex: 1;
  padding: 40px 40px 60px;
  background-color: var(--secondary-color);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 var(--eo-border-radius) var(--eo-border-radius) 0;
}
.eo-team-card.eo-grid-reverse .eo-team-body {
  border-radius: var(--eo-border-radius) 0 0 var(--eo-border-radius);
}
/* ---------------------------------- */

.eo-single-team-wrapper .eo-team-img {
  width: 320px;
  height: 500px;
  border-radius: 24px;
}
.eo-single-team-wrapper .eo-team-img img {
  border-radius: 24px;
}
.eo-team-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--primary-color);
}
.eo-team-name a {
  border: 3.48px solid var(--primary-color);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
}
.eo-team-name a svg {
  margin: auto;
  width: 25px;
}
.eo-team-name button i {
  font-size: 20px;
}
.eo-team-experience {
  padding: 10px 0 20px;
}
.eo-team-experience .eo-experience-heading,
.eo-team-styles .eo-style-heading {
  font-size: 20px;
  color: var(--secondary-color-light);
  font-weight: 600;
  font-family: var(--secondary-font);
}
.eo-team-experience p,
.eo-team-styles ul li,
.eo-team-description p {
  font-size: 24px;
  color: var(--tertiary-color);
  font-weight: 600;
  margin-bottom: 0;
}
.eo-single-team-container .eo-team-styles ul li {
  color: var(--primary-color);
}
.eo-team-styles ul {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.eo-team-styles ul li {
  list-style: none !important;
}
.eo-team-styles ul li::after {
  content: ',';
}
.eo-team-styles ul li:last-child:after {
  content: '';
}
.eo-team-description {
  display: flex;
  gap: 16px;
  color: var(--secondary-color-light);
  padding-right: 20px;
  padding-top: 30px;
}
.eo-team-description i {
  font-size: 40px;
}
.eo-team-description p {
  color: var(--secondary-color-light);
}
.eo-single-team-container {
  max-width: 1135px;
}
.eo-team-bio {
  position: relative;
  z-index: 10;
  top: 100px;
}
.eo-team-bio-body {
  background-color: var(--tertiary-color);
  border-radius: var(--eo-border-radius);
  padding: 80px;
  margin: auto;
}
.eo-lists li::before {
  content: '\f111';
  font-family: fontawesome;
  color: var(--primary-color);
  font-size: 24px;
}
.eo-lists li {
  display: flex;
  align-items: center;
  gap: 10px;
}
.eo-single-team-wrapper,
.eo-single-green-img-wrapper {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.eo-single-team-wrapper {
  position: relative;
  top: -150px;
  padding-top: 200px;
}
.eo-single-green-img-wrapper {
  background-position: top center;
  padding-top: 400px;
  margin-top: -500px;
}
.eo-video-gallery-action {
  position: relative;
  top: 200px;
}
.eo-single-spacer {
  padding-top: 300px;
}
.eo-single-team-img-wrapper {
  position: relative;
  top: -100px;
  z-index: 1;
  padding-right: 50px;
}
.eo-single-team-img-wrapper img {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  width: 800px;
}
.eo-single-team-img-wrapper img.eo-team-dancer2 {
  width: 446px;
  position: absolute;
  top: 50px;
  left: 60%;
  transform: translateX(-40%);
  transform: scaleX(-1);
  rotate: 20deg;
}
.eo-teachers-btn-grp {
  padding: 80px 20px;
  text-align: center;
}
.eo-teachers-button {
  border-radius: 24px;
  padding: 24px;
  color: var(--tertiary-color);
  text-align: center;
  width: 50%;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: center;
  margin: auto;
  font-size: 32px;
  font-weight: 700;
  border: 3px solid var(--primary-color);
}
.eo-single-team-wrapper .eo-dancing-img-container :is(img:nth-child(2), img:nth-child(3)) {
  margin-top: 100px;
}

/* ---------------------------------
  GALLERY SLIDER
  ------------------------------------*/
.eo-video-gallery-container h2 {
  color: #fff;
}
.eo-arrow {
  border: 2px solid var(--wp--preset--color--black);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
}
.eo-arrow:hover {
  border: 2px solid var(--wp--preset--color--primary);
}
.eo-arrow:focus {
  border: 2px solid var(--wp--preset--color--primary-dark);
}
.eo-arrow svg {
  margin: auto;
}
.eo-arrow:hover svg path {
  fill: var(--wp--preset--color--primary);
}
.eo-arrow:focus svg path {
  fill: var(--wp--preset--color--primary-dark);
}
.prev-arrow {
  transform: rotate(180deg);
}
.eo-video-gallery-container {
  position: relative;
  padding: 0px 15px 80px;
  top: -100px;
}
.eo-custom-arrows {
  position: absolute;
  top: 0px;
  right: 0;
  display: flex;
  gap: 24px;
}
.eo-slider-wrapper {
  padding: 80px 0;
}
.eo-gallery-impression .eo-slider-wrapper {
  padding: 0 0 80px;
}

.eo-slider-wrapper video {
  border-radius: var(--eo-border-radius);
}
.eo-video-slide {
  position: relative;
}
.eo-play-button {
  background: #2d2d2d66;
  backdrop-filter: blur(4px);
  padding: 30px;
  width: fit-content;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.eo-video-slide video {
  width: 100%;
  height: 344px;
  object-fit: cover;
}
.eo-video-slider .eo-video-slide {
  flex: 0 0 45%;
}
.eo-video-slider .slick-track {
  display: flex;
  width: 100% !important;
  gap: 32px;
}
.eo-video-slide .eo-slider-img {
  height: 344px;
  object-fit: cover;
  border-radius: var(--eo-border-radius);
  width: 100%;
}

/* ---------------------------------
  WORSHOP
  ------------------------------------*/
.eo-workshop-join {
  padding-bottom: 50px;
  margin-top: -400px;
}
.eo-light-green-bg-after {
  margin-top: -300px !important;
  z-index: -1;
  margin-bottom: 0 !important;
}
/* ---------------------------------
  STUDIO
  ------------------------------------*/
.eo-studio-banner-img img {
  height: 512px;
  object-fit: cover;
  border-radius: var(--eo-border-radius);
  position: relative;
  z-index: 1;
}
.eo-about-top-content {
  margin-top: -350px !important;
  margin-bottom: 0 !important;
  padding: 250px 0 0;
}
.eo-gallery-impression {
  margin-top: -350px !important;
  padding: 250px 0 150px;
}
.eo-about-top-content .wp-block-cover__inner-container,
.eo-gallery-impression .wp-block-cover__inner-container {
  padding: 120px 0 0;
}
.eo-about-top-content .eo-horizontal-line-head {
  line-height: 80px;
  margin-bottom: 80px;
}
.eo-about-bottom-content {
  margin-top: 0 !important;
  position: relative;
  z-index: 2;
}
.eo-location-bg {
  background-color: #a6b8a4;
  width: 64px;
  height: 64px;
  margin: auto;
  text-align: center;
  display: flex;
  align-items: center;
}
.eo-location-bg img {
  margin: auto;
}
.eo-location p {
  margin-bottom: 0;
  margin-left: 10px;
}
.eo-location {
  margin-bottom: 24px;
}
.eo-contact-content {
  margin-top: 80px;
}
.eo-custom-arrows.eo-impressions-arrow {
  right: unset;
  position: static;
}
.eo-custom-arrows.eo-impressions-arrow .eo-arrow {
  position: absolute;
  top: 30%;
  border: 2px solid var(--text-black);
}
.eo-impressions-wrapper {
  position: relative;
  padding-top: 80px;
}
.eo-impressions-wrapper .prev-arrow {
  left: -80px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.eo-impressions-wrapper .next-arrow {
  right: -80px;
}
.eo-impressions-card {
  background-color: var(--tertiary-color);
  padding: 24px;
  border-radius: 24px;
  width: 33.33%;
}
.eo-impressions-slider .slick-track {
  display: flex;
  align-items: center;
  gap: 24px;
}
.eo-impressions-card.slick-center .eo-impressions-img img {
  width: 110px;
  height: 110px;
}
.eo-impressions-img img {
  width: 80px;
  height: 80px;
}
.eo-impressions-card .eo-impressions-title {
  color: var(--text-black);
  font-family: var(--secondary-font);
  font-size: 28px;
  font-weight: 600;
  line-height: 35px;
  margin-top: 8px;
}
.eo-impressions-card p {
  color: var(--text-dark);
  margin-bottom: 0;
}
.eo-impression-button {
  text-align: center;
  margin-top: 40px;
}
.eo-impressions-wrapper .eo-show-more-btn {
  width: 450px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin: auto;
  text-align: center;
  justify-content: center;
}
.eo-impressions-wrapper .eo-show-more-btn svg {
  width: 20px;
}
.eo-impressions-description {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}
.eo-impressions-description svg {
  width: 20px;
}
.eo-studio-img-dancing {
  position: absolute;
  right: 50px;
  margin-top: -300px;
}
.eo-gallery-impression .eo-video-gallery-action .eo-custom-arrows {
  top: -200px;
}
.eo-contact-map-sec {
  padding-top: 80px;
}
/* ---------------------------------
  BLOG
  ------------------------------------*/

.eo-blog-hero {
  margin-top: -200px !important;
  padding: 100px 15px 100px;
}
.eo-hero-content {
  padding: 100px 0 0;
}
.eo-blog-hero .eo-horizontal-line-head {
  line-height: 80px;
  margin-bottom: 24px;
}
.eo-blog-hero p {
  /* font-family: var(--primary-font); */
  padding-right: 100px;
}
.eo-feature-posts {
  margin: 80px 0 0;
}

.eo-feature-posts li {
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-feature-posts .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.eo-feature-posts li.wp-block-post {
  list-style-type: none !important;
  background-color: var(--tertiary-color);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
}

.eo-feature-posts img,
.eo-blog-post-card img {
  height: 200px !important;
  width: 100%;
  object-fit: cover;
  border-top-right-radius: 24px;
  border-top-left-radius: 24px;
}

.eo-feature-posts li:hover,
.eo-blog-post-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.eo-post-body {
  padding: 16px 24px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.eo-feature-posts .wp-block-post-title {
  line-height: 40px;
}
.eo-feature-posts .wp-block-post-title a {
  text-decoration: none;
  color: var(--text-black);
}
.eo-feature-sec {
  padding: 200px 0 300px;
  margin-top: -150px !important;
}
.eo-latest-sec {
  padding: 200px 0 0;
  margin-top: -250px !important;
}
.eo-blog-dancers {
  position: relative;
  z-index: 1;
}
.eo-post-bottom {
  margin-top: auto;
  margin-left: unset !important;
  width: 100%;
}
.eo-post-bottom .bsf-rt-reading-time {
  text-align: end;
}
.eo-blog-bg {
  margin-top: -100px !important;
  z-index: -1;
  position: relative;
}
/* ---------------------------------
  SINGLE POST
  ------------------------------------*/

.eo-single-post-wrapper .eo-blog-title h1,
.eo-single-post-wrapper .eo-blog-title a {
  font-family: var(--primary-font);
  font-size: 80px;
  line-height: 80px;
  font-weight: 400;
}
.eo-single-blog-wrapper .eo-blog-excerpt p {
  font-size: 24px;
  line-height: 30px;
  color: var(--text-dark);
  font-family: var(--secondary-font);
  font-weight: 400;
  margin-top: 30px;
}
.eo-date-time {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 30px;
}
.eo-date-time span {
  font-size: 20px;
  font-weight: 600;
  color: var(--text-dark);
}
.eo-reading-time i {
  margin-right: 10px;
}
.eo-blog-content h2,
.eo-blog-other-articles h2 {
  font-size: 60px;
  line-height: 75px;
}
.eo-blog-content .wp-block-heading {
  margin: 40px 0 20px;
  font-weight: 400;
  color: var(--text-black);
}
.eo-single-blog-wrapper .eo-blog-content p {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
  color: var(--text-dark);
}
.eo-single-blog-wrapper .eo-lists li {
  font-size: 24px;
}
.eo-blog-gallery-section {
  display: grid !important;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: repeat(2, 1fr);
  gap: 1rem;
  margin: auto;
}
.eo-blog-gallery-section figure {
  width: 100% !important;
  margin: 30px 0 20px;
}
.eo-blog-gallery-section > figure:nth-child(1) {
  grid-row: span 2;
}
.eo-blog-gallery-section figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px;
}
.eo-single-blog-wrapper .eo-blog-content .eo-blog-gallery-section .blocks-gallery-caption {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
  color: var(--text-light);
}
.eo-blog-other-articles {
  margin: 16px 0 80px;
  position: relative;
}
.eo-blog-green-bg::before {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 1200px;
  width: 100%;
  content: '';
  display: block;
  z-index: -1;
  position: absolute;
  left: 0;
}
.eo-blog-post-list {
  padding-top: 16px;
}
.eo-blog-post-list .slick-track {
  display: flex;
  gap: 24px;
}
.eo-blog-post-card {
  display: flex !important;
  flex-direction: column;
  height: auto !important;
  background-color: var(--tertiary-color);
  border-radius: 24px;
  margin-top: 6px;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.eo-blog-post-list h4 a {
  font-family: var(--primary-font);
  font-size: 32px;
  line-height: 38px;
  font-weight: 400;
}
.eo-blog-post-reading-time {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.eo-blog-other-articles h2 {
  color: var(--tertiary-color);
}
.eo-blog-other-articles .eo-custom-arrows {
  top: -48px;
}

/* Course Timetable Styles */
.eo-timetable-wrapper {
  background-color: var(--secondary-color);
  padding: 20px 0px;
  border-radius: var(--eo-border-radius);
  position: relative;
}

/* Mobile Navigation */
.eo-timetable-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.eo-timetable-arrow {
  background: transparent;
  border: 2px solid var(--tertiary-color);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.eo-timetable-arrow-prev {
  transform: rotate(180deg);
}

.eo-timetable-arrow path {
  fill: var(--tertiary-color);
}

.eo-timetable-days {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex: 1;
}

.eo-timetable-day {
  text-align: center;
  font-family: var(--primary-font);
  font-size: 32px;
  color: var(--tertiary-color);
  position: relative;
}

.eo-timetable-day-active {
  color: var(--primary-color);
}

.eo-timetable-day-indicator {
  height: 2px;
  background-color: var(--primary-color);
  width: 100%;
  position: absolute;
  bottom: -5px;
}

/* Desktop Header */
.eo-timetable-header {
  display: grid;
  grid-template-columns: repeat(var(--visible-days, 7), 1fr);
  border-bottom: 1px solid var(--tertiary-color);
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.eo-timetable-header .eo-timetable-day {
  color: var(--primary-color);
}

/* Timetable Content */
.eo-timetable-row {
  display: flex;
  margin-bottom: 20px;
  position: relative;
}

.eo-timetable-time {
  width: 60px;
  font-family: var(--primary-font);
  font-size: 24px;
  color: var(--primary-color);
  padding-top: 10px;
  position: absolute;
  left: -72px;
}

.eo-timetable-events {
  display: grid;
  grid-template-columns: repeat(var(--columns, 7), 1fr);
  gap: 10px;
  flex: 1;
}

.eo-timetable-cell {
  min-height: 20px;
  display: flex;
}

.eo-timetable-event {
  background-color: var(--tertiary-color);
  border-radius: 16px;
  padding: 15px;
  position: relative;
}

.eo-timetable-event-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--secondary-color-light);
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.eo-timetable-event-time {
  font-family: var(--secondary-font);
  color: var(--text-dark);
  font-size: 16px;
}

.eo-timetable-event-level {
  font-family: var(--secondary-font);
  color: var(--secondary-color);
  font-weight: var(--font-weight-semibold);
  font-size: 16px;
  display: none;
}

.eo-timetable-event-title {
  font-family: var(--primary-font);
  font-size: 20px;
  color: var(--text-black);
  margin-bottom: 5px;
}

.eo-timetable-event-teacher {
  font-family: var(--secondary-font);
  color: var(--text-dark);
  font-size: 16px;
  display: none;
}

/* Legend */
.eo-timetable-legend {
  margin-top: 30px;
  display: flex;
  gap: 20px;
  font-family: var(--secondary-font);
  font-size: 16px;
  color: var(--tertiary-color);
  display: none;
}

/* Mobile Timetable Styles  */

.eo-timetable-mobile {
  display: none;
}

.eo-timetable-mobile-timeline {
  position: relative;
  padding: 20px 0;
}

.eo-timetable-mobile-day {
  position: relative;
}

.eo-timetable-mobile-time-slot {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  position: relative;
}

.eo-timetable-mobile-event {
  flex: 1;
}

.eo-timetable-mobile-no-courses {
  text-align: center;
  color: var(--tertiary-color);
  font-style: italic;
  padding: 40px 20px;
}

@media (max-width: 767px) {
  .eo-timetable-desktop {
    display: none;
  }

  .eo-timetable-mobile {
    display: block;
  }
}

/* ---------------------------------
  RESPONSIVE
  ------------------------------------*/

/*------BIG------*/
@media (max-width: 1280px) {
  .eo-team-img {
    width: 300px;
  }
  .eo-single-team-img-wrapper img.eo-team-dancer2 {
    rotate: unset;
  }
}
/*------MID------*/
@media (max-width: 1024px) {
  .login-btn a {
    padding: 16px 32px;
    font-size: 36px;
  }
  .eo-get-to-know-btn {
    width: 100%;
  }
  .eo-get-to-know-btn a {
    padding: 8px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .eo-course-info-btn-responsive-text a {
    padding: 20px;
    line-height: 1.2 !important;
    font-size: 36px !important;
  }

  .eo-home-hero-banner {
    padding: 2rem;
    margin-left: 2rem !important;
    margin-top: 0 !important;
  }
  .eo-home-hero-banner h1 {
    font-size: 50px !important;
  }

  .eo-hero-bg .wp-block-cover__inner-container {
    margin-top: 150px;
  }
  .eo-grid-uneven {
    grid-template-columns: auto;
  }
  /* .eo-team-img:not(.eo-single-team-wrapper .eo-team-img) {
    margin-left: auto;
  } */
  .eo-grid-reverse .eo-team-img {
    margin-right: auto;
    margin-left: unset;
  }
  .eo-dance-group-container .wp-block-image:last-child img {
    right: 0;
  }
  .eo-dance-group-container .wp-block-image:first-child img {
    z-index: 1;
    position: relative;
    margin-top: 100px;
  }
  .eo-dance-group-container .wp-block-image:nth-child(2) img {
    margin-top: 40px;
  }
  .eo-code-bg {
    padding: 100px 15px 200px;
    margin-top: -200px !important;
  }
  .eo-course-label {
    font-size: 28px !important;
    min-width: 300px;
  }
  .eo-course-label span {
    font-size: 28px;
  }
  .eo-courses-grid:has(.eo-tags) {
    grid-template-columns: repeat(2, 1fr);
  }
  .eo-hero-sec,
  .eo-code-of-conduct {
    padding: 60px 70px;
  }
  /* .eo-swing-production {
    padding: 0 15px;
  } */
  .eo-swing-production .eo-btn a {
    font-size: 28px !important;
    padding: 20px 30px;
  }
  .eo-time-table-sec {
    padding-bottom: 60px;
  }
  .eo-dance-woman img {
    width: 450px;
  }
  .eo-course-information,
  .eo-for-you,
  .eo-course-join,
  .eo-team-bio-body,
  .eo-video-gallery-action,
  .eo-team-bio,
  .eo-team-img-contact-sec,
  .eo-teachers-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eo-about-course-wrapper .eo-hero-section {
    padding: 60px;
  }
  .eo-light-bg-wrapper {
    margin-top: -60px;
    min-height: 300px;
  }
  .eo-grid-colu3:not(.eo-dancing-img-container.eo-grid-colu3, .eo-teachers-image-grp.eo-grid-colu3) {
    grid-template-columns: repeat(1, 1fr);
  }
  .eo-course-info-img {
    order: 1;
  }
  .eo-course-info-btn {
    order: 3;
    overflow: hidden;
  }
  .eo-course-info-para {
    margin-top: 2rem;
    order: 2;
  }
  .eo-course-info-btn {
    order: 3;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    /* position: absolute;
    right: 20px; */
  }
  .eo-dancer2 {
    width: 300px;
  }
  .eo-course-info-img img {
    width: 300px;
    right: unset;
    left: 0;
    z-index: 2;
    margin-top: -200px;
  }
  .eo-course-join {
    position: static;
    padding: 200px 15px 100px;
  }
  .eo-single-team-img-wrapper img.eo-team-dancer2 {
    width: 300px;
    left: unset;
    right: 50px;
  }
  .eo-single-team-img-wrapper img {
    width: 500px;
  }
  .eo-about-top-content {
    padding: 150px 15px 0;
    position: relative;
    z-index: 3;
  }
  .eo-studio-banner-img img {
    height: 400px;
    z-index: 4;
  }
  .eo-about-bottom-content {
    margin-top: -150px !important;
    padding-top: 180px;
  }
  .eo-gallery-impression .eo-heading-container {
    padding-left: 15px;
  }
  .eo-custom-arrows.eo-impressions-arrow .eo-arrow {
    position: unset;
  }
  .eo-custom-arrows.eo-impressions-arrow {
    position: absolute;
    top: -110px;
    right: 20px;
    gap: 12px;
  }
  .eo-studio-img-dancing {
    margin-top: -150px;
    position: relative;
  }
  .eo-studio-img-dancing img {
    margin-left: auto;
    width: 450px !important;
  }
  .eo-contact-map-sec {
    padding-top: 10px;
  }
  .eo-feature-sec,
  .eo-latest-sec {
    padding-left: 15px;
    padding-right: 15px;
  }
  .eo-feature-posts .wp-block-post-template {
    grid-template-columns: repeat(2, 1fr);
  }
  .eo-blog-other-articles .eo-custom-arrows {
    top: -48px;
  }
}

/*------SMALL------*/

@media (max-width: 767px) {
  h1 {
    font-size: var(--h1-font-size-mobile);
    line-height: var(--h1-line-height-mobile);
    letter-spacing: var(--h1-letter-spacing-mobile);
  }

  h2,
  .eo-courses-grp h2 {
    font-size: var(--h2-font-size-mobile);
    line-height: var(--h2-line-height-mobile);
    letter-spacing: var(--h2-letter-spacing-mobile);
  }

  h3,
  .eo-single-title {
    font-size: var(--h3-font-size-mobile);
    line-height: var(--h3-line-height-mobile);
    letter-spacing: var(--h3-letter-spacing-mobile);
  }

  .eo-hero-sec,
  .eo-code-of-conduct {
    border-radius: 24px;
    padding: 34px 20px;
  }
  .eo-hero-sec h1 {
    font-size: 40px !important;
    line-height: 40px;
  }
  .eo-horizontal-line-head {
    padding-bottom: 15px;
  }
  .eo-horizontal-line-head::before,
  .eo-horizontal-line-head::after {
    border-top: 3px solid;
  }
  .eo-horizontal-line-head::after {
    bottom: 12px !important;
  }
  .eo-width-280::before,
  .eo-width-250::before {
    width: 130px !important;
  }
  .eo-width-280::after,
  .eo-width-250::after {
    width: 174px !important;
  }
  .eo-width-190::before {
    width: 95px !important;
  }
  .eo-width-190::after {
    width: 122px !important;
  }
  .eo-hero-sec p {
    font-size: 24px !important;
    margin-bottom: 5px !important;
  }
  .eo-dance-woman img {
    width: 230px;
  }
  .eo-green-bg {
    margin-top: -200px !important;
    margin-bottom: 0 !important;
  }
  .eo-green-bg .wp-block-cover__inner-container {
    margin-top: 150px;
  }
  h2,
  .eo-courses-grp h2,
  h2.eo-horizontal-line-head,
  .eo-code-bg h2.wp-block-heading,
  .eo-about-top-content .eo-horizontal-line-head {
    font-size: 32px;
  }
  .eo-courses-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
  .eo-courses-filter-buttons {
    margin-top: 2rem;
  }
  .eo-course-label {
    min-width: 195px;
    /* width: 230px; */
    min-height: 60px;
    font-size: 24px;
    line-height: 30px;
    color: var(--text-black);
    top: 60%;
  }
  .eo-course-label span {
    width: 100%;
    font-size: 24px;
    display: none;
  }
  .eo-course-card img {
    height: 265px;
    border-radius: 16px;
  }
  .eo-courses-filter-buttons {
    gap: 8px;
  }
  .eo-courses-filter-btn {
    font-size: 12px;
    padding: 7px 16px;
  }

  .last-crumb {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .eo-starting-next .eo-course-card {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .eo-starting-next .eo-course-link {
    height: 100%;
    display: flex;
    flex-direction: column;
  }

  .eo-starting-next .eo-course-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
  }

  .eo-starting-next .eo-course-description {
    flex: 1;
  }

  /* Fix for Slick slider on mobile */
  .eo-starting-next .slick-track {
    display: flex !important;
  }

  .eo-starting-next .slick-slide {
    height: inherit !important;
  }

  .eo-starting-next .slick-slide > div {
    height: 100%;
  }

  .eo-show-more-btn {
    border-radius: 50%;
    width: 210px;
    height: 210px;
  }
  .eo-show-more-btn::after {
    content: '';
    background-image: url(../images/arrow-right.svg);
    height: 20px;
    width: 20px;
    display: block;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
    filter: invert(100%);
    margin-top: 10px;
  }
  .eo-time-table-sec {
    margin-top: -50px !important;
  }
  .eo-time-table-sec .wp-block-spacer {
    height: 20px !important;
  }
  .eo-mobile-visible {
    display: block !important;
  }
  .eo-mobile-hidden {
    display: none !important;
  }
  .eo-light-green-bg {
    margin-top: -55px !important;
    padding-bottom: 100px;
    padding-right: 0;
  }
  .eo-light-green-bg .wp-block-cover__inner-container {
    margin-top: 100px;
  }
  .eo-dance-group-container .wp-block-image:last-child img {
    right: 0;
  }
  .eo-dance-group-container .wp-block-image:first-child img {
    margin-top: 50px;
    position: relative;
    z-index: 1;
  }
  .eo-dance-group-container .wp-block-image:nth-child(2) img {
    margin-top: 30px;
  }
  .eo-code-bg {
    padding: 0px 20px;
  }
  .eo-code-bg h3.wp-block-heading,
  .eo-code-bg a {
    font-size: 24px !important;
    line-height: 30px;
  }
  .eo-code-bg .wp-block-spacer {
    height: 16px !important;
  }
  .eo-code-bg a {
    font-size: 24px !important;
  }
  .eo-swing-production .wp-block-spacer {
    height: 24px !important;
  }
  .eo-swing-production img {
    height: 132px;
    object-fit: cover;
    border-radius: 16px;
  }
  .eo-swing-production figure {
    margin-bottom: 0 !important;
  }
  .eo-swing-production p {
    font-size: 20px !important;
    /* line-height: 20px; */
  }
  .eo-swing-production a {
    font-size: 24px !important;
  }
  .eo-btn a::after {
    background-size: 20px;
    width: 30px;
    height: 30px;
  }
  #menu-socials .menu-item {
    width: 80px;
    height: 80px;
  }
  .eo-light-green-bg-after {
    min-height: 400px !important;
  }
  .eo-course-card:has(.eo-tags):hover {
    transform: none;
  }
  .eo-single-course-container .eo-course-card img {
    height: 265px;
  }
  .eo-dancing-img-container .eo-single-image1 {
    width: 230px;
    transform: none;
    rotate: 0deg;
  }
  .eo-course-information,
  .eo-for-you {
    margin-top: -100px;
    padding: 110px 15px 0;
  }
  .eo-about-course-wrapper .eo-hero-section {
    padding: 24px;
    margin-top: 20px;
  }
  .eo-about-course-wrapper .eo-hero-section p {
    margin-top: 10px;
  }
  .eo-about-course-wrapper .eo-hero-section h3 {
    font-size: 28px;
  }
  .eo-for-you-card p {
    font-size: 14px;
    margin-top: 10px;
  }
  .eo-light-bg-wrapper {
    min-height: 250px;
    margin-top: -100px;
  }
  .eo-dancer2 {
    width: 115px;
    top: 190px;
  }
  .eo-course-info-img img {
    width: 190px;
    right: unset;
    left: 0;
    z-index: 2;
    margin-top: -90px;
  }
  .eo-course-join {
    position: static;
    padding: 200px 15px 50px;
  }
  /* .eo-course-info-para ul li,
  .eo-course-info-para p,
  .eo-course-info-place p {
    font-size: 14px;
  } */
  .eo-course-info-img {
    order: 1;
  }
  .eo-course-info-btn {
    order: 3;
  }
  .eo-course-info-para {
    order: 2;
  }
  .eo-course-info-btn button,
  .eo-course-info-btn a {
    font-size: 24px;
    line-height: 30px;
    /* width: 200px;
    height: 200px; */
    /* padding: unset; */
  }
  .eo-course-info-btn {
    order: 3;
    /* position: absolute;
    right: 20px; */
  }
  .eo-course-info-btn img {
    width: 20px;
  }
  .eo-course-additional-info {
    padding-bottom: 0;
  }
  .eo-teachers-section {
    padding: 48px 15px 0 15px;
  }
  .eo-teachers-image-grp.eo-grid-colu3 {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .eo-teacher img {
    width: 106px;
    height: 106px;
  }
  .eo-team-hero-sec h1,
  .eo-blog-hero .eo-horizontal-line-head {
    font-size: 40px !important;
    line-height: 45px;
  }
  .eo-team-hero-sec p {
    color: var(--text-dark) !important;
    font-weight: 600 !important;
  }
  .eo-dance-group-team img {
    width: 300px;
    z-index: 3;
  }
  .eo-team-experience p,
  .eo-team-styles ul li,
  .eo-team-description p {
    font-size: 16px;
  }
  .eo-team-experience .eo-experience-heading,
  .eo-team-styles .eo-style-heading {
    font-size: 12px;
  }
  .eo-team-description {
    padding-top: 0;
  }
  .eo-teams-group {
    position: relative;
    z-index: 2;
  }

  .eo-team-card:not(.eo-grid-reverse) .eo-team-img img {
    border-radius: var(--eo-border-radius) var(--eo-border-radius) 0 0;
  }
  .single-teacher .eo-team-card:not(.eo-grid-reverse) .eo-team-img img {
    border-radius: var(--eo-border-radius) !important;
  }

  .eo-team-card.eo-grid-reverse .eo-team-img img {
    border-radius: var(--eo-border-radius) var(--eo-border-radius) 0 0;
  }

  .eo-team-img {
    width: 100%;
  }
  .eo-team-card {
    flex-direction: column;
  }
  .eo-team-card.eo-grid-reverse {
    flex-direction: column;
  }
  .eo-button-images-team {
    top: -100px;
  }
  .eo-button {
    width: 200px;
    height: 200px;
    font-size: 24px;
  }
  .eo-button svg {
    width: 20px;
  }
  .eo-button a {
    font-size: 24px !important;
    padding: unset !important;
  }
  .eo-button.eo-button-has-icon a::after {
    width: 20px;
    height: 20px;
  }
  .eo-button-images-team .eo-dance-group-container {
    margin-top: -350px !important;
  }
  .eo-breadcrumb a,
  .eo-breadcrumb span {
    font-size: 18px;
  }
  .eo-single-team-wrapper .eo-team-card {
    display: flex;
    flex-wrap: wrap;
  }
  .eo-single-team-wrapper .eo-team-img {
    width: 100%;
    height: 400px;
    padding: 0;
  }
  .eo-team-description.eo-mobile-visible {
    width: 100%;
    display: flex !important;
  }
  .eo-single-team-wrapper .eo-team-card {
    padding: 24px;
  }
  .eo-single-green-img-wrapper {
    margin-top: 0;
  }
  .eo-single-team-img-wrapper img {
    width: 185px;
  }
  .eo-single-team-img-wrapper img.eo-team-dancer2 {
    width: 105px;
    top: 0;
  }
  .eo-teachers-button {
    width: 100%;
    font-size: 24px;
    padding: 18px;
  }
  .eo-teachers-button svg {
    width: 20px;
  }
  .eo-video-slider .eo-video-slide,
  .eo-impressions-card,
  .eo-blog-post-card {
    flex: 0 0 75%;
  }
  .eo-video-slider .eo-video-slide.slick-current,
  .eo-impressions-card.slick-current,
  .eo-blog-post-card.slick-current {
    flex: 0 0 75%;
    width: 298px;
  }
  .eo-impressions-slider .slick-track,
  .eo-blog-post-list .slick-track {
    width: 100% !important;
  }
  .eo-impressions-wrapper {
    padding-left: 15px;
  }
  .eo-video-gallery-container,
  .eo-video-gallery-action {
    padding-right: 0;
  }
  .eo-video-slide video,
  .eo-video-slide .eo-slider-img {
    height: 200px;
  }
  .eo-play-button {
    padding: 15px;
  }
  .eo-play-button svg {
    width: 24px;
    height: 24px;
  }
  .eo-custom-arrows {
    gap: 8px;
    right: 15px;
  }
  .eo-arrow {
    width: 46px;
    height: 46px;
  }
  .eo-arrow svg {
    width: 20px;
    height: 18px;
  }
  .eo-arrow svg path {
    fill: var(--tertiary-color);
  }
  .eo-slider-wrapper {
    padding: 24px 0 50px;
  }
  .eo-team-bio-body p {
    font-size: 14px !important;
  }
  .eo-lists,
  .eo-lists li::before {
    font-size: 14px !important;
  }
  .eo-team-bio-body {
    padding: 24px;
  }
  .eo-single-green-img-wrapper {
    padding-top: 150px;
  }

  .eo-tags {
    display: none;
  }

  .eo-team-body {
    flex: 0 0 40%;
    padding: 20px 0px 40px 0px;
  }
  .eo-team-body-list {
    flex: 0 0 40%;
    padding: 20px 20px 40px 20px;
  }

  .eo-team-heading {
    font-size: 48px;
  }
  .eo-single-team-wrapper .eo-dancing-img-container :is(img:nth-child(2), img:nth-child(3)) {
    margin-top: 50px;
  }
  .eo-single-spacer {
    padding-top: 70px;
  }
  .eo-single-team-wrapper .eo-button {
    rotate: unset;
    width: 180px;
    height: 180px;
  }
  .eo-team-img-contact-sec {
    gap: 20px;
  }
  .eo-courses-grid .slick-track {
    display: flex;
    width: 100% !important;
    gap: 16px;
  }
  .eo-courses-grid .slick-track .eo-course-card {
    flex: 0 0 60%;
  }
  .eo-courses-grid .slick-track .eo-course-card.slick-current {
    flex: 0 0 60%;
    width: 298px;
  }
  .eo-course-card:has(.eo-tags) .eo-course-image img {
    height: 105px;
  }
  .eo-course-card {
    border-radius: 16px !important;
  }
  .eo-course-body {
    border-radius: 12px;
  }
  .eo-course-body .eo-course-title {
    font-size: 20px;
    line-height: 30px;
  }
  .eo-course-body .eo-course-description {
    font-size: 12px;
    line-height: 18px;
  }

  /* Course Timetable Styles */
  .eo-timetable-wrapper {
    background-color: var(--secondary-color);
    padding: 20px 0px;
    border-radius: var(--eo-border-radius);
    position: relative;
  }

  /* Mobile Navigation */
  .eo-timetable-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
  }

  .eo-timetable-arrow {
    background: transparent;
    border: 2px solid var(--tertiary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .eo-timetable-arrow-prev {
    transform: rotate(180deg);
  }

  .eo-timetable-arrow path {
    fill: var(--tertiary-color);
  }

  .eo-timetable-days {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
  }

  .eo-timetable-day {
    text-align: center;
    font-family: var(--primary-font);
    font-size: 32px;
    color: var(--tertiary-color);
    position: relative;
  }

  .eo-timetable-day-active {
    color: var(--primary-color);
  }

  .eo-timetable-day-indicator {
    height: 2px;
    background-color: var(--primary-color);
    width: 100%;
    position: absolute;
    bottom: -5px;
  }

  /* Desktop Header */
  .eo-timetable-header {
    display: grid;
    grid-template-columns: repeat(var(--visible-days, 7), 1fr);
    border-bottom: 1px solid var(--tertiary-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .eo-timetable-header .eo-timetable-day {
    color: var(--primary-color);
  }

  /* Timetable Content */
  .eo-timetable-row {
    display: flex;
    margin-bottom: 20px;
    position: relative;
  }

  .eo-timetable-time {
    width: 60px;
    font-family: var(--primary-font);
    font-size: 24px;
    color: var(--primary-color);
    padding-top: 10px;
    position: absolute;
    left: -72px;
  }

  .eo-timetable-events {
    display: grid;
    grid-template-columns: repeat(var(--columns, 7), 1fr);
    gap: 10px;
    flex: 1;
  }

  .eo-timetable-cell {
    min-height: 20px;
  }

  .eo-timetable-event {
    background-color: var(--tertiary-color);
    border-radius: 16px;
    padding: 15px;
    position: relative;
  }

  .eo-timetable-event-header {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--secondary-color-light);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .eo-timetable-event-time {
    font-family: var(--secondary-font);
    color: var(--text-dark);
    font-size: 16px;
  }

  .eo-timetable-event-level {
    font-family: var(--secondary-font);
    color: var(--secondary-color);
    font-weight: var(--font-weight-semibold);
    font-size: 16px;
  }

  .eo-timetable-event-title {
    font-family: var(--primary-font);
    font-size: 20px;
    color: var(--text-black);
    margin-bottom: 5px;
  }

  .eo-timetable-event-teacher {
    font-family: var(--secondary-font);
    color: var(--text-dark);
    font-size: 16px;
  }

  /* Legend */
  .eo-timetable-legend {
    margin-top: 30px;
    display: flex;
    gap: 20px;
    font-family: var(--secondary-font);
    font-size: 16px;
    color: var(--tertiary-color);
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .eo-timetable-events {
      grid-template-columns: 1fr;
    }
  }

  /* STUDIO */
  .eo-studio-banner-img img {
    height: 175px;
  }
  .eo-about-top-content {
    margin-top: -150px !important;
  }
  .eo-about-top-content {
    padding: 20px 15px 0;
  }
  .eo-about-top-content .wp-block-cover__inner-container {
    padding: 150px 0 20px;
  }
  .eo-about-top-content .eo-horizontal-line-head {
    margin-bottom: 24px;
  }
  .eo-about-bottom-content {
    margin-top: -100px !important;
  }
  .eo-about-bottom-content figure img {
    width: 300px !important;
  }
  .eo-gallery-impression .wp-block-cover__inner-container {
    padding: 100px 0 0;
  }
  .eo-impressions-wrapper .eo-show-more-btn {
    border-radius: 24px;
    height: unset;
    width: 100%;
  }
  .eo-impressions-wrapper .eo-show-more-btn::after {
    display: none;
  }
  .eo-studio-img-dancing {
    margin-top: -200px;
  }
  .eo-gallery-impression .eo-video-gallery-action .eo-custom-arrows {
    top: -85px;
  }
  .eo-gallery-impression .eo-video-gallery-container {
    padding-left: 0;
    padding-bottom: 0;
  }
  .eo-gallery-impression .eo-slider-wrapper {
    padding-bottom: 0;
  }
  .eo-gallery-impression .eo-video-gallery-action {
    top: 120px;
  }
  .eo-custom-arrows.eo-impressions-arrow {
    top: -140px;
    right: 15px;
    gap: 8px;
  }
  .eo-custom-arrows.eo-impressions-arrow .eo-arrow {
    border: 2px solid var(--tertiary-color);
  }
  .eo-impression-button {
    padding-right: 15px;
  }
  .eo-custom-arrows.eo-impressions-arrow {
    top: -60px;
  }
  .eo-impressions-wrapper {
    padding-top: 24px;
  }
  .eo-studio-img-dancing {
    margin-top: -50px;
    position: relative;
  }
  .eo-studio-img-dancing img {
    width: 170px !important;
    margin-left: auto;
  }
  .eo-location-bg img {
    width: 20px;
  }
  .eo-location-bg {
    width: 46px;
    height: 46px;
  }
  .eo-location p {
    font-size: 16px !important;
  }
  .eo-contact-content {
    margin-top: 24px;
  }
  .eo-contact-map-sec {
    padding-top: 0px;
  }
  .eo-feature-posts .wp-block-post-template {
    grid-template-columns: repeat(1, 1fr);
  }
  .eo-blog-hero p,
  .eo-feature-posts .wp-block-post-title {
    font-size: 20px !important;
    line-height: 28px;
    padding-right: 0;
    width: 100%;
  }
  .eo-blog-hero {
    padding-bottom: 50px;
  }
  .eo-blog-dancers {
    flex-direction: row-reverse;
  }
  .eo-feature-sec {
    margin-top: -80px !important;
    padding: 140px 15px 300px;
  }
  .eo-latest-sec {
    padding: 80px 15px 0;
  }
  .eo-feature-posts img {
    height: 270px !important;
  }
  .eo-latest-sec .wp-block-buttons .wp-block-button {
    width: 100%;
  }
  .eo-blog-bg {
    min-height: 200px !important;
  }
  .eo-single-post-wrapper .eo-blog-title h1,
  .eo-single-post-wrapper .eo-blog-title a {
    font-size: 32px;
    line-height: 32px;
  }
  .eo-single-blog-wrapper .eo-blog-excerpt p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .eo-date-time span {
    font-size: 14px;
    line-height: 20px;
  }
  .eo-date-time {
    gap: 24px;
  }

  .eo-blog-content h2 {
    font-size: 24px !important;
    line-height: 30px;
  }
  .eo-blog-content .wp-block-heading {
    margin: 30px 0 10px;
  }
  .eo-single-blog-wrapper .eo-blog-content p,
  .eo-single-blog-wrapper .eo-lists li {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
  }
  .eo-single-blog-wrapper .eo-blog-content .eo-blog-gallery-section .blocks-gallery-caption {
    font-size: 12px;
    line-height: 16px;
  }
  .eo-blog-gallery-section {
    display: flex !important;
  }
  .eo-blog-gallery-section figure:not(.eo-blog-gallery-section figure:first-child) {
    flex-basis: calc(50% - 10px);
  }
  .eo-blog-other-articles .eo-custom-arrows .eo-arrow {
    border: 2px solid var(--tertiary-color);
  }
  .eo-blog-other-articles .eo-custom-arrows {
    top: 140px;
  }
  .eo-blog-other-articles h2 {
    padding-right: 130px;
  }
  .eo-latest-sec .wp-block-button a.wp-block-button__link {
    width: 100%;
  }
}
