@font-face { font-family: SNProBold; src: url(../Media/Fonts/SNPro-Bold.ttf); }
@font-face { font-family: SNProReg; src: url(../Media/Fonts/SNPro-Regular.ttf); }
@font-face { font-family: Roboto; src: url(../Media/Fonts/Roboto-Regular.ttf); }

body {
    background: radial-gradient(circle at top, #fffdf2 0%, #f4f4f4 100%);
    min-height: 100vh;
    padding-top: 90px;
    overflow-x: hidden;
}

* {
    content-visibility: visible !important;
}


#buttonLayout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    /* grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); */
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 30px;
    padding: 20px;
    height: 60vh;
    align-items: start;
}

.column-content {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 30px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    height: 100%;
    justify-content: flex-end;
    
    border-color: rgb(249, 216, 58); 
}

.column-content:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: rgb(249, 216, 58); 
}


.subscriptionTitle{
    font-family: SNProBold;
    font-size: 1.8rem;
    color: #333;
    margin-bottom: -10px;
}

.subscriptionSubtext {
    font-family: SNProReg;
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 25px;
}

.pricesClass {
    font-family: SNProReg;
    font-size: 0.9rem;
    color: #333;
    margin-bottom: -100px;
    margin-top: auto;
}


.column-content a.button, .horiz-btn {
    margin-top: auto;
    background-color: rgb(249, 216, 58); 
    color: black;
    width: 80%;
    padding: 14px 0;
    text-decoration: none;
    font-family: SNProBold;
    font-size: 16px;
    border-radius: 50px;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(249, 216, 58, 0.3);
}

.column-content a.button:hover, .horiz-btn:hover {
    background-color: black;
    color: white;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
    transform: scale(1.05);
}

#premiumPackSub {
    border: 2px solid rgb(249, 216, 58);
}

    .navbar {
        overflow: hidden;
        background-color: rgb(249, 216, 58) !important;
        opacity: 1;
        top: 0;
        width: 100%;
        position: fixed;
        display:flex;
        justify-content: flex-start;
        align-items: center;
        flex-direction: row;
        gap: 60px;
        border-radius: 0 0 20px 20px;
        /* animation: slideDown 0.5s ease-out; */
        z-index: 9999;
        backdrop-filter: none;
        border: none;
        outline: none;
        background-clip: padding-box;
        box-shadow: 0 4px 10px rgba(0,0,0,0.2);
        border-bottom: 2px solid rgba(0, 0, 0, 0.1);
        height: 100px;
        left: 0%;
    }

    .navbar a {
        color: black;
        display: inline-block;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        font-family: SNProReg;
        position: relative;
    }

    .navbar a::after{
        content: "";
        position: absolute;
        left: 50%;
        bottom: 8px;
        width: 0%;
        height: 2px;
        background-color: black;
        transform: translateX(-50%);
        transition: width 0.3s ease;
    }

    .navbar a:hover::after {
        width: 70%;
    }

    .nav-links {
        display: flex;
    }


    #logoImg {
        height: 60px;
        margin: 10px;
        transition: transform 0.2s ease;
    }

    #logoBtn {
        background-color: rgb(249, 216, 58);
        border: none;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 1.0;
        font-family: SNProBold;
        font-size: large;
        color: black;
    }   

    #premiumPackSub {
    margin-top: -25px; 
    padding-bottom: 80px;
    background-color: rgb(255, 249, 215) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border: 2px solid rgb(249, 216, 58);
}

#premiumPackSub:hover {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

body {
  background: white;
  background-image: radial-gradient(rgb(255, 213, 0) 2px, transparent 0);
  background-size: 40px 40px;
  background-position: -16px -19px;
}

.pricesClass {
    font-family: SNProBold;
    font-size: xx-large;
}

#premiumPack {
    font-size: 223%;
}

/*#pricingWrapper {
    background-color: white;
    background-image: radial-gradient(rgb(255, 213, 0) 2px, transparent 0);
    background-size: 40px 40px;
    background-position: -16px -19px;

    padding: 100px 0; 
    width: 100%;
    display: flex;
    justify-content: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
    mask-image: linear-gradient(to bottom, transparent, black 15%, black 85%, transparent);
} */

#pricingWrapper {
    margin-top: 20px;
}

#priceTag{
    background: transparent;
    box-shadow: none;
}


    .focus-high {
        object-position: center 25%;
    }

    .focus-center {
        object-position: center center;
    }

    .focus-centerlow {
        object-position: center 55%;
    }

    .focus-low {
        object-position: center 75%;
    }

    .slideshowImg {
        display: block;
        width: 100vw;
        height: 700px;
        object-fit: cover;
    }

    .slideshow-wrapper {
        display: flex;
        width: 300%; 
        transition: transform 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95);
    }

    .slideshow-container {
        width: 100%;
        height: 800px;
        overflow: hidden;
        margin-top: 80px;
        position: relative;
    }

    .dot {
        cursor: pointer;
        height: 12px;
        width: 12px;
        margin: 0 5px;
        background-color: #bbb;
        border-radius: 50%;
        display: inline-block;
        transition: background-color 0.6s ease;
    }

    .active, .dot:hover {
        background-color: rgb(249, 216, 58); 
    }


    #logoImg {
        height: 60px;
        margin: 10px;
        transition: transform 0.2s ease;
    }

    #logoBtn {
        background-color: rgb(249, 216, 58);
        border: none;
        display: flex;
        align-items: center;
        text-align: left;
        line-height: 1.0;
        font-family: SNProBold;
        font-size: large;
    }

    #dotMenu {
        text-align: center;
    }

    /*@keyframes slideDown {
        from { transform: translateY(-100%); }
        to { transform: translateY(0); }
    } */

    #logoBtn:hover #logoImg {
        transform: rotate(5deg) scale(1.05); 

    }

    .checkImg {
        width: 20px;
    }

.benefitFont {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
    font-family: SNProReg;
    font-size: 0.95rem;
}

.corner-decoration {
    position: absolute;
    top: -10px;
    left: -5px; 
    width: 70px;  
    height: auto;
    
    transform: rotate(15deg);

    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.2));
    
    pointer-events: none; 
    z-index: 10;
}

.horizontal-card {
    max-width: 1000px;
    margin: 40px auto 0;
    background: white;
    border-radius: 30px;
    padding: 30px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    margin-top: 150px;
    margin-bottom: 100px;
    border: 1px solid rgb(249, 216, 58); 
}

.horizontal-card:hover {
    transform: scale(1.01);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.horiz-content {
    text-align: left;
    flex: 1;
}

.horiz-benefits {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.horiz-btn {
    width: auto !important; 
    padding: 14px 40px !important;
    margin-top: 0 !important;
}

.page-title-section {
    text-align: center;
    padding: 60px 20px 20px 20px;
    margin-top: -50px; 
    width: 100%;
    margin-bottom: -50px;
}

.page-title-section h1 {
    font-family: SNProBold;
    font-size: 3rem;
    color: #333;
    margin-bottom: 10px;
}

.page-title-section p {
    font-family: SNProReg;
    font-size: 1.1rem;
    color: #666;
}

.main-footer {
    background-color: rgb(249, 216, 58);
    margin-top: 80px;
    padding: 60px 20px 20px;
    border-radius: 40px 40px 0 0;
    font-family: SNProReg;
    width: 101% !important;
    position: relative;
    left: -1%;
    box-sizing: border-box;
    display: flow-root;
    margin-bottom: 0 !important;
    padding-bottom: 40px;
    bottom: -20px;
}

.footer-container {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap; 
}

.footer-info, .footer-links, .footer-contact {
    flex: 1;
    min-width: 250px;
}

.footer-links h3, .footer-contact h3 {
    font-family: SNProBold;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    text-decoration: none;
    color: black;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.6;
}

.footer-bottom {
    max-width: 1100px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid rgba(0,0,0,0.1);
    text-align: center;
    font-size: 0.8rem;
    opacity: 0.7;
}

.footer-bottom p {
    margin-bottom: 0 !important;
}

.socialPlatforms {
    width: 40px;
    margin-right: 10px;
}

.toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    font-family: SNProBold;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input { opacity: 0; width: 0; height: 0; }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px; width: 26px;
    left: 4px; bottom: 4px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider { background-color: rgb(249, 216, 58); }
input:checked + .slider:before { transform: translateX(26px); }

.toggle-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
    margin-bottom: 40px;
}

.form-wrapper {
    max-width: 700px;
    margin: 60px auto;
    background: white;
    padding: 40px;
    border-radius: 40px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
}

.form-header {
    text-align: center;
    margin-bottom: 30px;
}

.form-header h2 {
    font-family: SNProBold;
    font-size: 2rem;
    color: #333;
    margin-bottom: 5px;
}

.form-header p {
    font-family: SNProReg;
    color: #666;
}

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

.form-group {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group label {
    font-family: SNProBold;
    font-size: 0.9rem;
    color: #444;
    margin-left: 5px;
}

.form-group input, 
.form-group textarea {
    padding: 15px 20px;
    border-radius: 15px;
    border: 2px solid #f0f0f0;
    font-family: SNProReg;
    font-size: 1rem;
    transition: all 0.3s ease;
    outline: none;
}

.form-group input:focus, 
.form-group textarea:focus {
    border-color: rgb(249, 216, 58);
    background-color: #fffdf2;
    box-shadow: 0 0 0 4px rgba(249, 216, 58, 0.1);
}

.form-submit-btn {
    width: 100%;
    background-color: rgb(249, 216, 58);
    color: black;
    border: none;
    padding: 18px;
    border-radius: 50px;
    font-family: SNProBold;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    box-shadow: 0 4px 15px rgba(249, 216, 58, 0.3);
}

.form-submit-btn:hover {
    background-color: black;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 600px) {
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-wrapper {
        margin: 20px;
        padding: 25px;
    }
}

.thanks-page {
    padding-top: 0 !important;
    margin: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(249,216,58,0.2) 100%);
    overflow: hidden;
}

.thanks-container {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.thanks-card {
    background: white;
    padding: 50px 40px;
    border-radius: 40px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
    max-width: 600px;
    width: 90%;
}

.paw-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: inline-block;
}

.thanks-card h1 {
    font-family: SNProBold;
    font-size: 2.5rem;
    color: #333;
    margin-bottom: 15px;
}

.thanks-card p {
    font-family: SNProReg;
    color: #666;
    line-height: 1.6;
    margin-bottom: 35px;
    font-size: 1.1rem;
}

.thanks-buttons {
    display: flex;
    justify-content: center;
}

.thanks-buttons .form-submit-btn {
    text-decoration: none;
    width: auto;
    min-width: 200px;
    padding: 18px 45px;
    display: inline-block;
}
/* @keyframes wiggle {
    0%, 100% { transform: rotate(-10deg); }
    50% { transform: rotate(10deg); }
} */

#package-select {
    padding: 15px 20px;
    border-radius: 15px;
    border: 2px solid #f0f0f0; 
    font-family: SNProReg;
    font-size: 1rem;
    background-color: white;
    cursor: pointer;
    outline: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-size: 15px;
    color: #444;
    transition: all 0.3s ease;
}

#package-select:invalid,
#package-select option[value="geen"] {
    color: #999; 
}

#package-select:focus {
    border-color: rgb(249, 216, 58);
    background-color: #fffdf2;
    box-shadow: 0 0 0 4px rgba(249, 216, 58, 0.1);
}

#package-select option {
    color: #333;
    background: white;
}

.ww-intro-grid {
    max-width: 1100px;
    margin: 60px auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
    padding: 0 20px;
}

.ww-intro-text h2 {
    font-family: SNProBold;
    font-size: 2.2rem;
    margin-bottom: 20px;
}

.ww-intro-text p {
    font-family: SNProReg;
    line-height: 1.7;
    color: #555;
}

.ww-intro-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.ww-steps-wrapper {
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: center;
}

.ww-step-card {
    background: white;
    max-width: 900px;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 30px;
    border-radius: 30px;
    position: relative;
    border: 1px solid rgba(0,0,0,0.05);
}

.ww-step-number {
    position: absolute;
    top: -15px;
    left: -15px;
    background: rgb(249, 216, 58);
    width: 50px;
    height: 50px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SNProBold;
    font-size: 1.2rem;
    box-shadow: 0 5px 15px rgba(249, 216, 58, 0.4);
}

.ww-step-img-box {
    flex: 0 0 250px;
    height: 180px;
}

.ww-step-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.ww-step-info h3 {
    font-family: SNProBold;
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.ww-step-info p {
    font-family: SNProReg;
    color: #666;
    line-height: 1.5;
}

.ww-extra-info {
    max-width: 1000px;
    margin: 80px auto 120px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    padding: 0 20px;
}

.ww-info-box {
    text-align: center;
    padding: 40px;
    background: white;
    border-radius: 30px;
    border: 2px solid rgb(249, 216, 58);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.ww-info-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.ww-info-box h4 {
    font-family: SNProBold;
    font-size: 1.4rem;
    color: #333;
    margin: 15px 0 10px;
}

.ww-info-box p {
    font-family: SNProReg;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.ww-mini-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .ww-extra-info {
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
}

.page-wrapper img {
    transition: filter 0.3s ease;
}

.form-wrapper ul {
    font-family: SNProReg;
    color: #666;
    line-height: 1.6;
    margin-left: 20px;
    margin-bottom: 20px;
}

.form-wrapper h3 {
    font-family: SNProBold;
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.ww-intro-text p, 
.ww-step-info p, 
.ww-info-box p {
    font-family: 'SNProReg', sans-serif;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #4a4a4a; 
    margin-top: 10px;
}

.form-wrapper p, 
.form-wrapper li {
    font-family: 'SNProReg', sans-serif;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}

.slideshow-container {
    width: 100%;
    height: 85vh;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

.slideshow-wrapper {
    display: flex;
    width: 300%;
    height: 100%;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1);
}

.slideshowImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#dotMenu {
    position: absolute;
    bottom: 40px;
    width: 100%;
    z-index: 10;
    text-align: center;
}

.dot {
    height: 14px;
    width: 14px;
    background-color: rgba(255, 255, 255, 0.4);
    border: 2px solid white;
    margin: 0 8px;
    display: inline-block;
    border-radius: 50%;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dot.active {
    background-color: rgb(249, 216, 58);
    transform: scale(1.3);
    border-color: rgb(249, 216, 58);
}

#quoteP {
    font-family: SNProBold;
    font-size: 2.8rem;
    text-align: center;
    padding: 100px 20px;
    color: #333;
    max-width: 900px;
    margin: 0 auto;
    line-height: 1.2;
}

#quoteP strong {
    color: rgb(249, 216, 58);
    position: relative;
}

#quoteP strong::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 12px;
    background: rgba(249, 216, 58, 0.2);
    z-index: -1;
}

.home-about-section {
    max-width: 1100px;
    margin: 0 auto 100px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 0 20px;
}

.home-about-content h2 {
    font-family: SNProBold;
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #333;
}

.home-about-content p {
    font-family: SNProReg;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-bottom: 30px;
}

.home-about-image {
    position: relative;
}

.home-about-image img {
    width: 100%;
    border-radius: 40px;
    box-shadow: 20px 20px 0px rgb(249, 216, 58);
    transition: transform 0.4s ease;
}

.home-about-image:hover img {
    transform: translate(-10px, -10px);
}

.cta-banner {
    background: black;
    color: white;
    padding: 80px 20px;
    text-align: center;
    border-radius: 40px;
    max-width: 1000px;
    margin: 0 auto 100px;
}

.cta-banner h2 {
    font-family: SNProBold;
    font-size: 2rem;
    margin-bottom: 25px;
}

.cta-banner .button {
    background: rgb(249, 216, 58);
    color: black;
    padding: 18px 50px;
    border-radius: 50px;
    font-family: SNProBold;
    text-decoration: none;
    display: inline-block;
    transition: transform 0.3s ease;
}

.cta-banner .button:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) {
    .home-about-section {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .slideshow-container {
        height: 60vh;
    }
    #quoteP {
        font-size: 2rem;
    }
}


html, body {
    width: 100% !important;
    max-width: 100vw !important;
}

.navbar {
    width: 100% !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 !important;
    border-radius: 0 0 20px 20px;
    box-sizing: border-box;
}

.slideshow-container {
    width: 100vw !important;
    height: 85vh;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background-color: #000;
}

.slideshow-wrapper {
    display: flex;
    width: 300% !important;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    will-change: transform;
}

.slideshowImg {
    width: 100vw !important;
    height: 100%;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
    filter: none !important;
    -webkit-filter: none !important;
}

#dotMenu {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    text-align: center;
    margin: 0 !important;
}

.section-white-bg {
    background-color: #ffffff !important;
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    padding: 60px 0 !important;
    z-index: 5;
}

/* .main-footer {
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
} */


.menu-burger {
    display: none;
    background: none;
    border: none;
    font-size: 2rem;
    cursor: pointer;
    padding: 10px;
    margin-left: auto;
}

.nav-links.show {
    z-index: 10000;
}

@media (max-width: 768px) {
    .navbar {
        justify-content: space-between;
        padding: 0 15px;
        gap: 0;
        height: 100px;
        width: 100%;
    }

    #logoBtn {
        font-size: 0.8rem;
        max-width: 70%;
    }

    #logoImg {
        height: 40px;
    }

    .menu-burger {
        display: block;
        font-size: 2.5rem;
        color: black;
        background: none;
        border: none;
        cursor: pointer;
        z-index: 10001;
    }

    .nav-links {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 65px;
        left: 0;
        width: 100%;
        background-color: rgb(249, 216, 58);
        z-index: 10000;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.3s ease;
    }

    .nav-links.show {
        max-height: 400px;
        padding: 20px 0;
        border-bottom: 3px solid rgba(0,0,0,0.1);
    }

    .nav-links a {
        width: 100%;
        padding: 18px 0;
        font-family: SNProBold;
        font-size: 1.2rem;
        color: black;
        text-decoration: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        transition: background 0.2s ease;
    }

    .nav-links a:last-child {
        border-bottom: none;
    }

    .nav-links a:active {
        background-color: rgba(0, 0, 0, 0.05);
    }

    #buttonLayout {
        display: flex;
        flex-direction: column;
        height: auto;
        gap: 30px;
        padding: 20px;
        max-width: 100%;
        align-items: center;
    }

    .column-content {
        width: 90%;
        max-width: 400px; 
        height: auto;
        min-height: 450px;
        padding: 40px 20px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    #premiumPackSub {
        margin-top: 0;
    }

    .pricesClass {
        margin-top: 30px;
        margin-bottom: 20px;
        position: relative;
    }

    .horizontal-card {
        flex-direction: column;
        padding: 30px;
        text-align: center;
        gap: 20px;
        margin: 50px 20px;
    }

    .page-title-section {
        text-align: center;
        margin-left: -15px;
    }

    .page-title-section h1 {
        font-size: 2.2rem;
        margin-left: 0;
    }

    .page-title-section p {
        font-size: 1rem;
        margin-left: 0;
    }

    .ww-intro-grid {
        grid-template-columns: 1fr;
        gap: 30px;
        margin: 40px auto;
        padding: 0 20px;
    }

    .ww-intro-text {
        text-align: center;
    }

    .ww-intro-text h2 {
        font-size: 1.8rem;
    }

    .ww-intro-image {
        order: -1;
    }

    .ww-steps-wrapper {
        padding: 40px 15px;
        gap: 50px;
    }

    .ww-step-card {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
    }

    .ww-step-img-box {
        flex: 0 0 auto;
        width: 100%;
        height: 200px;
    }

    .ww-step-number {
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .ww-step-info h3 {
        font-size: 1.3rem;
        margin-top: 10px;
    }

    .ww-extra-info {
        grid-template-columns: 1fr;
        margin: 40px auto 60px;
        gap: 20px;
    }

    .ww-info-box {
        padding: 30px 20px;
    }

    .footer-container {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .footer-info #logoBtn {
        justify-content: center;
    }

    .footer-contact div {
        display: flex;
        justify-content: center;
    }

    .slideshow-container {
        width: 110vw !important;
        left: -10px !important;
        transform: none !important; 
        margin: 0 !important;
        padding: 0 !important;
    }

    .slideshow-wrapper {
        margin: 0 !important;
        padding: 0 !important;
        width: 300% !important; 
    }

    .slideshowImg {
        width: 101vw !important; 
        margin-left: -0.5vw;
        min-width: 101vw !important;
    }
}

.cookie-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
    background-color: white;
    border: 2px solid rgb(249, 216, 58);
    border-radius: 25px;
    padding: 20px 30px;
    z-index: 10002;
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
    display: none;
    align-items: center;
}

.cookie-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.cookie-content p {
    font-family: SNProReg;
    font-size: 0.9rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.cookie-content a {
    color: black;
    text-decoration: underline;
    font-family: SNProBold;
}

.cookie-btn {
    background-color: rgb(249, 216, 58);
    color: black;
    border: none;
    padding: 12px 30px;
    border-radius: 50px;
    font-family: SNProBold;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.cookie-btn:hover {
    background-color: black;
    color: white;
}

@media (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-container {
        bottom: 10px;
        padding: 20px;
    }
}

.ww-schedule-section {
    max-width: 900px;
    margin: 40px auto;
    padding: 0 20px;
}

.ww-schedule-content {
    background: #fffdf2;
    border: 3px solid rgb(249, 216, 58);
    border-radius: 40px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.schedule-icon {
    font-size: 3rem;
    margin-bottom: 10px;
}

.ww-schedule-content h2 {
    font-family: SNProBold;
    font-size: 2rem;
    margin-bottom: 15px;
}

.ww-schedule-content p {
    font-family: SNProReg;
    font-size: 1rem;
    margin-bottom: 15px;
}

.time-block {
    background: rgb(249, 216, 58);
    display: inline-block;
    padding: 15px 30px;
    border-radius: 20px;
    margin: 20px 0;
}

.time-range {
    font-family: SNProBold;
    font-size: 1.5rem;
    display: block;
}

.time-desc {
    font-family: SNProReg;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.walk-block {
    font-family: SNProReg;
    font-size: 1.1rem;
    margin-top: 10px;
    color: #333;
}

.schedule-footer {
    margin-top: 20px;
    font-family: SNProReg;
    font-style: italic;
    color: #666;
}

@media (max-width: 768px) {
    .ww-schedule-content {
        padding: 30px 20px;
    }
    .ww-schedule-content h2 {
        font-size: 1.6rem;
    }
}

.subscription-notice {
    max-width: 800px;
    margin: 50px auto 40px;
    background: rgba(249, 216, 58, 0.1);
    border-left: 5px solid rgb(249, 216, 58);
    padding: 15px 25px;
    border-radius: 10px;
    text-align: left;
}

.subscription-notice p {
    font-family: SNProReg;
    margin: 0;
    color: #333;
    font-size: 1rem;
}

@media (max-width: 768px) {

}