* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #1f2f38;
  font-family: "Nunito Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4e6e88;
  font-family: "Arial MT", Arial, sans-serif;
  letter-spacing: -0.02em;
}

.oikos-animate,
.oikos-section,
.oikos-image-reveal,
[data-animate] {
  opacity: 0;
  transform: translate3d(0, 26px, 0) scale(0.98);
  will-change: opacity, transform;
  transition: opacity 640ms ease, transform 640ms cubic-bezier(0.2, 0.75, 0.2, 1), filter 420ms ease;
}
.oikos-animate.is-visible,
.oikos-section.is-visible,
.oikos-image-reveal.is-visible,
[data-animate].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
.oikos-animate.is-exiting,
.oikos-section.is-exiting,
.oikos-image-reveal.is-exiting,
[data-animate].is-exiting {
  opacity: 0;
  transform: translate3d(0, -14px, 0) scale(0.98);
  filter: saturate(0.9);
}

/* Target the links inside both primary and secondary button wrappers */
.primary-btn .wp-block-button__link:hover,
.secondary-btn .wp-block-button__link:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  /* Optional: Ensure the text remains visible if the background is light */
  color: white;
  border: 1px solid white;
  transition: background-color 0.3s ease;
}

/* Smooth transition for the default state */
.primary-btn .wp-block-button__link,
.secondary-btn .wp-block-button__link {
  transition: background-color 0.3s ease;
}

.oikos-section {
  border-radius: 28px;
  box-shadow: 0 14px 36px rgba(31, 47, 56, 0.14);
  transition: box-shadow 260ms ease, transform 260ms ease;
}
.oikos-section:hover {
  box-shadow: 0 22px 60px rgba(31, 47, 56, 0.22);
  transform: translateY(-4px);
}

.oikos-list {
  text-align: center;
}

.bicycle-column {
  height: 550px;
  position: relative;
}

.bicycle-text p {
  position: absolute;
  min-width: 100%;
  padding: 4rem 0;
}

.contact-column {
  gap: 5.5rem;
}

.cf7-contact-form {
  max-width: 1100px;
  font-family: "Nunito Sans";
}

.cf7-row {
  margin-bottom: 1.75rem;
}

.cf7-row input,
.cf7-row textarea {
  width: 100%;
  border: 1px solid #c4ccd7;
  border-radius: 18px;
  padding: 1.2rem 1.4rem;
  font-size: 1.1rem;
  color: #6b7280;
  background: #fff;
}

.cf7-col p {
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .cf7-col {
    margin-bottom: 1.5rem;
  }
}
.cf7-row textarea {
  height: 140px;
  min-height: unset;
}

.cf7-row input::placeholder,
.cf7-row textarea::placeholder {
  color: #7a869a;
  font-family: "Nunito Sans";
}

.cf7-row input:focus,
.cf7-row textarea:focus {
  outline: none;
  border-color: #3b5a77;
}

.cf7-row .wpcf7-submit {
  width: auto;
  font-family: "Nunito Sans";
  min-width: 250px;
  background: #365774;
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 18px 42px;
  font-size: 1.15rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
}

.cf7-row .wpcf7-submit:hover {
  background: #2b4660;
}

.cf7-checkbox {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #4b5563;
}

.cf7-checkbox input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin: 0;
}

.cf7-checkbox a {
  color: #365774;
  text-decoration: underline;
}

.cf7-row .wpcf7-spinner {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .cf7-row:first-child {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
.cf7-newsletter {
  display: flex;
  align-items: center;
  background: #f4f4f2;
  border-radius: 99px;
  padding: 0;
  margin: 0 auto;
  max-width: 760px;
  overflow: hidden;
  gap: 0;
}

.cf7-newsletter input[type=email] {
  width: 100%;
  border: none;
  background: transparent;
  padding: 16px 22px;
  border-radius: 99px;
  font-size: 1.15rem;
  color: #64748b;
  outline: none;
  box-shadow: none;
}

.cf7-newsletter input[type=email]::placeholder {
  color: #6b7280;
  opacity: 1;
}

.cf7-newsletter .wpcf7-submit {
  background: #355e7c;
  font-family: "Nunito Sans";
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 16px 22px;
  font-size: 1.2rem;
  font-weight: 400;
  cursor: pointer;
  transition: background 0.25s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
}

@media (max-width: 768px) {
  .cf7-newsletter {
    display: block;
    background: transparent;
    padding: 0;
    border-radius: 0 !important;
  }
  .cf7-newsletter p {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .cf7-newsletter input[type=email] {
    border: 1px solid rgb(204, 204, 204);
    text-align: center;
    width: 100%;
    border-radius: 10px;
  }
  .wpcf7-submit {
    border-radius: 20px;
    width: 100%;
    padding: 12px;
    margin: 0px;
  }
}
.cf7-newsletter .wpcf7-submit:hover {
  background: #2c506b;
}

.cf7-newsletter .wpcf7-spinner {
  display: none;
}

.cf7-newsletter p {
  display: flex;
  align-items: center;
  gap: 10px; /* Adjust spacing as needed */
  padding: 0;
  margin: 0;
}

.contact-form {
  max-width: 820px;
  margin: 0 auto;
  font-family: inherit;
}

.contact-form label {
  display: block;
  margin-bottom: 10px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #49627f;
}

.form-row {
  display: flex;
  gap: 24px;
}

.form-group {
  width: 100%;
}

.contact-form label {
  margin-bottom: 4px;
}

.contact-form input:not([type=checkbox]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  padding: 16px 22px;
  border: 1px solid #d4d9df;
  border-radius: 18px;
  background: #fff;
  font-size: 15px;
  color: #3f4d5c;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #8b95a3;
  font-family: "Nunito Sans";
}

.contact-form textarea {
  min-height: 160px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: none;
  border-color: #35597d;
  box-shadow: 0 0 0 3px rgba(53, 89, 125, 0.08);
}

.contact-form .checkbox {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.contact-form .checkbox .wpcf7-list-item {
  margin: 0;
}

.contact-form .checkbox input {
  margin-right: 10px;
}

.contact-form input[type=submit] {
  background: #35597d;
  color: #fff;
  border: none;
  padding: 16px 34px;
  border-radius: 999px;
  font-size: 15px;
  cursor: pointer;
  transition: 0.3s ease;
  width: auto;
  min-width: 170px;
}

.contact-form input[type=submit]:hover {
  background: #c2ae8f;
}

.wpcf7-spinner {
  margin-left: 15px;
}

.wpcf7-not-valid-tip {
  margin-top: 8px;
  font-size: 0.875rem;
}

@media (max-width: 768px) {
  .form-row {
    flex-direction: column;
    gap: 0;
  }
}
.oikos-image-reveal,
[data-animate=image] {
  overflow: clip;
}
.oikos-image-reveal img,
[data-animate=image] img {
  transform: scale(1.08);
  transition: transform 780ms cubic-bezier(0.16, 0.84, 0.22, 1);
}
.oikos-image-reveal.is-visible img,
[data-animate=image].is-visible img {
  transform: scale(1);
}

@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Variable.ttf") format("truetype");
  font-style: normal;
  font-weight: 300 900;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/NunitoSans-Italic-Variable.ttf") format("truetype");
  font-style: italic;
  font-weight: 300 900;
  font-display: swap;
}
@media (max-width: 768px) {
  .contact-button {
    display: none !important;
  }
  :root :where(.wp-block-group) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .mobile-padding {
    padding: 15px;
  }
  .stk-block-background:not(.stk--no-padding) {
    padding: 0;
  }
  body.stk--anim-init :is(.stk-block,
  .stk-container,
  .stk-container-padding,
  .stk-img-wrapper,
  .stk-img-wrapper img,
  .stk-block-heading__top-line,
  .stk-block-heading__bottom-line,
  .stk-block-posts__item-hide,
  .stk-block-posts__title > a,
  .stk-button,
  .stk-button__inner-text,
  .stk-block li,
  .stk-block p,
  .stk-block h1,
  .stk-block h2,
  .stk-block h3,
  .stk-block h4,
  .stk-block h5,
  .stk-block h6,
  .stk-block [class*=__text]) {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
header.wp-block-template-part {
  position: sticky;
  top: 0;
  z-index: 100; /* Ensures it stays above other content */
}

/* Change color of the active menu item link */
.wp-block-navigation .wp-block-navigation-item.current-menu-item > .wp-block-navigation-item__content {
  color: #c2af91 !important;
}

/* Change color of menu item links on hover */
.wp-block-navigation .wp-block-navigation-item__content:hover {
  color: #c2af91 !important;
}

.contact-button .wp-block-button__link:hover {
  background-color: #a3c2ad !important;
}

/*# sourceMappingURL=main.css.map */
