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

/*
    Add your custom styles here
*/

:root {
  --color-rosa: #f3e5eb; /* Rosa */
  --color-offwhite: #fcf9f5; /* Offwhite */
  --color-beige: #ebe2d3; /* Beige */
  --color-soft-beige: #f5f2ed;
  --color-dark: #191818; /* Schwarz */
  --color-green: #7f8800; /* Olive */
  --color-grey-light: #fdfdfd; /* Hellgrau */

  --color-black: #191818;
  --color-white: #fcf9f5;

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

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

  --radius-small: 16px;
  --corner-size-big: 50px;
}

/* Fonts */

@font-face {
  font-family: "BauerGrotesk";
  src:
    url("/wp-content/themes/derjosef-child/fonts/BauerGroteskOT-Book.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/BauerGroteskOT-Book.woff")
      format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Harbour-Light";
  src:
    url("/wp-content/themes/derjosef-child/fonts/Harbour Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/Harbour Regular.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Harbour-Light";
  src:
    url("/wp-content/themes/derjosef-child/fonts/Harbour-Light.woff2")
      format("woff2"),
    url("/wp-content/themes/derjosef-child/fonts/Harbour-Light.woff")
      format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

/* Fonts */
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  height: fit-content;

  margin-top: 0px !important;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

body {
  margin: 0;
  font-family: "BauerGrotesk", sans-serif !important;
  background-color: var(--color-offwhite) !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Harbour-Light", sans-serif;
  margin-bottom: 0px !important;
  color: var(--color-green);
}
h1,
.h1,
h1 p {
  font-size: calc(1.5rem + 1vw) !important;
  line-height: 1.2;
  margin-bottom: 0.5em;
}

h2,
.h2 {
  font-size: calc(1.4rem + 0.8vw) !important;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

h3,
.h3 {
  font-size: calc(1.3rem + 0.4vw) !important;
  line-height: 1.4;
  margin-bottom: 0.5em;
}

h4,
.h4 {
  font-size: calc(1.2rem + 0.3vw) !important;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

h5,
.h5 {
  font-size: calc(0.8rem + 0.2vw) !important;
  line-height: 1.6;
  margin-bottom: 0.5em;
}

h6,
.h6 {
  font-size: calc(1rem + 1vw) !important;
  line-height: 1.7;
  margin-bottom: 0.5em;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: var(--color-green);
  font-family: "Harbour-Light" !important;
  font-weight: normal !important;
}
.subheadline {
  font-family: "BauerGrotesk" !important;
  text-transform: uppercase;
  letter-spacing: 0.1;
  font-size: calc(0.9rem + 0.2vw) !important;
}

.h1-xl {
  font-size: calc(2rem + 1vw) !important;
  font-family: "Harbour-Light";
  margin-bottom: 0.2em;
}
p,
li {
  margin-bottom: 1em;
  font-family: "BauerGrotesk" !important;
  font-size: 1.2rem !important;
  line-height: 1.2;
}

main a {
  font-family: "BauerGrotesk" !important;
  color: var(--color-black) !important;
}
a:hover {
}
::selection {
  background: #efe5ea;
  color: #7f8800;
}

::-moz-selection {
  background: #efe5ea;
  color: #7f8800;
}
small {
  font-size: 0.8em !important;
}
strong {
  font-family: "BauerGrotesk" !important;
}
button {
  font-family: "BauerGrotesk" !important;
  font-size: 0.8em !important;
}
.caption {
  font-family: "BauerGrotesk" !important;
}

main section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

main section ul li {
  position: relative;
  padding-left: 1em;
  line-height: 1.2;
  margin-bottom: 0.3em;
}

main section ul li::before {
  content: "–";
  position: absolute;
  left: 0;
}

/* TEXT COLORS */
.color-rosa {
  color: var(--color-rosa);
}
.color-offwhite {
  color: var(--color-offwhite);
}
.color-beige {
  color: var(--color-beige);
}
.color-dark {
  color: var(--color-dark);
}
.color-green {
  color: var(--color-green);
}
.color-grey-light {
  color: var(--color-grey-light);
}

/* BACKGROUND COLORS */
.bg-rosa {
  background-color: var(--color-rosa);
}
.bg-offwhite {
  background-color: var(--color-offwhite);
}
.bg-beige {
  background-color: var(--color-beige);
}
.bg-dark {
  background-color: var(--color-dark);
}
.bg-green {
  background-color: var(--color-green);
}
.bg-grey-light {
  background-color: var(--color-grey-light);
}

/* Spacer */

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

/* Header Slogan */
/* HEADER WRAPPER */
.site-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: var(--color-offwhite);
}

/* SLOGAN BAR */
.header-slogan-wrap {
  position: relative;
  padding: 10px 0;
  overflow: hidden;
}

.header-slogan {
  position: relative;
  height: 40px;
}

.logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.logo img {
  height: 35px;
  width: auto;
  display: block;
}
.slogan-left {
  position: absolute;
  left: 40px;
}

.slogan-right {
  position: absolute;
  right: 40px;
}

/* TYPO */
.slogan-left,
.slogan-right {
  font-family: "Harbour-Light";
  font-size: 22px;
  white-space: nowrap;
  position: absolute;
  bottom: -3px;
  transform: translateY(0);
}

.navbar {
  background: transparent !important;
}
@media (max-width: 768px) {
  .header-slogan {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    height: auto;
    overflow: hidden;
  }

  .logo {
    position: relative;
    left: auto;
    transform: none;
  }

  .logo img {
    height: 28px;
  }

  .slogan-row {
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
    overflow: hidden;
  }

  .slogan-left,
  .slogan-right {
    position: relative;
    font-size: 12px;
    white-space: nowrap;
  }
  .slogan-row {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .slogan-left,
  .slogan-right {
    position: relative;
    left: auto;
    right: auto;
    opacity: 0;
  }
}

/* Header Slogan end */
/* Menu */
/* ========================================
   STICKY BOTTOM MENU
======================================== */
.sticky-bottom-menu {
  position: fixed; /* 🔥 wichtig */
  bottom: 20px; /* Abstand zum Viewport */
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition:
    opacity 0.3s ease,
    transform 0.3s ease;
  width: auto;
  pointer-events: none; /* optional */
}
.sticky-hidden {
  opacity: 0;
  transform: translateX(-50%) translateY(20px);
  pointer-events: none;
}

.sticky-visible {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.sticky-bottom-menu {
  transition: all 0.3s ease;
}
.sticky-bottom-menu-inner {
  display: flex;
  align-items: center;
  gap: 14px;
  pointer-events: auto; /* klickbar machen */
}

.sticky-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 48px;
  padding: 0 22px;
  border-radius: 999px;
  background: var(--color-green);
  color: var(--color-black) !important;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
}

.sticky-book-btn .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--color-black);
  flex: 0 0 10px;
}

.sticky-menu-center {
  background: white;
  border-radius: 999px;
  padding: 0 28px;
  height: 48px;
  display: flex;
  align-items: center;
}
button#menuToggleDesktop {
  background: white;
}

.sticky-main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.sticky-main-nav li {
  margin: 0;
}

.sticky-main-nav a {
  color: var(--color-dark) !important;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  text-transform: uppercase;
}

.menu-toggle {
  border: 0;
  background: unset;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  padding: 0;
  cursor: pointer;
}

.menu-toggle span {
  position: absolute;
  left: 50%;
  width: 32px;
  height: 2px;
  background: var(--color-green);
  transform: translateX(-50%);
  transition: all 0.3s ease;
}
.menu-toggle span:nth-child(1) {
  top: 18px !important;
}
.menu-toggle span:nth-child(2) {
  top: 25px !important;
}
.menu-toggle span:nth-child(3) {
  top: 32px !important;
}
/* ACTIVE = X */
.menu-toggle.active span:nth-child(1) {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(45deg);
}

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

.menu-toggle.active span:nth-child(3) {
  top: 50% !important;
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ========================================
   MOBILE TOGGLE
======================================== */
.mobile-toggle {
  position: fixed;
  top: 0px;
  right: 8px;
  z-index: 10001;
}

/* ========================================
   OVERLAY MENU
======================================== */
.overlay-menu {
  position: fixed;
  inset: 0;
  background: #f5f1ec;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay-menu.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.overlay-menu-inner {
  display: grid;
  grid-template-columns: minmax(420px, 38%) 1fr;
  min-height: 100vh;
}

.overlay-left {
  padding: 120px 80px 40px;
  border-right: 1px solid rgba(127, 136, 0, 0.6);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.overlay-right {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 480px; /* 🔥 fix größer */
  gap: 60px;
  padding: 120px 30px 60px 50px;
  align-items: start;
}

.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav > li {
  margin-bottom: 28px;
}

.nav-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  color: var(--color-green);
  transition: color 0.25s ease;
}

.main-nav > li.active .nav-title {
  color: var(--color-green);
}

.nav-title-text {
  font-family: "Harbour-Light", sans-serif;
  font-size: clamp(34px, 3vw, 54px);
  line-height: 1;
}

.submenu-wrap {
  position: relative;
  min-height: 400px;
}

.submenu-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.submenu-panel.active {
  opacity: 1;
  pointer-events: auto;
}

.submenu-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.submenu-heading {
  font-family: "Harbour-Light", sans-serif;
  font-size: 42px;
  margin-bottom: 28px;
  color: var(--color-green);
}

.submenu-panel li {
  margin-bottom: 14px;
}

.submenu-panel a {
  text-decoration: none;
  color: var(--color-green) !important;
  font-family: "Harbour-Light", sans-serif;
  font-size: 24px;
}

.menu-images {
  position: relative;
  width: 100%;
  max-width: 480px;
  height: 600px;
  border-radius: var(--radius-small);
  overflow: hidden;
  width: 100%;
  max-width: clamp(360px, 34vw, 520px);
  height: clamp(420px, 45vw, 620px);
  margin-left: auto;
}

.menu-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
}

.menu-image.active {
  opacity: 1;
}

.overlay-contact h4 {
  font-family: "Harbour-Light", sans-serif;
  color: var(--color-green);
  margin-bottom: 20px;
}

.overlay-contact p {
  margin-bottom: 8px;
}

.overlay-contact a {
  color: var(--color-dark) !important;
  text-decoration: none;
}

.menu-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 54px;
  height: 54px;
  border: 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: var(--radius-small);
  z-index: 2;
}
/* default sichtbar (desktop) */
.menu-close {
  display: block;
}
.menu-lang-switch {
  margin-top: 20px;
  display: flex;
  gap: 12px;
}

.menu-lang-switch a {
  text-decoration: none;
  font-size: 14px;
  color: var(--color-dark);
}
.overlay-left {
  position: relative;
}

.overlay-contact {
  margin-top: auto;
}

.overlay-contact h4 {
  font-family: "Harbour-Light";
  color: var(--color-green);
  margin-bottom: 12px;
}

.overlay-contact a {
  display: block;
}
/* mobile ausblenden */
@media (max-width: 991.98px) {
  .menu-close {
    display: none;
  }
}

.menu-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 2px;
  background: var(--color-green);
}

.menu-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (min-width: 991.98px) {
  .nav-title .plus {
    display: none;
  }
}

/* ========================================
   MOBILE OVERLAY
======================================== */
@media (max-width: 991.98px) {
  .overlay-menu-inner {
    display: block;
    min-height: 100vh;
  }

  .overlay-left {
    padding: 60px 24px 40px;
    border-right: 0;
    justify-content: flex-start;
  }

  .overlay-right {
    display: none !important;
  }

  .main-nav > li {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 16px 0;
  }

  .nav-title-text {
    font-size: 24px;
  }

  .plus {
    display: inline-block;
    font-size: 46px;
    color: var(--color-green);
  }

  .mobile-submenu {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding-left: 0;
  }

  .mobile-submenu ul {
    list-style: none;
    padding: 14px 0 8px;
    margin: 0;
  }

  .mobile-submenu li {
    margin-bottom: 10px;
  }

  .mobile-submenu a {
    text-decoration: none;
    color: var(--color-dark) !important;
    font-size: 18px;
  }
  .overlay-left {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
  }

  .overlay-contact {
    margin-top: 40px;
    text-align: center;
    padding-top: 0px;
  }

  .menu-lang-switch {
    justify-content: center;
  }
}
@media (max-width: 1250px) {
  .overlay-right {
    grid-template-columns: 1fr minmax(280px, 360px);
    gap: 40px;
  }

  .menu-images {
    width: 100%;
    max-width: 360px;
    height: 480px;
    margin-left: auto;
  }
}
/* Menu end */

/* Button */
.main-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 38px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.25s ease;
  position: relative;
  width: fit-content;
}

/* DOT */
.main-btn .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 8px;
  transition: transform 0.25s ease;
  transition: all 0.25s ease;
}
.main-btn-green {
  background: var(--color-green);
  color: var(--color-white) !important;
}

.main-btn-green .dot {
  background: var(--color-white);
}
.main-btn-white {
  background: var(--color-white);
  color: var(--color-dark) !important;
}

.main-btn-white .dot {
  background: var(--color-green);
}

.main-btn:hover .dot {
  transform: scale(1.6); /* 🔥 nur visuell größer */
}

/* Button end */

/* Main */

/* Main end */
/* Spacing */
@media (max-width: 991px) {
  .wp-block-spacer.spacing-biggest,
  .wp-block-spacer.spacing-big {
    height: 80px !important;
  }
  .wp-block-spacer.spacing-medium {
    height: 60px !important;
  }
  .wp-block-spacer.spacing-small {
    height: 20px !important;
  }
}
/* Spacing end */

/* Anfrageformular */

input.wpcf7-form-control,
select.wpcf7-form-control,
textarea.wpcf7-form-control {
  width: 100% !important;
  height: 52px !important;
  border-radius: 999px !important;
  border: 1px solid #2b2b2b !important;
  padding: 0 25px !important;
  background: transparent !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #000 !important;
}

input,
select,
textarea {
  outline: none !important;
  box-shadow: none !important;
}

.wpcf7-form-control.wpcf7-select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml;utf8,<svg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'><path d='M1 1L6 6L11 1' stroke='black' stroke-width='1.5' fill='none' stroke-linecap='round'/></svg>") !important;
  background-repeat: no-repeat !important;
  background-position: right 20px center !important;
  background-size: 12px !important;
  padding-right: 45px !important;
}

textarea.wpcf7-form-control {
  height: 180px !important;
  border-radius: 16px !important;
  padding: 20px !important;
  resize: none;
}

.wpcf7-form-control::placeholder {
  color: #999 !important;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.form-headline {
  font-size: 56px;
  color: var(--color-green);
  margin-bottom: 40px;
  text-align: center;
}
.wpcf7-form .row {
  margin-bottom: 10px;
}

.kinder-alter-wrap {
  margin-top: 5px;
}

.form-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.form-check-group {
  margin-bottom: 14px;
}
.wpcf7-list-item {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
}

.wpcf7-list-item::before,
.wpcf7-list-item::after {
  display: none !important;
}

.wpcf7-list-item input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;

  width: 20px;
  height: 20px;
  border: 1.5px solid #2b2b2b;
  border-radius: 50%;
  background: transparent;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease;
}
.wpcf7-list-item input[type="checkbox"]:checked::after {
  content: "";
  width: 10px;
  height: 10px;
  background: var(--color-green);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.wpcf7-list-item-label {
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}
span.wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
}
.form-check-group p {
  margin-bottom: 0px !important;
}
.submit-wrap {
  margin-top: 20px;
  width: 100%;
}

.submit-wrap .main-btn {
  margin-left: auto;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 991px) {
  .form-headline {
    font-size: 36px;
  }

  .wpcf7-form-control {
    height: 56px !important;
  }

  textarea.wpcf7-form-control {
    height: 140px !important;
  }

  .form-right {
    align-items: stretch;
  }

  .submit-wrap .main-btn {
    margin-left: 0;
    width: 100%;
    justify-content: center;
  }
}
input[type="date"].wpcf7-form-control {
  position: relative;
  color: transparent !important; /* 👉 versteckt native Darstellung sauber */
  display: flex;
}
input[type="date"].wpcf7-form-control::before {
  content: attr(placeholder);
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
  font-size: 13px;
  text-transform: uppercase;
  pointer-events: none;
}
.wpcf7-form .d-block.d-lg-none {
  margin-bottom: -14px !important;
}
input[type="date"].wpcf7-form-control:valid {
  color: #000 !important;
}

input[type="date"].wpcf7-form-control:valid::before {
  display: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 1;
  display: block;
  position: absolute;
  right: 20px;
  cursor: pointer;
}
/* anfrageformular ende */
/* 404 */
.error-404-section {
  padding: 120px 0;
  text-align: center;
}

.error-404-image {
  margin-bottom: 30px;
}

.error-404-image img {
  max-width: 280px;
  width: 100%;
  height: auto;
}

.error-code {
  font-size: 120px;
  font-weight: 700;
  line-height: 1;
  color: var(--color-green);
  margin-bottom: 10px;
}

.error-title {
  font-size: 36px;
  margin-bottom: 15px;
}

.error-text {
  font-size: 18px;
  max-width: 500px;
  margin: 0 auto 25px;
  line-height: 1.6;
}

.error-actions {
  margin-bottom: 30px;
}

/* SEARCH */
.error-search {
  margin-top: 20px;
}

.error-search .search-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.error-search .search-field {
  border-radius: 999px;
  padding: 12px 18px;
  border: 1px solid #ccc;
  min-width: 260px;
  outline: none;
  font-size: 15px;
}

/* BUTTON nutzt dein bestehendes main-btn */

/* MOBILE */
@media (max-width: 991px) {
  .error-code {
    font-size: 80px;
  }

  .error-title {
    font-size: 26px;
  }

  .error-search .search-form {
    flex-direction: column;
    align-items: center;
  }

  .error-search .search-field {
    width: 100%;
    max-width: 300px;
  }
}
/* 404 end */

/* footer */
#footer {
  background-color: var(--color-white) !important;
}
.footer-box {
  background: var(--color-soft-beige);
  border-radius: 16px;
  padding: 60px 40px;
}

.footer-newsletter {
  max-width: 560px;
}

.footer-title {
  margin-bottom: 12px;
}

.footer-newsletter-text {
  margin-bottom: 24px;
}

.newsletter-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.newsletter-input {
  min-width: 0;
  height: 38px;
  border: none;
  border-radius: 999px;
  background: var(--color-offwhite);
  padding: 0 22px;
  font-size: 16px;
  outline: none;
}

.newsletter-input:focus {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.08);
}

.newsletter-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
}

.newsletter-check input[type="checkbox"] {
  margin: 0;
  accent-color: var(--color-green);
}
#footer button.needsclick {
  width: 200px !important;
}
.footer-menus {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  padding-left: 40px;
}
.footer-menus a {
  color: var(--color-black) !important;
}

.footer-col-title {
  margin-bottom: 22px;
}

.footer-menu-list,
.footer-bottom-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-menu-list li {
  margin-bottom: 8px;
}

.footer-menu-list a,
.footer-bottom-list a {
  color: var(--color-black) !important;
  text-decoration: none;
}

.footer-menu-list a:hover,
.footer-bottom-list a:hover {
  text-decoration: none;
  opacity: 0.75;
}

.footer-bottom {
  padding: 28px 0 0;
  position: relative;
  z-index: 9999999 !important;
}

.footer-bottom-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  text-align: center;
  align-items: baseline;
  font-size: 14px;
}

.footer-copy {
  white-space: nowrap;
}

.footer-bottom-list {
  display: flex;
  align-items: center;
  gap: 36px;
  flex-wrap: wrap;
}

.footer-widget-area {
  margin-top: 20px;
}
button.main-btn.main-btn-green {
  border: unset;
}
@media (max-width: 1199.98px) {
  .footer-menus {
    padding-left: 0;
    gap: 30px;
  }
}

@media (max-width: 991.98px) {
  .footer-box {
    padding: 36px 24px;
  }

  .newsletter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .footer-menus {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .footer-bottom-inner {
    gap: 16px;
  }

  .footer-bottom-list {
    justify-content: center;
    gap: 18px 28px;
  }

  .footer-copy {
    white-space: normal;
  }
}
/* footer end */
