@charset "UTF-8";
@font-face {
  font-family: "Wanderlust Boho";
  src: url("../fonts/WanderlustBoho-Regular.eot");
  src: url("../fonts/WanderlustBoho-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/WanderlustBoho-Regular.woff2") format("woff2"), url("../fonts/WanderlustBoho-Regular.woff") format("woff"), url("../fonts/WanderlustBoho-Regular.ttf") format("truetype"), url("../fonts/WanderlustBoho-Regular.svg#WanderlustBoho-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:active,
*:focus {
  outline: none;
  border: 0;
}

body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  color: #000;
  letter-spacing: normal;
  overflow: hidden !important;
  overflow-y: auto !important;
}

img {
  max-width: 100%;
  height: auto;
}
img.lazy {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 50px auto;
  height: auto;
}

button {
  background-color: transparent;
  border: 0;
}
button:active, button:focus {
  outline: 0;
}

li,
li:hover,
a:hover,
.btn,
.btn:hover {
  transition: all 0.3s ease;
}

body.page-template-page-blocksatz p,
body.page-template-page-blocksatz li {
  text-align: justify;
}

:root {
  --wpforms-button-background-color: #008d36;
  --wpforms-button-border-color: #008d36;
  --wpforms-page-break-color: #008d36;
}

h1, h2, h3, h4, h5, h6 {
  color: #ff8f00;
  line-height: 1.3;
  font-weight: 700;
  margin-top: 50px;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: inherit;
}

h1, h2, h3 {
  font-family: "Wanderlust Boho", serif;
  font-weight: normal;
  color: #ff8f00;
}

h1 {
  font-size: 48px;
}
h1 strong {
  font-size: 100px;
}
h1 {
  letter-spacing: 0.5px;
}
h1 + h2 {
  margin-top: 70px;
}

h2 {
  font-size: 38px;
  letter-spacing: 0.5px;
}

h3 {
  font-size: 22px;
  letter-spacing: 0.5px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
  line-height: 1.44;
}

p,
li {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
p:last-child,
li:last-child {
  margin-bottom: 0;
}

.intro {
  font-size: 22px;
  font-weight: 500;
}

a {
  line-height: 1.5;
  color: currentColor;
  text-decoration: none;
}

ul,
ol {
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li b,
ol li b {
  color: #212123;
  font-weight: 600;
}

strong {
  font-weight: 700;
}

u {
  border-bottom: 1px solid #fff;
  line-height: 1;
  text-decoration: unset;
}

.title {
  font-size: 48px;
  line-height: 1.3;
  color: #ecd78c;
}

.text-black {
  color: #000 !important;
}

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

::placeholder {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

::-webkit-input-placeholder {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

:-moz-placeholder {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

::-moz-placeholder {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

:-ms-input-placeholder {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.39px;
}

.cboth {
  overflow: hidden;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-left,
.text-left * {
  text-align: left !important;
}

.text-center,
.text-center * {
  text-align: center !important;
}

.text-right,
.text-right * {
  text-align: right !important;
}

.d-none {
  display: none !important;
}

.specialfull-left {
  position: absolute;
  left: 0;
  margin-left: calc((1080px - 100vw) / 2);
  top: 0;
  height: 100%;
  z-index: 1;
}
.specialfull-left * {
  height: 100% !important;
}
.specialfull-left img {
  display: block;
  max-width: unset;
  width: auto;
  object-fit: cover;
}

.specialfull-right {
  position: absolute;
  right: 0;
  margin-right: calc((1080px - 100vw) / 2);
  top: 0;
  height: 100%;
  z-index: 1;
}
.specialfull-right * {
  height: 100% !important;
}
.specialfull-right img {
  display: block;
  max-width: unset;
  width: auto;
  object-fit: cover;
}

.ar-901-563 {
  width: 160.0355239787%;
}
.ar-901-563 img {
  aspect-ratio: 901/563;
}

.ar-677-583 {
  width: 116.1234991424%;
}
.ar-677-583 img {
  aspect-ratio: 677/583;
}

.ar-517-445 {
  width: 116.1797752809%;
}
.ar-517-445 img {
  aspect-ratio: 517/445;
}

.vh-100 {
  min-height: 100vh;
  top: 50%;
  transform: translateY(-50%);
}

.container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1420px;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1080px;
  }
}

.row {
  --gutter-x: 24px;
  display: flex;
  flex-wrap: wrap;
  margin-right: calc(var(--gutter-x) * -0.5);
  margin-left: calc(var(--gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--gutter-x) * 0.5);
  padding-left: calc(var(--gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.header-area {
  padding: 30px 0;
  background: linear-gradient(135deg, #7a0d21 0%, #722f37 50%, #5e2750 100%);
  position: relative;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media (max-width: 991px) {
  .header-area {
    display: none;
  }
}
.header-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.04) 50%, transparent 50%), radial-gradient(circle at 50px 50px, transparent 40%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.04) 50%, transparent 50%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  pointer-events: none;
  opacity: 0.5;
}
.header-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 143, 0, 0.08) 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
}
.header-area .header {
  position: relative;
}
.header-area .header::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
  box-shadow: 0 2px 10px rgba(236, 215, 140, 0.3);
}

.de-header-area {
  box-shadow: 0 4px 15px rgba(122, 13, 33, 0.15);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  background: linear-gradient(180deg, #f9f6f0 0%, #faf8f3 100%);
  border-bottom: 2px solid rgba(236, 215, 140, 0.2);
  transition: all 0.3s ease;
}
@media (max-width: 991px) {
  .de-header-area {
    padding-top: 80px;
  }
}
.de-header-area.scrolled {
  box-shadow: 0 4px 20px rgba(122, 13, 33, 0.2);
  padding: 10px 0;
  border-bottom-color: rgba(255, 143, 0, 0.4);
}
.de-header-area.scrolled .logo a {
  max-width: 60px;
}
@media (max-width: 1199px) {
  .de-header-area.scrolled .logo a {
    max-width: 50px;
  }
}

.header {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 30px;
}
@media (max-width: 991px) {
  .header-wrapper {
    gap: 15px;
  }
}

.logo a {
  border: 0;
  display: flex;
  max-width: 85px;
  width: 100%;
  transition: all 0.3s ease;
  filter: drop-shadow(0 2px 6px rgba(255, 143, 0, 0.3));
}
.logo a:hover {
  transform: scale(1.08) rotate(1deg);
  filter: drop-shadow(0 4px 12px rgba(255, 143, 0, 0.5));
}
.logo a img {
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .logo a {
    max-width: 70px;
  }
}

.logo-main {
  position: absolute;
  z-index: 10;
}
.logo-main a {
  max-width: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199px) {
  .logo-main a {
    max-width: 100px;
  }
}
@media (max-width: 991px) {
  .logo-main a {
    max-width: 80px;
  }
}
.logo-main img {
  width: 100%;
  height: auto;
}

@keyframes logo-pulse {
  0%, 100% {
    opacity: 0;
    transform: scale(0.95);
  }
  50% {
    opacity: 0.2;
    transform: scale(1.05);
  }
}
@media (max-width: 991px) {
  .mobile-logo {
    width: 55px;
  }
}
.mobile-logo img {
  transition: transform 0.3s ease;
}

.header-alt ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  gap: 25px;
}
@media (max-width: 1199px) {
  .header-alt ul {
    gap: 15px;
  }
}
.header-alt ul li {
  list-style: none;
  margin: 0 !important;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  position: relative;
}
@media (max-width: 1199px) {
  .header-alt ul li {
    gap: 5px;
    font-size: 12px;
  }
}
.header-alt ul li a {
  border: 0;
  font-weight: 500;
  transition: all 0.2s ease;
  padding: 5px 10px;
  border-radius: 5px;
}
.header-alt ul li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.site-header {
  background: linear-gradient(135deg, #2e7d53 0%, #2a6b6a 50%, rgb(30.4993288591, 77.7006711409, 76.9744966443) 100%);
  box-shadow: 0 4px 15px rgba(122, 13, 33, 0.2);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
  border-bottom: 3px solid rgba(236, 215, 140, 0.25);
}
body.wb-popup-open .site-header {
  z-index: 1;
}
.site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(255, 255, 255, 0.03) 40%, rgba(255, 255, 255, 0.03) 50%, transparent 50%), radial-gradient(circle at 40px 40px, transparent 40%, rgba(255, 255, 255, 0.03) 40%, rgba(255, 255, 255, 0.03) 50%, transparent 50%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
  opacity: 0.6;
}
body.admin-bar .site-header {
  top: 32px;
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}
.site-header.scrolled {
  box-shadow: 0 6px 20px rgba(122, 13, 33, 0.3);
  border-bottom-color: rgba(255, 143, 0, 0.4);
}
.site-header.has-scrolled .logo-main a {
  max-width: 60px;
}
@media (max-width: 1199px) {
  .site-header.has-scrolled .logo-main a {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  .site-header.has-scrolled .logo-main a {
    max-width: 40px;
  }
}

.panel-header {
  display: none;
}
@media (max-width: 991px) {
  .panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 15px 20px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1999;
    transition: all 0.3s ease;
  }
  .panel-header.scrolled {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    padding: 10px 20px;
  }
}

main .mobileMenuOpener {
  display: none;
}
@media (max-width: 991px) {
  main .mobileMenuOpener {
    display: block;
    position: absolute;
    width: 20px;
    height: 100%;
    z-index: 10px;
  }
}

@media (max-width: 991px) {
  .mb-menu-right {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
  }
}

.banner-top-area {
  background: #d41247;
}
@media (max-width: 991px) {
  .banner-top-area {
    padding-top: 80px;
  }
}

.banner-top p {
  margin: 0;
  padding: 10px 0;
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}

.primary-nav {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}
.primary-nav .menu {
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .primary-nav {
    display: none;
    flex-direction: column;
    width: 100%;
  }
  .primary-nav.active {
    display: flex;
  }
}

.menu {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
}
.menu ul {
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  list-style: none !important;
}
@media (max-width: 991px) {
  .menu ul {
    flex-direction: column;
    width: 100%;
  }
}
.menu ul li {
  list-style: none !important;
  display: inline-block;
  margin: 0 !important;
}
@media (max-width: 991px) {
  .menu ul li {
    display: block;
    width: 100%;
  }
}
.menu ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  border: 0;
}
.menu ul li a:hover {
  color: #ecd78c;
}
@media (max-width: 991px) {
  .menu ul li a {
    color: #fff;
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 2;
  }
}
.menu > li {
  position: unset;
  margin: 0 !important;
  list-style: none;
}
.menu > li.gold-btn {
  margin-left: 15px !important;
}
.menu > li > a {
  display: flex;
  align-items: center;
  padding: 25px 20px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease;
  border: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .menu > li > a {
    padding: 20px 15px;
  }
}
.menu > li > a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transition: left 0.3s ease;
  z-index: -1;
}
.menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.menu > li > a:hover::before {
  left: 0;
}
@media (max-width: 991px) {
  .menu > li > a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.menu > li.current-page-ancestor > a, .menu > li.current-menu-item > a {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.5);
}

body.single-wissen .menu > li.wissen-item > a {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 -3px 0 rgba(255, 255, 255, 0.5);
}

.menu-area {
  padding: 15px 0;
}
.menu-area .menu ul li a {
  color: #000;
}
@media (max-width: 991px) {
  .menu-area {
    display: none;
  }
}
@media (max-width: 767px) {
  .menu-area {
    padding: 0;
  }
}

.menu-nav {
  display: flex;
}

.menu-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
}
.menu-inner .menu ul li {
  margin: 0 10px !important;
  position: relative;
}
@media (max-width: 1199px) {
  .menu-inner .menu ul li {
    margin: 0 !important;
  }
}
.menu-inner .menu ul li a {
  padding: 10px 15px;
}
@media (max-width: 991px) {
  .menu-inner .menu ul li a {
    padding: 5px 10px;
    line-height: 1.5;
  }
}

.menu-inner-alt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.menu-inner-alt .menu ul li a {
  text-transform: uppercase;
}
.menu-inner-alt .menu-nav li a {
  padding: 0;
}
.menu-inner-alt .menu-toggle {
  background-image: url(../img/angle-black.svg) !important;
}
@media (max-width: 767px) {
  .menu-inner-alt {
    display: none;
  }
}

.header-area .menu ul li {
  padding: 0 24px;
  margin: 0 10px;
}

.menu-toggle {
  background-image: url(../img/angle-down.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 12px;
  position: absolute;
  right: -5px;
  top: 1px;
  display: block;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  position: relative;
  width: 10px;
  height: 10px;
}
.menu-toggle::after {
  transition: transform 0.3s ease;
}

.menu-item-has-children > a {
  position: relative;
  padding-right: 12px;
}
.menu-item-has-children > a:hover::after {
  color: #5680bc;
}
@media (max-width: 991px) {
  .menu-item-has-children > a::after {
    right: 10px;
    position: absolute;
    top: 50%;
    margin-top: -1px;
  }
}
.menu-item-has-children.active .menu-toggle::after {
  transform: translate(-50%, -25%) rotate(180deg);
}
@media (min-width: 992px) {
  .menu-item-has-children:focus-visible > a + .dropdown-menu, .menu-item-has-children:focus > a + .dropdown-menu, .menu-item-has-children:hover > a + .dropdown-menu {
    display: flex !important;
  }
  .menu-item-has-children .dropdown > a::after {
    transform: rotate(-90deg);
    margin-top: -4px;
  }
}

.menu-marker .menu-marker-text,
.menu-separator .menu-marker-text {
  padding: 10px 20px;
  line-height: 1.2;
  display: block;
  text-decoration: none;
  color: #212123;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: default;
  pointer-events: none;
  position: relative;
  margin: 0 5px;
  padding-top: 15px;
  border-radius: 0;
}
.menu-marker .menu-marker-text::after,
.menu-separator .menu-marker-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(146, 146, 146, 0.17) 20%, rgba(146, 146, 146, 0.17) 80%, transparent);
}
@media (max-width: 991px) {
  .menu-marker .menu-marker-text,
  .menu-separator .menu-marker-text {
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
    color: rgba(255, 255, 255, 0.6);
    margin: 10px 0;
    padding-top: 15px;
  }
  .menu-marker .menu-marker-text::after,
  .menu-separator .menu-marker-text::after {
    left: 0;
    right: 0;
    background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.2) 80%, transparent);
  }
}
.menu-marker:hover,
.menu-separator:hover {
  background-color: transparent;
}

.dropdown-menu {
  margin: 0 !important;
  position: absolute;
  z-index: 100;
  display: none !important;
  min-width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 1rem;
  color: #000;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-radius: 5px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  flex-direction: column;
  align-items: flex-start !important;
}
.menu-item-has-children:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block !important;
}
.dropdown-menu .dropdown-menu {
  position: static;
  display: flex !important;
  flex-direction: column !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  box-shadow: none;
  background-color: transparent;
  padding: 0;
  padding-left: 20px;
  margin-top: 5px;
}
@media (min-width: 992px) {
  .dropdown-menu .dropdown-menu {
    padding-left: 25px;
  }
}
.dropdown-menu .dropdown-menu li {
  padding-left: 0;
  display: block !important;
  width: 100%;
}
.dropdown-menu .dropdown-menu li a {
  font-size: 14px;
  color: #212123;
  padding: 5px 15px;
  margin: 0;
  display: block;
  width: 100%;
}
.dropdown-menu .dropdown-menu li a::before {
  content: "└";
  margin-right: 5px;
  color: rgba(146, 146, 146, 0.17);
  font-weight: normal;
}
.dropdown-menu .dropdown-menu li a:hover {
  color: #008fff;
  background-color: rgba(0, 143, 255, 0.05);
}
.dropdown-menu .dropdown-menu li a:hover::before {
  color: #008fff;
}
@media (max-width: 991px) {
  .dropdown-menu .dropdown-menu li a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 14px;
  }
  .dropdown-menu .dropdown-menu li a::before {
    color: rgba(255, 255, 255, 0.4);
  }
  .dropdown-menu .dropdown-menu li a:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
  }
}
.dropdown-menu .dropdown-menu li .menu-toggle {
  display: none;
}
@media (max-width: 991px) {
  .dropdown-menu {
    padding-top: 0;
    width: 100%;
    background-color: transparent;
    background-clip: padding-box;
    border: none;
    position: unset;
    top: unset;
  }
}
.dropdown-menu li {
  display: block;
  position: relative;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .dropdown-menu li {
    padding-left: 10px;
  }
}
.dropdown-menu li a {
  padding: 10px 20px;
  line-height: 1.2;
  display: block;
  border-bottom: 0;
  text-decoration: none;
  color: #000;
  position: relative;
  transition: all 0.2s ease;
  border-radius: 5px;
  margin: 0 5px;
}
.dropdown-menu li a:hover {
  background-color: rgba(0, 143, 255, 0.08);
  color: #008fff;
  padding-left: 25px;
}
@media (max-width: 991px) {
  .dropdown-menu li a {
    padding-left: 0;
    padding-right: 0;
    line-height: 2;
    color: #fff;
    margin: 0;
  }
  .dropdown-menu li a:hover {
    padding-left: 10px;
  }
}
.dropdown-menu li .menu-toggle {
  top: 0;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.dropdown-menu li .dropdown > a {
  background-image: url(../img/angle-right.svg);
  background-repeat: no-repeat;
  margin-right: 15px;
}

.mega-dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  padding: 30px 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: all 0.3s ease;
  z-index: 100;
  padding-bottom: 0;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 991px) {
  .mega-dropdown {
    position: static;
    width: 100%;
    padding: 0;
    box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    transform: none;
  }
}

.menu-item-has-children:hover .mega-dropdown,
.menu-item-has-children.active .mega-dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  gap: 20px;
}
@media (max-width: 991px) {
  .mega-content {
    flex-direction: column;
  }
}

.mega-column {
  max-width: calc(50% - 20px);
  width: 100%;
  margin-bottom: 0;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 20px 25px !important;
  transition: all 0.2s ease;
  background-color: #fff;
}
.mega-column:hover {
  border-color: rgba(0, 143, 255, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
@media (max-width: 991px) {
  .mega-column {
    width: 100%;
    padding: 15px;
    max-width: 100%;
  }
}

.column-title {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px !important;
  padding-bottom: 10px;
  border-bottom: 3px solid #ecd78c;
  display: inline-block;
  position: relative;
}
.column-title::after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  background: #008fff;
  transition: width 0.3s ease;
}
.mega-column:hover .column-title::after {
  width: 100%;
}

.submenu {
  list-style: none;
  margin: 0 !important;
  padding-left: 20px;
}
.submenu li {
  margin-bottom: 10px;
  display: block !important;
  position: relative;
  padding-left: 15px;
}
.submenu li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: #ecd78c;
  font-weight: 700;
  opacity: 0;
  transform: translateX(-5px);
  transition: all 0.2s ease;
}
.submenu li:hover::before {
  opacity: 1;
  transform: translateX(0);
}
.submenu a {
  color: #212123;
  text-decoration: none;
  font-size: 14px !important;
  display: block;
  padding: 5px 10px;
  transition: all 0.2s ease;
  border-radius: 5px;
}
.submenu a:hover {
  color: #008fff !important;
  background-color: rgba(0, 143, 255, 0.05);
  padding-left: 15px;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 256px;
  min-height: 100vh;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 0;
  display: none !important;
}
.slideout-menu-left {
  left: 0;
}
.slideout-menu-right {
  right: 0;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  background-color: #fff;
  min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}
.slideout-open .slideout-menu {
  display: block !important;
  background: #d41247;
}

.menu-section-list {
  padding: 25px 10px;
  padding-top: 80px;
}
.menu-section-list li {
  display: block;
}
.menu-section-list li a {
  line-height: 2;
  color: #fff;
}
.menu-section-list li a:hover {
  color: #bdc3c7;
}

.mobile-menu-toggle {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 15px;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: block;
  }
}

.footer-area {
  background: #000;
  color: #fff;
  padding: 70px 0 40px;
  font-size: 12px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.footer-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(circle at 1px 1px, rgba(255, 255, 255, 0.03) 1px, transparent 0);
  background-size: 40px 40px;
  pointer-events: none;
}

.footer-top-decoration {
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
  margin-bottom: 50px;
  box-shadow: 0 2px 10px rgba(236, 215, 140, 0.3);
  animation: gradient-shift 8s ease infinite;
}
@media (max-width: 767px) {
  .footer-top-decoration {
    margin-bottom: 40px;
  }
}

@keyframes gradient-shift {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
.footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}

.single-footer {
  max-width: calc(33.33% - 15px);
  width: 100%;
}
@media (max-width: 767px) {
  .single-footer {
    max-width: 40%;
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 475px) {
  .single-footer {
    max-width: 100%;
  }
}
.single-footer p {
  margin: 0;
  font-weight: 700;
  color: #fff;
  transition: color 0.3s ease;
}
.single-footer h3 {
  line-height: 1.75;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ecd78c;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 10px;
}
.single-footer h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ecd78c;
  transition: width 0.3s ease;
}
.single-footer h3:hover::after {
  width: 50px;
}
.single-footer span,
.single-footer a {
  font-size: 12px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 2;
}
.single-footer a {
  border: 0;
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease;
}
.single-footer a::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 1px;
  background: #ecd78c;
  transition: width 0.3s ease;
}
.single-footer a:hover {
  color: #fff;
  transform: translateX(3px);
}
.single-footer a:hover::after {
  width: 100%;
}
.single-footer ul {
  margin: 0;
  padding: 0;
}
.single-footer ul li {
  margin: 0 !important;
  list-style: none;
  transition: transform 0.2s ease;
}
.single-footer ul li:hover {
  transform: translateX(5px);
}
.single-footer.text-center {
  text-align: center;
}
.single-footer.text-center p {
  margin: 5px 0;
  letter-spacing: 1px;
  line-height: 1.75;
  white-space: pre;
}
@media (max-width: 767px) {
  .single-footer:nth-child(1) {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 35px;
  }
}

.footer-logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  margin: auto;
  transition: transform 0.3s ease;
}
.footer-logo a:hover {
  transform: scale(1.1) rotate(2deg);
}
.footer-logo a img {
  filter: brightness(1);
  transition: filter 0.3s ease;
}
.footer-logo a:hover img {
  filter: brightness(1.2);
}
.footer-logo-meta {
  text-transform: uppercase;
}

.footer-description {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 15px 0 !important;
}

.footer-divider {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, transparent, #ecd78c, transparent);
  margin: 20px auto;
}

.footer-label-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 25px 0;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-label-icons {
    gap: 15px;
  }
}
.footer-label-icons .label-item {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.footer-label-icons .label-item:hover {
  transform: translateY(-5px);
}
.footer-label-icons .label-item::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 80%;
  height: 2px;
  background: #ecd78c;
  transition: transform 0.3s ease;
}
.footer-label-icons .label-item:hover::after {
  transform: translateX(-50%) scaleX(1);
}
.footer-label-icons img {
  height: 46px;
  width: auto;
  filter: grayscale(20%) brightness(0.95);
  transition: all 0.3s ease;
}
.footer-label-icons img:hover {
  filter: grayscale(0%) brightness(1.1);
}
@media (max-width: 767px) {
  .footer-label-icons img {
    height: 38px;
  }
}

.label img {
  width: 46px;
}
@media (max-width: 767px) {
  .label img {
    width: 38px;
  }
}

.label-familien img {
  width: 55px;
}
@media (max-width: 767px) {
  .label-familien img {
    width: 46px;
  }
}

.footer-contact h3 {
  color: #ecd78c;
}
.footer-contact p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
.footer-contact a {
  color: #ecd78c;
}
.footer-contact a:hover {
  color: rgb(239.8, 223, 163);
}

.footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-list li {
  margin-bottom: 5px;
}
.footer-links-list li a {
  position: relative;
  padding-left: 15px;
}
.footer-links-list li a::before {
  content: "›";
  position: absolute;
  left: 0;
  color: #ecd78c;
  transition: left 0.3s ease;
}
.footer-links-list li a:hover::before {
  left: 3px;
}

.footer-alt {
  align-items: flex-start;
}
.footer-alt .single-footer {
  max-width: calc(25% - 25px);
  padding-bottom: 25px;
}
.footer-alt .single-footer:first-child {
  padding-bottom: 0;
}
@media (max-width: 991px) {
  .footer-alt .single-footer:first-child {
    padding-bottom: 25px;
  }
}
.footer-alt .single-footer h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.footer-alt .single-footer.regular-textblock p {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 5px;
}
.footer-alt .single-footer.regular-textblock p:first-of-type {
  padding-top: 10px;
}
@media (max-width: 991px) {
  .footer-alt .single-footer {
    max-width: calc(23% - 5px);
  }
}
@media (max-width: 767px) {
  .footer-alt .single-footer {
    max-width: 50% !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 475px) {
  .footer-alt .single-footer {
    width: 100%;
    padding: 0;
    max-width: 100% !important;
    margin-bottom: 25px;
  }
}
@media (max-width: 991px) {
  .footer-alt .single-footer:nth-child(1) {
    max-width: 26%;
  }
}
@media (max-width: 991px) {
  .footer-alt .single-footer:nth-child(2) {
    max-width: 32%;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .footer-alt .single-footer:nth-child(2) {
    max-width: 50% !important;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .footer-alt .single-footer:nth-child(2) {
    max-width: 100% !important;
    padding-left: 0;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .footer-alt .single-footer:nth-child(3) {
    max-width: 20%;
  }
}
@media (max-width: 991px) {
  .footer-alt .single-footer:nth-child(4) {
    max-width: 20%;
  }
}

.footer-tcb {
  background: #6b4423;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .footer-tcb {
    padding: 15px 15px;
  }
}
@media (max-width: 767px) {
  .footer-tcb {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}
.footer-tcb div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
@media (max-width: 991px) {
  .footer-tcb div {
    gap: 10px;
  }
}
@media (max-width: 767px) {
  .footer-tcb div {
    gap: 10px;
    width: 50%;
  }
}
@media (max-width: 475px) {
  .footer-tcb div {
    width: 100%;
  }
}
.footer-tcb div h5 {
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1.5;
}
.footer-tcb div h6 {
  margin: 0;
}
.footer-tcb div span {
  text-align: center;
}
@media (max-width: 991px) {
  .footer-tcb div span {
    text-align: left;
  }
}
.footer-tcb div svg {
  background: #fff;
  border-radius: 50%;
  padding: 3px;
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.footer-tcb div svg:hover {
  transform: rotate(360deg) scale(1.1);
}
@media (max-width: 991px) {
  .footer-tcb div svg {
    width: 17px;
    height: 17px;
  }
}

.pay-card {
  display: flex;
  gap: 10px;
}
.pay-card svg {
  width: 35px;
  fill: rgb(53, 84, 165);
  transition: transform 0.3s ease;
}
.pay-card svg:hover {
  transform: translateY(-3px);
}

svg .masterCard-style-1-st2 {
  fill: rgb(236, 29, 37);
}
svg .masterCard-style-1-st3 {
  fill: rgb(249, 161, 27);
}
svg .masterCard-style-1-st0 {
  fill: rgb(26, 47, 89);
}
svg .payPal-style-1-st0 {
  fill: rgb(243, 243, 243);
}
svg .payPal-style-1-st2 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: rgb(35, 65, 144);
}
svg .payPal-style-1-st1 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: rgb(2, 162, 211);
}
svg .googlePay-style-1-st0 {
  fill: rgb(66, 133, 244);
}
svg .googlePay-style-1-st4 {
  fill: rgb(255, 255, 255);
}
svg .googlePay-style-1-st3 {
  fill: rgb(234, 67, 53);
}
svg .googlePay-style-1-st2 {
  fill: rgb(251, 188, 4);
}
svg .applePay-style-1-st0 {
  fill: rgb(35, 31, 32);
}
svg .applePay-style-1-st1 {
  fill: rgb(255, 255, 255);
}

.copyright {
  margin-top: 80px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .copyright {
    margin-top: 50px;
  }
}
.copyright p {
  color: #212123;
  text-align: center;
  font-size: 12px;
}

.copyright-alt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  flex-direction: row-reverse;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 991px) {
  .copyright-alt {
    flex-direction: column;
    gap: 20px 0;
  }
}
@media (max-width: 475px) {
  .copyright-alt {
    text-align: center;
  }
}
.copyright-alt p {
  margin: 0;
  color: rgb(195, 195, 195);
  font-size: 12px;
}

.copyright-text .copyright-symbol {
  color: #ecd78c;
  font-weight: 700;
  margin-right: 3px;
}
.copyright-text .copyright-brand {
  color: #fff;
  font-weight: 700;
}

.copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media (max-width: 475px) {
  .copy-right {
    flex-direction: column;
    text-align: center;
    gap: 20px 0;
  }
}
.copy-right p {
  margin: 0;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  background: #000;
}
.progress-wrap:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(236, 215, 140, 0.4);
}
.progress-wrap:hover .angle-top path {
  fill: #ecd78c;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .progress-wrap {
    right: 15px;
    bottom: 15px;
    height: 40px;
    width: 40px;
  }
}
.progress-wrap .progress-circle {
  width: 100%;
  height: 100%;
}
.progress-wrap .progress-circle path {
  stroke: #ecd78c;
  stroke-width: 4;
  fill: none;
  transition: stroke 0.3s ease;
}
.progress-wrap .angle-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 18px;
}
.progress-wrap .angle-top path {
  fill: rgba(255, 255, 255, 0.8);
  transition: fill 0.3s ease;
}
@media (max-width: 767px) {
  .progress-wrap .angle-top {
    width: 16px;
    height: 16px;
  }
}
.progress-wrap.active-progress::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 2px solid #ecd78c;
  animation: pulse 2s ease-out infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
.maincontent {
  background: linear-gradient(180deg, #faf8f3 0%, #f9f6f0 50%, #faf8f3 100%);
  position: relative;
  z-index: 2;
}
.maincontent::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(ellipse at center top, rgba(236, 215, 140, 0.02) 0%, transparent 50%), radial-gradient(ellipse at center bottom, rgba(236, 215, 140, 0.02) 0%, transparent 50%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  pointer-events: none;
  opacity: 0.5;
}
.maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
  padding-top: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .maincontent .vc_row:not(.vc_inner):not(.vc_grid):not(.vc_gitem_row) {
    padding: 25px 0;
  }
}
.maincontent h1,
.maincontent h2,
.maincontent h3,
.maincontent h4,
.maincontent h5,
.maincontent h6,
.maincontent p,
.maincontent ul,
.maincontent ul li:not(:last-child),
.maincontent ol,
.maincontent ol li:not(:last-child) {
  margin-bottom: 15px;
}
.maincontent ul ul,
.maincontent ul ol,
.maincontent ol ul,
.maincontent ol ol {
  margin-top: 15px;
}
.maincontent .wpb_text_column + .wpb_text_column,
.maincontent .wpb_text_column + *,
.maincontent .wpb_text_column + .vc_row {
  margin-top: 20px;
}

.menu ul li:hover > a, .menu ul li.current-page-ancestor > a, .menu ul li.current-menu-ancestor > a, .menu ul li.current-menu-parent > a, .menu ul li.current_page_parent > a, .menu ul li.current_page_ancestor > a, .menu ul li.current-menu-item > a {
  color: #ff8f00;
  position: relative;
}
.menu ul li:hover > a::after, .menu ul li.current-page-ancestor > a::after, .menu ul li.current-menu-ancestor > a::after, .menu ul li.current-menu-parent > a::after, .menu ul li.current_page_parent > a::after, .menu ul li.current_page_ancestor > a::after, .menu ul li.current-menu-item > a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #ff8f00, #d97742);
  border-radius: 2px;
}

body.tribe_events-template-default .menu ul li.veranstaltungen > a, body.single-post .menu ul li.nachrichten > a {
  color: #c1502e;
}

.wpb_single_image img {
  border-radius: 10px;
}
.wpb_single_image + .wpb_text_column {
  max-width: 900px;
  margin: 0 auto 35px auto;
}

.vc_btn3-inline {
  margin-right: 30px;
}

.vc_general.vc_btn3,
.wpforms-submit {
  background: none !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: none !important;
}
.vc_general.vc_btn3:focus, .vc_general.vc_btn3:active,
.wpforms-submit:focus,
.wpforms-submit:active {
  outline: none !important;
}
.vc_general.vc_btn3,
.wpforms-submit {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  text-decoration: none !important;
  border-radius: 25px 8px 25px 8px !important;
  border: 2px solid #ecd78c !important;
  box-shadow: 0 4px 12px rgba(0, 141, 54, 0.3) !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease;
  padding: 15px 30px !important;
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 115.5, 44.2340425532) 100%) !important;
  border-color: #008d36 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.vc_general.vc_btn3 svg,
.vc_general.vc_btn3 i,
.wpforms-submit svg,
.wpforms-submit i {
  transition: transform 0.3s ease;
}
.vc_general.vc_btn3:hover,
.wpforms-submit:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #008d36 !important;
  box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4) !important;
  transform: translateY(-2px) !important;
}
.vc_general.vc_btn3:hover svg,
.vc_general.vc_btn3:hover i,
.wpforms-submit:hover svg,
.wpforms-submit:hover i {
  transform: translateX(3px) !important;
}
.vc_general.vc_btn3,
.wpforms-submit {
  font-size: 18px !important;
  font-weight: 700 !important;
}
.vc_general.vc_btn3.vc_btn3-icon-left,
.wpforms-submit.vc_btn3-icon-left {
  padding-left: 40px !important;
}
.vc_general.vc_btn3.vc_btn3-icon-right,
.wpforms-submit.vc_btn3-icon-right {
  padding-right: 40px !important;
}
.vc_general.vc_btn3.vc_btn3-size-xs, .vc_general.vc_btn3.vc_btn3-size-sm,
.wpforms-submit.vc_btn3-size-xs,
.wpforms-submit.vc_btn3-size-sm {
  padding: 10px 25px !important;
  border-radius: 20px 6px 20px 6px !important;
}
.vc_general.vc_btn3.vc_btn3-size-lg,
.wpforms-submit.vc_btn3-size-lg {
  padding: 20px 35px !important;
  border-radius: 30px 10px 30px 10px !important;
}
.vc_general.vc_btn3.vc_btn3-color-orange,
.wpforms-submit.vc_btn3-color-orange {
  background: linear-gradient(135deg, #ff8f00 0%, #ffa600 100%) !important;
  border-color: #ff8f00 !important;
  color: #fff !important;
}
.vc_general.vc_btn3.vc_btn3-color-orange:hover,
.wpforms-submit.vc_btn3-color-orange:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #ff8f00 !important;
}
.vc_general.vc_btn3.vc_btn3-color-red,
.wpforms-submit.vc_btn3-color-red {
  background: #d41247 !important;
  border-color: #d41247 !important;
  color: #fff !important;
}
.vc_general.vc_btn3.vc_btn3-color-red:hover,
.wpforms-submit.vc_btn3-color-red:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #d41247 !important;
}
.vc_general.vc_btn3.vc_btn3-color-blue,
.wpforms-submit.vc_btn3-color-blue {
  background: #008fff !important;
  border-color: #008fff !important;
  color: #fff !important;
}
.vc_general.vc_btn3.vc_btn3-color-blue:hover,
.wpforms-submit.vc_btn3-color-blue:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #008fff !important;
}

.gold-btn > a {
  background: none !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: none !important;
}
.gold-btn > a:focus, .gold-btn > a:active {
  outline: none !important;
}
.gold-btn > a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  text-decoration: none !important;
  border-radius: 25px 8px 25px 8px !important;
  border: 2px solid #ecd78c !important;
  box-shadow: 0 4px 12px rgba(0, 141, 54, 0.3) !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease;
  padding: 10px 25px !important;
  background: linear-gradient(135deg, #ff8f00 0%, #ffa600 100%) !important;
  border-color: #ff8f00 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.gold-btn > a svg,
.gold-btn > a i {
  transition: transform 0.3s ease;
}
.gold-btn > a:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #ff8f00 !important;
  box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4) !important;
  transform: translateY(-2px) !important;
}
.gold-btn > a:hover svg,
.gold-btn > a:hover i {
  transform: translateX(3px) !important;
}
.gold-btn > a {
  font-weight: 600 !important;
}

.wpforms-submit {
  font-weight: 600 !important;
}

.btn-hamburger {
  cursor: pointer;
  position: relative;
  z-index: 9;
}
.btn-hamburger img {
  width: 27px;
  filter: drop-shadow(0 2px 4px rgba(122, 13, 33, 0.3));
}

.hamburger .line {
  width: 40px;
  height: 4px;
  background-color: #7a0d21;
  display: block;
  margin: 6px auto;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  background-color: #ff8f00;
}

.slideout-open .line:nth-child(2) {
  opacity: 0;
}
.slideout-open .line:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
  background: #7a0d21;
}
.slideout-open .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
  background: #7a0d21;
}

.wissen-partner-button {
  background: none !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: none !important;
}
.wissen-partner-button:focus, .wissen-partner-button:active {
  outline: none !important;
}
.wissen-partner-button {
  display: inline-flex !important;
  align-items: center !important;
  gap: 15px !important;
  text-decoration: none !important;
  border-radius: 25px 8px 25px 8px !important;
  border: 2px solid #ecd78c !important;
  box-shadow: 0 4px 12px rgba(0, 141, 54, 0.3) !important;
  letter-spacing: 0.5px !important;
  transition: all 0.3s ease;
  padding: 15px 35px !important;
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 115.5, 44.2340425532) 100%) !important;
  border-color: #008d36 !important;
  color: #fff !important;
  text-align: center !important;
  text-decoration: none !important;
  cursor: pointer !important;
}
.wissen-partner-button svg,
.wissen-partner-button i {
  transition: transform 0.3s ease;
}
.wissen-partner-button:hover {
  background: linear-gradient(135deg, #fff 0%, #f9f9f9 100%) !important;
  color: #008d36 !important;
  box-shadow: 0 6px 20px rgba(255, 143, 0, 0.4) !important;
  transform: translateY(-2px) !important;
}
.wissen-partner-button:hover svg,
.wissen-partner-button:hover i {
  transform: translateX(3px) !important;
}
.wissen-partner-button {
  font-size: 18px;
  font-weight: 700;
}
.wissen-partner-button svg {
  width: 20px;
  height: 20px;
}

.progress-wrap {
  position: fixed;
  right: 30px;
  bottom: 30px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}
.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.progress-wrap svg.progress-circle path {
  fill: none;
  stroke: #212123;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}
.progress-wrap:hover .angle-top path {
  fill: #fff;
}

.angle-top {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  transition: all 0.5s ease;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track::before, .slick-track::after {
  display: table;
  content: "";
}
.slick-track::after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
}
.slick-prev:hover::before, .slick-prev:focus::before,
.slick-next:hover::before,
.slick-next:focus::before {
  opacity: 1;
}
.slick-prev.slick-disabled::before,
.slick-next.slick-disabled::before {
  opacity: 0.25;
}
.slick-prev::before,
.slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev::before {
  content: "←";
}
[dir=rtl] .slick-prev::before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next::before {
  content: "→";
}
[dir=rtl] .slick-next::before {
  content: "←";
}

.slick-arrow {
  border: 1px solid #d9d9d9;
  position: absolute;
  display: flex;
  padding: 7px 3px;
  cursor: pointer;
}

.product-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.arrow-left {
  left: 0;
}

.arrow-right {
  right: 0;
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -50px;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 !important;
  list-style: none;
  text-align: center;
  line-height: 1;
  gap: 10px;
  justify-content: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  padding: 0;
  cursor: pointer;
  background: #000;
  color: #000;
  bottom: 0;
  flex-grow: 0;
  opacity: 0.3;
  background-color: #000;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  opacity: 1;
  background-color: #000;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before, .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-dots li button::before {
  content: "";
}

.slider-nav .slick-slide.slick-current.slick-active {
  position: relative;
}
.slider-nav .slick-slide.slick-current.slick-active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.products-slider-inner {
  position: relative;
}

#npreOverlay {
  background: var(--preloaderBg);
}

.preloader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 99999999;
}

.spinner {
  width: 80px;
  height: 80px;
  border: 2px solid #f3f3f3;
  border-top: 3px solid #58b8cb;
  border-radius: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  animation: 1s infinite spin;
}

@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
#loading-msg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 25px;
  text-align: center;
  color: #333;
  font-size: 0.8em;
}

.wb-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}
.wb-popup.wb-popup--active {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s ease, visibility 0s linear 0s;
}
.wb-popup.wb-popup--active .wb-popup__container {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
.wb-popup.wb-popup--active ~ body,
.wb-popup body.wb-popup-open {
  overflow: hidden;
}
.wb-popup__title {
  margin-bottom: 0 !important;
}
.wb-popup .wpforms-container {
  margin-top: 0 !important;
}

.wb-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);
  z-index: 1040;
  cursor: pointer;
}

.wb-popup__container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0.95);
  max-width: 90%;
  max-height: 90vh;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  z-index: 1050;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: all 0.3s ease;
  position: relative;
}
.wb-popup__container::before, .wb-popup__container::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #ecd78c;
  border-width: 0;
  opacity: 0.3;
}
.wb-popup__container::before {
  top: 0;
  left: 0;
  border-top-width: 2px;
  border-left-width: 2px;
}
.wb-popup__container::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 2px;
  border-right-width: 2px;
}
@media (max-width: 767px) {
  .wb-popup__container {
    max-width: 95%;
    max-height: 95vh;
  }
}

.wb-popup--small .wb-popup__container {
  width: 400px;
}
@media (max-width: 575px) {
  .wb-popup--small .wb-popup__container {
    width: 100%;
  }
}

.wb-popup--medium .wb-popup__container {
  width: 600px;
}
@media (max-width: 767px) {
  .wb-popup--medium .wb-popup__container {
    width: 90%;
  }
}

.wb-popup--large .wb-popup__container {
  width: 800px;
}
@media (max-width: 991px) {
  .wb-popup--large .wb-popup__container {
    width: 90%;
  }
}

.wb-popup--full .wb-popup__container {
  width: 90%;
  max-width: 1200px;
}
@media (max-width: 1199px) {
  .wb-popup--full .wb-popup__container {
    width: 95%;
  }
}

.wb-popup__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 35px;
  border-bottom: 1px solid rgba(146, 146, 146, 0.17);
  background: linear-gradient(135deg, rgba(236, 215, 140, 0.08) 0%, rgba(255, 143, 0, 0.05) 100%);
  position: relative;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(236, 215, 140, 0.03) 40%, rgba(236, 215, 140, 0.03) 50%, transparent 50%), radial-gradient(circle at 40px 40px, transparent 40%, rgba(236, 215, 140, 0.03) 40%, rgba(236, 215, 140, 0.03) 50%, transparent 50%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media (max-width: 575px) {
  .wb-popup__header {
    padding: 20px 25px;
  }
}

.wb-popup__close {
  background: none !important;
  background-image: none !important;
  border: none !important;
  padding: 0 !important;
  cursor: pointer !important;
  outline: none !important;
}
.wb-popup__close:focus, .wb-popup__close:active {
  outline: none !important;
}
.wb-popup__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(33, 33, 35, 0.1);
  color: #212123;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wb-popup__close svg {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
}
.wb-popup__close:hover {
  background: rgba(212, 18, 71, 0.1);
  color: #d41247;
  transform: rotate(90deg);
}
.wb-popup__close:hover svg {
  transform: scale(1.1);
}
.wb-popup__close:focus {
  outline: 2px solid #ecd78c;
  outline-offset: 2px;
}
@media (max-width: 575px) {
  .wb-popup__close {
    width: 35px;
    height: 35px;
  }
  .wb-popup__close svg {
    width: 18px;
    height: 18px;
  }
}

.wb-popup__content {
  padding: 35px;
  overflow-y: auto;
  flex: 1;
  background: #fff;
}
@media (max-width: 767px) {
  .wb-popup__content {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .wb-popup__content {
    padding: 20px;
  }
}
.wb-popup__content .wpforms-container {
  margin: 0;
}
.wb-popup__content .wpforms-container .wpforms-form {
  padding: 0;
}
.wb-popup__content .wpforms-container .wpforms-field-label {
  font-weight: 600;
  color: #212123;
  margin-bottom: 10px;
}
.wb-popup__content .wpforms-container .wpforms-field-container {
  margin-bottom: 20px;
}
.wb-popup__content .wpforms-container input[type=text],
.wb-popup__content .wpforms-container input[type=email],
.wb-popup__content .wpforms-container input[type=tel],
.wb-popup__content .wpforms-container input[type=url],
.wb-popup__content .wpforms-container input[type=number],
.wb-popup__content .wpforms-container textarea,
.wb-popup__content .wpforms-container select {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 5px;
  font-size: 16px;
  color: #212123;
  transition: border-color 0.2s ease;
}
.wb-popup__content .wpforms-container input[type=text]:focus,
.wb-popup__content .wpforms-container input[type=email]:focus,
.wb-popup__content .wpforms-container input[type=tel]:focus,
.wb-popup__content .wpforms-container input[type=url]:focus,
.wb-popup__content .wpforms-container input[type=number]:focus,
.wb-popup__content .wpforms-container textarea:focus,
.wb-popup__content .wpforms-container select:focus {
  outline: none;
  border-color: #ecd78c;
  box-shadow: 0 0 0 3px rgba(236, 215, 140, 0.1);
}
.wb-popup__content .wpforms-container textarea {
  min-height: 120px;
  resize: vertical;
}
.wb-popup__content .wpforms-container .wpforms-submit-container {
  margin-top: 30px;
}
.wb-popup__content .wpforms-container .wpforms-error {
  color: #d41247;
  font-size: 14px;
  margin-top: 5px;
}
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error input,
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error textarea,
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error select {
  border-color: #d41247;
}
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error input:focus,
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error textarea:focus,
.wb-popup__content .wpforms-container .wpforms-field.wpforms-has-error select:focus {
  box-shadow: 0 0 0 3px rgba(212, 18, 71, 0.1);
}
.wb-popup__content .wpforms-container .wpforms-confirmation-container {
  padding: 30px;
  background: rgba(0, 141, 54, 0.1);
  border: 1px solid rgba(0, 141, 54, 0.3);
  border-radius: 5px;
  color: #008d36;
  text-align: center;
}
.wb-popup__content::-webkit-scrollbar {
  width: 8px;
}
.wb-popup__content::-webkit-scrollbar-track {
  background: #f5f5f5;
  border-radius: 10px;
}
.wb-popup__content::-webkit-scrollbar-thumb {
  background: rgba(236, 215, 140, 0.5);
  border-radius: 10px;
  transition: background 0.2s ease;
}
.wb-popup__content::-webkit-scrollbar-thumb:hover {
  background: rgba(236, 215, 140, 0.8);
}

@keyframes wb-popup-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes wb-popup-slide-up {
  from {
    transform: translate(-50%, -50%) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
}
.wb-popup--active .wb-popup__container :focus {
  outline: 2px solid #ecd78c;
  outline-offset: 2px;
}

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

@media print {
  .wb-popup {
    display: none !important;
  }
}
.ayurveda-card, .ayurveda-preview-card {
  background: linear-gradient(180deg, #fff 0%, #f9f6f0 100%);
  border: 2px solid rgba(236, 215, 140, 0.3) !important;
  border-radius: 18px 6px 18px 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(122, 13, 33, 0.1);
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
.ayurveda-card::before, .ayurveda-preview-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.ayurveda-card:hover, .ayurveda-preview-card:hover {
  box-shadow: 0 12px 40px rgba(255, 143, 0, 0.25);
  transform: translateY(-8px);
  border-color: rgba(255, 143, 0, 0.5) !important;
}
.ayurveda-card:hover::before, .ayurveda-preview-card:hover::before {
  opacity: 1;
}

.wissen-card-pattern-wrapper {
  background: linear-gradient(135deg, #7a0d21 0%, #722f37 50%, #5e2750 100%);
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  overflow: hidden;
}
.wissen-card-pattern-wrapper img:not(.wissen-card-icon img) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.wissen-card-pattern-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.04) 50%, transparent 50%), radial-gradient(circle at 40px 40px, transparent 40%, rgba(255, 255, 255, 0.04) 40%, rgba(255, 255, 255, 0.04) 50%, transparent 50%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
  z-index: 1;
  opacity: 0.6;
}
.wissen-card-pattern-wrapper::after {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 143, 0, 0.15) 0%, transparent 60%);
  transition: transform 0.3s ease;
  z-index: 0;
}
.wissen-card:hover .wissen-card-pattern-wrapper::after {
  transform: translate(-25%, 25%) scale(1.2);
}

.wissen-card-icon {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wissen-card-icon svg,
.wissen-card-icon img {
  width: 80px;
  height: 80px;
  transition: all 0.3s ease;
}
.wissen-card-icon svg {
  color: #fff;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.wissen-card-icon img {
  object-fit: contain;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
}
.wissen-card:hover .wissen-card-icon svg, .wissen-card:hover .wissen-card-icon img {
  transform: scale(1.15) rotate(8deg);
  filter: drop-shadow(0 6px 12px rgba(255, 143, 0, 0.5));
}

.ayurveda-preview-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 35px;
  margin: 40px 0;
}

.ayurveda-preview-card {
  position: relative;
}
.ayurveda-preview-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(0, 141, 54, 0.05) 0%, transparent 100%);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.ayurveda-preview-card:hover::after {
  opacity: 1;
}

.ayurveda-preview-card-header {
  padding: 20px;
  background: linear-gradient(135deg, #ecd78c 0%, rgb(239.6156716418, 222.6119402985, 161.8843283582) 100%);
  position: relative;
  overflow: hidden;
}
.ayurveda-preview-card-header::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 100px;
  height: 200%;
  background: rgba(255, 255, 255, 0.1);
  transform: rotate(15deg);
}

.ayurveda-preview-card-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #212123;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  z-index: 1;
}
.ayurveda-preview-card-meta svg {
  width: 16px;
  height: 16px;
}

.ayurveda-preview-card-content {
  padding: 20px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ayurveda-preview-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #008d36;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

.ayurveda-preview-card-text {
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
  flex: 1;
  margin-bottom: 15px;
}

.ayurveda-preview-card-source {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #008fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 5px 15px;
  border-radius: 5px;
  margin-left: -5px;
}
.ayurveda-preview-card-source svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.ayurveda-preview-card-source:hover {
  background: rgba(0, 143, 255, 0.1);
  gap: 15px;
}
.ayurveda-preview-card-source:hover svg {
  transform: translateX(3px);
}

.ayurveda-icon-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
  margin: 35px 0;
}

.ayurveda-icon-card {
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.ayurveda-icon-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #008d36;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.ayurveda-icon-card:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}
.ayurveda-icon-card:hover::before {
  transform: scaleX(1);
}

.ayurveda-icon-card-icon {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 192, 73.5319148936) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}
.ayurveda-icon-card-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.ayurveda-icon-card:hover .ayurveda-icon-card-icon {
  transform: rotate(360deg);
}

.ayurveda-icon-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #212123;
  margin: 0 0 10px 0;
}

.ayurveda-icon-card-text {
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
  margin: 0;
}

.ayurveda-hero-image img {
  width: 100%;
  aspect-ratio: 16/10;
  border-radius: 10px;
}

.ayurveda-highlight {
  background: linear-gradient(135deg, rgb(241.7850746269, 227.1791044776, 175.0149253731) 0%, rgb(239.6156716418, 222.6119402985, 161.8843283582) 100%);
  border-left: 4px solid #008d36;
  padding: 35px;
  margin: 40px 0;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ayurveda-highlight::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -5%;
  width: 150px;
  height: 200%;
  background: rgba(255, 255, 255, 0.15);
  transform: rotate(15deg);
}
.ayurveda-highlight p {
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
  color: #212123;
  position: relative;
  z-index: 1;
}
.ayurveda-highlight p:not(:last-child) {
  margin-bottom: 20px;
}

.ayurveda-info-box {
  display: flex;
  gap: 20px;
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 20px;
  margin: 35px 0;
  transition: all 0.3s ease;
}
.ayurveda-info-box:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #008d36;
}
.ayurveda-info-box.ayurveda-info-box--warning {
  border-left-width: 4px;
  border-left-color: #ffa600;
}
.ayurveda-info-box.ayurveda-info-box--tip {
  border-left-width: 4px;
  border-left-color: #008d36;
}
.ayurveda-info-box.ayurveda-info-box--note {
  border-left-width: 4px;
  border-left-color: #008fff;
}

.ayurveda-info-box-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 192, 73.5319148936) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ayurveda-info-box-icon svg {
  width: 24px;
  height: 24px;
  color: #fff;
}
.ayurveda-info-box--warning .ayurveda-info-box-icon {
  background: linear-gradient(135deg, #ffa600 0%, rgb(255, 183.8, 51) 100%);
}
.ayurveda-info-box--note .ayurveda-info-box-icon {
  background: linear-gradient(135deg, #008fff 0%, rgb(51, 165.4, 255) 100%);
}

.ayurveda-info-box-content {
  flex: 1;
}
.ayurveda-info-box-content h3, .ayurveda-info-box-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #212123;
  margin: 0 0 10px 0;
  text-align: left !important;
}
.ayurveda-info-box-content h3 {
  margin-top: 10px !important;
}
.ayurveda-info-box-content p {
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
  margin: 0;
  text-align: left !important;
}
.ayurveda-info-box-content p:not(:last-child) {
  margin-bottom: 15px;
}
.ayurveda-info-box-content ul, .ayurveda-info-box-content ol {
  margin: 15px 0;
  padding-left: 20px;
  text-align: left !important;
}
.ayurveda-info-box-content ul li, .ayurveda-info-box-content ol li {
  margin-bottom: 5px;
  color: #212123;
  line-height: 1.75;
}

.citation-peek {
  position: relative;
  display: inline;
  border-bottom: 2px dotted rgba(0, 141, 54, 0.3);
  cursor: help;
  transition: border-color 0.3s ease;
}
.citation-peek:hover {
  border-bottom-color: #008d36;
}
.citation-peek::after {
  content: attr(data-source);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(-5px);
  background: #212123;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1070;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.citation-peek::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #212123;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 1070;
}
.citation-peek:hover::after, .citation-peek:hover::before {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(-10px);
}
.citation-peek:hover::before {
  transform: translateX(-50%);
}

.ayurveda-quiz-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #fff 100%);
  border: 2px dashed rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 50px;
  margin: 50px 0;
  text-align: center;
}

.dosha-descriptions {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 50px 0;
}

.dosha {
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 35px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.dosha::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  transition: width 0.3s ease;
}
.dosha:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transform: translateX(5px);
}
.dosha:hover::before {
  width: 8px;
}
.dosha p {
  font-size: 16px;
  line-height: 1.75;
  color: #212123;
  margin: 0;
}
.dosha p b {
  color: #212123;
  font-weight: 700;
}

.vata-dosha::before {
  background: linear-gradient(180deg, #89CFF0 0%, #4A90E2 100%);
}
.vata-dosha:hover {
  border-color: #89CFF0;
}

.pitta-dosha::before {
  background: linear-gradient(180deg, #FF6B6B 0%, #EE5A24 100%);
}
.pitta-dosha:hover {
  border-color: #FF6B6B;
}

.kapha-dosha::before {
  background: linear-gradient(180deg, #6BCB77 0%, #2E7D32 100%);
}
.kapha-dosha:hover {
  border-color: #6BCB77;
}

.treatment-methods,
.ayurvedic-nutrition,
.ayurvedic-herbs {
  margin: 50px 0;
}
.treatment-methods h2,
.ayurvedic-nutrition h2,
.ayurvedic-herbs h2 {
  font-size: 38px;
  color: #008d36;
  margin: 0 0 35px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #ecd78c;
}
.treatment-methods h3,
.ayurvedic-nutrition h3,
.ayurvedic-herbs h3 {
  font-size: 22px;
  color: #212123;
  margin: 35px 0 20px 0;
}

.ayurveda-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 35px;
  font-size: 16px;
  padding: 15px 0;
}

.ayurveda-breadcrumb-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.ayurveda-breadcrumb-item a {
  color: #212123;
  text-decoration: none;
  transition: color 0.3s ease;
}
.ayurveda-breadcrumb-item a:hover {
  color: #008d36;
  text-decoration: underline;
}
.ayurveda-breadcrumb-item:last-child {
  color: #008d36;
  font-weight: 600;
}
.ayurveda-breadcrumb-item:last-child a {
  color: #008d36;
  cursor: default;
  pointer-events: none;
}
.ayurveda-breadcrumb-item svg {
  width: 14px;
  height: 14px;
  color: #d9d9d9;
}

.ayurveda-related-pages {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 40px;
  margin: 70px 0;
}

.ayurveda-related-header {
  text-align: center;
  margin-bottom: 35px;
}
.ayurveda-related-header h2 {
  font-size: 38px;
  color: #008d36;
  margin: 0 0 15px 0;
}
.ayurveda-related-header p {
  font-size: 16px;
  color: #212123;
  margin: 0;
}

.ayurveda-toc {
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 35px;
  margin: 40px 0;
  position: sticky;
  top: 20px;
}

.ayurveda-toc-title {
  font-size: 18px;
  font-weight: 700;
  color: #008d36;
  margin: 0 0 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.ayurveda-toc-title svg {
  width: 20px;
  height: 20px;
}

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

.ayurveda-toc-item {
  margin-bottom: 10px;
}
.ayurveda-toc-item a {
  display: block;
  padding: 5px 10px;
  color: #212123;
  text-decoration: none;
  border-left: 2px solid transparent;
  padding-left: 15px;
  transition: all 0.3s ease;
  font-size: 16px;
}
.ayurveda-toc-item a:hover {
  color: #008d36;
  border-left-color: #008d36;
  padding-left: 20px;
}
.ayurveda-toc-item a.active {
  color: #008d36;
  font-weight: 600;
  border-left-color: #008d36;
}
.ayurveda-toc-item:last-child {
  margin-bottom: 0;
}

.wb-floating-video-container {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  overflow: hidden;
}
.wb-floating-video-container.pinned {
  opacity: 1;
  visibility: visible;
  width: 320px;
  cursor: pointer;
}
.wb-floating-video-container.expanded {
  width: 640px;
  max-width: 90vw;
  cursor: default;
}
.wb-floating-video-container .wb-floating-video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  background: #000;
}
.wb-floating-video-container .wb-floating-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.wb-floating-video-container .wb-floating-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 5;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s ease;
}
.wb-floating-video-container .wb-floating-video-overlay:hover {
  background: rgba(0, 0, 0, 0.4);
}
.wb-floating-video-container.expanded .wb-floating-video-overlay {
  display: none;
  pointer-events: none;
}
.wb-floating-video-container .wb-floating-video-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  background: rgba(0, 0, 0, 0.7);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
}
.wb-floating-video-container .wb-floating-video-close:hover {
  background: rgba(0, 0, 0, 0.9);
}
.wb-floating-video-container .wb-floating-video-close:focus {
  outline: 2px solid #ecd78c;
  outline-offset: 2px;
}

.wb-floating-video {
  transition: opacity 0.3s ease;
}
.wb-floating-video.is-floating iframe {
  opacity: 0;
  pointer-events: none;
}

.banner-area {
  background: linear-gradient(135deg, #64401b 0%, #4a3014 40%, #2c1b08 100%);
}
@media (max-width: 767px) {
  .banner-area {
    padding: 50px 0;
  }
}

.banner {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .banner {
    flex-direction: column;
  }
}

.banner-text {
  max-width: calc(100% - 512px);
  width: 100%;
  padding: 30px 0;
  background-image: url("../img/frame.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 90%;
}
@media (max-width: 991px) {
  .banner-text {
    max-width: 100%;
  }
}
@media (max-width: 475px) {
  .banner-text {
    max-width: 100%;
    width: 100%;
    padding: 0;
    position: unset;
    z-index: 1;
    top: unset;
    transform: unset;
  }
}
.banner-text h2 {
  color: #ecd78c;
}
.banner-text h5 {
  font-size: 16px;
  color: #fff;
}
.banner-text p {
  font-size: 14px;
  color: #fff;
  line-height: 1.75;
}

.banner-img {
  position: absolute;
  right: -100px;
  height: 100%;
  aspect-ratio: 720/750;
}
@media (max-width: 991px) {
  .banner-img {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .banner-img {
    display: none;
  }
}
.banner-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.partnershop-area {
  background: linear-gradient(135deg, #2e7d53 0%, #2a6b6a 100%);
  position: relative;
  z-index: 0;
  overflow: hidden;
  border-top: 3px solid rgba(236, 215, 140, 0.3);
  border-bottom: 3px solid rgba(255, 143, 0, 0.3);
}
.partnershop-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.05) 50%, transparent 50%), radial-gradient(circle at 40px 40px, transparent 40%, rgba(255, 255, 255, 0.05) 40%, rgba(255, 255, 255, 0.05) 50%, transparent 50%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
  pointer-events: none;
  opacity: 0.6;
}

.partnershop {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 15px 0;
}
@media (max-width: 1199px) {
  .partnershop {
    flex-direction: column;
    justify-content: center;
  }
}
.partnershop div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.partnershop p {
  font-size: 16px;
  color: #fff;
  margin: 0;
  font-weight: 700;
}

.partnershop-alt {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9;
  transition: all 0.3s ease;
}
.partnershop-alt.d-none {
  display: none;
}
.partnershop-alt p {
  font-size: var(--sx);
}
.partnershop-alt .partnershop {
  gap: 25px;
  justify-content: center;
  padding: 10px 0;
}
@media (max-width: 1199px) {
  .partnershop-alt .partnershop {
    gap: 10px;
    justify-content: center;
    padding: 10px 0;
  }
}

.cross {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  right: 6px;
  width: 25px;
  height: 25px;
  text-align: center;
  transition: all 0.3s ease;
}
.cross:hover {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}

.tcb-icon {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  stroke-width: 0;
  stroke: rgb(243, 149, 16);
  fill: rgb(243, 149, 16);
  box-sizing: content-box;
  transform: rotate(var(--tcb-icon-rotation-angle, 0deg));
  cursor: pointer;
}

.ayurveda-area {
  background: linear-gradient(135deg, #ff8f00 0%, #d97742 50%, #cc7722 100%);
  position: relative;
  overflow: hidden;
  border-top: 4px solid transparent;
  border-image: linear-gradient(90deg, transparent, #ecd78c, #ff8f00, #ecd78c, transparent) 1;
}
@media (max-width: 991px) {
  .ayurveda-area {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .ayurveda-area {
    padding: 40px 0;
  }
}
.ayurveda-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 50%), radial-gradient(circle at 50px 50px, transparent 40%, rgba(255, 255, 255, 0.08) 40%, rgba(255, 255, 255, 0.08) 50%, transparent 50%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  pointer-events: none;
  opacity: 0.5;
}
.ayurveda-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at top right, rgba(236, 215, 140, 0.15) 0%, transparent 60%);
  pointer-events: none;
}

.ayurveda {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991px) {
  .ayurveda {
    flex-direction: column;
    gap: 30px 0;
  }
}

.ayurveda-img {
  max-width: 512px;
  width: 100%;
  display: flex;
  height: 100%;
}
.ayurveda-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ayurveda-text {
  max-width: calc(100% - 512px);
  width: 100%;
  padding: 50px 0 50px 30px;
}
@media (max-width: 991px) {
  .ayurveda-text {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
  .ayurveda-text h2,
  .ayurveda-text p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .ayurveda-text {
    padding: 0;
  }
}
.ayurveda-text h2 {
  margin: 0;
}
.ayurveda-text p {
  color: #000;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
  font-size: 14px;
}

.ayurveda-bttn {
  text-align: right;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .ayurveda-bttn {
    text-align: center;
  }
}

.products-area {
  background-image: url(../img/products-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 700px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-text {
  max-width: 512px;
  width: 100%;
}
@media (max-width: 475px) {
  .products-text {
    padding: 50px 0;
  }
}
.products-text h2 {
  color: #ecd78c;
  margin-bottom: 30px;
}
.products-text h6 {
  font-weight: 600;
  color: #fff;
  font-size: 16px;
}
.products-text p {
  color: #fff;
  line-height: 1.75;
}
.products-text a {
  color: #008fff;
  border: 0;
}
.products-text .vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-color-grey {
  display: inline-flex;
  justify-content: flex-end;
}

.course-area {
  padding: 70px 0;
  margin-bottom: 20px;
  background: linear-gradient(180deg, #f9f6f0 0%, #faf8f3 100%);
  position: relative;
}
.course-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at center top, rgba(236, 215, 140, 0.03) 0%, transparent 50%), radial-gradient(ellipse at center bottom, rgba(236, 215, 140, 0.03) 0%, transparent 50%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  pointer-events: none;
  opacity: 0.7;
}

.course-title-text {
  text-align: center;
}
.course-title-text p {
  font-size: 14px;
  color: #000;
}
.course-title-text h4 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 22px;
  color: #000;
  font-weight: 700;
}

.course-text h2 {
  margin-bottom: 20px;
}

.course-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .course-inner {
    gap: 25px 0;
  }
}

.course-card {
  max-width: calc(33.33% - 10px);
  width: 100%;
  position: relative;
  background: #fff;
  border-radius: 15px 5px 15px 5px;
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(122, 13, 33, 0.12);
  transition: all 0.3s ease;
  border: 2px solid rgba(236, 215, 140, 0.2);
}
.course-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(255, 143, 0, 0.25);
  border-color: rgba(255, 143, 0, 0.5);
}
@media (max-width: 767px) {
  .course-card {
    max-width: calc(50% - 10px);
    width: 100%;
  }
}
@media (max-width: 475px) {
  .course-card {
    max-width: 100%;
    width: 100%;
  }
}

.course-img {
  display: flex;
  position: relative;
  overflow: hidden;
}
.course-img::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
}
.course-img img {
  width: 100%;
  transition: transform 0.5s ease;
}
.course-card:hover .course-img img {
  transform: scale(1.05);
}

.course-text {
  padding: 25px;
  position: relative;
  z-index: 1;
}
.course-text h2 {
  margin-bottom: 20px;
}
.course-text h3 {
  font-size: 18px;
  color: #7a0d21;
  font-weight: 700;
  margin-bottom: 10px;
}
.course-text h3 span {
  color: #2e7d53 !important;
}
.course-text p {
  margin-bottom: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.determine-area {
  background-image: url(../img/eigene.png);
  min-height: 610px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .determine-area {
    background-image: url(../img/eigene-mobile.png);
    background-position: top center;
    min-height: 500px !important;
  }
}

.determine-text {
  max-width: 512px;
  width: 100%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .determine-text {
    max-width: 472px;
  }
}
@media (max-width: 767px) {
  .determine-text {
    max-width: 100%;
    padding-top: 350px;
    padding-bottom: 50px;
  }
}
@media (max-width: 475px) {
  .determine-text {
    max-width: 100%;
    padding-top: 300px;
    padding-bottom: 50px;
  }
}
.determine-text h2 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .determine-text h2 {
    margin-bottom: 15px;
  }
}
.determine-text h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.75;
  margin-bottom: 25px;
}
.determine-text p {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .determine-text p {
    margin-bottom: 30px;
  }
}

.connection-area {
  background: #be1522;
  min-height: 450px;
  display: flex;
}

.connection {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .connection {
    flex-direction: column;
    justify-content: center;
  }
}

.connection-img {
  display: flex;
  max-width: 50%;
  width: 100%;
  position: relative;
}
@media (max-width: 991px) {
  .connection-img {
    max-width: 100%;
  }
}

.online-img {
  position: relative;
  z-index: 2;
  padding-top: 45px;
}

.online-bg {
  position: absolute;
  top: 0;
  z-index: 1;
}

.connection-text {
  max-width: 50%;
  width: 100%;
  padding-top: 70px;
}
@media (max-width: 991px) {
  .connection-text {
    max-width: 100%;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
  }
}
.connection-text p {
  color: #fff;
  margin-bottom: 50px;
}

.blog-area {
  padding: 50px 0;
}

.blog-title {
  text-align: center;
  margin-bottom: 25px;
}

.blog-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px 0;
}

.blog-card {
  max-width: calc(33.33% - 15px);
  width: 100%;
}
@media (max-width: 991px) {
  .blog-card {
    max-width: calc(33.33% - 10px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .blog-card {
    max-width: calc(50% - 10px);
    width: 100%;
  }
}
@media (max-width: 475px) {
  .blog-card {
    max-width: 100%;
    width: 100%;
  }
}

.blog-img {
  display: flex;
}

.blog-text {
  margin-top: 15px;
}
.blog-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.blog-text p {
  margin-bottom: 30px;
}

.post-title,
.page-title {
  color: #000;
  font-size: 3rem;
  margin-top: 3rem !important;
}

.post-feature,
.page-feature {
  margin-bottom: 1rem;
}

.post-feature-image,
.page-feature-image {
  max-height: 50rem;
}

.black h1,
.black h2,
.black h3,
.black h4,
.black h5,
.black h6,
.black p,
.black ul,
.black ol,
.black li {
  color: #000;
}

.white h1,
.white h2,
.white h3,
.white h4,
.white h5,
.white h6,
.white p,
.white ul,
.white ol,
.white li {
  color: #fff;
}

.danthalepa-area {
  padding: 50px 0;
}

.danthalepa {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.danthalepa-left {
  max-width: 335px;
  width: 100%;
}
@media (max-width: 991px) {
  .danthalepa-left {
    max-width: 335px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .danthalepa-left {
    max-width: 100%;
    width: 100%;
  }
}

.danthalepa-right {
  max-width: calc(100% - 375px);
  width: 100%;
}
@media (max-width: 991px) {
  .danthalepa-right {
    max-width: calc(100% - 355px);
    width: 100%;
  }
}
@media (max-width: 767px) {
  .danthalepa-right {
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
  }
}

.danthalepa-top-text {
  margin-bottom: 20px;
}
.danthalepa-top-text h2 {
  border-bottom: 1px solid rgb(243, 149, 16);
  font-size: 29px;
  font-weight: 700;
  color: #000;
  line-height: 1;
  padding-bottom: 10px;
}
.danthalepa-top-text h3 {
  color: #d41247;
  font-size: 25px;
}
.danthalepa-top-text h4 {
  color: hsl(100, 100%, 27%);
  font-size: 24px;
  margin-bottom: 5px;
  font-weight: 400;
}
.danthalepa-top-text p {
  font-size: 12px;
  margin: 0;
}
.danthalepa-top-text p a {
  color: #008fff;
  border: 0;
}

.danthalepa-text p {
  color: #212123;
  font-size: 18px;
  line-height: 1.8;
}
.danthalepa-text p:first-child {
  margin-bottom: 30px;
}
.danthalepa-text a {
  font-size: 18px;
  color: #008fff;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin: 25px 0;
  border: 0;
  line-height: 1.8;
}

.product-actions {
  display: flex;
  column-gap: 15px;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 35px;
}
.product-actions form {
  display: flex;
  gap: 20px;
}
.product-actions input::-webkit-outer-spin-button,
.product-actions input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.product-actions input[type=number] {
  -moz-appearance: textfield;
}

.quantity-control {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.quantity-input {
  width: 40px;
  height: 30px;
  text-align: center;
  border: 0;
  margin: 0 5px;
  font-size: 22px;
  font-weight: 700;
  color: #212123;
}

.tabs {
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  gap: 55px;
}
@media (max-width: 475px) {
  .tabs {
    flex-direction: column;
    gap: 15px 0;
  }
}
.tabs li {
  margin: 0 !important;
}

.tab-link {
  padding: 10px 5px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 700;
  color: #212123;
  font-size: 22px;
}
.tab-link:hover {
  color: #333;
}
.tab-link.active {
  color: #333;
  font-weight: 700;
  border-bottom: 5px solid hsl(100, 100%, 27%);
}

.tab-content {
  display: none;
  padding: 20px 0;
  line-height: 1.6;
  color: #555;
}
.tab-content.active {
  display: block;
}
.tab-content h2 {
  color: #6a6b6c;
}
.tab-content p {
  color: #212123;
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .tab-content p {
    margin-bottom: 30px;
  }
}

.products-slider-area {
  padding-top: 50px;
  padding-bottom: 200px;
}
@media (max-width: 991px) {
  .products-slider-area {
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.products-slider-title {
  border-bottom: 1px solid rgb(243, 149, 16);
}
.products-slider-title h2 {
  margin-bottom: 30px;
}

.products-slider-text {
  padding: 10px 25px;
}
.products-slider-text h3 {
  font-size: 18px;
  line-height: 1.3;
  margin: 0;
}
.products-slider-text > a {
  color: #d41247;
  font-size: 25px;
  border: 0;
  display: block;
  line-height: 1.8;
}
.products-slider-text h6 {
  color: #212123;
}
.products-slider-text div p {
  margin: 0;
  font-size: 12px;
}
.products-slider-text p a {
  border: 0;
  color: #008fff;
}

.de-banner-area {
  background-image: url(../img/de/img-1);
  min-height: 570px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .de-banner-area {
    padding-top: 80px;
  }
}

.de-banner-inner h2 {
  color: #fff;
  margin: 0;
}
.de-banner-inner p {
  margin-bottom: 50px;
}

.de-text {
  max-width: 510px;
  width: 100%;
}
@media (max-width: 1199px) {
  .de-text {
    max-width: 490px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .de-text {
    max-width: 100%;
  }
}
.de-text h4 {
  color: #fff;
  font-size: 22px;
  line-height: 1.7;
  margin: 30px 0;
}
@media (max-width: 475px) {
  .de-text h4 {
    margin: 15px 0;
  }
}
.de-text p {
  font-size: 16px;
  color: #fff;
  line-height: 1.75;
  margin-bottom: 50px;
}
@media (max-width: 475px) {
  .de-text p {
    margin-bottom: 30px;
  }
}

.natural-area {
  background-image: url(../img/de/img-2);
  min-height: 460px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .why-de-area {
    padding-bottom: 70px;
    padding-top: 30px;
  }
}

.why-de-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .why-de-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 50px 0;
  }
}

.why-de-img {
  display: flex;
  max-width: 450px;
  width: 100%;
}
@media (max-width: 991px) {
  .why-de-img {
    max-width: 400px;
    width: 100%;
  }
}

.why-de {
  margin-left: auto;
}
.why-de p {
  margin: 0 !important;
}

.packaging-area {
  background-image: url(../img/de/img-3);
  min-height: 585px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.packaging {
  margin: 0;
  margin-left: auto;
}

.wissen-archive {
  padding: 70px 0;
  background: linear-gradient(180deg, #f9f6f0 0%, #faf8f3 50%, #f9f6f0 100%);
  position: relative;
  overflow: hidden;
}
.wissen-archive::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at center top, rgba(236, 215, 140, 0.03) 0%, transparent 50%), radial-gradient(ellipse at center bottom, rgba(236, 215, 140, 0.03) 0%, transparent 50%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  pointer-events: none;
  opacity: 0.6;
}

.wissen-archive-header {
  text-align: center;
  margin-bottom: 70px;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.wissen-archive-header::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
  box-shadow: 0 2px 10px rgba(236, 215, 140, 0.3);
  border-radius: 2px;
}

.wissen-archive-title {
  font-size: 48px;
  margin-bottom: 20px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

.wissen-archive-description {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.75);
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
  font-weight: 500;
}

.wissen-search-filter {
  background: linear-gradient(135deg, #fff 0%, #faf8f3 100%);
  border: 2px solid rgba(236, 215, 140, 0.3);
  border-radius: 20px 8px 20px 8px;
  padding: 40px;
  margin-bottom: 70px;
  box-shadow: 0 8px 25px rgba(122, 13, 33, 0.12);
  position: relative;
  overflow: hidden;
}
.wissen-search-filter::before, .wissen-search-filter::after {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: rgba(255, 143, 0, 0.2);
  border-width: 0;
  pointer-events: none;
}
.wissen-search-filter::before {
  top: 0;
  left: 0;
  border-top-width: 3px;
  border-left-width: 3px;
  border-top-left-radius: 20px;
}
.wissen-search-filter::after {
  bottom: 0;
  right: 0;
  border-bottom-width: 3px;
  border-right-width: 3px;
  border-bottom-right-radius: 20px;
}

.wissen-filter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: flex-end;
}

.wissen-search-wrapper {
  flex: 1 1 300px;
  position: relative;
  min-width: 300px;
}

.wissen-search-input {
  width: 100%;
  padding: 15px 50px 15px 25px;
  border: 2px solid rgba(255, 143, 0, 0.3);
  border-radius: 15px 5px 15px 5px;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease;
}
.wissen-search-input:focus {
  outline: none;
  border-color: #ff8f00;
  box-shadow: 0 0 0 4px rgba(255, 143, 0, 0.15);
  transform: translateY(-1px);
}
.wissen-search-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic;
}

.wissen-search-button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: linear-gradient(135deg, #2e7d53 0%, #2a6b6a 100%);
  color: #fff;
  border: 2px solid #2e7d53;
  border-radius: 12px 4px 12px 4px;
  padding: 10px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(46, 125, 83, 0.3);
}
.wissen-search-button svg {
  width: 20px;
  height: 20px;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}
.wissen-search-button:hover {
  background: linear-gradient(135deg, #ff8f00 0%, #d97742 100%);
  border-color: #ff8f00;
  transform: translateY(-50%) scale(1.05);
  box-shadow: 0 6px 18px rgba(255, 143, 0, 0.4);
}

.wissen-search-suggestions {
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  max-height: 300px;
  overflow-y: auto;
  z-index: 100;
}

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

.wissen-suggestion-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 20px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border-bottom: 1px solid rgba(146, 146, 146, 0.17);
  margin-bottom: 0 !important;
}
.wissen-suggestion-item:last-child {
  border-bottom: none;
}
.wissen-suggestion-item:hover {
  background: #f5f5f5;
}
.wissen-suggestion-item:active {
  background: rgb(232.25, 232.25, 232.25);
}

.wissen-suggestion-icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  color: #212123;
}
.wissen-suggestion-icon svg {
  width: 100%;
  height: 100%;
}

.wissen-suggestion-text {
  flex: 1;
  font-size: 16px;
  color: #212123;
  font-weight: 500;
}

.wissen-suggestion-type {
  flex-shrink: 0;
  background: #ecd78c;
  color: #212123;
  padding: 2px 10px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.wissen-category-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}

.wissen-category-button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #fff 0%, #f9f6f0 100%);
  border: 2px solid rgba(255, 143, 0, 0.3);
  border-radius: 15px 5px 15px 5px;
  color: #ff8f00;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(255, 143, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.wissen-category-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 143, 0, 0.2), transparent);
  transition: left 0.5s ease;
}
.wissen-category-button:hover {
  border-color: rgba(255, 143, 0, 0.5);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(255, 143, 0, 0.25);
  background: linear-gradient(135deg, #fff 0%, rgba(255, 143, 0, 0.1) 100%);
}
.wissen-category-button:hover::before {
  left: 100%;
}
.wissen-category-button.active {
  background: linear-gradient(135deg, #ff8f00 0%, #ffa600 100%);
  border-color: #ff8f00;
  color: #fff;
  box-shadow: 0 4px 15px rgba(255, 143, 0, 0.4);
}
.wissen-category-button.active .wissen-category-count {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.wissen-category-button.active:hover {
  background: linear-gradient(135deg, #ff8f00 0%, #d97742 100%);
  border-color: #ff8f00;
  box-shadow: 0 6px 20px rgba(255, 143, 0, 0.5);
  transform: translateY(-2px) scale(1.02);
}

.wissen-category-count {
  display: inline-block;
  background: rgba(255, 143, 0, 0.1);
  color: #ff8f00;
  padding: 2px 5px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  min-width: 24px;
  text-align: center;
  transition: all 0.3s ease;
}

.wissen-filter-actions {
  display: flex;
  gap: 10px;
}

.wissen-filter-button {
  padding: 15px 35px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  border: none;
}

.wissen-filter-apply {
  background: #008d36;
  color: #fff;
}
.wissen-filter-apply:hover {
  background: rgb(0, 90, 34.4680851064);
}

.wissen-filter-reset {
  background: #f5f5f5;
  color: #212123;
}
.wissen-filter-reset:hover {
  background: rgb(232.25, 232.25, 232.25);
}

.wissen-active-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(146, 146, 146, 0.17);
}

.wissen-active-filters-label {
  font-weight: 600;
  color: #212123;
  margin-right: 5px;
}

.wissen-filter-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #ecd78c;
  color: #212123;
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 500;
}

.wissen-filter-tag-remove {
  color: #212123;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease;
}
.wissen-filter-tag-remove:hover {
  color: #d41247;
}

.wissen-results-info {
  margin-bottom: 35px;
  text-align: center;
}

.wissen-results-count {
  font-size: 16px;
  color: #212123;
}
.wissen-results-count strong {
  font-weight: 700;
}

.wissen-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 35px;
  margin-bottom: 50px;
}

.wissen-card {
  background: linear-gradient(180deg, #fff 0%, #f9f6f0 100%);
  border: 2px solid rgba(236, 215, 140, 0.3);
  border-radius: 20px 8px 20px 8px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(255, 143, 0, 0.1);
  display: flex;
  flex-direction: column;
  position: relative;
}
.wissen-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, transparent 0%, #ecd78c 20%, #008d36 50%, #ecd78c 80%, transparent 100%);
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.wissen-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-top: 2px solid rgba(255, 143, 0, 0);
  border-right: 2px solid rgba(255, 143, 0, 0);
  border-top-right-radius: 8px;
  transition: border-color 0.3s ease;
  pointer-events: none;
  z-index: 2;
}
.wissen-card:hover {
  box-shadow: 0 12px 40px rgba(255, 143, 0, 0.25);
  transform: translateY(-8px);
  border-color: rgba(255, 143, 0, 0.5);
}
.wissen-card:hover::before {
  opacity: 1;
}
.wissen-card:hover::after {
  border-top-color: rgba(255, 143, 0, 0.4);
  border-right-color: rgba(255, 143, 0, 0.4);
}

.wissen-card-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/10;
  background: linear-gradient(135deg, #c19a6b 0%, #d4a574 100%);
}
.wissen-card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle at 0 0, transparent 40%, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.03) 50%, transparent 50%), radial-gradient(circle at 30px 30px, transparent 40%, rgba(0, 0, 0, 0.03) 40%, rgba(0, 0, 0, 0.03) 50%, transparent 50%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  z-index: 1;
  pointer-events: none;
  opacity: 0.3;
}
.wissen-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.wissen-card-image a:hover img {
  transform: scale(1.08) rotate(0.5deg);
}

.wissen-card-category {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(135deg, #ff8f00 0%, #ffa600 100%);
  color: #fff;
  padding: 10px 20px;
  border-radius: 15px 4px 15px 4px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 4px 12px rgba(255, 143, 0, 0.4);
  z-index: 2;
  transition: all 0.3s ease;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.wissen-card-category:hover {
  background: linear-gradient(135deg, #ff8f00 0%, #d97742 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 143, 0, 0.5);
}

.wissen-card-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  z-index: 1;
}

.wissen-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  margin: 0 0 15px 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}
.wissen-card-title a {
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  display: inline;
  background: linear-gradient(to right, #ff8f00 0%, #ff8f00 100%);
  background-size: 0% 2px;
  background-repeat: no-repeat;
  background-position: left bottom;
}
.wissen-card-title a:hover {
  background-size: 100% 2px;
}

.wissen-card-excerpt {
  color: rgba(0, 0, 0, 0.75);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
  flex: 1;
}

.wissen-card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 2px solid transparent;
  border-image: linear-gradient(90deg, transparent, rgba(236, 215, 140, 0.3), transparent) 1;
  margin-top: 15px;
}

.wissen-card-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: #2e7d53;
  font-weight: 700;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 5px 15px;
  border-radius: 12px 3px 12px 3px;
  background: rgba(46, 125, 83, 0);
}
.wissen-card-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.wissen-card-link:hover {
  gap: 15px;
  color: #fff;
  background: linear-gradient(135deg, #2e7d53 0%, #2a6b6a 100%);
  box-shadow: 0 4px 12px rgba(46, 125, 83, 0.3);
}
.wissen-card-link:hover svg {
  transform: translateX(4px);
}

.wissen-partner-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #2a6b6a;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  padding: 5px 10px;
  border-radius: 8px 2px 8px 2px;
}
.wissen-partner-link svg {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
}
.wissen-partner-link:hover {
  color: #d97742;
  background: rgba(217, 119, 66, 0.1);
}
.wissen-partner-link:hover svg {
  transform: translateX(2px);
}

.wissen-pagination {
  margin-top: 50px;
}
.wissen-pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.wissen-pagination .page-numbers li {
  margin: 0;
  margin-bottom: 0 !important;
}
.wissen-pagination .page-numbers a,
.wissen-pagination .page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 5px 15px;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 5px;
  color: #212123;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}
.wissen-pagination .page-numbers a:hover,
.wissen-pagination .page-numbers span:hover {
  background: #f5f5f5;
  border-color: #008d36;
}
.wissen-pagination .page-numbers .current {
  background: #008d36;
  color: #fff;
  border-color: #008d36;
}
.wissen-pagination .page-numbers .current:hover {
  background: #008d36;
}

.wissen-no-results {
  text-align: center;
  padding: 70px 0;
}

.wissen-no-results-icon {
  margin-bottom: 35px;
}
.wissen-no-results-icon svg {
  width: 80px;
  height: 80px;
  color: #d9d9d9;
}

.wissen-no-results-title {
  font-size: 38px;
  color: #212123;
  margin-bottom: 20px;
}

.wissen-no-results-text {
  font-size: 18px;
  color: #212123;
  margin-bottom: 35px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.wissen-single {
  padding: 50px 0;
}

.wissen-single-back {
  margin-bottom: 35px;
}

.wissen-back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
  font-weight: 600;
  transition: gap 0.3s ease;
}
.wissen-back-link svg {
  width: 18px;
  height: 18px;
  transition: transform 0.3s ease;
}
.wissen-back-link:hover {
  gap: 15px;
}
.wissen-back-link:hover svg {
  transform: translateX(-3px);
}

.wissen-single-featured {
  margin-bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.wissen-single-image {
  width: 100%;
  height: auto;
  display: block;
}

.wissen-single-header {
  margin-bottom: 40px;
}

.wissen-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #212123;
}
.wissen-single-meta svg {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.wissen-single-category,
.wissen-single-date {
  display: inline-flex;
  align-items: center;
}
.wissen-single-category a,
.wissen-single-date a {
  text-decoration: none;
  font-weight: 600;
}
.wissen-single-category a:hover,
.wissen-single-date a:hover {
  text-decoration: underline;
}

.wissen-single-title {
  font-size: 48px;
  margin: 0 0 20px 0;
  line-height: 1.3;
}

.wissen-single-excerpt {
  font-size: 18px;
  color: #212123;
  line-height: 1.75;
  margin-bottom: 20px;
  font-style: italic;
}

.wissen-single-partner {
  margin-bottom: 20px;
}

.wissen-single-content {
  font-size: 16px;
  line-height: 1.75;
  color: #212123;
  margin-bottom: 50px;
}
.wissen-single-content h2,
.wissen-single-content h3,
.wissen-single-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.wissen-single-content h2 {
  font-size: 38px;
}
.wissen-single-content h3 {
  font-size: 22px;
}
.wissen-single-content h4 {
  font-size: 18px;
}
.wissen-single-content p {
  margin-bottom: 20px;
}
.wissen-single-content p,
.wissen-single-content li {
  text-align: justify;
}
.wissen-single-content ul,
.wissen-single-content ol {
  margin-bottom: 20px;
  padding-left: 35px;
}
.wissen-single-content li {
  margin-bottom: 10px;
}
.wissen-single-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 35px 0;
}
.wissen-single-content a {
  color: #008fff;
  text-decoration: underline;
}
.wissen-single-content a:hover {
  color: rgb(0, 114.4, 204);
}
.wissen-single-content blockquote {
  border-left: 4px solid #ecd78c;
  padding-left: 20px;
  margin: 35px 0;
  font-style: italic;
  color: #212123;
}

.wissen-single-footer {
  padding-top: 35px;
  border-top: 1px solid rgba(146, 146, 146, 0.17);
  margin-bottom: 50px;
}

.wissen-single-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.wissen-tags-label {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  color: #212123;
}
.wissen-tags-label svg {
  width: 18px;
  height: 18px;
}

.wissen-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.wissen-tag {
  display: inline-block;
  background: #ecd78c;
  color: #212123;
  padding: 5px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.wissen-tag:hover {
  background: rgb(228.7686567164, 199.776119403, 96.2313432836);
  transform: translateY(-2px);
}

.wissen-single-video {
  margin-bottom: 40px;
}

.wissen-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.wissen-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wissen-single-summary {
  background: rgb(239.6156716418, 222.6119402985, 161.8843283582);
  border-left: 4px solid #008d36;
  padding: 35px;
  margin-bottom: 40px;
  border-radius: 5px;
}

.wissen-summary-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 22px;
  margin: 0 0 20px 0;
}
.wissen-summary-title svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.wissen-summary-content {
  font-size: 18px;
  line-height: 1.75;
  color: #212123;
}
.wissen-summary-content p {
  margin: 0;
}

.wissen-single-transcript {
  margin-bottom: 50px;
}

.wissen-transcript-title {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 38px;
  margin: 0 0 35px 0;
  padding-bottom: 20px;
  border-bottom: 2px solid #ecd78c;
}
.wissen-transcript-title svg {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.wissen-transcript-content {
  font-size: 16px;
  line-height: 1.75;
  color: #212123;
}
.wissen-transcript-content h2,
.wissen-transcript-content h3,
.wissen-transcript-content h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}
.wissen-transcript-content h2 {
  font-size: 38px;
}
.wissen-transcript-content h3 {
  font-size: 22px;
}
.wissen-transcript-content h4 {
  font-size: 18px;
}
.wissen-transcript-content p {
  margin-bottom: 20px;
}
.wissen-transcript-content ul,
.wissen-transcript-content ol {
  margin-bottom: 20px;
  padding-left: 35px;
}
.wissen-transcript-content li {
  margin-bottom: 10px;
}
.wissen-transcript-content img {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 35px 0;
}
.wissen-transcript-content a {
  color: #008fff;
  text-decoration: underline;
}
.wissen-transcript-content a:hover {
  color: rgb(0, 114.4, 204);
}
.wissen-transcript-content blockquote {
  border-left: 4px solid #ecd78c;
  padding-left: 20px;
  margin: 35px 0;
  font-style: italic;
  color: #212123;
}

.wissen-related {
  padding: 50px 0;
  border-top: 1px solid rgba(146, 146, 146, 0.17);
}

.wissen-related-title {
  font-size: 38px;
  text-align: center;
  margin-bottom: 40px;
}

.wissen-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.ayurveda-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
  background: linear-gradient(180deg, #f9f6f0 0%, #faf8f3 50%, #f9f6f0 100%);
  position: relative;
  border-radius: 30px 10px 30px 10px;
  box-shadow: 0 8px 30px rgba(122, 13, 33, 0.08);
}
.ayurveda-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(ellipse at center top, rgba(236, 215, 140, 0.025) 0%, transparent 50%), radial-gradient(ellipse at center bottom, rgba(236, 215, 140, 0.025) 0%, transparent 50%);
  background-size: 30px 30px;
  background-position: 0 0, 15px 15px;
  pointer-events: none;
  opacity: 0.7;
  border-radius: inherit;
}

.ayurveda-intro-page .ayurveda-introduction {
  max-width: 900px;
  margin: 0 auto 70px auto;
}
.ayurveda-intro-page .ayurveda-introduction p {
  font-size: 18px;
  text-align: justify;
}
.ayurveda-intro-page .ayurveda-introduction p:first-child {
  font-size: 22px;
  font-weight: 500;
}

.doshas-page .doshas-intro {
  max-width: 900px;
  margin: 0 auto 50px auto;
  text-align: center;
}
.doshas-page .doshas-intro p {
  font-size: 18px;
}
.doshas-page .dosha-quiz-section {
  margin: 70px 0;
}
.doshas-page .dosha-quiz-section h2 {
  text-align: center;
  margin-bottom: 35px;
}
.doshas-page .dosha-quiz-section > p {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.doshas-page .dosha-quiz-section h3 {
  margin-top: 40px;
  text-align: center;
}

.nutrition-page .nutrition-intro {
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.nutrition-page .nutrition-intro p {
  font-size: 18px;
  text-align: center;
}
.nutrition-page .ayurvedic-nutrition > p,
.nutrition-page .ayurvedic-herbs > p {
  font-size: 18px;
  margin-bottom: 20px;
}

.treatments-page .treatments-intro {
  max-width: 900px;
  margin: 0 auto 40px auto;
}
.treatments-page .treatments-intro p {
  font-size: 18px;
  text-align: center;
}

.ayurveda-two-column {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 50px;
  align-items: start;
}

.ayurveda-sidebar {
  position: sticky;
  top: 20px;
}

.ayurveda-main-content {
  min-width: 0;
}

.ayurveda-content-grid {
  display: grid;
  gap: 35px;
}
.ayurveda-content-grid.ayurveda-content-grid--2col {
  grid-template-columns: repeat(2, 1fr);
}
.ayurveda-content-grid.ayurveda-content-grid--3col {
  grid-template-columns: repeat(3, 1fr);
}

@media print {
  .ayurveda-page {
    padding: 0;
  }
  .ayurveda-page .ayurveda-breadcrumb,
  .ayurveda-page .ayurveda-page-nav,
  .ayurveda-page .ayurveda-related-pages {
    display: none;
  }
  .ayurveda-page h1, .ayurveda-page h2, .ayurveda-page h3, .ayurveda-page h4 {
    page-break-after: avoid;
  }
  .ayurveda-page .ayurveda-card {
    page-break-inside: avoid;
  }
}
.faq-content {
  display: flex;
  flex-direction: column;
  gap: 35px;
  margin: 40px 0;
}

.faq-item {
  background: #fff;
  border: 1px solid #008d36;
  border-radius: 10px;
  padding: 35px;
  transition: all 0.3s ease;
  background: rgb(255, 210.5, 127.5);
  border-left: 4px solid #008d36;
}
.faq-item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #008d36;
}
.faq-item .faq-item-icon {
  margin-bottom: 20px;
  overflow: visible;
}
.faq-item .faq-item-icon .faq-icon {
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}
.faq-item h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #212123;
  margin: 0 0 20px 0;
  line-height: 1.3;
}
.faq-item p {
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
  margin-bottom: 15px;
}
.faq-item p:last-child {
  margin-bottom: 0;
}
.faq-item ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.faq-item ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #212123;
  line-height: 1.75;
}
.faq-item ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #008d36;
  font-weight: 700;
  font-size: 18px;
}
.faq-item ul li b {
  color: #212123;
  font-weight: 600;
}
.faq-item .faq-item-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: #212123;
  font-weight: 600;
  padding-bottom: 4px;
  transition: color 0.3s ease;
}
.faq-item .faq-item-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, #ff8f00 25%, #ecd78c 50%, #d97742 75%, transparent 100%);
  transition: height 0.3s ease;
}
.faq-item .faq-item-link:hover {
  color: #008d36;
}
.faq-item .faq-item-link:hover::after {
  height: 3px;
}
.faq-item .faq-item-link {
  margin-top: 20px;
  font-size: 16px;
}

@media print {
  .faq-item {
    page-break-inside: avoid;
  }
}
.ayurveda-cta {
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 90, 34.4680851064) 100%);
  color: #fff;
  border-radius: 10px;
  padding: 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.ayurveda-cta::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  border-radius: 50%;
}
.ayurveda-cta::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 70%);
  border-radius: 50%;
}
.ayurveda-cta-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}
.ayurveda-cta-content h2.ayurveda-cta-title,
.ayurveda-cta-content p.ayurveda-cta-text {
  color: #fff;
}
.ayurveda-cta-title {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.ayurveda-cta-text {
  font-size: 18px;
  line-height: 1.75;
  margin: 0 0 35px 0;
  opacity: 0.95;
}
.ayurveda-cta-button {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  color: #008d36;
  padding: 15px 35px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.ayurveda-cta-button svg {
  width: 20px;
  height: 20px;
  transition: transform 0.3s ease;
}
.ayurveda-cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.25);
  gap: 20px;
}
.ayurveda-cta-button:hover svg {
  transform: translateX(3px);
}

@media print {
  .ayurveda-cta {
    display: none;
  }
}
.ayurveda-page-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 70px 0;
}

.ayurveda-page-nav-item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: #fff;
  border: 1px solid rgba(146, 146, 146, 0.17) !important;
  border-radius: 10px;
  padding: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.ayurveda-page-nav-item:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-color: #008d36;
  transform: translateY(-2px);
}
.ayurveda-page-nav-item.ayurveda-page-nav-item--prev .ayurveda-page-nav-arrow {
  order: -1;
}
.ayurveda-page-nav-item.ayurveda-page-nav-item--prev:hover .ayurveda-page-nav-arrow svg {
  transform: translateX(-3px);
}
.ayurveda-page-nav-item.ayurveda-page-nav-item--next .ayurveda-page-nav-content {
  text-align: right;
}
.ayurveda-page-nav-item.ayurveda-page-nav-item--next .ayurveda-page-nav-arrow {
  order: 1;
}
.ayurveda-page-nav-item.ayurveda-page-nav-item--next:hover .ayurveda-page-nav-arrow svg {
  transform: translateX(3px);
}

.ayurveda-page-nav-arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  background: linear-gradient(135deg, #008d36 0%, rgb(0, 192, 73.5319148936) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ayurveda-page-nav-arrow svg {
  width: 20px;
  height: 20px;
  color: #fff;
  transition: transform 0.3s ease;
}

.ayurveda-page-nav-content {
  flex: 1;
}

.ayurveda-page-nav-label {
  display: block;
  font-size: 14px;
  color: #212123;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-weight: 600;
}

.ayurveda-page-nav-title {
  display: block;
  font-size: 18px;
  color: #212123;
  font-weight: 700;
  line-height: 1.3;
}

.vc_general.vc_cta3.vc_cta3-style-classic, .vc_general.vc_cta3.vc_cta3-style-custom {
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content {
  vertical-align: middle;
}
.vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3-content p {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.vc_do_btn {
  margin-top: 0;
  margin-bottom: 0;
}

a.vc_general.vc_btn3.vc_btn3-size-md.vc_btn3-shape-square.vc_btn3-style-modern.vc_btn3-color-grey {
  text-decoration: none;
  border: 0 !important;
  letter-spacing: 2px;
  padding: 8px 20px !important;
  background-color: #d41247 !important;
  font-size: 14px !important;
  box-sizing: border-box;
  display: inline-block !important;
  width: 100% !important;
  text-align: center !important;
  color: #fff !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt {
  display: inline-block !important;
  background-image: none !important;
  border-radius: 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center !important;
  padding: 20px !important;
  border: 0 !important;
  box-shadow: rgba(0, 0, 0, 0.2);
  letter-spacing: 2px;
  background: hsl(100, 100%, 27%) !important;
  text-transform: capitalize !important;
  width: 230px;
}
.woocommerce .quantity .qty {
  width: 1.5em;
  border: 0;
  font-weight: 700;
  color: #212123;
  font-size: 22px;
}

#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link {
  line-height: inherit;
  height: unset;
  font-size: 15px;
  font-weight: 700;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
  font-weight: 700 !important;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  width: calc(100% + 160px);
  max-width: none;
  left: -70px;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  margin-bottom: 0;
  border: 1px solid rgba(146, 146, 146, 0.17);
  border-radius: 10px;
  padding: 10px 20px !important;
  margin-bottom: 2;
}
#mega-menu-wrap-mega_menu #mega-menu-mega_menu[data-effect=slide_up] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
  display: flex;
  row-gap: 20px;
}

.mega-sub-menu ul li ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-left: 15px;
}
.mega-sub-menu ul li ul li a {
  line-height: 1.5;
  color: #000;
  text-decoration: none;
  font-size: 14px !important;
  display: block;
  padding: 5px 0;
  transition: color 0.2s ease;
  border: 0;
  font-weight: 600;
}
.mega-sub-menu ul li ul li a:hover {
  color: #008fff !important;
}

.mega-block-title {
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 700;
  margin-bottom: 5px !important;
  padding-bottom: 8px;
  border-bottom: 0;
}

@media (max-width: 991px) {
  .vc_general.vc_btn3.vc_btn3-color-grey.vc_btn3-color-grey {
    background: #fff !important;
    color: #000 !important;
  }
}

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