/* Custom Theme Styles for Vakna Blossom Garden */

body {
    background-color: #141414;
    color: #999999;
    font-size: 15px;
    line-height: 1.8;
    font-family: 'Mukta', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #ffffff;
    font-family: 'Pirata One', cursive;
    font-weight: normal;
    letter-spacing: 1px;
}

.bg-overlay {
    background: rgba(17, 17, 17, 0.6);
}

[x-cloak] {
    display: none !important;
}

.butn {
    background: transparent;
    border: 1px solid #991b1f;
    color: #fff;
    padding: 12px 30px;
    font-family: 'Mukta', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.3s;
    display: inline-block;
    cursor: pointer;
}

.butn:hover {
    background: #991b1f;
    color: #fff;
}

.butn-dark {
    border: 1px solid #991b1f;
    background: #991b1f;
    font-family: 'Mukta', sans-serif;
    font-size: 15px;
    color: #fff;
}

.butn-dark:hover {
    background: transparent;
    color: #991b1f;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #141414;
}

::-webkit-scrollbar-thumb {
    background: #333;
}

::-webkit-scrollbar-thumb:hover {
    background: #991b1f;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader-circle {
    width: 50px;
    height: 50px;
    border: 3px solid #222;
    border-top-color: #991b1f;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Safari & Layout Hardening */
.bg-fixed {
    background-attachment: scroll !important;
}

@media (min-width: 1024px) {
    .bg-fixed {
        background-attachment: fixed !important;
    }
}

section {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.grid {
    display: grid;
}

img {
    max-width: 100%;
    height: auto;
}

/* WordPress Core Layout Overrides */
.entry-content p {
    margin-bottom: 1.5rem;
}

.entry-content a {
    color: #991b1f;
    text-decoration: underline;
}

.entry-content h1, .entry-content h2, .entry-content h3 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}
