﻿/* Hero Section */
.hero {
    text-align: center;
    padding: 80px 20px;
    background: #d6ecf5;
}

    .hero h1 {
        font-size: 2.5rem;
        color: #d6ecf5;
    }

    .hero p {
        font-size: 1.2rem;
        color: #6a6a6a;
        margin-bottom: 20px;
    }

.cta-button {
    background: #688BB0;
    color: white !important;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 1.2rem;
    border-radius: 8px;
}

    .cta-button:hover {
        background: #51769D;
    }

/* Features Section */
.features {
    display: flex;
    justify-content: space-around;
    padding: 50px 20px;
    background: #fff;
}

.feature-box {
    text-align: center;
    width: 30%;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

    .feature-box h2 {
        font-size: 1.5rem;
        color: #333;
    }

/* Gallery Preview */
.gallery-preview {
    text-align: center;
    padding: 50px 20px;
    background: #f1f1f1;
}

.gallery {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

    .gallery img {
        width: 200px;
        height: auto;
        border-radius: 10px;
    }
/* Background Effect */
body {
    background: url('/images/background.png') no-repeat center center fixed;
    background-size: cover;
    font-family: 'Mouldy Cheese', 'Comic Sans MS', cursive, sans-serif;
}

/* Content Box for Readability */
main {
    background: rgba(255, 255, 255, 0.8);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1000px;
    margin: 80px auto;
    font-family: 'Mouldy Cheese', 'Comic Sans MS', cursive, sans-serif;
}

/* Spacer at the top of the page */
.page-spacer {
    height: 10vh; /* 1/3rd of the viewport height */
    width: 100%;
    visibility: hidden;
    pointer-events: none;
    display:block;
}
@font-face {
    font-family: 'Mouldy Cheese';
    src: url('/fonts/MouldyCheese.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



/* Apply Globally */
body {
    
}
* {
    color: #3C5485 !important;
}
/* Reuse this one */
.clickable-image {
    cursor: pointer;
    transition: 0.3s;
}
    .clickable-image:hover {
        transform: scale(1.05);
    }
/* New modal container */
.image-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
}

    /* Activated modal */
    .image-modal.active {
        display: flex;
    }

/* Backdrop layer */
.image-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

/* Image itself */
.modal-img {
    max-width: 75vw;
    max-height: 75vh;
    z-index: 2;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);
    transition: transform 0.2s ease-in-out;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 20px;
    right: 40px;
    font-size: 2.5rem;
    color: white;
    z-index: 3;
    cursor: pointer;
    font-weight: bold;
}
.age-gate-overlay {
    position: fixed;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(6px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.age-gate-box {
    background: #f9f9f9;
    padding: 30px;
    border-radius: 12px;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

    .age-gate-box button {
        margin: 10px;
        padding: 10px 20px;
        font-weight: bold;
        border: none;
        border-radius: 5px;
        background-color: #688BB0;
        color: white !important;
        cursor: pointer;
    }

        .age-gate-box button:hover {
            background-color: #51769D;
        }
.age-note {
    font-size: 0.85rem;
    opacity: 0.8;
    margin-top: 10px;
}

.why-choose {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

    .why-choose h2 {
        font-size: 1.8rem;
        margin-bottom: 20px;
    }

    .why-choose ul {
        list-style: none;
        padding: 0;
        line-height: 2;
        font-size: 1.1rem;
    }
.banner {
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    padding: 15px;
    margin: 20px 0;
    border-radius: 10px;
    color: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.banner-open {
    background-color: #3bb143; /* green */
}

.banner-closed {
    background-color: #b12b3b; /* red */
}

.commission-status.open {
    color: #64DA46 !important; /* green */
}

.commission-status.closed {
    color: #DA4658 !important; /* red */
}
.hero .commission-note {
    display: inline-block;
    margin: 12px 0 18px;
    padding: 10px 14px;
    border-radius: 10px;
    color: #DA4658 !important;
    background: rgba(218, 70, 88, 0.10);
    border: 1px solid rgba(218, 70, 88, 0.25);
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.35;
}

strong.open {
    color: #64DA46 !important; /* green */
}

strong.closed {
    color: #DA4658 !important; /* red */
}
