@font-face {
  font-family: "Branch";
  src:
    url("../fonts/Branch-Regular.woff2") format("woff2"),
    url("../fonts/Branch-Regular.woff") format("woff"),
    url("../fonts/Branch-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

:root {
  --ekoja-bg: #fbf6f0;
  --ekoja-cream: #f5eee4;
  --ekoja-white: #fbf6f0;
  --ekoja-brown-900: #4a180a;
  --ekoja-brown-800: #69240d;
  --ekoja-brown-700: #7d2c0f;
  --ekoja-gold: #c78d1c;
  --ekoja-text: #6b4b38;
  --ekoja-text-soft: rgba(107, 75, 56, 0.76);
  --ekoja-line: rgba(74, 24, 10, 0.18);
  --ekoja-shadow: 0 24px 50px rgba(74, 24, 10, 0.08);
  --ekoja-shell: 1720px;
  --ekoja-radius-xl: 22px;
  --ekoja-radius-lg: 18px;
}

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

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  background: var(--ekoja-bg);
  color: var(--ekoja-text);
  font-family: "Poppins", Arial, sans-serif;
  overflow-x: hidden;
}

p {
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
}

h1,
h2,
h3,
h4 {
  font-family: "Branch", serif;
  font-weight: 400;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input {
  font: inherit;
}

.ekoja-page {
  overflow-x: hidden;
}

.ekoja-shell {
  width: min(calc(100% - 80px), var(--ekoja-shell));
  max-width: 1720px !important;
  margin: 0 auto;
}

.ekoja-header,
.ekoja-nav,
.ekoja-section-heading,
.ekoja-mosaic,
.ekoja-values-grid,
.ekoja-testimonial-track,
.ekoja-form,
.ekoja-footer__inner {
  min-width: 0;
}

.ekoja-site-header {
  position: relative;
  z-index: 10;
}

.ekoja-site-header--overlay {
  margin-bottom: -108px;
  padding-top: 28px;
}

.ekoja-hidden-title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ekoja-hero {
  position: relative;
  background:
    linear-gradient(90deg, rgba(51, 14, 8, 0.88) -7%, rgba(81, 24, 10, 0.74) 15%, rgba(64, 23, 12, 0.14) 40%),
    url("../images/Mask group 1.png") right top / cover no-repeat;
  color: #fff5ea;
}

.ekoja-header {
  display: grid;
  grid-template-columns: 170px 1fr auto;
  align-items: center;
  gap: 28px;
  padding-top: 0;
}

.ekoja-header-menu {
  display: contents;
}

.ekoja-logo img {
  width: 146px;
}

.ekoja-menu-toggle,
.ekoja-menu-overlay {
  display: none;
}

.ekoja-menu-toggle {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  color: #fff;
  cursor: pointer;
}

.ekoja-menu-toggle span {
  display: block;
  width: 26px;
  height: 2px;
  margin: 5px 0;
  border-radius: 999px;
  background: currentColor;
  transition: transform 0.28s ease, opacity 0.28s ease;
}

.ekoja-nav {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 39px;
}

.ekoja-nav a,
.ekoja-header-icons a {
  color: #fff;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
}

.ekoja-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  /* padding-bottom: 10px; */
}

.ekoja-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transform: translateX(-50%);
  transition: width 0.28s ease;
}

.ekoja-nav a:hover::after,
.ekoja-nav a.is-active::after,
.ekoja-nav a[aria-current="page"]::after {
  width: 17px;
}

.ekoja-header-icons {
  display: flex;
  gap: 8px;
}

.ekoja-icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.ekoja-icon-link svg {
  width: 16px;
  height: 16px;
}

.ekoja-hero-copy {
  max-width: 805px;
  padding: 250px 0 150px;
}

.ekoja-hero-callout {
  position: absolute;
  right: 42px;
  bottom: 54px;
  display: inline-flex;
  align-items: center;
  gap: 18px;
  color: #fff7ef;
  text-decoration: none;
  transition: transform 0.28s ease;
}

.ekoja-hero-callout__text {
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
}

.ekoja-hero-callout__circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  border: 1.5px solid rgba(255, 245, 234, 0.78);
  border-radius: 50%;
  backdrop-filter: blur(1px);
  transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
}

.ekoja-hero-callout__circle svg {
  width: 26px;
  height: 26px;
  transition: transform 0.28s ease;
}

.ekoja-hero-callout:hover {
  transform: translateY(-2px);
}

.ekoja-hero-callout:hover .ekoja-hero-callout__circle {
  background: rgba(255, 245, 234, 0.12);
  border-color: rgba(255, 245, 234, 1);
  box-shadow: 0 12px 28px rgba(32, 10, 5, 0.18);
  transform: scale(1.04);
}

.ekoja-hero-callout:hover .ekoja-hero-callout__circle svg {
  transform: translate(2px, -2px);
}

.ekoja-hero-copy h1,
.ekoja-section-heading h2,
.ekoja-values h2,
.ekoja-testimonials h2,
.ekoja-join-card h2,
.ekoja-card__body h3,
.ekoja-feature-panel h3,
.ekoja-value h3,
.ekoja-testimonial h3,
.ekoja-footer-block h3 {
  margin: 0;
  font-family: "Branch", serif;
  font-weight: 400;
}

.ekoja-hero-copy h1 {
  margin-bottom: 18px;
  font-family: "Branch", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  line-height: 85px;
  letter-spacing: -5px;
  text-transform: capitalize;
  color: #ffffff;
}

.ekoja-hero-copy p {
  max-width: 470px;
  margin: 0 0 30px;
  color: rgb(255 255 255);
}

.ekoja-hero-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.ekoja-hero-buttons .ekoja-button {
  flex: 0 0 auto;
}

.ekoja-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  padding: 17px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ekoja-button--light {
  background: #fff;
  color: var(--ekoja-brown-900);
}

.ekoja-button--ghost {
  border-color: rgba(255, 245, 234, 0.48);
  color: #fff5ea;
}

.ekoja-button--gold {
  background: var(--ekoja-gold);
  color: #fff8f2;
}

.ekoja-section {
  padding: 45px 0;
}

.ekoja-intro {
  background: #FBF6F0 !important;
}

.ekoja-section.ekoja-intro {
  padding: 100px 0;
}

.ekoja-section-heading {
  display: grid;
  grid-template-columns: 1.08fr 1fr;
  gap: 56px;
  margin-bottom: 34px;
}

.ekoja-section-heading h2 {
  color: var(--ekoja-brown-900);
  font-size: clamp(2.2rem, 2.8vw, 3.55rem);
  line-height: 0.98;
  width: 500px;
  max-width: 100%;
}

.ekoja-section-heading p {
  margin: 0;
  color: var(--ekoja-text-soft);
}

.ekoja-mosaic {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.87fr);
  gap: 26px;
}

.ekoja-stack {
  display: grid;
  gap: 26px;
}

.ekoja-card,
.ekoja-feature-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--ekoja-radius-lg);
}

.ekoja-card {
  min-height: 393px;
  padding: 20px 20px 22px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ekoja-card::before {
  content: "";
  position: absolute;
  inset: 0;
}

.ekoja-card--heritage {
  background-image: url("../images/Mask group (2) 1.png");
}

.ekoja-card--growth {
  background-image: url("../images/Group 1707493214 (2).png");
}

.ekoja-card__badge,
.ekoja-card__body {
  position: relative;
  z-index: 1;
}

.ekoja-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 16px;
  border-radius: 0 12px 0 12px;
  background: rgba(199, 141, 28, 0.96);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  position: absolute;
  top: 18px;
  right: 18px;
}

.ekoja-card--heritage .ekoja-card__badge {
  min-height: 0;
  padding: 8px 14px;
  border-radius: 5px 0 0 5px;
  background: #5c1f01;
  font-family: "Branch", serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  top: 26px;
  right: 0;
}

.ekoja-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: min(100%, 64%);
  min-height: 100%;
  margin-top: 0;
  padding: 18px 14px 0 0;
  color: #fff3e8;
}

.ekoja-card__body h3 {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 2vw, 2.35rem);
  line-height: 1.02;
  color: #fff;
}

.ekoja-card__body p {
  max-width: 360px;
  margin: 0 0 20px;
  color: #fff;
}

.ekoja-card__link,
.ekoja-feature-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  color: #fff9f1;
  background: #9e6003;
  min-height: 60px;
  padding: 17px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}

a.ekoja-card__link {
  position: unset;
}

.ekoja-feature-panel a {
  position: relative;
  z-index: 1;
  display: inline-block;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #121212;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ekoja-card .ekoja-card__link {
}

.ekoja-card .ekoja-card__link.growth {
  position: absolute;
  bottom: 0;
}

.ekoja-card--heritage .ekoja-card__body {
  justify-content: flex-start;
  padding-top: 18px;
}

.ekoja-card--heritage .ekoja-card__link {
  background: #5c1f01;
  min-height: 60px;
  padding: 17px 30px;
  border: 1px solid transparent;
  border-radius: 10px;
  text-decoration: none;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ekoja-card--growth .ekoja-card__body {
  width: min(100%, 56%);
  margin-left: auto;
  padding-top: 34px;
  padding-right: 8px;
}

.ekoja-card--growth .ekoja-card__body h3 {
  width: min(100%, 295px);
}

.ekoja-card--growth .ekoja-card__badge {
  top: 26px;
  right: 0;
  border-radius: 5px 0 0 5px;
  padding: 6px 14px;
  background: #9e6003;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Branch", serif;
  min-height: 0;
}

.ekoja-card--growth .ekoja-card__link {
  align-self: flex-end;
  margin-top: 14px;
  margin-left: auto;
}

.ekoja-feature-card {
  min-height: 812px;
  background: #7e2c0f;
  box-shadow: var(--ekoja-shadow);
}

.ekoja-feature-card__badge {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff9f1;
  top: 26px;
  right: 0;
  border-radius: 5px 0 0 5px;
  padding: 8px 14px;
  background: #9e6003;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Branch", serif;
  min-height: 0;
}

.ekoja-feature-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ekoja-feature-panel {
  position: absolute;
  right: 16px;
  bottom: 12px;
  left: 16px;
  overflow: hidden;
  padding: 22px 24px 18px;
  border-radius: 16px;
  background: rgba(255, 249, 241, 0.96);
  color: var(--ekoja-brown-900);
}

.ekoja-feature-panel::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 168px;
  height: 220px;
  background: url("../images/image 7.png") right bottom / contain no-repeat;
  pointer-events: none;
}

.ekoja-feature-panel h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  font-size: clamp(1.8rem, 1.9vw, 2.2rem);
  line-height: 1;
  color: #121212;
}

.ekoja-feature-panel p {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  width: 415px;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #6a6a6a;
}

.ekoja-values {
  position: relative;
  overflow: hidden;
  background-color: #ede7db;
}

.ekoja-section.ekoja-values {
  padding: 99px 0;
}

.ekoja-values::before,
.ekoja-values::after {
  content: "";
  position: absolute;
  top: 84px;
  width: 400px;
  height: 523px;
  background: url("../images/left.png") center / contain no-repeat;
  opacity: 1;
  pointer-events: none;
}

.ekoja-values::before {
  left: 36px;
}

.ekoja-values::after {
  right: 36px;
  transform: scaleX(-1);
}

.ekoja-values h2,
.ekoja-testimonials h2,
.ekoja-join-card h2 {
  color: #121212;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

.ekoja-values-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 26px;
  margin-top: 42px;
}

.ekoja-value {
  position: relative;
  text-align: center;
  padding-top: 8px;
}

.ekoja-value__number {
  position: absolute;
  top: -12px;
  left: 32%;
  z-index: 0;
  transform: translateX(-50%);
  color: rgb(78 78 78 / 11%);
  font-family: "Branch", serif;
  font-size: 60px;
  line-height: 70px;
}

.ekoja-value__icon {
  display: grid;
  place-items: center;
  width: 90px;
  height: 90px;
  margin: 0 auto 16px;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.ekoja-value__icon img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

.ekoja-value h3 {
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  font-family: "Branch", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  text-transform: capitalize;
  color: #121212;
}

.ekoja-value p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #6a6a6a;
}

.ekoja-testimonials {
  background: var(--ekoja-white);
}

.ekoja-section.ekoja-testimonials {
  padding: 85px 0;
}

.ekoja-testimonial-slider {
  overflow: hidden;
  margin-top: 38px;
}

.ekoja-testimonial-track {
  display: flex;
  gap: 28px;
  transition: transform 0.55s ease;
  will-change: transform;
}

.ekoja-testimonial {
  position: relative;
  flex: 0 0 calc((100% - 56px) / 3);
}

.ekoja-socials a:hover {
  border: 1px solid #9e6003;
  background: #9e6003;
}

.ekoja-testimonial__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0px 0px 80.7462px rgba(163, 176, 143, 0.15);
}

.ekoja-testimonial__images img {
  width: 100%;
  aspect-ratio: 243 / 339;
  border-radius: 3px;
  object-fit: cover;
}

.ekoja-testimonial__product {
  position: absolute;
  right: -1px;
  top: 261px;
  width: 48px;
}

.ekoja-testimonial p {
  margin: 16px 0 14px;
  color: #6a6a6a;
  text-align: center;
}

.ekoja-testimonial__quote {
  display: block;
  width: 90px;
  margin: -60px auto -18px;
}

.ekoja-testimonial h3 {
  margin-bottom: 3px;
  text-align: center;
  font-family: "Branch", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 46px;
  text-transform: capitalize;
  color: #121212;
}

.ekoja-testimonial span {
  display: block;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  color: #6a6a6a;
}

.ekoja-testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
}

.ekoja-progress {
  display: flex;
  align-items: center;
  width: 100%;
}

.ekoja-progress__lead {
  width: 22px;
  height: 2px;
}

.ekoja-progress__track {
  position: relative;
  flex: 1;
  height: 1px;
  background: var(--ekoja-line);
  overflow: hidden;
}

.ekoja-progress__fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0;
  background: var(--ekoja-brown-800);
  transition: width 0.55s ease;
}

.ekoja-control-buttons {
  display: flex;
  gap: 10px;
}

.ekoja-control-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(74, 24, 10, 0.18);
  border-radius: 50%;
  background: #fff;
  color: var(--ekoja-brown-800);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.ekoja-control-button svg {
  width: 11px;
  height: 9px;
}

.ekoja-control-button:hover {
  background: var(--ekoja-brown-800);
  color: #fff;
  border-color: var(--ekoja-brown-800);
  transform: translateY(-1px);
}

.ekoja-control-button--active {
  background: var(--ekoja-brown-800);
  color: #fff;
  border-color: var(--ekoja-brown-800);
}

.ekoja-join {
  padding-bottom: 0;
}

.ekoja-join-card {
  position: relative;
  overflow: hidden;
  padding: 90px 28px 90px;
  border-radius: var(--ekoja-radius-xl);
  background: url("../images/Join The Ekoja Circle.png") center / cover no-repeat;
  transform: translateY(8px);
  z-index: 2;
}

.ekoja-join-card::before,
.ekoja-join-card::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  background: url("../images/Group 1707493221.png") center / contain no-repeat;
  opacity: 0.09;
}

.ekoja-join-card::before {
  left: 18px;
  bottom: -8px;
}

.ekoja-join-card::after {
  top: -8px;
  right: 18px;
  transform: rotate(180deg);
}

.ekoja-join-card h2 {
  position: relative;
  z-index: 1;
  color: #fff;
}

.ekoja-join-card p {
  position: relative;
  z-index: 1;
  max-width: 460px;
  margin: 20px auto 26px;
  color: #fff;
  text-align: center;
}

.ekoja-form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  width: min(100%, 740px);
  margin: 0 auto;
  padding: 5px;
  border: 1px solid rgba(255, 244, 232, 0.22);
  border-radius: 4px;
}

.ekoja-form-field {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 75%;
  min-height: 31px;
  padding: 0 10px 0 12px;
  border: 0;
  border-radius: 2px 0 0 2px;
  background: transparent;
}

.ekoja-form-field svg {
  width: 20px;
  height: 20px;
  color: #fff;
  flex: 0 0 auto;
}

.ekoja-form input {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  letter-spacing: 0.01em;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

.ekoja-form input::placeholder {
  color: rgba(255, 244, 232, 0.78);
}

.ekoja-form .ekoja-button--gold {
  min-width: 25%;
  min-height: 60px;
  padding: 8px 18px;
  border-radius: 4px;
  border: 1px solid rgba(127, 74, 2, 0.9);
  background: #9e6003;
  color: #ffffff;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ekoja-form .ekoja-button--gold:hover {
  background: #c17504;
}

.ekoja-footer {
  position: relative;
  margin-top: -22px;
  padding: 122px 0 18px;
  background:
    linear-gradient(180deg, rgba(20, 7, 4, 0.78), rgba(14, 5, 3, 0.92)),
    url("../images/Ekoja Beauty Oils Web Image 3 1 (2) 1.png") center / cover no-repeat;
  color: rgba(245, 232, 217, 0.86);
}

.ekoja-footer__inner {
  width: 100%;
  margin: 0 auto;
}

.ekoja-footer-topline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-bottom: 28px;
}

.ekoja-footer-topline__line {
  flex: 1;
  height: 1px;
  background: #9e6003;
}

.ekoja-footer__logo img {
  width: 262px;
  margin: 0 auto;
}

.ekoja-footer-nav,
.ekoja-footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px 26px;
}

.ekoja-footer-nav {
  margin-bottom: 0;
}

.ekoja-footer-nav a,
.ekoja-footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.2;
}

.ekoja-footer-block {
  margin: 0 auto;
  text-align: center;
  max-width: 1196px;
  border-top: 1px solid #9e60033b;
  padding: 25px 0;
}

.ekoja-footer-block h3 {
  margin-bottom: 14px;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
}

.ekoja-footer-block + .ekoja-footer-block {
  margin-top: 18px;
}

.ekoja-footer-block .ekoja-footer-nav,
.ekoja-footer-block .ekoja-footer-links {
  min-height: 26px;
}

.ekoja-footer-block:first-of-type {
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(201, 145, 50, 0.18);
}

.ekoja-footer-block:last-of-type {
  padding-top: 10px;
}

.ekoja-socials {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.ekoja-socials a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(245, 232, 217, 0.58);
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  backdrop-filter: blur(2px);
}

.ekoja-socials a svg {
  width: 12px;
  height: 12px;
}

.ekoja-footer-line {
  width: 100%;
  height: 1px;
  margin: 0 0 14px;
  background: rgba(201, 145, 50, 0.18);
}

.ekoja-copyright {
  margin: 0;
  text-align: center;
  font-family: "Poppins", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
}

@media only screen and (min-width: 1080px) and (max-width: 1600px) {
  html {
    zoom: 0.85;
    zoom: 85%;
  }
}

@media (max-width: 1366px) {
  .ekoja-shell {
    width: min(calc(100% - 120px), var(--ekoja-shell));
  }

  .ekoja-header {
    grid-template-columns: 146px 1fr auto;
    gap: 20px;
  }

  .ekoja-nav {
    gap: 18px 24px;
  }

  .ekoja-nav a,
  .ekoja-header-icons a {
    font-size: 16px;
    line-height: 24px;
  }

  .ekoja-hero-copy {
    max-width: 720px;
    padding: 220px 0 132px;
  }

  .ekoja-hero-copy h1 {
    font-size: 68px;
    line-height: 74px;
    letter-spacing: -4px;
  }

  .ekoja-hero-callout {
    right: 80px;
    bottom: 40px;
  }
}

@media (max-width: 1440px) {
  .ekoja-testimonial__product {
    position: absolute;
    right: -11px;
    top: 233px;
    width: 48px;
  }
}

@media (max-width: 1200px) {
  .ekoja-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 28px;
  }

  .ekoja-section-heading h2,
  .ekoja-section-heading p {
    width: auto;
    max-width: 100%;
  }

  .ekoja-mosaic {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ekoja-values-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ekoja-values::before,
  .ekoja-values::after {
    top: 110px;
    width: 280px;
    height: 366px;
    opacity: 0.55;
  }

  .ekoja-feature-card {
    min-height: 660px;
  }

  .ekoja-feature-panel {
    max-width: calc(100% - 32px);
  }

  .ekoja-testimonial {
    flex-basis: calc((100% - 28px) / 2);
  }
}

@media (max-width: 1024px) {
  .ekoja-hero-callout {
    right: 20px;
    bottom: 40px;
  }

  .ekoja-shell {
    width: 100%;
    padding: 0 20px;
  }

  .ekoja-footer__logo img {
    width: 162px;
    margin: 0 auto;
  }

  .ekoja-hero {
    background-position: 72% center;
  }

  .ekoja-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
    padding-top: 20px;
  }

  .ekoja-logo {
    justify-self: start;
  }

  .ekoja-logo img {
    width: 170px;
  }

  .ekoja-menu-toggle {
    justify-self: end;
  }

  .ekoja-hero-copy {
    max-width: 560px;
    padding: 170px 0 90px;
  }

  .ekoja-hero-copy p {
    max-width: 430px;
  }

  .ekoja-hero-buttons {
    gap: 12px;
  }

  .ekoja-hero-buttons .ekoja-button {
    min-width: 180px;
    width: auto;
  }

  .ekoja-hero-callout {
    gap: 12px;
  }

  .ekoja-hero-callout__text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 920px) {
  .ekoja-shell {
    width: min(calc(100% - 72px), var(--ekoja-shell));
  }

  .ekoja-header {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 18px;
  }

  .ekoja-nav {
    justify-content: center;
    gap: 10px 14px;
    text-align: center;
    width: 100%;
  }

  .ekoja-header-icons {
    justify-content: center;
    gap: 12px;
  }

  .ekoja-hero-copy {
    max-width: 100%;
    padding: 172px 0 92px;
  }

  .ekoja-hero-copy h1 {
    font-size: 62px;
    line-height: 68px;
    letter-spacing: -3px;
  }

  .ekoja-hero-callout {
    right: 18px;
    bottom: 26px;
    gap: 14px;
  }

  .ekoja-section-heading h2,
  .ekoja-values h2,
  .ekoja-testimonials h2,
  .ekoja-join-card h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .ekoja-card__body {
    width: min(100%, 70%);
  }

  .ekoja-card--growth .ekoja-card__body {
    width: min(100%, 62%);
  }

  .ekoja-hero-buttons .ekoja-button {
    flex: 1 1 220px;
  }

  .ekoja-feature-panel p {
    width: 100%;
    max-width: 100%;
  }

  .ekoja-values::before,
  .ekoja-values::after {
    top: auto;
    bottom: 24px;
    width: 200px;
    height: 262px;
    opacity: 0.35;
  }

  .ekoja-testimonial {
    flex-basis: 100%;
  }
}

@media (max-width: 768px) {
  .ekoja-shell {
    width: 100%;
  }

  .ekoja-site-header--overlay {
    margin-bottom: -96px;
    padding-top: 16px;
  }

  .ekoja-header {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 12px;
  }

  .ekoja-logo {
    justify-self: start;
  }

  .ekoja-logo img {
    width: 170px;
  }

  .ekoja-menu-toggle {
    justify-self: end;
  }

  .ekoja-hero {
    background-position: 68% center;
  }

  .ekoja-nav {
    gap: 8px 14px;
  }

  .ekoja-nav a,
  .ekoja-header-icons a {
    font-size: 15px;
    line-height: 22px;
  }

  .ekoja-hero-copy {
    max-width: 100%;
    padding: 150px 0 72px;
  }

  .ekoja-hero-copy h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -2px;
    max-width: 620px;
  }

  .ekoja-hero-copy p {
    max-width: 320px;
  }

  .ekoja-hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    max-width: 430px;
  }

  .ekoja-hero-buttons .ekoja-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    padding: 14px 9px;
    font-size: 14px;
    line-height: 24px;
  }

  .ekoja-hero-callout {
    position: relative;
    right: auto;
    bottom: auto;
    margin-top: 0;
    justify-content: flex-end;
    width: 100%;
    padding-bottom: 20px;
  }

  .ekoja-section-heading h2,
  .ekoja-values h2,
  .ekoja-testimonials h2,
  .ekoja-join-card h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .ekoja-section-heading p {
    max-width: 100%;
  }

  .ekoja-card {
    min-height: 340px;
    padding: 18px;
    background-position: center;
  }

  .ekoja-card__body,
  .ekoja-card--growth .ekoja-card__body {
    width: 100%;
    max-width: 360px;
    margin-left: 0;
    padding-top: 58px;
    padding-right: 0;
  }

  .ekoja-card--growth .ekoja-card__link {
    align-self: flex-start;
    margin-left: 0;
  }

  .ekoja-card .ekoja-card__link.growth {
    position: static;
  }

  .ekoja-feature-panel {
    padding: 20px;
  }

  .ekoja-feature-panel::after {
    width: 128px;
    height: 168px;
  }

  .ekoja-feature-panel h3 {
    max-width: calc(100% - 110px);
  }

  .ekoja-values::before,
  .ekoja-values::after {
    display: none;
  }

  .ekoja-values-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
  }

  .ekoja-section.ekoja-join {
    padding: 0;
  }

  .ekoja-testimonial__images {
    gap: 12px;
    padding: 16px;
  }

  .ekoja-testimonial__product {
    right: 8px;
    top: auto;
    bottom: 120px;
  }

  .ekoja-form,
  .ekoja-form-field,
  .ekoja-form .ekoja-button--gold {
    width: 100%;
  }

  .ekoja-form .ekoja-button--gold {
    min-width: 100%;
    margin-top: 8px;
  }

  .ekoja-footer__logo img {
    width: 200px;
  }

  .ekoja-footer-nav,
  .ekoja-footer-links {
    gap: 10px 16px;
  }

  .ekoja-footer-nav a,
  .ekoja-footer-links a {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .ekoja-shell {
    width: 100%;
  }

  .ekoja-hero {
    min-height: auto;
    background-position: 72% center;
  }

  .ekoja-header {
    gap: 14px;
  }

  .ekoja-logo img {
    width: 128px;
  }

  .ekoja-nav {
    gap: 6px 12px;
  }

  .ekoja-nav a,
  .ekoja-header-icons a {
    font-size: 14px;
    line-height: 20px;
  }

  .ekoja-hero-copy h1 {
    font-size: 38px;
    line-height: 42px;
    letter-spacing: -1.5px;
  }

  .ekoja-hero-copy {
    padding: 192px 0 84px;
  }

  .ekoja-hero-buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start;
    max-width: 300px;
  }

  .ekoja-hero-callout {
    position: static;
    margin-top: 12px;
    justify-content: flex-start;
    width: 100%;
    padding: 30px 0;
  }

  .ekoja-hero-callout__text {
    font-size: 18px;
  }

  .ekoja-hero-callout__circle {
    width: 62px;
    height: 62px;
  }

  .ekoja-value__icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
  }

  .ekoja-button {
    width: 100%;
  }

  .ekoja-card {
    min-height: 300px;
    padding: 18px;
  }

  .ekoja-card__body,
  .ekoja-card--growth .ekoja-card__body {
    width: 100%;
    margin-left: 0;
    padding-top: 82px;
    padding-right: 0;
  }

  .ekoja-card--heritage .ekoja-card__body {
    justify-content: flex-start;
    padding-top: 88px;
  }

  .ekoja-values-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ekoja-card__badge {
    top: 14px;
    right: 14px;
  }

  .ekoja-card__body h3 {
    font-size: 32px;
  }

  .ekoja-card__body p {
    max-width: 100%;
  }

  .ekoja-card__link {
    width: 100%;
  }

  .ekoja-feature-card {
    min-height: auto;
  }

  .ekoja-feature-card img {
    aspect-ratio: 699 / 816;
  }

  .ekoja-feature-panel {
    right: 14px;
    bottom: 12px;
    left: 15px;
    padding: 18px;
  }

  .ekoja-feature-panel::after {
    width: 110px;
    height: 145px;
  }

  .ekoja-feature-panel h3 {
    max-width: calc(100% - 84px);
    font-size: 28px;
    line-height: 1.05;
  }

  .ekoja-feature-panel p {
    margin-right: 0;
  }

  .ekoja-testimonial-controls {
    flex-direction: column;
    align-items: stretch;
  }

  .ekoja-control-buttons {
    justify-content: center;
  }

  .ekoja-testimonial__product {
    right: 8px;
    top: 134px;
    bottom: auto;
  }

  .ekoja-join-card {
    padding: 44px 18px;
  }

  .ekoja-join-card h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .ekoja-form,
  .ekoja-form-field {
    width: 100%;
  }

  .ekoja-form-field {
    border-radius: 2px;
  }

  .ekoja-form .ekoja-button--gold {
    width: 100%;
    min-height: 52px;
    margin-top: 8px;
    border-radius: 4px;
  }

  .ekoja-footer__inner {
    width: min(100%, 100%);
  }

  .ekoja-footer-topline {
    gap: 10px;
  }

  .ekoja-footer__logo img {
    width: 170px;
  }

  .ekoja-footer-block {
    max-width: 100%;
    padding: 20px 0;
  }

  .ekoja-footer-block h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .ekoja-footer-nav,
  .ekoja-footer-links {
    gap: 8px 14px;
    justify-content: center;
  }

  .ekoja-footer-nav a,
  .ekoja-footer-links a {
    font-size: 15px;
  }

  .ekoja-copyright {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 1024px) {
  .ekoja-site-header--overlay {
    margin-bottom: -108px;
    padding-top: 0;
  }

  .ekoja-section.ekoja-intro {
    padding: 50px 0;
  }

  .ekoja-section.ekoja-values {
    padding: 50px 0;
  }

  .ekoja-section.ekoja-testimonials {
    padding: 50px 0;
  }

  :root {
    --ekoja-mobile-menu-width: min(340px, calc(100vw - 44px));
  }

  h1 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0;
  }

  h2 {
    font-size: 35px !important;
    line-height: 45px !important;
  }

  p {
    font-family: "Poppins", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 25px;
  }

  body.menu-open {
    overflow: hidden;
  }

  .ekoja-header {
    grid-template-columns: 1fr auto;
    gap: 16px;
  }

  .ekoja-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    flex-direction: column;
    width: var(--ekoja-mobile-menu-width);
    padding: 112px 24px 28px;
    background: linear-gradient(180deg, rgba(92, 31, 1, 0.98) 0%, rgba(74, 24, 10, 0.98) 100%);
    /* box-shadow: 0 20px 40px rgba(0, 0, 0, 0.22); */
    transform: translateX(-100%);
    transition: transform 0.32s ease;
    overflow-y: auto;
  }

  .ekoja-header-menu.active {
    transform: translateX(0);
  }

  .ekoja-header-menu .ekoja-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 18px;
    width: 100%;
    text-align: left;
  }

  .ekoja-header-menu .ekoja-nav a {
    width: 100%;
    padding: 0 0 12px;
    font-size: 18px;
    line-height: 26px;
  }

  .ekoja-header-menu .ekoja-nav a::after {
    left: 0;
    bottom: 0;
    transform: none;
  }

  .ekoja-header-menu .ekoja-nav a:hover::after,
  .ekoja-header-menu .ekoja-nav a.is-active::after,
  .ekoja-header-menu .ekoja-nav a[aria-current="page"]::after {
    width: 28px;
  }

  .ekoja-header-menu .ekoja-header-icons {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    width: 100%;
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 245, 234, 0.18);
  }

  .ekoja-menu-toggle {
    position: relative;
    z-index: 35;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    width: 44px;
    height: 44px;
  }

  .ekoja-menu-toggle.active {
    position: fixed;
    top: 27px;
    right: auto;
    left: calc(var(--ekoja-mobile-menu-width) - 66px);
    border-radius: 50%;
    background: rgb(255 245 234 / 0%);
    backdrop-filter: blur(4px);
  }

  .ekoja-menu-toggle.active span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }

  .ekoja-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .ekoja-menu-toggle.active span:nth-child(3) {
    transform: translateY(-12px) rotate(-46deg);
  }

  .ekoja-menu-overlay {
    position: fixed;
    inset: 0;
    z-index: 25;
    display: block;
    border: 0;
    padding: 0;
    background: rgba(24, 10, 6, 0.52);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.28s ease;
  }

  .ekoja-menu-overlay.active {
    opacity: 1;
    pointer-events: auto;
  }

  .ekoja-hero-callout__circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1.5px solid rgba(255, 245, 234, 0.78);
    border-radius: 50%;
    backdrop-filter: blur(1px);
    transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  }

  .ekoja-hero-callout__circle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.28s ease;
  }

  .ekoja-value__number {
    position: absolute;
    top: -12px;
    left: 37%;
    z-index: 0;
    transform: translateX(-50%);
    color: rgb(78 78 78 / 11%);
    font-family: "Branch", serif;
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1024px) {
  h1,
  .ekoja-hero-copy h1 {
    font-size: 40px !important;
    line-height: 50px !important;
    letter-spacing: 0 !important;
  }
}

@media (max-width: 767px) {
  .ekoja-join-card::before {
    display: none;
  }

  .ekoja-join-card::after {
    display: none;
  }

  .ekoja-form-wrap .gform_footer,
  .ekoja-form-wrap .gform_wrapper .gform_footer {
    width: 100%;
  }

  .ekoja-hero-callout__circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border: 1.5px solid rgba(255, 245, 234, 0.78);
    border-radius: 50%;
    backdrop-filter: blur(1px);
    transition: background-color 0.28s ease, border-color 0.28s ease, transform 0.28s ease, box-shadow 0.28s ease;
  }

  .ekoja-hero-callout__circle svg {
    width: 16px;
    height: 16px;
    transition: transform 0.28s ease;
  }

  .ekoja-value__number {
    position: absolute;
    top: -12px;
    left: 37%;
    z-index: 0;
    transform: translateX(-50%);
    color: rgb(78 78 78 / 11%);
    font-family: "Branch", serif;
    font-size: 60px;
    line-height: 70px;
  }
}
