body {
    background-color: #121212;
    background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('https://w.wallhaven.cc/full/8o/wallhaven-8okyoy.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #e0e0e0;
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
.card-title {
    font-family: 'Cinzel', serif;
}

.text-gold {
    color: #c5a059;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
}

.quiz-card {
    background-color: rgba(20, 20, 20, 0.85);
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s, box-shadow 0.2s;
}

.quiz-card:hover {
    transform: translateY(-2px);
    border-color: #c5a059;
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.2);
}

.card-title {
    color: #c5a059;
    border-bottom: 1px solid #444;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-weight: 700;
}

.form-check {
    padding-left: 2.5em;
    /* Check this if needed for bootstrap compatibility, usually it handles it */
    margin-bottom: 10px;
}

.form-check-input {
    background-color: transparent;
    border: 2px solid #666;
    width: 1.3em;
    height: 1.3em;
    margin-top: 0.1em;
}

.form-check-input:checked {
    background-color: #c5a059;
    border-color: #c5a059;
}

.form-check-label {
    font-size: 1.15rem;
    cursor: pointer;
    transition: all 0.2s;
    color: #cccccc;
}

.form-check-input:checked+.form-check-label {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
}

.btn-gold {
    background-color: #c5a059;
    color: #121212;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    border: 2px solid #8a6d3b;
    padding: 15px 50px;
    text-transform: uppercase;
    letter-spacing: 2px;
    transition: all 0.3s;
}

.btn-gold:hover {
    background-color: #e6c885;
    color: #000;
    box-shadow: 0 0 20px rgba(197, 160, 89, 0.6);
    transform: scale(1.05);
}

.result-card {
    background: linear-gradient(135deg, rgba(10, 10, 10, 0.95), rgba(30, 30, 30, 0.95));
    border: 2px solid #c5a059;
    border-radius: 15px;
    box-shadow: 0 0 50px rgba(197, 160, 89, 0.2);
    width: 100%;
    /* Ensure it takes full width of the column */
}

/* AdSense Containers */
.ad-container {
    background-color: rgba(30, 30, 30, 0.4);
    border: 1px dashed #444;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.ad-label {
    font-family: 'Lato', sans-serif;
    font-size: 0.65rem;
    color: #666;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.ad-banner-top {
    min-height: 100px;
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
}

.ad-sidebar {
    min-height: 250px;
}

.ad-sidebar-bottom {
    min-height: 600px;
}

.ad-inline-results {
    border-color: #c5a059;
    background-color: rgba(197, 160, 89, 0.05);
}

/* Layout Adjustments */
.main-quiz-area {
    padding-right: 2rem;
}

.sidebar-ad-area {
    border-left: 1px solid rgba(197, 160, 89, 0.1);
    padding-left: 2rem;
}

@media (max-width: 991.98px) {
    .main-quiz-area {
        padding-right: 0.75rem;
    }

    .sidebar-ad-area {
        border-left: none;
        border-top: 1px solid rgba(197, 160, 89, 0.1);
        padding-left: 0.75rem;
        padding-top: 3rem;
    }
}

.display-1 {
    font-size: 5rem;
}

/* Navigation & UI Components */
.bg-dark-custom {
    background-color: #050505 !important;
    border-bottom: 1px solid #c5a059;
}

.cinzel-font {
    font-family: 'Cinzel', serif;
}

.quiz-hero {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
        url('https://images.unsplash.com/photo-1506466010722-395aa2bef877?auto=format&fit=crop&q=80&w=1200');
    background-size: cover;
    background-position: center;
    border: 2px solid #c5a059;
    border-radius: 10px;
    margin-top: 2rem;
}

/* Social Share Buttons */
.share-results-area .btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
}

.share-results-area .btn:hover {
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(197, 160, 89, 0.5);
}

.btn-share-tw {
    background-color: #1DA1F2;
    color: white;
}

.btn-share-fb {
    background-color: #4267B2;
    color: white;
}

.btn-share-wa {
    background-color: #25D366;
    color: white;
}

.site-footer {
    border-top: 2px solid #c5a059;
}

.social-footer a {
    color: #c5a059;
    transition: color 0.3s ease;
}

/* Footer Social Buttons */
.btn-share-tw-sm,
.btn-share-fb-sm,
.btn-share-wa-sm,
.btn-share-ig-sm {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    color: white;
    font-size: 1.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.btn-share-tw-sm {
    background-color: #1DA1F2;
}

.btn-share-fb-sm {
    background-color: #4267B2;
}

.btn-share-wa-sm {
    background-color: #25D366;
}

.btn-share-ig,
.btn-share-ig-sm {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    color: white !important;
}

.btn-share-tw-sm:hover,
.btn-share-fb-sm:hover,
.btn-share-wa-sm:hover,
.btn-share-ig-sm:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.border-gold {
    border: 3px solid #c5a059;
}