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;
}

/* 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;
    }

}