html {
    overscroll-behavior-x: none;
    scroll-behavior: smooth;
}

body {
    overflow-x: hidden;
    overscroll-behavior-y: auto;
}

.sec-1-home-1 {
    padding-top: 40px;
}

.sidebar-brand,
.ss-logo {
    width: 165px;
    height: auto;
}

/* .ss-about-image {
    width: 500px !important;
    height: auto !important;
} */

.ss-event-promotion-wrapper {
    width: 182px;
    height: 234px;
    overflow: hidden;
}

.ss-event-promotion-wrapper1 {
    width: 134px;
    height: 173px;
    overflow: hidden;
}

.ss-event-promotion-wrapper1 img,
.ss-event-promotion-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* acts like background-size: cover */
    object-position: center;
    display: block;
}

.ss-footer-logo {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0 auto;
}

.ss-footer-text {
    margin: 0 15px;
    text-align: center;
    /* text-align-last: center; */
}

.navbar.style-2 {
    position: relative;
}

/* Logo always centered */
.navbar.style-2 .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.dark-light-switcher {
    transition: none !important;
}

/* .article.card-1 .card-body,
.navbar.style-2,
.navbar {
  background-color: rgba(255, 255, 255, 0.92);
} */

.navbar.style-2,
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transform: translateY(0);
    backface-visibility: hidden;
}

.article.card-1 .card-body,
.navbar.style-2,
.navbar {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
}

.sidebar-left {
    z-index: 9999;
}

.navbar.navbar-stick {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.card-body .card-text {
    margin-right: 30px;
}

.curve-one {
    display: none;
}

.sec-1-about h2 {
    font-size: 60px;
}


.qr-image {
    width: 300px;
    height: auto;
}

.ss-promote-event {
    /* justify-items: center; */
    text-align: center;
    color: gray;
}

.ss-promote-event .block-title h4 {
    font-size: 40px;
}

.ss-promote-event p {
    font-size: 14px;
}



/* Article -------- */
/* Article -------- */
/* Article -------- */
/* Article -------- */
/* Article -------- */

.article_main_img {
    width: 100%;
    max-width: 770px;
    /* laptop / normal screens */
    height: auto;
    display: block;
}

.ss_article_title .ss_article_conclusion,
.ss_article_title h3 {
    font-size: 38px;
}



/* Tablet */
@media (max-width: 992px) {
    .article_main_img {
        max-width: 640px;
    }

    .ss_article_title .ss_article_conclusion,
    .ss_article_title h3 {
        font-size: 24px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .article_main_img {
        max-width: 100%;
    }
}


/* Cookies ------ ################# */
/* Cookie Consent Banner */
.cookie-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 14px 18px;
    font-size: 14px;
    display: none;
    z-index: 9999;
    background: rgba(17, 17, 17, 0.95);
    backdrop-filter: blur(4px);
}

.cookie-banner__inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

.cookie-banner__text {
    flex: 1;
    line-height: 1.4;
}

.cookie-banner__actions {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    padding: 6px 14px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 14px;
}

.cookie-btn--accept {
    background: #fff;
    color: #000;
    border: none;
}

.cookie-btn--reject {
    background: transparent;
    color: #fff;
    border: 1px solid #777;
}

/* Legal pages */

.legal-page,
.legal-page * {
    filter: none !important;
}

.legal-page {
    padding: 48px 16px;
}

.legal-container {
    max-width: 900px;
    margin: 0 auto;
}

.legal-header {
    margin-bottom: 18px;
}

.legal-title {
    margin: 0 0 6px 0;
    font-size: 34px;
    line-height: 1.2;
}

.legal-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
}

.legal-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 14px;
    padding: 22px;
}

.legal-card h2 {
    margin: 20px 0 8px;
    font-size: 18px;
}

.legal-card h3 {
    margin: 14px 0 6px;
    font-size: 16px;
}

.legal-card p,
.legal-card li {
    color: rgba(0, 0, 0, 0.78);
    line-height: 1.65;
    font-size: 15px;
}

.legal-card ul {
    padding-left: 18px;
    margin: 10px 0 0;
}

.legal-actions {
    margin: 14px 0 6px;
    padding: 14px;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
}

.legal-btn {
    display: inline-block;
    border: none;
    border-radius: 10px;
    padding: 10px 14px;
    cursor: pointer;
    background: #111;
    color: #fff;
    font-size: 14px;
}

.legal-note {
    margin: 10px 0 0;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.6);
}

/* =========================
   Dark Mode – Legal Pages
   ========================= */

[data-bs-theme="dark"] .legal-subtitle {
    color: rgba(255, 255, 255, 0.65);
}

[data-bs-theme="dark"] .legal-card {
    background: #141414;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.45);
}

[data-bs-theme="dark"] .legal-card h2,
[data-bs-theme="dark"] .legal-card h3 {
    color: #ffffff;
}

[data-bs-theme="dark"] .legal-card p,
[data-bs-theme="dark"] .legal-card li {
    color: rgba(255, 255, 255, 0.82);
}

[data-bs-theme="dark"] .legal-actions {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

[data-bs-theme="dark"] .legal-btn {
    background: #ffffff;
    color: #0e0e0f;
}

[data-bs-theme="dark"] .legal-note {
    color: rgba(255, 255, 255, 0.6);
}


/* ---------------------Scereen Options ---------- */

/* Hide hamburger on horizontal & larger screens */
@media (min-width: 992px) {
    .navbar-toggler {
        display: none !important;
    }
}

/* Mobile / vertical tablet */
@media (max-width: 991.98px) {

    /* Move ONLY the theme switcher to the left */
    .dark-light-switcher {
        position: absolute;
        left: 16px;
    }

    /* Keep hamburger on the right */
    .navbar-toggler {
        position: absolute;
        right: 16px;
    }

    .sec-1-home-1 {
        padding-top: 30px;
    }
}

/* Ensure hamburger shows on mobile / vertical tablet */
@media (max-width: 991.98px) {
    .navbar-toggler {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 767.98px) {
    .ss-footer-menu {
        margin-left: 10px;
        margin-top: -50px;
    }

    .bottom-footer2 p {
        font-size: 16px;
        text-align: center;
    }

    .sec-1-about h2 {
        font-size: 40px;
    }

    .sec-1-about p {
        font-size: 14px;
    }

    .ss-promote-event .block-title h4 {
        font-size: 28px;
    }

    .ss-hero-title h1 {
        font-size: 30px;
    }

}

@media (max-width: 480px) {
    .cookie-banner__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-banner__actions {
        width: 100%;
        justify-content: flex-end;
    }
}

@media (max-width: 480px) {
    .legal-title {
        font-size: 28px;
    }

    .legal-card {
        padding: 18px;
    }
}