/* styles.css */
@import url('constants.css');
@import url('swiper-bundle.min.css');

p {
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

body {
    font-family: 'Raleway', sans-serif;
    width: 100%;
    min-width: 375px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background-color: #fffdf8;
}

h1 {
    font-family: 'Cormorant Garamond';
    font-size: 80px;
}
ul {
    list-style-type: none;
    padding: 0;
}
.Bulgatti {
    font-family: 'Corinthia', cursive;
}

html {
    scroll-behavior: smooth;
    width: 100%;
}

.lesley-image {
    z-index: 10;
}
.corinthia {
    font-family: 'Corinthia';
}

.cormorant {
    font-family: 'Cormorant Garamond';
}

.container {
    margin-left: 12.5%;
    margin-right: 12.5%;
}

#main {
    margin-top: 60px;
}

.main-container {
    display: flex;
    justify-content: space-between;
}

#main h1 {
    margin: 7.5% 0 0;
    line-height: 0.9;
    font-size: 45px;
}

.hoofdtekst {
    font-size: 85px;
}

.bijtekst {
    margin: 50px 0 70px;
}


#main button,
#about button {
    display: inline-block;
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    color: black;
    background-color: transparent;
    border: var(--gold) solid 1px;
    border-radius: 50px;
    height: 50px;
    width: 180px;
    text-align: center;
    padding: 0px 10px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.4s, background-color 0.5s;
    margin-bottom: 40px;
}


.read-more-btn {
    margin: auto;
}

#main button:hover,
#about button:hover {
    background-color: var(--gold);
    color: white;
}

.main-image-container {
    position: relative;
    overflow: hidden;
}

.main-image-container img{
    margin: 110px 2rem 45px;
    width: 80%;
    z-index: 2; 
}

.main-image {
    position: absolute;
    top: -25px;
    left: -15px;
    border-top-right-radius: 300px;
    border-top-left-radius: 300px;
    width: 100%;
}

#about {
    display: flex;
    margin-bottom: 30px;
}

#about .container {
    flex: 2;
}

#about h1 {
    margin-top: 40px;
    margin-bottom: 20px;
}

#about .holistisch {
    font-size: 30px;
}

#about .long-about {
    display: block;
}

#about button {
    display: none;
}

#about img {
    border-radius: 10px;
    margin: 100px 7.5% 50px 0;
    width: 30%;
    height: auto;
    object-fit: contain;
    max-width: 400px;

}

#services h2 {
    font-family: 'Cormorant Garamond';
    margin-bottom: 0;
}

#services {
    margin-bottom: 60px;
}
#services h1 {
    text-align: center;
    margin-bottom: 0;
}

.flex-item img {
    width: 40px;
    margin-right: 10px;
    vertical-align: middle;
    fill: white;
}

#services .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch; /* Make the items align to the same height */
}

#services .flex-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
}

.left-column .flex-item {
    flex: 1; /* Each of the three items on the left should take up equal space */
    margin: 10px;
    padding: 20px;
    /*background: #f9f9f9;*/
    border: 1px solid #ddd;
}

.right-column .full-height-item {
    flex: 0.5; /* Two items on the right should together take up the space of three on the left */
    margin: 10px;
    padding: 20px;
    /*background: #f9f9f9;*/
    border: 1px solid #ddd;
}

.flex-item p {
    margin: 0;
    padding: 10px 0;
    color: white;
}

.flex-item li, .flex-item h2 {
    color: white;
}

.flex-item {
    background-color: var(--gold);
    border-radius: 10px;
}

#services .flex-item ul.price-list {
    list-style: none;
    padding: 0;
}

#services .price-list li {
    display: flex;
    justify-content: space-between;
    margin: 5px 0;
}


.price-list {
    list-style: none;
    padding: 0;
}

.price-list li {
    display: flex;
    justify-content: space-between;
}

.price {
    font-weight: 500;
}

#reviews {
    margin: 100px 0 ;
}
#reviews h1{
    text-align: center;
    margin-bottom: 0;
}
 .reviews-container {
    display: flex;
    min-height: 30vh;
    align-items: center;
    justify-content: center;
 }

 .slide-container {
    width: 100%;
    padding: 40px;
 }

 .slide-content {
    padding: 45px 30px;
    margin: 0 40px;
 }

 .card {
    background-color: white;
    display: flex;
    box-shadow: 0px 0px 20px rgb(215, 214, 214);
 }

 .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;

 }

 .image-content{
    position: relative;
    row-gap: 5px;
 }

 .card-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
 }

.card-content p {
    margin-bottom:0;
}
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    padding: 3px;
}

.card-img{
    margin: 16px;
    position: relative;
    height: 70px;
    width: 70px;
    padding: 3px;
    object-fit: cover;
    border-radius: 50%;
}
.top-card {
    display: flex;
}

.top-card p {
    width: 65%;
}

.bottom-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Cormorant Garamond';
}

.bottom-card h2 {
    align-self: left;
    margin-left: 10px;
}


.stars img{
    height: 15px;
}
.swiper-pagination-bullet {
    background-color: var(--gold);
    opacity: 1;

}
.swiper-pagination-bullet-active{
    background-color: var(--gold) !important;
}

/*DIVIDERS*/

.divider {
    position: absolute;
    width: 100%;
}


hr.solid {
    border: 0;
    border-top: 2px solid var(--gold);
}

.ster2 {
    z-index: 10;
    height: 50px;
    position: absolute;
    left: 70%;
    top: -17px;
}

.ster3 {
    z-index: 9999;
    height: 50px;
    position: absolute;
    top: -17px;
    left: 50%;
}

.ster4 {
    z-index: 9999;
    height: 50px;
    position: absolute;
    top: -17px;
    left: 15%;
}


#footer {
    background-color: var(--gold);
}


/* Media query for smaller screens (e.g., phones) */
@media only screen and (max-width: 800px) {
   .main-container {
       justify-content: center;
   }
    span.height-adjust {
        display: none;
    }

    .hoofdtekst-upper {
        font-size: 30px;
    }

    .hoofdtekst {
        font-size: 50px;
    }

    h1 {
        font-size: 45px;
    }

    #services {
        margin-top: 60px;
    }
    
    #services .flex-container {
        display: block;
    }
    

    #main button {
        width: 80%;
        max-width: 500px;
    }

    #main img {
        display: none;
    }

    #about .long-about {
        display: none;
    }

    #about {
        display: block;
    }

    #about img {
        opacity: 1;
        transform: translateY(20px); /* Start slightly below */
        animation: fadeInUp 1s ease-out forwards; /* Animation of 1 second */
        width: 60%;
        margin: 10px 20%;
    }


    #about button {
        display: block;
    }

    .flexbox {
        display: block;
    }
}


.fade-in-section {
  opacity: 0;
  transform: translateY(20vh);
  visibility: hidden;
  transition: opacity 0.6s ease-out, transform 1.2s ease-out;
  will-change: opacity, visibility;
}
.fade-in-section.is-visible {
  opacity: 1;
  transform: none;
  visibility: visible;
}

/* NAVBAR STYLES */
.navbar {
    background-color: #fffdf8;
    border-bottom: 1px solid var(--gold);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 12.5%;
    max-width: 100%;
}

.nav-logo {
    font-size: 32px;
    font-family: 'Bulgatti';
    color: var(--gold);
    text-decoration: none;
    display: flex;
    align-items: center;
}

.logo-img {
    height: 50px;
    width: auto;
    display: block;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    margin: 0;
    padding: 0;
}

.nav-item {
    margin: 0;
}

.nav-link {
    text-decoration: none;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    transition: color 0.3s ease;
    position: relative;
    z-index: 100;
}

.nav-link:hover {
    color: var(--gold);
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--gold);
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.nav-appointment-btn {
    font-family: 'Cormorant Garamond';
    font-size: 16px;
    font-weight: 600;
    color: black;
    border: 2px solid var(--gold);
    padding: 10px 25px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.nav-appointment-btn:hover {
    background-color: var(--darkgold);
    transform: translateY(-px);
    color: white;
}

.hamburger {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.hamburger span {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 5px 0;
    transition: 0.3s;
}

/* CONTACT PAGE STYLES */
#contact {
    margin-top: 0;
    margin-bottom: 60px;
}

.contact-hero {
    width: 100%;
    height: 250px;
    overflow: hidden;
    margin-bottom: 60px;
}

.contact-hero-full {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.contact-header {
    text-align: center;
    margin-bottom: 60px;
    padding: 0 12.5%;
}

.contact-header h1 {
    font-size: 48px;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.contact-header p {
    font-size: 18px;
    color: #666;
    margin: 0;
}

.contact-content {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 0;
    padding: 0;
    margin: 0 auto;
    max-width: 1400px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.contact-form-container {
    background-color: white;
    padding: 30px 60px;
}

.form-header {
    margin-bottom: 40px;
}

.form-header h2 {
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    margin: 0 0 15px 0;
    color: black;
}

.form-header p {
    color: #888;
    margin: 0;
    font-size: 15px;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group label {
    font-family: 'Cormorant Garamond';
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.form-group input,
.form-group textarea {
    padding: 15px 18px;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    transition: all 0.3s ease;
    background-color: #fafafa;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #bbb;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--gold);
    background-color: white;
    box-shadow: 0 4px 12px rgba(185, 161, 112, 0.15);
}

.submit-btn {
    font-family: 'Cormorant Garamond';
    font-size: 18px;
    font-weight: 600;
    color: white;
    background-color: var(--gold);
    border: none;
    border-radius: 50px;
    padding: 16px 50px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    align-self: flex-start;
}

.submit-btn:hover {
    background-color: var(--darkgold);
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(185, 161, 112, 0.4);
}

.form-message {
    margin-top: 15px;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
}

.contact-info {
    background: linear-gradient(135deg, var(--gold) 0%, var(--darkgold) 100%);
    color: white;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-info h2 {
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    margin: 0 0 40px 0;
    color: white;
}

.info-item {
    margin-bottom: 20px;
}

.info-item:last-of-type {
    margin-bottom: 0;
}

.info-item h3 {
    font-family: 'Cormorant Garamond';
    font-size: 16px;
    margin: 0 0 8px 0;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-item h3 i {
    font-size: 18px;
    width: 20px;
}

.info-item p {
    margin: 0;
    color: white;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
}

.info-item a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 500;
}

.info-item a:hover {
    text-decoration: underline;
    opacity: 0.9;
}

.social-icon-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    text-decoration: none;
    border-radius: 50%;
    transition: all 0.3s ease;
    font-size: 18px;
}

.social-icon-contact:hover {
    background-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-3px);
}

/* FOOTER STYLES */
#footer {
    background-color: var(--gold);
    color: white;
    padding: 20px 0 0 0;
    margin-top: 100px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-left: 12.5%;
    margin-right: 12.5%;
    margin-bottom: 10px;
    padding-top: 10px;
}

.footer-section h3 {
    font-family: 'Cormorant Garamond';
    font-size: 36px;
    margin: 0 0 30px 0;
    color: white;
    font-weight: 400;
}

.footer-discover ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer-logo img {
    height: 70px;
    width: auto;
    display: block;
}

.footer-discover li {
    margin-bottom: 15px;
}

.footer-discover a {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3s ease;
}

.footer-discover a:hover {
    color: white;
    text-decoration: underline;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin-bottom: 20px;
}

.contact-icon {
    font-size: 24px;
    flex-shrink: 0;
    line-height: 1.5;
    color: white;
    width: 24px;
    text-align: center;
}

.contact-item a,
.contact-item p {
    color: rgba(255, 255, 255, 0.95);
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
}

.contact-item a {
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-item a:hover {
    color: white;
    text-decoration: underline;
}

.footer-hours {
    display: flex;
    flex-direction: column;
}

.footer-hours p {
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 15px 0;
    font-size: 16px;
}

.footer-map {
    background-color: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 200px;
    border-radius: 5px;
    margin-top: 20px;
    overflow: hidden;
}

.footer-map iframe {
    width: 100%;
    height: 100%;
}

.footer-bottom {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px 12.5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
}

.footer-links {
    display: flex;
    gap: 15px;
    align-items: center;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: white;
    text-decoration: underline;
}

.footer-links span {
    color: rgba(255, 255, 255, 0.5);
}

/* RESPONSIVE STYLES */
@media only screen and (max-width: 800px) {
    .nav-menu {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .contact-hero {
        flex-direction: column;
        padding: 40px 5%;
        gap: 40px;
        margin-bottom: 40px;
    }

    .contact-hero-content h1 {
        font-size: 40px;
    }

    .contact-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 5%;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-bottom-content {
        flex-direction: column;
        gap: 20px;
    }
}

/*
     FILE ARCHIVED ON 11:00:25 Jan 26, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 18:55:55 Jan 21, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.728
  exclusion.robots: 0.021
  exclusion.robots.policy: 0.008
  esindex: 0.011
  cdx.remote: 265.84
  LoadShardBlock: 273.072 (3)
  PetaboxLoader3.datanode: 187.173 (4)
  PetaboxLoader3.resolve: 145.852 (3)
  load_resource: 75.974
*/