/* 
Theme Name:    Derjosef-Child
Theme URI:     http://childtheme-generator.com/
Description:   Derjosef-Child is a child theme of DerJosef
Author:       Josef Gerhardter
Author URI:    https://derjosef.com
Template:      derjosef
Version:      1.0.0
Text Domain:   derjosef-child
*/

/*
    Add your custom styles here
*/

:root {
  /* Farben aus dem Screenshot */
  --color-black: #221f1f;
  --color-white: #ffffff;
  --color-orange: #fe6c1f;
  --color-purple: #6859a3;
  --color-purple-light: #c5b4e3;

  --color-text: var(--color-black);
  --color-bg: var(--color-white);
  --color-primary: var(--color-orange);
  --color-accent: var(--color-purple);
  --color-accent-weak: var(--color-purple-light);

  --font-size-base: 14px;
  --font-size-h1: 3.96vw;
  --font-size-h2: 3.3vw;
  --font-size-h3: 3.3vw;
  --font-size-h4: 2.5vw;
  --font-size-h5: 1.71vw;
  --font-size-h6: 3.3vw;
  --line-height: 1.6;

  --spacing-small: 8px;
  --spacing-medium: 16px;
  --spacing-large: 32px;
  --spacing-xlarge: 150px;

  --corner-size-small: 25px;
  --corner-size-big: 50px;
}

/* Fonts */
/* Gibson Font Family */
@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Book.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Book.woff")
      format("woff"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Book.ttf")
      format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Medium.woff")
      format("woff"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gibson";
  src: url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-SemiBold.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-SemiBold.woff")
      format("woff"),
    url("/wp-content/themes/derjosef-child/fonts/Gibson_v4-SemiBold.ttf")
      format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* Fonts */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}
::-webkit-scrollbar-track {
  background: var(--color-white);
}
body {
  margin: 0;
  font-family: "Gibson", sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden !important;
}
body,
p,
li,
main a {
  font-family: "Gibson", sans-serif !important;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1 !important;
  font-family: "Gibson", sans-serif !important;
  font-weight: 600;
  margin-bottom: 0 !important;
  text-transform: uppercase;
}

h1,
.h1,
h1 p {
  font-size: calc(2rem + 1.8vw) !important;
}

h2,
.h2 {
  font-size: calc(1.8rem + 1.3vw) !important;
}

h3,
.h3 {
  font-size: calc(1.5rem + 1vw) !important;
}

h4,
.h4 {
  font-size: calc(1.2rem + 0.4vw) !important;
}

h5,
.h5 {
  font-size: calc(1rem + 0.3vw) !important;
}

h6,
.h6 {
  font-size: calc(0.9rem + 0.2vw) !important;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  font-family: "Gibson", sans-serif !important;
}
.subheadline {
  font-weight: 400;
  opacity: 0.9;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: "Gibson", sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 0.1;
  font-size: calc(0.9rem + 0.2vw) !important;
}

.h1-xl {
  font-size: calc(2rem + 1vw) !important;
  font-family: "Gibson", sans-serif !important;
  margin-bottom: 0.2em;
}
p,
li {
  margin-bottom: 1em;
  font-family: "Gibson", sans-serif !important;
  font-size: 1rem !important;
}
section ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: 2em;
}
section ul li {
  line-height: 1.6;
  margin-bottom: 12px !important;
}

section ul li::marker {
  color: var(--color-orange);
}
main a {
  font-family: "Gibson", sans-serif !important;
  color: var(--color-black) !important;
}
a:hover {
}
small {
  font-size: 0.8em !important;
}
strong {
  font-family: "Gibson", sans-serif !important;
}
button {
  font-family: "Gibson", sans-serif !important;
  font-size: 0.8em !important;
}
.caption {
  font-family: "Gibson", sans-serif !important;
}

/* Spacer */

.spacer-none {
  margin: 0px 0px;
}
.spacer-small {
  margin: 32px 0px;
}
.spacer-middle {
  margin: 64px 0px;
}
.spacer-big {
  margin: 128px 0px;
}
.spacer-biggest {
  margin: 200px 0px;
}

/* spacer end */
/* colors */
/* Textfarben */
.text-black {
  color: var(--color-black) !important;
}
.text-white {
  color: var(--color-white) !important;
}
.text-orange {
  color: var(--color-orange) !important;
}
.text-purple {
  color: var(--color-purple) !important;
}
.text-purple-light {
  color: var(--color-purple-light) !important;
}

.bg-black {
  background-color: var(--color-black);
}
.bg-white {
  background-color: var(--color-white);
}
.bg-orange {
  background-color: var(--color-orange);
}
.bg-purple {
  background-color: var(--color-purple);
}
.bg-purple-light {
  background-color: var(--color-purple-light);
}
/* colors end */
/* Nav */
/* ===== Navbar Styles ===== */
.navbar-floating {
  padding: 0.5rem 1rem;
  z-index: 1030;

  overflow: visible; /* Dropdown darf rausgehen */
  position: relative;
  margin-top: calc(var(--bs-gutter-x) * 0.5);
}
.navbar-floating.d-flex {
  display: flex;
  justify-content: space-between;
}
.navbar {
  padding: 0;
}
nav#header {
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.navbar-floating {
  background-color: var(--color-purple);
  border-radius: var(--corner-size-big);
  padding: 0.5rem 1rem;
  overflow: visible;
  position: relative;
}

/* Logo */
.navbar-brand img {
  max-height: 40px;
}

/* Desktop Navigation */
.desktop-menu {
  padding: 8px 1rem;
  display: flex;
  align-items: center;
}
.desktop-menu .navbar-nav {
  flex-direction: row;
  margin-bottom: 0;
}
.desktop-menu .navbar-nav > .nav-item {
  margin: 0 12px;
  position: relative; /* Anker für Submenu */
}
.desktop-menu .navbar-nav .nav-link {
  color: var(--color-white) !important;
  text-transform: uppercase;
  padding: 0 !important;
  transition: color 0.3s ease;
}
.desktop-menu .navbar-nav .nav-link:hover {
  color: var(--color-orange) !important;
}

/* ===== Dropdowns (Submenus) ===== */
.desktop-menu .navbar-nav .sub-menu,
.desktop-menu .navbar-nav .dropdown-menu {
  position: absolute !important;
  top: 100%;
  left: -160%;
  right: unset;
  display: none;
  background: var(--color-purple);
  border-radius: 25px;
  padding: 0.75rem 1rem;
  min-width: 220px;
  border: unset !important;
  z-index: 5000;
}
.dropdown-item {
  color: var(--color-orange) !important;
  text-transform: uppercase;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: unset !important;
  background-image: unset !important;
  color: var(--color-white) !important;
  text-decoration: unset !important;
}
.dropdown-item:hover {
  background-color: unset !important;
  background-image: unset !important;
}
nav#header {
  background-image: unset !important;
}
/* Hover zeigt Submenu */
.desktop-menu .navbar-nav > .menu-item-has-children:hover > .sub-menu,
.desktop-menu .navbar-nav > .menu-item-has-children:hover > .dropdown-menu,
.desktop-menu .navbar-nav > .dropdown:hover > .dropdown-menu {
  display: block;
}

/* Submenu Items */
.desktop-menu .navbar-nav .sub-menu li,
.desktop-menu .navbar-nav .dropdown-menu li {
  margin: 0.5rem 0;
}
.desktop-menu .navbar-nav .sub-menu .nav-link,
.desktop-menu .navbar-nav .dropdown-menu .nav-link {
  color: var(--color-orange) !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.desktop-menu .navbar-nav .sub-menu .nav-link:hover,
.desktop-menu .navbar-nav .dropdown-menu .nav-link:hover {
  color: var(--color-orange) !important;
}

/* ===== Dropdown Fix für rechte Seite ===== */
/* Letzte und vorletzte Menü-Items → rechtsbündig */
.desktop-menu .navbar-nav > .menu-item-has-children:last-child > .sub-menu,
.desktop-menu .navbar-nav > .menu-item-has-children:last-child > .dropdown-menu,
.desktop-menu
  .navbar-nav
  > .menu-item-has-children:nth-last-child(2)
  > .sub-menu,
.desktop-menu
  .navbar-nav
  > .menu-item-has-children:nth-last-child(2)
  > .dropdown-menu {
  left: auto;
  right: 0;
}

/* ===== Burger Button ===== */
.navbar-toggler {
  border: unset !important;
  padding: unset !important;
  background: unset !important;
  cursor: pointer;
  position: relative; /* bleibt in Navbar */
  z-index: 1031;
}
.navbar-toggler:focus {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.burger-lines {
  position: relative;
  width: 32px;
  height: 2px;
  background-color: var(--color-white);
  display: block;
  transition: background-color 0.3s ease;
}
.burger-lines::before,
.burger-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 32px;
  height: 2px;
  background-color: var(--color-white);
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.3s ease;
}
.burger-lines::before {
  top: -8px;
}
.burger-lines::after {
  top: 8px;
}
.navbar-toggler.open .burger-lines {
  background-color: transparent;
}
.navbar-toggler.open .burger-lines::before {
  top: 0;
  transform: rotate(45deg);
}
.navbar-toggler.open .burger-lines::after {
  top: 0;
  transform: rotate(-45deg);
}

/* ===== Mobile Overlay ===== */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--color-purple);
  color: var(--color-white);
  z-index: 12;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  border: 12px solid white;
  border-radius: 25px;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobile-nav li {
  margin: 1rem 0;
}
.mobile-nav .nav-link {
  color: var(--color-white) !important;
  font-size: 1.8rem;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.mobile-nav .nav-link:hover {
  color: var(--color-red) !important;
}
nav#header {
  background: none;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100vw;
}

.navbar-floating {
  background-color: var(--color-purple);
  border-radius: var(--corner-size-big);
  padding: 0.5rem 0;
  overflow: visible;
  position: relative;
}

/* Bootstrap Container-Fluid innen paddings geben */
.navbar-floating .row {
  margin: 0; /* Row soll kein -15px Margin ziehen */
}
.navbar-floating .col-12 {
  padding-left: var(--bs-gutter-x, 1rem);
  padding-right: var(--bs-gutter-x, 1rem);
}
.mobile-nav ul.dropdown-menu.show {
  position: relative !important;
  inset: unset !important;
  margin: unset !important;
  transform: unset !important;
  text-align: center !important;
  background: unset !important;
  border: 0px !important;
  box-shadow: unset !important;
}
@media (max-width: 767px) {
  .mobile-nav .menu-item-has-children.open > .sub-menu,
  .mobile-nav .menu-item-has-children.open > .dropdown-menu {
    display: block !important;
  }
  .pll-parent-menu-item a.nav-link.dropdown-toggle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .mobile-nav .menu-item-has-children {
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }

  /* Ausgangszustand: geschlossen */
  .mobile-nav .menu-item-has-children > .sub-menu,
  .mobile-nav .menu-item-has-children > .dropdown-menu {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, opacity 0.3s ease;
    position: static !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Geöffnet */
  .mobile-nav .menu-item-has-children.open > .sub-menu,
  .mobile-nav .menu-item-has-children.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    max-height: 500px; /* ausreichend Platz – kannst du anpassen */
    opacity: 1;
  }

  /* Submenu Links */
  .mobile-nav .menu-item-has-children .sub-menu a,
  .mobile-nav .menu-item-has-children .dropdown-menu a {
    font-size: 1.2rem;
    text-align: center;
    color: var(--color-white) !important;
    opacity: 0.9;
    transition: opacity 0.3s ease;
  }

  .mobile-nav .menu-item-has-children .sub-menu a:hover,
  .mobile-nav .menu-item-has-children .dropdown-menu a:hover {
    opacity: 1;
  }
  .mobile-nav li {
    margin: 0.5rem 0;
  }
}
/* End */

/* Button */
.btn-global {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--color-orange);
  border-radius: var(--corner-size-small);
  background-color: transparent;
  color: var(--color-orange) !important;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  font-weight: 500;
  max-width: fit-content;
}

.btn-global:hover {
  background-color: var(--color-orange);
  color: var(--color-white) !important;
}
.btn-full {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 30px;
  background: var(--color-orange);
  color: var(--color-white) !important;
  text-decoration: none;
  transition: background 0.3s;
  text-transform: uppercase;
  font-weight: 500;
}

.btn-full:hover {
  background: var(--color-white);
  color: var(--color-orange) !important;
}
/* Secondary Button */
.btn-secondary {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border: 2px solid var(--color-purple-light);
  border-radius: var(--corner-size-small);
  background-color: transparent;
  color: var(--color-purple-light) !important;
  font-size: var(--font-size-base);
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  text-decoration: none;
}

.btn-secondary:hover {
  background-color: var(--color-purple-light);
  color: var(--color-white) !important;
}
/* Button end */

/* Main */
.radius-big {
  border-radius: 25px !important;
}
/* main end */

/* contact-section  */

/* Bild soll volle Höhe haben wie Formular */
.contact-section .contact-image {
  object-fit: cover;
}

.contact-section .contact-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 500px;
}

.contact-section .wpcf7-form input[type="text"],
.contact-section .wpcf7-form input[type="email"],
.contact-section .wpcf7-form input[type="tel"],
.contact-section .wpcf7-form textarea,
.contact-section .wpcf7-form select {
  background: transparent;
  border: none;
  border-bottom: 1px solid var(--color-white);
  color: var(--color-white);
  border-radius: 0;
  width: 100%;
  display: block;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 1rem;
}

.contact-section .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent
    url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12'><polygon points='0,0 12,0 6,8' fill='white'/></svg>")
    no-repeat right 10px center;
  background-size: 12px;
  padding-right: 30px;
  cursor: pointer;
}

.contact-section .wpcf7-form label {
  display: block;
  margin-top: 12px;
  margin-bottom: 4px;
  font-size: 0.9rem;
  color: var(--color-white);
}

.contact-section .wpcf7-form ::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-section .wpcf7-form input:focus,
.contact-section .wpcf7-form textarea:focus,
.contact-section .wpcf7-form select:focus {
  outline: none;
}

.contact-section .wpcf7-form input[type="submit"] {
  background: var(--color-orange);
  border: none;
  padding: 12px 24px;
  color: var(--color-white);
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s ease;
  width: auto;
  font-weight: 500;
}

.contact-section .wpcf7-form input[type="submit"]:hover {
  background: var(--color-orange);
}

.wpcf7-list-item input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
  inline-size: 1.1em;
  block-size: 1.1em;
  margin: 0 0.5em 0 0;
  border: 1px solid var(--color-white);
  border-radius: 0.25em;
  background: transparent;
  display: inline-grid;
  place-content: center;
  cursor: pointer;
  vertical-align: -0.2em;
  transition: border-color 0.15s ease;
}

.wpcf7-list-item input[type="checkbox"]::after {
  content: "";
  inline-size: 0.55em;
  block-size: 0.35em;
  border: 1px solid currentColor;
  border-top: 0;
  border-right: 0;
  transform: rotate(-45deg) scale(0);
  transform-origin: center;
  transition: transform 0.12s ease-out;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
  transform: rotate(-45deg) scale(1);
}

.wpcf7-list-item input[type="checkbox"]:hover {
  border-color: var(--color-orange);
}

.wpcf7-list-item input[type="checkbox"]:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 1px;
}

.wpcf7-list-item-label {
  line-height: 1.4;
}

.wpcf7-form-control-wrap input {
  color: var(--color-white) !important;
}

@media (max-width: 991.98px) {
  .contact-section .row {
    flex-direction: column;
  }

  .contact-section h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .contact-section .contact-intro {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-section .contact-form {
    margin-top: 1rem;
  }

  .contact-section .contact-image {
    max-height: 290px;
  }
}

/* contact-section end */

/* drei-phasen-section */

.dreiphasen-intro {
  max-width: 520px;
  line-height: 1.6;
}

.dreiphasen-headline {
  max-width: 800px;
  margin: 0 auto 3rem auto;
  text-align: center;
}

.dreiphasen-headline h2 {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  line-height: 1.2;
}

.phase-icon img,
.phase-icon svg {
  width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

.phase-item.highlight .phase-icon img {
  transform: scale(1.2);
}

.dreiphasen-visual svg [id] {
  transform-origin: center center;
  transform-box: fill-box;
  transition: transform 0.3s ease, fill 0.3s ease;
}

.dreiphasen-visual svg [id].active {
  transform: scale(1.1);
  fill: var(--color-organge);
}

.dreiphasen-visual {
  max-width: 650px;
  margin: auto;
}

.visual-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--color-purple);
  font-size: clamp(1rem, 2vw, 1.5rem);
  text-transform: uppercase;
  pointer-events: none;
}

/* drei-phasen-section end */
/* flip-cards-section */

.flipcard {
  position: relative;
  border-radius: var(--corner-size-small);
  overflow: hidden;
  height: 100%;
}

.flipcard-media {
  position: relative;
  width: 100%;
  height: 100%;
}

.flipcard-img {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  object-fit: cover;
  border-radius: var(--corner-size-small);
  margin: auto;
}

.flipcard-overlay {
  position: absolute;
  inset: 0;
  border-radius: var(--corner-size-small);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 2;
  padding: 1rem;
  max-width: 400px;
  margin: auto;
}

@media (min-width: 992px) {
  .flipcard:hover .flipcard-overlay {
    opacity: 1;
    transform: translateY(0);
  }
}

.flipcard-mobile-wrap {
  max-width: 70%;
  margin: 0 auto 1.5rem auto;
}

.flipcard-mobile .flipcard-img {
  width: 80%;
  height: auto;
  object-fit: cover;
  border-radius: var(--corner-size-small);
}

.flipcard-mobile.show-overlay .flipcard-overlay {
  opacity: 1;
  transform: translateY(0);
}

.flipcard-mobile .overlay-content {
  padding: 1rem;
  font-size: 0.9rem;
}

.custom-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-arrow .arrow-circle {
  background: var(--color-orange);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow img {
  width: 18px;
  height: 18px;
}

/* flip-cards-section end */
/* headerbig */

.headerbig-block {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 4rem 0;
}

.headerbig-content {
  min-height: 70vh;
  margin-left: -15%;
  padding: 4rem 8rem 4rem 8rem;
  border-radius: 20px;
  position: relative;
  z-index: 1;
  padding: 0px 12vw !important;
}

.headerbig-block.bgsize-small .headerbig-content {
  min-height: 50vh;
}

.headerbig-slider {
  max-height: 60vh;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.headerbig-slider img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 25px;
}

.headerbig-slider .custom-arrow {
  position: absolute;
  bottom: 10px;
  background: transparent;
  border: none;
  width: 50px;
  height: 50px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.headerbig-slider .custom-arrow img {
  width: 30px;
  height: auto;
}

.headerbig-slider .slick-prev {
  left: 20px;
}

.headerbig-slider .slick-next {
  right: 20px;
}

.headerbig-content .headline,
.headerbig-content .subheadline {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.headerbig-content .subheadline {
  font-size: 0.9rem;
  opacity: 0.9;
  margin-bottom: 0.5rem;
}

.headerbig-block .flex-lg-row-reverse .headerbig-content {
  margin-left: unset !important;
  margin-right: -15%;
  padding: 4rem 8rem 4rem 8rem;
  border-radius: 25px;
  position: relative;
  z-index: 1;
  padding: 3vw 12vw 5vw 5vw !important;
}

.headerbig-block img {
  max-height: 590px !important;
}

.headerbig-block .slick-slider img {
  object-fit: cover !important;
}

.headerbig-block.objectfit-fit img {
  object-fit: contain !important;
}

@media (max-width: 991px) {
  .headerbig-content {
    margin-left: 0;
    min-height: auto;
    padding: 8vw 8vw !important;
  }

  .headerbig-slider {
    max-height: 300px;
  }

  .headerbig-block .row {
    overflow: visible !important;
  }

  .headerbig-block .col-12.col-lg-5 {
    margin-bottom: -80px !important;
    position: relative;
    z-index: 3;
  }

  .headerbig-block .col-12.col-lg-7 {
    position: relative;
    z-index: 2;
  }

  .headerbig-block .headerbig-content,
  .headerbig-block .flex-lg-row-reverse .headerbig-content {
    padding-top: 110px !important;
  }

  .headerbig-block .headerbig-single-img img,
  .headerbig-block .headerbig-slider {
    border-radius: 16px;
    width: 80vw !important;
    margin: auto;
  }

  .headerbig-block .flex-lg-row-reverse .headerbig-content {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .headerbig-single-img {
    margin: auto;
    display: flex;
  }
}
/* headerbig end */

/* logos-section */

.logos-section .logos-intro {
  max-width: 600px;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1.5rem;
}

@media (max-width: 991.98px) {
  .logos-grid {
    display: block;
  }
}

.logo-item {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.logo-img {
  max-height: 80px;
  max-width: 140px;
  object-fit: contain;
  width: auto;
  height: auto;
  transition: transform 0.25s ease;
}

.logo-item:hover .logo-img {
  transform: scale(1.1);
}

@media (min-width: 992px) {
  .logo-img {
    max-height: 90px;
    max-width: 160px;
  }
}

@media (max-width: 991.98px) {
  .logos-section h2,
  .logos-section .logos-intro {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

/* logos-section end */
/* normal-image-section */
.normalimage-section .row {
  align-items: stretch;
}

.normalimage-section .d-flex {
  overflow: hidden;
  border-radius: var(--corner-size-small);
}

.normalimage-section img {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
  max-height: 80vh;
  transition: transform 0.4s ease;
}

.normalimage-content {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 991.98px) {
  .normalimage-section .row {
    flex-direction: column-reverse;
    display: flex;
  }

  .normalimage-section .d-flex {
    border-radius: var(--corner-size-small);
  }

  .normalimage-section img {
    height: auto;
    object-fit: contain;
  }

  .normalimage-content {
    max-width: 100%;
    margin: 0px !important;
  }
}

/* normal-image-section end */
/* qoute-section */

.quote-box {
  border-radius: var(--corner-size-small);
  min-height: 50vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quote-text {
  max-width: 90%;
}

.quote-section .subheadline {
  margin-top: auto;
}

@media (max-width: 767.98px) {
  .quote-text {
    font-size: 1.25rem;
    max-width: 100%;
  }
}
/* qoute-section end */
/* seed-grid */

.seed-img-wrapper {
  max-height: 380px;
  overflow: hidden;
}

.seed-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seed-badge {
  font-size: 0.75rem;
  background: transparent !important;
}

.seed-title {
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.seed-excerpt {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 0px;
}

.seed-item {
  margin-bottom: 2rem;
}

/* seed-grid end */
/* service-scroll-section */

.services-scroll-section {
  position: relative;
  height: auto;
  min-height: 100vh;
  overflow: visible;
}

.services-scroll-top-headline {
  margin-bottom: 20px;
}

.services-scroll-text {
  max-width: 700px;
  font-size: 1.1rem;
  line-height: 1.6;
}

.services-scroll-container {
  display: flex;
  height: 100%;
}

.services-scroll-headlines {
  flex: 1;
  padding: 4rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.headline-item {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  color: #b3a7c7;
  font-weight: 500;
  transition: color 0.3s;
  cursor: pointer;
}

.headline-item.active {
  color: var(--color-purple);
}

.services-scroll-images {
  flex: 1;
  height: 70vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  position: relative;
}

.service-slide {
  position: relative;
  height: 70vh;
  scroll-snap-align: center;

  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin: 40px 0;
}

.services-scroll-images .service-slide:last-child {
  margin-bottom: 0 !important;
}

.service-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.service-overlay-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}

.service-overlay {
  background: var(--color-purple);
  color: var(--color-white);
  padding: 1rem;
  text-align: center;
}

.service-overlay h4 {
  margin: 0;
  font-size: 1.2rem;
}

.services-scroll-arrows {
  display: flex;
}

@media (min-width: 769px) {
  .services-scroll-arrows {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .service-overlay-wrapper {
    position: relative;
    bottom: auto;
  }

  .service-overlay {
    position: relative;
    margin-top: auto;
  }
}

@media (max-width: 768px) {
  .services-scroll-container {
    display: block;
  }

  .services-scroll-headlines {
    display: none;
  }

  .services-scroll-images {
    height: auto;
    overflow: hidden;
  }

  .service-slide {
    height: 60vh;
    margin: 0;
  }

  .services-scroll-text {
    margin-left: auto;
    margin-right: auto;
  }

  .services-scroll-section .services-scroll-images .slick-slide {
    margin: 0 10px;
  }

  .services-scroll-section .services-scroll-images .slick-list {
    margin: 0 -10px;
  }
}

.custom-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-arrow .arrow-circle {
  background: var(--color-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow img {
  width: 20px;
  height: 20px;
}
/* services-scroll-section end */
/* small-cards-section */

.smallcards-section .smallcard {
  border-radius: var(--corner-size-small, 20px);
  color: var(--color-white);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.smallcard-wrapper {
  padding-top: 40px;
  transition: transform 0.3s ease;
}

.smallcard-icon {
  z-index: 2;
  transition: transform 0.3s ease;
}

.smallcard-icon img {
  max-width: 80px;
  width: 120px;
  border-radius: 50%;
  transition: transform 0.3s ease;
}

.smallcards-section .smallcard-title {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 2.5rem;
}

.smallcards-section .smallcard-wrapper:hover {
  transform: translateY(-8px);
}

.smallcards-section .smallcard-wrapper:hover .smallcard-icon img {
  transform: scale(1.1) rotate(5deg);
}

.custom-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-arrow .arrow-circle {
  background: var(--color-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow img {
  width: 20px;
  height: 20px;
}

@media (max-width: 991.98px) {
  .smallcards-section .smallcard {
    padding: 2rem 1.5rem;
  }

  .smallcards-section .smallcard-title {
    margin-top: 20px !important;
  }

  .smallcard-icon img {
    max-width: 60px;
  }
}

.smallcards-slider .slick-slide {
  margin: 0 10px;
}

.smallcards-slider .slick-list {
  margin: 0 -10px;
}
/* small-cards-section end */
/* testimonials-section */

.testimonials-section {
  position: relative;
}

.testimonials-intro {
  font-size: 1.1rem;
  line-height: 1.6;
  max-width: 400px;
}

.testimonials-slider .slick-track {
  display: flex !important;
}

.testimonials-slider .slick-slide {
  height: inherit !important;
  display: flex;
}

.testimonials-slider .testimonial-item {
  background: #bba4da;
  color: var(--color-black);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  width: 100%;
  min-height: 500px;
}

.testimonial-quote {
  font-size: 1.1rem;
  line-height: 1.6;
}

.testimonial-name {
  font-size: 1rem;
}

.testimonial-position {
  font-size: 0.9rem;
}

.testimonials-slider .slick-slide {
  margin: 0 10px;
}

.testimonials-slider .slick-list {
  margin: 0 -10px;
}

.testimonials-arrow {
  text-align: left;
  justify-content: flex-end;
}

.custom-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}

.custom-arrow .arrow-circle {
  background: var(--color-orange);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.custom-arrow img {
  width: 20px;
  height: 20px;
}

.testimonials-slider {
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .testimonials-section .row {
    flex-direction: column;
  }

  .testimonials-section .col-12.col-lg-4 {
    text-align: center;
    margin-bottom: 2rem;
    justify-content: center !important;
  }

  .testimonials-section .testimonials-intro {
    margin: 0 auto;
  }

  .testimonials-arrow {
    justify-content: center !important;
    margin-top: 1.5rem;
  }
}
/* testimonials-section end */
/* text-section */

.textsection-headline {
  font-size: 2rem;
  line-height: 1.3;
  text-transform: uppercase;
}

.textsection-textblock {
}

@media (max-width: 991px) {
  .textsection-headline {
    margin-bottom: 1rem;
    text-align: left !important;
  }
}
/* text-section end */
/* Mobile */
@media (max-width: 991px) {
  .spacing-big {
    height: 20px !important;
  }
}
/* Mobile end */

/* footer */

.footer-section {
  min-height: 70vh;
}

.footer-left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.footer-title {
  font-size: 0.75rem;
  color: #bba4da;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}

footer a {
  color: var(--color-white) !important;
}

footer a:hover {
  color: var(--color-orange) !important;
}

.footer-menu-block {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 2rem;
  align-items: flex-start;
}

.footer-menu-links a {
  display: block;
  margin-bottom: 8px;
  text-decoration: none;
}

.footer-menu-title {
  min-width: 120px;
}

.footer-menu-links {
  text-align: left;
}

.footer-section a {
  color: var(--color-white);
  text-decoration: none;
  text-transform: uppercase;
}

.footer-section a:hover {
  text-decoration: underline;
}

.footer-section ul li {
  list-style: none;
}

.footer-section ul img {
  display: block;
  max-width: 48px;
  height: auto;
}

.footer-logo-desktop img {
  max-width: 500px;
}

@media (max-width: 767px) {
  .footer-menu-block {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 1rem;
  }

  .footer-menu-title {
    min-width: 90px;
  }

  .footer-menu-links {
    text-align: left;
  }

  .footer-logo-desktop {
    display: none !important;
  }

  .footer-logo-mobile {
    display: block !important;
  }

  footer .p-5 {
    padding: 20px !important;
  }
}

@media (min-width: 768px) {
  .footer-logo-mobile {
    display: none !important;
  }
}

/* Cookie */
button.cky-btn {
  border-radius: 50px !important;
}
