
  @import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');
  @import url('https://fonts.googleapis.com/css?family=Raleway:400,700&display=swap');

  body {
  font-family: 'Open Sans', sans-serif;
  }

  h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  }

  h1 {
  font-size: 34px;
  }

  h2 {
  font-size: 32px;
  }

  h3 {
  font-size: 26px;
  }

  h4 {
  font-size: 21px;
  }

  h5 {
  font-size: 18px;
  }

  h6 {
  font-size: 16px;
  }

  body {
  font-size: 15px;
  }

  body,
  .product-usps li,
  .stock-message {
  color: var(--mid);
  }

  h1, h2, h3, h4, h5, h6 {
  color: var(--mid) !important;
  }

  a,
  .woocommerce ul.products li.product .price,
  .woocommerce .price {
  color: var(--sage) !important;
  }

  a:hover,
  .woocommerce ul.products li.product .price,
  .woocommerce .price,
  .product-usps li i,
  .counter {
  color: var(--dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  [type="submit"],
  .nf-form-content input[type=submit]
  {
  background: var(--sage) !important;
  color: #fff !important;
  }

  .btn:hover,
  .wpcf7-submit:hover,
  .woocommerce span.onsale:hover,
  .woocommerce a.button:hover,
  .woocommerce .button:hover,
  [type="submit"]:hover,
  .nf-form-content input[type=submit]:hover
  {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.social-media ul li a i {
  color: #fff !important;
  }

  div.social-media ul li a:hover {
  background: var(--dark) !important;
  color: #fff !important;
  }
  footer div.social-media ul li a {
  background: var(--sage) !important;
  }

  div.phone a.phone, div.email a.email {
  background: var(--dark) !important;
  color: #fff !important;
  }

  div.phone a.phone, div.email a.email i {
  color: #fff !important;
  }

  div.phone a.phone:hover, div.email a.email:hover {
  background: var(--dark) !important;
  color: #fff !important;
  }

  header button.navbar-toggle {
  color: var(--dark);
  border-color: var(--dark);
  }

  .woocommerce-info,
  .woocommerce-message {
  border-top-color: var(--dark) !important;
  }

  .woocommerce-info::before,
  .woocommerce-message::before {
  color: var(--dark) !important;
  }

  .btn,
  .wpcf7-submit,
  .woocommerce span.onsale,
  .woocommerce a.button,
  .woocommerce .button,
  .modal__container,
  .footer-cta-box,
  .rimg,
  [type="submit"] {
  -moz-border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  }

  .img-responsive {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }



  header div.header {
  background-color: rgba(255, 255, 255, .5) !important;
  }
  header .sticky_menu_small div.header {
  background-color: rgb(255, 255, 255) !important;
  }

  @media only screen and (max-width : 992px) {
  header nav.navbar-default {
  background: none !important;
  }
  }





  @media only screen and (min-width : 992px) {
  header > div.wrapper {
  min-height: 229px;
  }
  header > div.wrapper.above {
  min-height: 379px;
  }

  header div.header div.holder {
  height: 129px;
  }
  }





  nav.navbar-default, div.navbar-collapse {
  background-color: var(--dark); !important;
  }

  @media only screen and (min-width : 992px) {
  
  div.navbar-collapse {
  background: none !important;
  }

  header nav.navbar-default {
  background-color: rgba(10, 0, 0, .5) !important;
  }

  nav.navbar-default div.navbar-collapse ul.navbar-nav>li a:hover {
  background-color: rgba(10, 0, 0, .5) !important;
  -webkit-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 0 0 1000px rgba(255, 255, 255, 0.1);
  }

  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus,
  header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
  color: var(--dark) !important;
  }
  }


  section.featured div.wrapper {
  margin-top: 60px;
  }





  header div.header {
  text-align: center;
  }

  header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
  border-bottom: 1px solid var(--sage);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse ul.navbar-nav li a, header nav.navbar-default div.navbar-collapse ul.navbar-nav li ul.dropdown-menu li.active > a {
  color: var(--sage) !important;
  }
  }


  header div.header div.contact i {
  color: var(--sage);
  }

  @media only screen and (min-width : 992px) {
  header div.navbar-collapse {
  text-align: center;
  }
  }

  section.featured div.item p,
  section.news div.item p {
  color: var(--mid) !important;
  }

  section.featured div.item,
  section.news div.item {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  }

  section.partners {
  background: var(--sage) !important;
  }

  section.partners img {
  border-radius: 0 !important;
  }

  footer,
  .footer-cta.center:after,
  .author {
  background: var(--dark) !important;
  }

  footer div.column > h4 {
  border-bottom: 1px solid var(--sage);
  }

  footer div.socket,
  .footer-sticky {
  background: var(--dark) !important;
  }


  section.treatments div.items div.item img {
  border-radius: 100% !important;
  }

  .img-circle {
  border-radius: 100% !important;
  }

  section.treatments div.button-wrap {
  background: #9c7694;
  margin-top: 30px;
  }

  section.treatments div.item a {
  color: var(--mid) !important;
  }

  section.prices table tr td a {
  color: var(--mid) !important;
  }

  aside div.block.treatments ul li a,
  .woocommerce .widget_product_categories ul li a,
  .woocommerce .widget_product_categories ul li span {
  color: var(--mid) !important;
  }

  aside div.block.treatments ul li:hover,
  .woocommerce .widget_product_categories ul li:hover {
  background: var(--dark);
  }

  @media only screen and (min-width : 1400px) {
  .container {
  width: 1370px;
  }
  }
  :root {
    --sage: #7B7864;
    --sage-lt: #F1F1EF;
    --sage-dk: #4A4A38;
    --warm: #AFAEA2;
    --warm-lt: #F6F3EC;
    --dark: #3D3C30;
    --mid: #5A5748;
    --light: #F6F3EC;
    --white: #FFFFFF;
    --radius: 20px;
    --serif:  "Playfair Display", serif;
    --sans: "DM Sans", sans-serif;
    --font-size-h1: clamp(2.4rem, 4vw, 3.4rem);
    --font-size-h2: clamp(1.9rem, 3vw, 2.8rem);
    --font-size-h3: clamp(1.05rem, 1.7vw, 1.5rem);
    --font-size-h4: clamp(0.9rem, 1.4vw, 1.25rem);
    --font-size-h5: clamp(0.875rem, 1vw, 1rem);
    --font-size-h6: clamp(0.75rem, 0.9vw, 0.875rem);
    --font-size-h0:      clamp(2.1rem, 3.4vw, 2.95rem);
    --font-size-h00:     clamp(2.65rem, 4.2vw, 3.75rem);
    --font-size-h000:    clamp(3.2rem, 5.1vw, 4.5rem);
    --font-size-h0000:   clamp(3.7rem, 6vw, 5.25rem);
    --font-size-h00000:  clamp(4.2rem, 6.7vw, 6rem);
    --font-size-h000000: clamp(4.8rem, 7.7vw, 6.75rem);
}

a:hover, .woocommerce ul.products li.product .price, .woocommerce .price, .product-usps li i, .counter {
    color: var(--sage-dk) !important;
}
.btn, .wpcf7-submit, .woocommerce span.onsale, .woocommerce a.button, .woocommerce .button, [type="submit"], .nf-form-content input[type=submit] {
    padding: 14px 30px!important;
    border-radius: 50px !important;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    border: 1px solid var(--sage)!important;
    transition: all ease 0.8s;
}
.btn:hover, .wpcf7-submit:hover, .woocommerce span.onsale:hover, .woocommerce a.button:hover, .woocommerce .button:hover, [type="submit"]:hover, .nf-form-content input[type=submit]:hover {
    background: var(--sage-dk) !important;
    transform: translateY(-4px);
    transition: all ease 0.8s;
}
a.btn.btn-secondary {
    border: 1px solid var(--sage) !important;
    color: var(--sage) !important;
    background: transparent !important;
}
a.btn.btn-secondary:hover {
    background: var(--sage) !important;
    color: var(--white) !important;
    transform: none ! Important;
}

div#aboutus, div#aanbod, div#programmas, div#reviews, div#contact {
    scroll-margin-top: 120px;
}

html, body {
    scroll-behavior: smooth;
}


section.header_intro > div > div > p, div.hero-image > p, .bekend_item > div > div > div.herken-grid > p, .bekend_item> div > div > p {
    display: none;
}
.section__green .hero-btns .btn {
    background: var(--sage-dk) !important;
}
.section__green {
    background: var(--sage);
}
.section__green h2 {
    color: white !important;
}
.section__green p {
    color: rgba(255, 255, 255, 0.85) !important;
}
.feature-text h2 {
    margin-top: 0;
}
.hero-parent {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
gap: 60px;
}
.feature-parent {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    display: grid;
gap: 140px;
}
.home h2 {
    margin-top: 0;
    line-height: 1.25;
}

.about-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-image {
    background: none;
    padding: 0;
    overflow: hidden;
    border-radius: var(--radius);
    aspect-ratio: 4 / 5;
    width: 100%;
    height: 100%;
}

.aanbod-header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 55px;
}
.section__light {
    background: var(--sage-lt);
}
.aanbod-header P, .aanbod-header .btn, .aanbod-header h2 {
    MARGIN: 0;
}
.aanbod-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.aanbod-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}
.aanbod-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 250px;
    padding: 0;
    overflow: hidden;
}
.aanbod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
}
.aanbod-body {
    padding: 22px 24px;
}
.aanbod-tag {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--sage);
    margin-bottom: 7px;
}
.aanbod-body h3 {
    font-family: var(--serif);
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
    margin-top: 16px;
}
.aanbod-body p {
    font-size: 0.9rem;
    color: var(--mid);
    line-height: 1.65;
    margin-bottom: 1.2rem;
}
.aanbod-link {
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: gap 0.2s;
}
.aanbod_blok > div > div.aanbod-grid > div > div.aanbod-body > p:nth-child(4) {
    margin: 0;
}
.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 40%;
    display: block;
    margin: 0;
}
.hero-image {
    border-radius: var(--radius);
    overflow: hidden;
    aspect-ratio: 16 / 10;
    position: relative;
    height: 100%;
    width: 100%;
}
section.header_intro::before {
    content: '';
    position: absolute;
    right: -100px;
    top: -100px;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #d8ead9 0%, transparent 70%);
    border-radius: 50%;
    pointer-events: none;
}
section.header_intro {
    background: var(--light);
}
.hero-img-tag {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 12px;
    padding: 12px 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
span.hero-badge {
    display: inline-block;
    background: var(--sage-dk);
    color: var(--sage-lt);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 1.2rem;
}
.hero-text h1 {
    margin-bottom: 1.2rem;
    margin-top: 0;
    line-height: 1.18;
}
.hero-text h1 em {
    color: var(--sage);
}
.hero-text {
    font-size: 18px;
}
.hero-img-tag-dot {
    width: 10px;
    height: 10px;
    background: var(--sage);
    border-radius: 50%;
    animation: pulse 2s infinite;
}
.hero-img-tag p {
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--dark);
}
.hero-img-tag span {
    font-size: 0.75rem;
    color: var(--mid);
}
.hero-img-tag p {
    margin: 0;
}

.hero-btns .btn {
    margin: 0;
}
.hero-btns {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 45px;
}
.usp-parent {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.usp-item {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.usp_icon {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 16px;
    color: var(--sage-lt);
}
.usp_text p {
    margin: 0;
}
.usp_text h4 {
    margin-top: 0;
    color: white !important;
    margin-bottom: 3px;
    font-family: var(--sans);
    font-weight: 600;
    font-size: 20px;
}
.usp_text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
}



.section-label {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--warm);
    margin-bottom: 0.6rem;
}
.block_intro h2 {
    margin-top: 0;
}
section.section__alt {
    background: var(--light);
}
.block-inner {
    background: var(--white);
    border-radius: var(--radius);
    padding: 90px 70px;
}
.herken-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 80px;
}

.herken-card {
    background: var(--warm-lt);
    border-radius: var(--radius);
    padding: 28px 24px;
    position: relative;
    transition: transform 0.3s;
}
.herken-card .num {
    font-family: var(--serif);
    font-style: italic;
    font-size: 25px;
    color: var(--warm);
    margin-bottom: 0.6rem;
    display: block;
}
.herken-card p {
  /*  font-family: var(--serif);*/
    font-style: italic;
    font-size: 18px;
    color: var(--dark);
    line-height: 1.5;
    margin: 0;
}

header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu > a:hover {
    background: var(--sage-dk) !important;
    transition: background 0.2s !important;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu > a {
    background: var(--sage);
    color: var(--white) !important;
    padding: 12px 30px !important;
    border-radius: 50px;
    transition: background 0.2s !important;
}

@media only screen and (min-width: 992px) {
html {font-size: 18px !important; }
    header div.navbar-collapse {
        text-align: right;
    }
/*.herken-card:nth-child(odd) {
    transform: translateY(20px);
}
.review-card:nth-child(2) {
    transform: translateY(28px);
}
.review-card:nth-child(3) {
    transform: translateY(-12px);
}
.review-card:nth-child(1) {
    transform: translateY(0);
}*/
nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu {
    margin-left: 15px;
}
.bottom-align {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-align: end;
   align-items: end;
}
.cta-banner {
    width: 650px;
    margin: 0 auto;
}
.block_intro {
    width: 60%;
}
.hero-text p {
    max-width: 500px;
}
footer > .container .row >div:nth-child(2){
    width: 12%;
}
footer > .container .row >div:nth-child(4) {
    width: 18%;
}
footer > .container .row >div:nth-child(1) {
    width: 25%;
    margin-right: 18%;
}
.reverse {
            direction: rtl;
    margin-bottom: 0;
        }
        .reverse > * {
            direction: ltr;
        }
    header div.header div.holder {
        height: 75px;
        min-height: 50px;
    }
    header div.header.full-width div.wrapper img.logo {
        max-width: 145px;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li>a {
        font-size: 15px;
        font-weight: 500;
        color: var(--mid) !important;
        letter-spacing: 0.03em;
    }
    header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:hover, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:focus, header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav > li > a:active {
        color: var(--sage) !important;
    }
header div.header, header>div.wrapper.sticky_menu.sticky_header .header {
    background: rgba(255, 255, 255, 0.89) !important;
    border-bottom: 1px solid #e4dfd8;
    backdrop-filter: blur(8px);
}
    header > div.wrapper {
        min-height: 75px;
    }
}


@media only screen and (max-width: 991px) {
html {font-size: 18px !important;}
  html.navbar-open, .navbar-open body {
    overflow: hidden !important;
  }
.programma_item_info {
    flex-direction: column;
    align-items: start;
    line-height: 1.6;
}
header div.header.full-width nav.navbar-default div.navbar-collapse ul.navbar-nav>li.afspraak_menu > a {
    margin: 35px 0px;
    text-align: center;
}
header div.navbar-collapse ul.navbar-nav li a, .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    border-bottom: 1px solid var(--mid);
    padding: 16px 25px;
}
header div.header div.wrapper img.logo {
    padding: 0 !important;
    max-width: 170px;
}
.aanbod-header {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 25px;
}
.feature-parent {
    grid-template-columns: 1fr!important;
    gap: 80px!important;
}
.hero-image {
    height: 360px!important;
}
.hero-img-tag {
    bottom: 14px!important;
    left: 3px!important;
}
.hero-parent {
    z-index: 1;
    position: relative;
}
.block-inner {
    padding: 90px 30px!important;
}
header div.header div.holder, header nav.navbar-default div.navbar-header div.holder {
    min-height: 50px!important;
    height: 80px;
}
.hero-parent, .herken-grid, .aanbod-grid, .prog-grid, .review-grid  {
    grid-template-columns: 1fr !important;
}
header button.navbar-toggle {
    color: var(--sage);
}
header>div.wrapper {
    min-height: 70px;
}
header div.header {
    text-align: left;
}
}


main section, section.treatments {
    padding: 90px 0;
}

body {
    font-family: var(--sans);
    color: var(--mid);
    background: var(--white);
    line-height: 1.7;
    font-size: 16px;
font-weight: 300;
}

h1,h2,h3,h4,h5,h6 {
margin: 2.75rem 0 1.05rem;
font-family: var(--serif);
    font-weight: 400;
    line-height: 1.25;
    color: var(--dark)!important;
}

h1 { font-size: var(--font-size-h1);}
h2 { font-size: var(--font-size-h2);}
h3 { font-size: var(--font-size-h3);}
h4 { font-size: var(--font-size-h4);}
h5 { font-size: var(--font-size-h5);}
h6 { font-size: var(--font-size-h6);}


small, .text_small {font-size: 0.8em;}

.smallmargin {
    margin-top: 1.15rem;
}

p {margin-bottom: 1.15rem;}

.btn {
    margin:1em 0;
    white-space: normal;
}

.relative, main section {
    position: relative;
}
ol, ul {
    margin-bottom: 1.15rem;
}

html, body {
    overflow-x: hidden;
}

img {
    height: auto;
}

@media only screen and (max-width: 991px) {
.gallery .gallery-item {
    width: 100%;
}
.m-pdt-0 {
padding-top:0!important;
}
.m-pdb-0 {
padding-bottom:0!important;
}
.m-pdb-2 {
padding-bottom:2em!important;
}
.m-pdt-2 {
padding-top:2em!important;
}
.m-mt-0 {
margin-top:0!important;
}
.m-mb-0 {
margin-bottom:0!important;
}
}

footer, footer div.socket, footer div.socket a, footer div.socket a:hover {
    color: rgba(255, 255, 255, 0.4) !important;
}
.socket .container {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 25px;
}
footer div.socket {
    margin-top: 50px;
    padding: 25px 0;
}
footer div.socket img[alt=netbeauty] {
    filter: invert(0.3);
}
footer .column a:hover {
    color: var(--sage) !important;
}
footer .column a {
    color: rgba(255, 255, 255, 0.8) !important;
}
footer div.column > h4 {
    border-bottom: 0px solid var(--sage) !important;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.5) !important;
    margin-bottom: 19px;
    font-family: var(--sans) !important;
    padding-bottom: 0 !important;
    margin-top: 0;
}
footer {
    padding-top: 100px;
}
footer .column p {
    line-height: 2.2;
}
footer .column.logo_footer h4 {
    display: none;
}
.logo_footer img.img-responsive {
    max-width: 157px;
    border-radius: 0;
}
footer p.footer-tagline {
    font-size: 15.5px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.7;
    margin-top: -13px;
}
footer p.footer-mini {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.3);
    margin-top: -9px;
    line-height: 1.7;
}
footer .column .social_media_text a:hover {
    background: var(--sage);
    color: white !important;
    transition: ease all .5s;
}

.social_media_text a {
    display: flex;
    align-items: center;
    gap: 7px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 50px;
    padding: 8px 14px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: ease all .5s;
}.social_media_text {
    display: flex;
    gap: 20px;
    margin-top: 1rem;
}



.programma_item_info p {
    margin: 0;
}
.programma_item_info {
    margin-top: 2rem;
    background: rgba(200, 169, 126, 0.15);
    border: 1px solid rgba(200, 169, 126, 0.4);
    border-radius: 14px;
    padding: 20px 28px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 14px;
    line-height: 1.2;
    color: var(--dark);
}
.programma_item_info strong {
    color: var(--warm);
}
.programma_item_icon {
    font-size: 22px;
    color: var(--warm);
}
p.programma_text_infor {
    text-align: center;
    margin-top: 2rem;
    font-size: 12px;
    color: var(--mid);
    margin-bottom: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1340px){
footer > .container .row >div:nth-child(3) {
    width: 33%;
}
footer > .container .row >div:nth-child(1) {
    width: 25%;
    margin-right: 12%;
}
}



.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: start;
    margin-top: 65px;
}


.review-card {
    background: var(--light);
    border-radius: 18px;
    padding: 30px 28px;
}
.stars {
    color: var(--warm);
    margin-bottom: 1rem;
    font-size: 1rem;
    letter-spacing: 2px;
}
.review-text {
 /*   font-family: var(--serif);*/
    font-style: italic;
    margin-bottom: 1.4rem;
    line-height: 1.5;
    font-size: 17px;
}
.review-name {
    font-weight: 500;
    font-size: 16px;
}
.review-detail {
    font-size: 13px;
    color: var(--sage);
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-top: 0.2rem;
}

.prog-grid {
    gap: 20px;
    align-items: stretch;
    margin-top: 65px;
    display: grid;
    grid-template-columns: repeat(2, 400px);
    justify-content: center;
}
.prog-card {
    background: var(--white);
    border: 1px solid #e4dfd8;
    border-radius: var(--radius);
    padding: 30px;
    display: flex;
    flex-direction: column;
}
.prog-name {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin-bottom: 0.6rem;
}
.prog-price {
    font-family: var(--serif);
    font-size: 40px;
    color: var(--dark);
    margin-bottom: 17px;
    line-height: 1;
}
.prog-duration {
    font-size: 14px;
    margin-bottom: 1.5rem;
}
.prog-feats {
    list-style: none;
    margin-bottom: 1.8rem;
    flex: 1;
    padding-inline-start: 16px;
}
span.pakket_month {
    font-size: 18px;
    font-weight: 300;
    margin-left: 11px;
}
.prog-feats li {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 9px;
    line-height: 1.3;
    font-size: 15px;
}
.prog-feats li::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--sage);
    border-radius: 50%;
    flex-shrink: 0;
}
.prog-btn {
    display: block;
    text-align: center;
    padding: 12px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: var(--sage-lt);
    color: var(--sage-dk) !important;
    border: 1px solid var(--sage);
    transition: background 0.2s;
}
.prog-btn:hover {
    background: var(--sage)!important;
    color: var(--white)!important;
}
.prog-card.featured .prog-btn:hover {
    background: var(--light)!important;
}
.prog-card.featured {
    background: var(--sage);
    border-color: var(--sage);
    position: relative;
}
.prog-card.featured .prog-name, .prog-card.featured .prog-feats li {
    color: rgba(255, 255, 255, 0.9);
}
.prog-card.featured .prog-price {
    color: var(--white);
}
.prog-card.featured .prog-feats li::before {
    background: var(--white);
}
.prog-card.featured .prog-duration {
    color: rgba(255, 255, 255, 0.7);
}
.prog-card.featured .prog-btn {
    background: var(--white);
    color: var(--sage-dk);
    border-color: var(--white);
}
.cta-banner .hero-btns {
    justify-content: center;
}
.contact-detail {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 0.8rem;
    font-size: 17px;
}
.contact-icon {
    width: 36px;
    height: 36px;
    background: var(--sage-lt);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
}

.contact-detail p {
    margin: 0;
}


.dropdownsmall .nf-field .nf-field-element select {
    height: 38px!important;
    padding: 0 12px;
    font-size: 15px;
}
.dropdownsmall .nf-field .nf-field-element div::after {
    font-size: 15px;
    line-height: 62px;
}


.breadcrumbs {
    display: none;
}
div.page-header h1 {
    border-bottom: 0px solid #e6e6e6 !important;
    margin-bottom: 1.2rem !important;
    line-height: 1.18 !important;
}

#whatsapp_button {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 99;
    font-size: 21px;
    line-height: 1;
    border: none;
    outline: none;
    background-color: #25D366;
    color: #fff;
    cursor: pointer;
    padding: 14px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    box-shadow: rgb(0 0 0 / 30%) 0px 3px 15px !important;
}

button#whatsapp_button i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}