/*
Theme Name: Twenty Twenty-Four Child
Theme URI: https://wordpress.org/themes/twentytwentyfour/
Template: twentytwentyfour
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.3.1756198465
Updated: 2025-08-26 08:54:25

*/
@import url('https://fonts.googleapis.com/css2?family=Lustria&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* html,
body {
    height: 100%;
} */

body {
    font-family: "Lustria", serif !important;
    background-color: #fff;
    margin: 0 !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Lustria", serif !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1151px !important;
    }
}
.py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.max-w-4xl {
    max-width: 56rem !important;
}
.yoga-section {
    padding: 24px;
}

.yoga-container {
    display: flex;
    min-height: 100%;
    background-image: url('https://nexuslinkdev.com/ssenseyoga/wp-content/uploads/2025/08/bg-scaled.png');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    border-radius: 48px 24px 124px 24px;
}

.slider-container {
    flex: 0 0 auto;
    width: 66.66666667%;
    position: relative;
    overflow: hidden;
    padding: 56px;
    padding-right: 0;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
    position: relative;
}

.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px 12px 12px 12px;
}

.content-container {
    flex: 0 0 auto;
    width: 33.33333333%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 56px;
    position: relative;
}

.logo-section {
    text-align: center;
    animation: fadeInUp 0.8s ease-out;
    margin: 0 0 1rem;
}


.logo-icon img {
    width: 280px;
    height: auto;
    object-fit: cover;

}

.main-content {
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.2s both;
}

.main-title {
    font-size: 28px;
    -webkit-text-stroke: 1.5px #463F47;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 1.12rem;
    margin-top: 1.35em;
    font-family: "Lustria", serif;
}

.main-subtitle {
    font-weight: 400;
    font-style: normal;
    color: #463F47;
    font-size: 20px;
    line-height: 1.64em;
    margin-bottom: 1rem;
    font-family: "Lustria", serif;
}

.qr-section {
    text-align: center;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}


.qr-code img {
    width: 200px;
    height: auto;
    padding-top: 2em;
    padding-bottom: 0.12em;
    margin: 0 0 .9rem;
}

.qr-note {
    font-size: 16px;
    color: #463F47;
    margin-bottom: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section {
    background: linear-gradient(180deg, #fbf9f9, #f1e4e9);
}

.about-content h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #262626cc;
    margin-bottom: 40px;
    font-family: "Lustria", serif !important;
}

.about-content h2 span {
    color: #cfafc5;
    position: relative;
}

.about-content h2 span::after {
    content: '';
    background-color: #cfafc5;
    height: 3px;
    width: 4rem;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.about-content p {
    color: #262626cc;
    line-height: 28px;
    font-size: 18px;
}

.about-content h4 {
    margin-top: 15px;
    color: #cfafc5;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "Lustria", serif !important;
}

.about-quote {
    font-style: italic;
    color: #262626cc;
    margin-top: 15px;
    border-left: 4px solid #cfafc5;
    padding-left: 20px;
    font-size: 1.25rem;
}

.about-quote small {
    display: block;
    margin-top: 8px;
    font-size: .875rem;
    color: #cfafc5;
    font-weight: 500;
    font-style: normal;
}
.about-slider{
    border: 2px solid #cfafc5;
    border-radius: 14px;
}

.about-slider img {
    border-radius: 12px;
    height: 500px;
    object-fit: cover;
    
}

.about-tags .chip {
    background: #cfafc51a;
    color: #262626cc;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 500;
}

.about-slider .swiper-button-next,
.about-slider .swiper-button-prev {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.about-slider:hover .swiper-button-next,
.about-slider:hover .swiper-button-prev {
    opacity: 1;
    visibility: visible;
}
.swiper-button-next, .swiper-button-prev{
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    width: 30px !important;
    height: 30px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px !important;
    color: #000 !important;
}
/* Our yoga section */
.max-w-6xl {
    max-width: 72rem  !important;
}
.our-yoga-section {
    text-align: center;
    background: #FBF9F9;
  }
  
  .yoga-header h2 {
    font-weight: 600;
    color: #333;
    font-size: 2.25rem;
    line-height: 2.5rem;
    display: inline-block;
  }
  
  .yoga-header h2 span {
    display: block;
    color: #cfafc5;
    position: relative;
  }
  .yoga-header h2 span::after {
    content: '';
    background-color: #cfafc5;
    height: 3px;
    width: 40%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
  .yoga-header p {
    color: #555;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 60%;
    margin: 30px auto;
  }
  
  .yoga-grid {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 50px 0;
    flex-wrap: wrap;
  }
  
  .yoga-box {
    position: relative;
    width: 300px;
    height: 300px;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 2px solid #cfafc5;
    transition: transform 0.6s ease;
  }
  
  .yoga-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 12px;
    transition: transform 0.6s ease;
  }
  .yoga-box:hover{
    transform: translateY(-8px);
  }
  .yoga-box:hover img {
    transform: scale(1.05);
  }
  
  .yoga-box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6), transparent);
    color: #fff;
    padding: 20px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  .yoga-box:hover .overlay {
    opacity: 1;
  }
  
  .yoga-box .overlay h3 {
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 500;
    text-align: left;
  }
  
  .yoga-button {
    margin-top: 20px;
  }
  
  .yoga-button .btn {
    background-color: #cfafc5;
    color: #fff;
    border-radius: 40px;
    width: auto;
    padding: 10px 30px; 
    font-size: 16px;
    font-weight: 500;
  }
  
  .yoga-button .btn:hover {
    background: #c587b0;
    color: #fff;
  }
  /* Contact Section */
  .contact-locatie {
    background: #FBF9F9;
    font-family: 'Lustria', serif;
    color: #3d2a30;
  }
  .contact-locatie h2 {
    font-weight: 600;
    color: #262626b3;
    font-size: 2.25rem;
    line-height: 2.5rem;
    display: inline-block;
  }
  
  .contact-locatie h2 span {
    display: block;
    color: #cfafc5;
    position: relative;
  }
  .contact-locatie h2 span::after {
    content: '';
    background-color: #cfafc5;
    height: 3px;
    width: 40%;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}
  .contact-locatie p {
    color: #262626b3;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 60%;
    margin: 30px auto;
  }
  .contact-locatie .info-box p, .contact-locatie p.section-note {
    color: #262626b3;
    font-size: 16px;
    line-height: 1.625;
    max-width: 100%;
    margin: 0px auto;
  }
 
  .contact-locatie small{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #26262699;
    margin-top: .5rem;
    display: block;
  }
  .contact-locatie .info-box .icon {
    color: #CFAFC5;
    background-color: #cfafc51a;
    padding: 2px 8px;
    border-radius: 50%;
   
  }
  .contact-locatie .info-box h5{
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: #262626;
  }
  .contact-locatie ul li{
    padding: 2px 0;
    color: #262626b3;
  }
  .contact-locatie .map-box {
    background: #F1E4E9;
    min-height: 200px;
  }
  /* Yoga session */
  .yoga-sessie {
    background: #F4ECE3;
    font-family: 'Lustria', serif;
    color: #3d2a30;
  }
  .yoga-sessie h2 {
    font-weight: 600;
    color: #262626b3;
    font-size: 2.25rem;
    line-height: 2.5rem;
    display: inline-block;
  }
  
  .yoga-sessie h2 span {
    display: block;
    color: #cfafc5;
    position: relative;
  }
  .yoga-sessie h2 span::after {
    content: '';
    background-color: #cfafc5;
    height: 3px;
    width: 4rem;
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: auto;
}
  .yoga-sessie p {
    color: #262626b3;
    margin-top: 20px;
    font-size: 1.125rem;
    line-height: 1.75rem;
    max-width: 80%;
    margin: 30px auto;
  }
  .yoga-sessie .right-section p{
    color: #262626b3;
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.75rem;
    width: 100%;
    margin: 0 0 20px;
  }
  
  .yoga-sessie .section-subtitle {
    color: #262626b3;
  }
  
  .yoga-sessie .highlight-text {
    color: #cfafc5;
    font-weight: bold;
    margin: 0 auto;
  }
  .yoga-sessie .small{
    font-size: .875rem;
    line-height: 1.25rem;
    color: #26262699;
    display: block;
    margin-bottom: 0;
  }
  .qr-wrapper {
    padding: 2rem !important;
    border-radius: 20px;
    width: 256px;
    height: 256px;
    transition: all .5s ease;
  }
  .qr-wrapper:hover{
    transform: translateY(-5px);
  }
  .qr-badge {
    background: #CFAFC5;
    color: #fff;
    padding: 3px 10px;
    border-radius: 20px;
    position: absolute;
    top: -10px;
    right: -15px;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 500;
  }
  
  .booking-list li {
    margin-bottom:8px;
    color: #262626b3;
    font-size: 16px;
  }
  .booking-list li span{
    font-size: 20px;
    background: #CFAFC5;
    line-height: 2px;
    margin-right: 5px;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: inline-block;
  }
  .right-section .btn {
    background-color: #cfafc5;
    color: #fff;
    border-radius: 40px;
    width: 80%;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
  }
  
  .right-section .btn:hover {
    background: #c587b0;
    color: #fff;
  }
  
  .footer-note {
    border-top: 1px solid #cfafc533;
    padding-top: 15px;
    margin-top: 30px;
  }
  .map-box{
    border-radius: 10px;
    padding: 40px;
  }
  .mapbox-card {
    background: #fff;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    border: none;
  }
  .mapbox-card h5{
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: #262626;
    text-align: left;
  }
  .mapbox-card p{
    font-size: .875rem;
    line-height: 1.25rem;
    max-width: 100%;
    margin: 0px !important;
    text-align: left;
  }
  .mapbox-card p a{
    color: #cfafc5;
    text-decoration: none;
  }
  .mapbox-card p a:hover{
    text-decoration: underline;
  }
  .mapbox-card input{
    border-color: #f1e4e9;
    padding-left: .75rem;
    padding-right: .75rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    
  }
  .mapbox-card input:focus{
    border-color: #c587b0;
    box-shadow: none;
  }
  /* Button style */
  .btn.btn-mapbox {
    background-color: #cfafc5;
    color: #fff;
    border-radius: 10px;
    padding: 8px;
    font-size: 16px;
    font-weight: 500;
  }
  
   .btn.btn-mapbox:hover {
    background: #c587b0;
    color: #fff;
  }
  
@media (max-width: 1600px) {
    .logo-icon img {
        width: 180px;
    }
    .content-container {
        padding: 40px 20px;
    }
}

@media (max-width: 1260px) {
    .main-title {
        font-size: 22px
    }

    .main-subtitle {
        font-size: 18px;
    }

}

@media (max-width: 1024px) {

    html,
    body {
        height: auto;
    }

    .yoga-section .yoga-container{
        flex-direction: column;
        min-height: auto;
        height: auto;
    }
    section{
        padding: 5rem 45px;
    }
    .slider-container {
        height: auto;
        width: 100%;
        padding: 56px !important;
        padding-bottom: 0 !important;
    }

    .slider-container img {
        height: auto;
        object-fit: cover;
    }

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

    .logo-icon img {
        width: 280px;
    }

    .main-title {
        font-size: 28px;
    }

    .main-subtitle {
        font-size: 20px;
    }

    .qr-code img {
        width: 200px;
    }
    .about-content h2 {
        font-size: 2.25rem;
    }
    .yoga-header h2,
    .contact-locatie h2,
    .yoga-sessie h2{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    p{
        max-width: 100% !important;
    }
    .map-box {
        padding: 20px;
    }
    .right-section .btn{
        width: 100%;
    }
}