@import '_content/McBlazorEssentials/McBlazorEssentials.bundle.scp.css';

/* _content/AmethystBoutiqueSalon/Components/Layout/Footer.razor.rz.scp.css */
.footer-section[b-w3rirjbiub] {
    background-color: #2c0e37; /* Deep purple */
    color: #f8e8ff; /* Pastel lavender */
    text-align: center;
    padding: 60px 20px;
    font-family: 'Poppins', sans-serif;
}

/* Top Navigation Links */
.footer-nav[b-w3rirjbiub] {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .footer-nav a[b-w3rirjbiub] {
        text-decoration: none;
        color: #f8e8ff;
        font-size: 1rem;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        transition: color 0.3s ease;
    }

        .footer-nav a:hover[b-w3rirjbiub] {
            color: #e0b0ff;
        }

/* Center Text Block */
.footer-text[b-w3rirjbiub] {
    margin-bottom: 30px;
}

.footer-title[b-w3rirjbiub] {
    font-family: 'Dancing Script', cursive;
    font-size: 3.2rem;
    font-weight: bold;
    color: #e0b0ff;
    margin-bottom: 10px;
}

.footer-text p[b-w3rirjbiub] {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

/* CTA Button */
.footer-button[b-w3rirjbiub] {
    display: inline-block;
    padding: 14px 28px;
    font-size: 1.1rem;
    font-weight: bold;
    color: #f8e8ff;
    background: none;
    border: 2px solid #e0b0ff;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

    .footer-button:hover[b-w3rirjbiub] {
        background-color: #e0b0ff;
        color: #2c0e37;
    }

/* Text-based Social Links */
.footer-social-text[b-w3rirjbiub] {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

    .footer-social-text a[b-w3rirjbiub] {
        font-size: 1rem;
        color: #f8e8ff;
        text-decoration: none;
        font-weight: 500;
        transition: color 0.3s ease;
    }

        .footer-social-text a:hover[b-w3rirjbiub] {
            color: #e0b0ff;
        }

/* Footer Credit */
.footer-credit[b-w3rirjbiub] {
    font-size: 1rem;
    color: #d6c2e8;
}

.designer-name[b-w3rirjbiub] {
    font-weight: bold;
    color: #f8e8ff;
}

/* Responsive Tweak */
@media screen and (max-width: 600px) {
    .footer-title[b-w3rirjbiub] {
        font-size: 2.4rem;
    }

    .footer-text p[b-w3rirjbiub] {
        font-size: 1.2rem;
    }

    .footer-button[b-w3rirjbiub] {
        padding: 12px 20px;
        font-size: 1rem;
    }

    .footer-nav a[b-w3rirjbiub] {
        font-size: 0.9rem;
    }

    .footer-social-text a[b-w3rirjbiub] {
        font-size: 0.9rem;
    }
}
/* _content/AmethystBoutiqueSalon/Components/Layout/MainLayout.razor.rz.scp.css */
/*.layout-root {
    display: flex;
    flex-direction: column;
    min-height: 100vh;    
}

.layout-content {
    flex: 1;
    display: flex;
    flex-direction: column;   
}

.content {
    padding: 1rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 80px;*/ /* Adjust this value based on the height of your app bar */
/*}

@media (max-width: 768px) {
    .content {
        padding: 0.5rem;
        padding-top: 80px;*/ /* Ensure this matches the height of the app bar */
    /*}
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }*/
/* _content/AmethystBoutiqueSalon/Components/Pages/Public/HairExtensions/Components/ExtensionsSection.razor.rz.scp.css */
.extensions-section[b-786k80ujzv] {
    display: flex;
    align-items: center;
    padding: 50px 20px;
    background-color: var(--kendo-color-surface); /* Using surface color variable */
    flex-wrap: wrap;
}

.extensions-image[b-786k80ujzv] {
    width: 50%;
    max-width: 400px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px var(--kendo-color-border); /* Using border color variable */
}

.extensions-text[b-786k80ujzv] {
    max-width: 600px;
}

    .extensions-text h2[b-786k80ujzv] {
        font-size: 2em;
        color: var(--kendo-color-primary); /* Using primary color variable */
    }

.reverse[b-786k80ujzv] {
    flex-direction: row-reverse;
}

    .reverse .extensions-image[b-786k80ujzv] {
        margin-right: 0;
        margin-left: 20px;
    }

/* Media query for smaller screens */
@media (max-width: 768px) {
    .extensions-section[b-786k80ujzv] {
        flex-direction: column;
        text-align: center;
    }

    .extensions-image[b-786k80ujzv] {
        width: 100%;
        max-width: none;
        margin: 0 0 20px 0;
    }

    .reverse .extensions-image[b-786k80ujzv] {
        margin: 0 0 20px 0;
    }

    .extensions-text[b-786k80ujzv] {
        width: 100%;
        max-width: none;
    }
}
/* _content/AmethystBoutiqueSalon/Components/Pages/Public/Home/Components/AboutSection.razor.rz.scp.css */
.about-section[b-iup3wwcwr3] {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--background-color);
    color: var(--text-color);
}

.about-text-block[b-iup3wwcwr3] {
    max-width: 1200px;
    margin: 0 auto 40px auto;
    font-size: 1.2rem;
    line-height: 1.8;
    color: var(--text-color);
}

.about-title[b-iup3wwcwr3] {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text-color);
    line-height: 1.2;
}

    .about-title .script-font[b-iup3wwcwr3] {
        font-family: 'Dancing Script', cursive;
        font-size: 3rem;
        font-weight: 700;
        color: #8e44ad;
    }

.script-font[b-iup3wwcwr3] {
    font-family: 'Dancing Script', cursive;
    font-size: 1.5rem;
    color: #8e44ad;
}

.highlight[b-iup3wwcwr3] {
    color: #8e44ad;
    font-weight: bold;
}

/* Responsive image row */
.about-image-row[b-iup3wwcwr3] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
}

    .about-image-row img[b-iup3wwcwr3] {
        width: 100%;
        max-width: 350px; /* Increased size */
        aspect-ratio: 1 / 1;
        height: auto;
        object-fit: cover;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
        transition: transform 0.3s ease;
    }

        .about-image-row img:hover[b-iup3wwcwr3] {
            transform: scale(1.05);
        }

/* Mobile tweaks */
@media screen and (max-width: 768px) {
    .about-text-block[b-iup3wwcwr3] {
        padding: 0 10px;
        font-size: 1.05rem;
    }

    .about-title[b-iup3wwcwr3] {
        font-size: 2rem;
    }

        .about-title .script-font[b-iup3wwcwr3] {
            font-size: 2.5rem;
        }

    .about-image-row[b-iup3wwcwr3] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
        gap: 16px;
        justify-items: center;
    }

        .about-image-row img:first-child[b-iup3wwcwr3] {
            grid-column: 1 / -1; /* Span across both columns */
            max-width: 350px;
            width: 100%;
            justify-self: center;
        }

        .about-image-row img:not(:first-child)[b-iup3wwcwr3] {
            max-width: 250px;
            width: 100%;
        }
}
/* _content/AmethystBoutiqueSalon/Components/Pages/Public/Home/Components/GallerySection.razor.rz.scp.css */
/* ───────────── Section wrapper ───────────── */
.gallery-section[b-m07ynb613i] {
    padding: 60px 20px;
    background-color: #121212;
    color: #fff;
    text-align: center;
}

.gallery-title[b-m07ynb613i] {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    color: var(--text-color, #fff);
    line-height: 1.2;
}

    .gallery-title .script-font[b-m07ynb613i] {
        font-family: 'Dancing Script', cursive;
        font-size: 3rem;
        font-weight: 700;
        color: #8e44ad;
    }

/* ───────────── Flex grid ───────────── */
.gallery-flex[b-m07ynb613i] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/* ───────────── Card ───────────── */
.gallery-item[b-m07ynb613i] {
    /* mobile / small tablets: two-across but wider */
    width: calc(48% - 10px);
    max-width: 380px; /* desktop upper bound */
    aspect-ratio: 4 / 5; /* portrait card */
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,.5);
    transition: transform .3s ease;
}

    .gallery-item img[b-m07ynb613i] {
        width: 100%;
        height: 100%;
        object-fit: cover; /* no background bars */
        display: block;
        border-radius: 10px;
        transition: transform .3s ease;
    }

        .gallery-item img:hover[b-m07ynb613i] {
            transform: scale(1.03);
        }

/* desktop / wider screens */
@media (min-width: 768px) {
    .gallery-item[b-m07ynb613i] {
        width: auto; /* flex-basis comes from max-width */
        max-width: 380px;
    }
}

.no-images[b-m07ynb613i] {
    font-style: italic;
    color: #aaa;
}
/* _content/AmethystBoutiqueSalon/Components/Pages/Public/Home/Components/HeroSection.razor.rz.scp.css */
.hero-section[b-u3tw1n6g9o] {
    position: relative;
    width: 100%;
    height: 90vh; /* Full screen height */
    background-image: url('assets/images/other/high-quality.jpg'); /* Replace with your image */
    background-size: cover;
    background-position: center;
}

.hero-overlay[b-u3tw1n6g9o] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Dark overlay for better text contrast */
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-content[b-u3tw1n6g9o] {
    text-align: center;
    color: #fff; /* White text for contrast */
    max-width: 800px;
    padding: 20px;
}

    .hero-content h1[b-u3tw1n6g9o] {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .hero-content p[b-u3tw1n6g9o] {
        font-size: 1.5rem;
        margin-bottom: 30px;
    }

.cta-button[b-u3tw1n6g9o] {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #8e44ad;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none; /* ✅ Removes underline */
}

    .cta-button:hover[b-u3tw1n6g9o] {
        background-color: #732d91;
        text-decoration: none; /* ✅ Keeps it clean on hover too */
    }

/* _content/AmethystBoutiqueSalon/Components/Pages/Public/Home/Components/HowCanWeHelp.razor.rz.scp.css */
/* Help Section */
.help-section[b-bxq2ix82pc] {
    padding: 60px 20px;
    text-align: center;
    background-color: var(--background-color);
    color: var(--text-color);
}

.help-text-block[b-bxq2ix82pc] {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    font-size: 1.2rem;
    line-height: 1.8;
}

.help-title[b-bxq2ix82pc] {
    font-size: 2.5rem;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 1.2;
}

    .help-title .script-font[b-bxq2ix82pc] {
        font-family: 'Dancing Script', cursive;
        font-size: 3rem;
        font-weight: 700;
        color: #8e44ad;
    }

/* Combined Section */
.combined-section[b-bxq2ix82pc] {
    padding: 60px 20px;
    background-color: var(--background-color);
    color: var(--text-color);
}

/* Image Cards */
.image-card-row[b-bxq2ix82pc] {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 40px;
}

.image-card[b-bxq2ix82pc] {
    position: relative;
    flex: 1 1 300px;
    max-width: 500px;
    aspect-ratio: 4 / 5; /* ≈ portrait card; change to 3/4, 1/1, etc. */
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,.6);
}

    .image-card img[b-bxq2ix82pc] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform .3s ease, opacity .3s ease;
    }


    .image-card:hover img[b-bxq2ix82pc] {
        transform: scale(1.05);
        opacity: 0.9;
    }

.overlay[b-bxq2ix82pc] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.image-card:hover .overlay[b-bxq2ix82pc] {
    opacity: 1;
}

.overlay p[b-bxq2ix82pc] {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/* Split Section */
.split-section[b-bxq2ix82pc] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

.split-image[b-bxq2ix82pc],
.split-text[b-bxq2ix82pc] {
    flex: 1 1 300px;
}

    .split-image img[b-bxq2ix82pc] {
        width: 100%;
        height: auto;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
    }

.split-text[b-bxq2ix82pc] {
    text-align: left;
    padding: 20px;
}

    .split-text h2[b-bxq2ix82pc] {
        font-size: 2.5rem;
        margin-bottom: 20px;
    }

    .split-text .script-font[b-bxq2ix82pc] {
        font-family: 'Dancing Script', cursive;
        font-size: 3rem;
        color: #8e44ad;
    }

    .split-text p[b-bxq2ix82pc] {
        font-size: 1.2rem;
        margin-bottom: 20px;
        line-height: 1.8;
    }

.cta-button[b-bxq2ix82pc] {
    display: inline-block;
    padding: 12px 25px;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
    background-color: #8e44ad;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    text-decoration: none; /* ✅ Removes underline */
}

    .cta-button:hover[b-bxq2ix82pc] {
        background-color: #732d91;
        text-decoration: none; /* ✅ Keeps it clean on hover too */
    }
/* _content/AmethystBoutiqueSalon/Components/Pages/Public/Home/Components/LocationSection.razor.rz.scp.css */
/*.location-section {
    text-align: center;
    padding: 50px 20px;
    background-color: var(--kendo-color-app-surface);
}

.location-details {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .location-details p {
        max-width: 300px;
        text-align: left;
        font-size: 1.1em;
        color: var(--kendo-color-on-app-surface);
    }

    .location-details .map {
        flex: 1;
    }
*/

.location-section[b-nzfv103ohi] {
    text-align: center;
    padding: 50px 20px;
    background-color: var(--kendo-color-app-surface); /* Using app surface for background */
}

.location-details[b-nzfv103ohi] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

    .location-details p[b-nzfv103ohi] {
        max-width: 300px;
        text-align: left;
        font-size: 1.1em;
        color: var(--kendo-color-on-app-surface); /* Using text color for app surface */
    }

    .location-details .map[b-nzfv103ohi] {
        flex: 1;
    }
