/* ============================================================
   Noakhali Zila Samity — Main Stylesheet
   ============================================================ */

:root {
    /* Primary theme colors */
    --primary-green: #18a957;
    --dark-green: #087a3d;
    --light-green: #eaf8f0;

    --primary-blue: #293b91;
    --dark-blue: #1f2f7a;
    --light-blue: #eef1ff;

    --primary-gold: #d9aa25;
    --light-gold: #fff7d6;

    --white: #ffffff;
    --dark-text: #1f2933;
    --light-text: #667085;

    --border-color: #e5e7eb;
    --section-bg: #f8faf9;
    --shadow-soft: 0 4px 18px #0000002d;

    --brand-blue: var(--primary-blue);
    --brand-blue-dark: var(--dark-blue);
    --brand-blue-darker: #121a4b;
    --brand-green: var(--primary-green);
    --brand-green-dark: var(--dark-green);
    --brand-gold: var(--primary-gold);

    --header-blue: var(--brand-green-dark);
    --header-blue-dark: #054d26;

    --bg-body: var(--section-bg);
    --bg-card: var(--white);
    --bg-soft: var(--light-green);
    --text-main: var(--dark-text);
    --text-muted: var(--light-text);
    --border-col: var(--border-color);
    --brand-white: var(--white);
    --brand-black: var(--dark-text);
    --text-light: #f4f6ff;
    --bg-white: var(--white);
    --bg-light: var(--light-green);
    --text-dark: var(--dark-text);
    --header-bg: var(--primary-green);
    --header-text: var(--white);
    --gold-dark: #b58c1e;

    --header-h: auto;
    --transition-fast: 0.25s ease;
    --transition-slow: 0.5s ease;
}

[data-theme="dark"] {
    --bg-body: #08101a;
    --bg-card: #111b2f;
    --bg-soft: #172644;
    --text-main: #e8edf8;
    --text-muted: #97a4c0;
    --border-col: #2e3c5a;
    --shadow-soft: 0 4px 18px #00000080;
    --brand-blue: #4560cc;
    --brand-blue-dark: #2f3f93;
    --brand-blue-darker: #081233;
    --brand-green: #24a964;
    --brand-green-dark: #0a5c3e;

    --brand-white: #e8edf8;
    --brand-black: #e8edf8;
    --text-light: #dce4f2;
    --bg-white: #111b2f;
    --bg-light: #172644;
    --text-dark: #e8edf8;
    --header-blue: #054d26;
    --header-blue-dark: #043a1c;
    --header-text: #ffffff;
    --gold-dark: #c9a740;
    --primary-gold: #d9aa25;
    --brand-gold: #d9aa25;
}

/* Dark mode specific overrides */
[data-theme="dark"] .site-footer {
    background: var(--bg-body);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .next-session-band {
    background: var(--brand-blue-darker);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
}

[data-theme="dark"] .update-strip {
    background: var(--brand-blue-darker);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .update-label {
    background: rgba(0, 0, 0, 0.3);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .btn-login {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
    box-shadow: 0 4px 14px rgba(217, 170, 37, 0.4);
}

[data-theme="dark"] .btn-login:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .mobile-login-btn {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
}

[data-theme="dark"] .mobile-toggle-btn {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--header-text);
}

[data-theme="dark"] .mobile-toggle-btn:hover {
    background: var(--bg-body);
    color: var(--brand-black);
    border-color: var(--brand-blue-darker);
}

[data-theme="dark"] .icon-btn-header {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--header-text);
}

[data-theme="dark"] .icon-btn-header:hover {
    background: var(--brand-gold);
    color: var(--brand-black);
    border-color: var(--brand-gold);
}

[data-theme="dark"] .lang-switch {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.3);
}

[data-theme="dark"] .lang-switch button {
    color: var(--header-text);
}

[data-theme="dark"] .lang-switch button.active {
    background: var(--brand-gold);
    color: var(--brand-black);
}

[data-theme="dark"] .hero-caption .btn-hero {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
    box-shadow: 0 10px 26px rgba(217, 170, 37, 0.4);
}

[data-theme="dark"] .hero-caption .btn-hero:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .official-card .btn-link-sm {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
    border-color: var(--brand-blue-darker);
}

[data-theme="dark"] .official-card .btn-link-sm:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .stat-card-btn {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
    border-color: var(--brand-blue-darker);
}

[data-theme="dark"] .stat-card-btn:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .blog-read-more {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
    border-color: var(--brand-blue-darker);
}

[data-theme="dark"] .blog-read-more:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .btn-view-gallery {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
}

[data-theme="dark"] .btn-view-gallery:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .back-to-top {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
}

[data-theme="dark"] .back-to-top:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .whatsapp-float {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
}

[data-theme="dark"] .whatsapp-float:hover {
    background: var(--bg-body);
    color: var(--brand-black);
}

[data-theme="dark"] .blog-swiper .swiper-button-prev-custom,
[data-theme="dark"] .blog-swiper .swiper-button-next-custom {
    background: var(--bg-body);
    color: var(--brand-green);
    border-color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .blog-swiper .swiper-button-prev-custom:hover,
[data-theme="dark"] .blog-swiper .swiper-button-next-custom:hover {
    background: var(--brand-green-dark);
    color: var(--brand-white);
    border-color: var(--brand-white);
}

[data-theme="dark"] .home-btn-circle {
    background: var(--brand-green-dark);
    border-color: var(--bg-white);
}

[data-theme="dark"] .cart-badge {
    background: var(--brand-black);
    color: var(--brand-black);
    border-color: var(--bg-body);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", "Noto Sans Bengali", sans-serif;
    background: var(--bg-body);
    color: var(--text-main);
    transition:
        background var(--transition-fast),
        color var(--transition-fast);
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", "Noto Sans Bengali", sans-serif;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    display: block;
}

.section-pad {
    padding: 60px 0;
}

@media (max-width: 768px) {
    .section-pad {
        padding: 36px 0;
    }
}

.container-head {
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 20px;
}

.container-xl {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ---------- Section Title ---------- */
.section-title {
    text-align: center;
    font-weight: 700;
    font-size: 1.9rem;
    margin-bottom: 34px;
    color: var(--primary-blue);
    position: relative;
}

.section-title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: var(--brand-gold);
    margin: 12px auto 0;
    border-radius: 4px;
}

/* ============================================================
   HEADER / NAV — single bar, colors derived from the Somiti logo
   ============================================================ */
.site-header {
    background: var(--brand-green-dark);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0;
    z-index: 9999;
}

[data-theme="dark"] .site-header {
    background: var(--bg-body);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 0;
}

.navbar-brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.navbar-brand-wrap img {
    width: 72px;
    height: 72px;
    background: var(--brand-white);
    border-radius: 50%;
    padding: 2px;
}

.brand-text-bn {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--header-text);
    line-height: 1.15;
    font-family: "Noto Sans Bengali", sans-serif;
}

.brand-text-en {
    font-size: 0.72rem;
    color: var(--brand-gold);
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
}

.main-nav {
    flex: 1;
    justify-content: center;
}

.main-nav-list {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    align-items: center;
}

.main-nav-list>li {
    position: relative;
}

.main-nav-list>li>a {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--header-text);
    padding: 12px 14px;
    font-weight: 500;
    font-size: 0.9rem;
    transition: background var(--transition-fast);
    white-space: nowrap;
    border-radius: 6px;
}

/* For 1280x800 and similar small laptop screens */
@media (max-width: 1280px) {
    .main-nav-list>li>a {
        padding: 6px 6px;
        font-size: 0.72rem;
        gap: 2px;
    }
}

.main-nav-list>li:hover>a,
.main-nav-list>li>a.active {
    background: rgba(255, 255, 255, 0.16);
}

.main-nav-list>li>a .chev {
    font-size: 0.65rem;
    transition: transform var(--transition-fast);
}

.main-nav-list>li:hover>a .chev {
    transform: rotate(180deg);
}

.dropdown-menu-custom {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: var(--bg-card);
    box-shadow: var(--shadow-soft);
    border-radius: 0 0 8px 8px;
    padding: 8px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: all var(--transition-fast);
    z-index: 99999;
    border-top: 3px solid var(--primary-blue);
}

.main-nav-list>li:hover .dropdown-menu-custom {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.dropdown-menu-custom a {
    display: block;
    padding: 9px 20px;
    color: var(--text-main);
    font-size: 0.9rem;
    transition: all var(--transition-fast);
}

.dropdown-menu-custom a:hover {
    background: var(--bg-soft);
    color: var(--primary-blue);
    padding-left: 24px;
}

.header-tools {
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.icon-btn-header {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: var(--header-text);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all var(--transition-fast);
    font-size: 0.95rem;
}

.icon-btn-header:hover {
    background: var(--brand-gold);
    color: var(--brand-black);
    border-color: var(--brand-gold);
}

.lang-switch {
    display: flex;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.lang-switch button {
    border: none;
    background: transparent;
    color: var(--header-text);
    padding: 6px 13px;
    font-size: 0.78rem;
    cursor: pointer;
    font-weight: 600;
    transition: all var(--transition-fast);
}

.lang-switch button.active {
    background: var(--brand-gold);
    color: var(--brand-black);
}

.btn-login {
    background: var(--brand-gold);
    color: var(--brand-black);
    font-weight: 700;
    font-size: 0.88rem;
    padding: 9px 22px;
    border-radius: 24px;
    box-shadow: 0 4px 14px rgba(217, 170, 37, 0.63);
    transition: all var(--transition-fast);
}

.btn-login:hover {
    background: var(--gold-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(217, 170, 37, 0.55);
    color: var(--brand-black);
}

.header-tools-mobile {
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
}

.mobile-toggle-btn {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.32);
    color: var(--header-text) !important;
    font-size: 1.4rem;
    width: 44px;
    height: 44px;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-toggle-btn:hover {
    background: var(--brand-gold);
    color: var(--brand-black) !important;
}

.mobile-toggle-btn.is-open {
    background: var(--brand-gold);
    color: var(--brand-black) !important;
    border-color: var(--brand-gold);
}

/* ============================================================
   MOBILE OFFCANVAS MENU
   ============================================================ */
.mobile-offcanvas {
    position: fixed;
    top: 0;
    right: -100%;
    width: 82%;
    max-width: 340px;
    height: 100%;
    background: var(--brand-green-dark);
    z-index: 2000;
    transition: right 0.35s ease;
    overflow-y: auto;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.3);
}

.mobile-offcanvas.open {
    right: 0;
}

.mobile-offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: var(--brand-green);
}

.mobile-offcanvas-header .brand {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--brand-white);
    font-weight: 700;
    font-size: 0.95rem;
}

.mobile-offcanvas-header img {
    width: 34px;
    height: 34px;
    background: var(--brand-white);
    border-radius: 50%;
    padding: 2px;
}

.mobile-close-btn {
    background: transparent;
    border: none;
    color: var(--brand-white);
    font-size: 1.4rem;
    cursor: pointer;
}

.mobile-accordion {
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.mobile-accordion>li {
    border-bottom: 1px solid var(--brand-white);
}

.mobile-accordion>li>a,
.mobile-accordion>li>.macc-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px;
    color: var(--text-light);
    font-weight: 500;
    cursor: pointer;
}

.mobile-accordion>li>.macc-toggle .chev {
    transition: transform var(--transition-fast);
}

.mobile-accordion>li.open>.macc-toggle .chev {
    transform: rotate(180deg);
}

.mobile-submenu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height var(--transition-fast);
    background: rgba(0, 0, 0, 0.15);
}

.mobile-accordion>li.open .mobile-submenu {
    max-height: 400px;
}

.mobile-submenu a {
    display: block;
    padding: 11px 34px;
    color: var(--text-light);
    font-size: 0.9rem;
}

.mobile-submenu a:hover {
    color: var(--brand-gold);
}

.mobile-login-btn {
    display: block;
    margin: 0 20px;
    text-align: center;
    background: var(--brand-gold);
    color: var(--brand-black);
    padding: 11px;
    border-radius: 24px;
    font-weight: 700;
}

.mobile-bottom-tools {
    padding: 14px 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px solid var(--brand-white);
}

.mobile-bottom-tools .lang-switch {
    align-self: center;
    transform: scale(0.85);
}

.offcanvas-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1900;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
}

.offcanvas-overlay.show {
    opacity: 1;
    visibility: visible;
}

/* Dark mode mobile menu */
[data-theme="dark"] .mobile-offcanvas {
    background: var(--bg-body);
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.5);
}

[data-theme="dark"] .mobile-offcanvas-header {
    background: var(--brand-blue-darker);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .mobile-accordion>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .mobile-accordion>li>a,
[data-theme="dark"] .mobile-accordion>li>.macc-toggle {
    color: var(--text-main);
}

[data-theme="dark"] .mobile-submenu {
    background: rgba(0, 0, 0, 0.3);
}

[data-theme="dark"] .mobile-submenu a {
    color: var(--text-muted);
}

[data-theme="dark"] .mobile-submenu a:hover {
    color: var(--brand-gold);
}

[data-theme="dark"] .mobile-login-btn {
    background: var(--brand-blue-darker);
    color: var(--brand-black);
}

[data-theme="dark"] .mobile-login-btn:hover {
    background: var(--bg-body);
}

[data-theme="dark"] .mobile-bottom-tools {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

[data-theme="dark"] .mobile-close-btn {
    color: var(--brand-white);
}

/* ============================================================
   HERO SLIDER
   ============================================================ */
.hero-slider {
    position: relative;
    background: var(--brand-green-dark);
}

.hero-slider .swiper-slide {
    height: 680px;
    position: relative;
    display: flex;
    align-items: center;
}

.hero-slider .swiper-slide img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-slider .slide-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.hero-caption {
    position: relative;
    z-index: 2;
    color: var(--brand-white);
    max-width: 660px;
    padding: 0 70px;
    margin-left: 150px;
}

.hero-caption h1 {
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.hero-caption p {
    font-size: 1.05rem;
    color: var(--text-light);
    margin-bottom: 26px;
}

.hero-caption .btn-hero {
    background: var(--brand-gold);
    color: var(--brand-black);
    padding: 14px 34px;
    border-radius: 30px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 10px 26px rgba(217, 170, 37, 0.63);
    transition: all var(--transition-fast);
}

.hero-caption .btn-hero:hover {
    background: var(--gold-dark);
    transform: translateY(-3px);
    box-shadow: 0 14px 30px rgba(217, 170, 37, 0.55);
    color: var(--brand-black);
}

.hero-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: linear-gradient(135deg,
            rgba(255, 255, 255, 0.22),
            rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: var(--brand-white);
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    cursor: pointer;
    transition: all var(--transition-fast);
    backdrop-filter: blur(6px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.25);
}

.hero-nav-btn:hover {
    background: var(--brand-green-dark);
    color: var(--brand-white);
    border-color: var(--brand-green-dark);
    transform: translateY(-50%) scale(1.08);
    box-shadow: 0 10px 26px rgba(24, 169, 87, 0.5);
}

.hero-prev {
    left: 26px;
}

.hero-next {
    right: 26px;
}

.hero-slider .swiper-pagination-bullet {
    background: var(--brand-white);
    opacity: 0.6;
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--brand-green);
    opacity: 1;
}

@media (max-width: 768px) {
    .hero-slider .swiper-slide {
        height: 460px;
    }

    .hero-caption {
        padding: 30px;
        margin-left: 0;
    }

    .hero-caption h1 {
        font-size: 1.2rem;
    }

    .hero-nav-btn {
        display: none;
    }

    .hero-prev {
        left: 12px;
    }

    .hero-next {
        right: 12px;
    }
}

/* ============================================================
   UPDATE TICKER
   ============================================================ */
.update-strip {
    background: var(--header-blue);
    color: var(--brand-white);
    display: flex;
    align-items: stretch;
    overflow: hidden;
}

.update-label {
    background: var(--header-blue-dark);
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 0.95rem;
    white-space: nowrap;
}

.update-track-wrap {
    flex: 1;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
}

.update-track {
    display: flex;
    white-space: nowrap;
    animation: ticker-scroll 86s linear infinite;
    padding-left: 100%;
}

.update-track-wrap:hover .update-track {
    animation-play-state: paused;
}

.update-track a {
    padding: 10px 40px;
    font-size: 0.88rem;
    color: var(--brand-white);
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    transition: color var(--transition-fast);
}

.update-track a:hover {
    color: var(--brand-gold);
}

@keyframes ticker-scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* ============================================================
   SPEAKER / OFFICIALS CARDS
   ============================================================ */
.official-card {
    background: var(--brand-green);
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px;
    height: 100%;
}

[data-theme="dark"] .official-card {
    background: var(--bg-card);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.official-card img {
    width: 200px;
    height: 200px;
    border-radius: 8px;
    object-fit: cover;
    background: var(--bg-soft);
}

.official-card h5 {
    margin: 0 0 3px;
    font-weight: 700;
    font-size: 1.05rem;
    color: var(--brand-white);
}

.official-card span {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 8px;
}

.official-card .btn-link-sm {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--brand-black);
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 20px;
    border: 2px solid var(--gold-dark);
    background: var(--brand-gold);
    border-radius: 6px;
    transition: all var(--transition-fast);
    width: 100%;
    justify-content: center;
}

.official-card .btn-link-sm:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--brand-black);
}

@media (max-width: 768px) {
    .official-card {
        display: block;
    }

    .official-card img {
        width: 100%;
        height: 300px;
        margin-bottom: 10px;
    }
}

/* ============================================================
   CALENDAR + RECENT ACTIVITY
   ============================================================ */
.panel-card {
    background: var(--bg-card);
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    padding: 22px;
    height: 100%;
}

.panel-card h4 {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--primary-blue);
}

.mini-cal-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.mini-cal-nav button {
    background: var(--bg-soft);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--primary-blue);
    font-weight: 700;
}

.mini-cal-nav .cal-title {
    font-weight: 700;
}

.mini-cal-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
    text-align: center;
}

.mini-cal-grid .cal-dow {
    font-size: 0.72rem;
    color: var(--text-muted);
    font-weight: 700;
    padding-bottom: 6px;
}

.cal-day {
    position: relative;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 0.85rem;
    cursor: default;
    transition: all var(--transition-fast);
}

.cal-day.has-event {
    cursor: pointer;
    font-weight: 600;
}

.cal-day.has-event:hover {
    background: var(--primary-blue);
    color: var(--brand-white);
}

.cal-day.today {
    background: var(--primary-blue);
    color: var(--brand-white);
    font-weight: 700;
}

.cal-day .evt-dot {
    position: absolute;
    bottom: 2px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary-blue);
}

.cal-day.today .evt-dot {
    background: var(--brand-white);
}

.cal-tooltip {
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    background: var(--dark-blue);
    color: var(--brand-white);
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 0.75rem;
    white-space: nowrap;
    z-index: 50;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}

.cal-day:hover .cal-tooltip {
    opacity: 1;
    visibility: visible;
    bottom: 120%;
}

.cal-legend {
    display: flex;
    gap: 14px;
    margin-top: 14px;
    font-size: 0.78rem;
    flex-wrap: wrap;
}

.cal-legend span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

.legend-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    display: inline-block;
}

.activity-tabs {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.activity-tabs button {
    border: 1px solid var(--border-col);
    background: transparent;
    color: var(--text-muted);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.8rem;
    cursor: pointer;
    font-weight: 600;
    transition: all var(--transition-fast);
}

.activity-tabs button.active {
    background: var(--primary-blue);
    color: var(--brand-white);
    border-color: var(--primary-blue);
}

/* Recent Activities — with scrollbar */
.activity-list-wrap {
    height: 300px;
    overflow-y: auto;
    position: relative;
    border: 1px solid var(--border-col);
    border-radius: 8px;
}

.activity-list-track {
    /* auto-scroll disabled; using native scrollbar instead */
}

.activity-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 13px 16px;
    border-bottom: 1px solid var(--border-col);
    transition: background var(--transition-fast);
}

.activity-row:hover {
    background: var(--bg-soft);
}

.activity-row-text {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

.activity-row-text a {
    font-size: 0.87rem;
    color: var(--text-main);
    line-height: 1.4;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-row-text a:hover {
    color: var(--primary-blue);
}

.activity-row .activity-date {
    font-size: 0.72rem;
    color: var(--text-muted);
}

.activity-row-actions {
    display: flex;
    gap: 6px;
    flex-shrink: 0;
}

.icon-btn-sm {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--bg-soft);
    border: 1px solid var(--border-col);
    color: var(--primary-blue);
    font-size: 0.85rem;
    transition: all var(--transition-fast);
}

.icon-btn-sm:hover {
    background: var(--primary-blue);
    color: var(--brand-white);
    border-color: var(--primary-blue);
}

.icon-btn-sm.pdf {
    color: var(--brand-gold);
}

.icon-btn-sm.pdf:hover {
    background: var(--brand-gold);
    color: var(--brand-white);
    border-color: var(--brand-gold);
}

/* ============================================================
   MEMBERS SECTION
   ============================================================ */
.members-section .row {
    display: flex;
    flex-wrap: wrap;
}

.members-section .col-lg-6 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .members-section .col-lg-6 {
        width: 50%;
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.electoral-summary {
    background: var(--bg-white);
    border-radius: 10px;
    box-shadow: var(--shadow-soft);
    padding: 30px;
    border-top: 4px solid var(--primary-blue);
}

.electoral-title {
    font-weight: 700;
    font-size: 1.5rem;
    margin-bottom: 16px;
    color: var(--text-main);
}

.electoral-desc {
    color: var(--text-muted);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 24px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.stat-card {
    background: var(--bg-light);
    border-radius: 10px;
    padding: 22px 24px;
    transition: all var(--transition-fast);
    border-left: 3px solid var(--primary-blue);
    text-align: center;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.stat-label {
    font-size: 0.85rem;
    color: var(--text-muted);
    font-weight: 600;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.stat-value {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--dark-blue);
    line-height: 1.2;
}

.stat-card-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 12px;
    width: 100%;
    padding: 10px 14px;
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--brand-black);
    background: var(--brand-gold);
    border: 1.5px solid var(--gold-dark);
    border-radius: 8px;
    transition: all var(--transition-fast);
}

.stat-card-btn:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--brand-black);
    transform: translateY(-1px);
}

/* ============================================================
   NEXT SESSION
   ============================================================ */
.next-session-band {
    background: var(--brand-green);
    color: var(--brand-white);

    padding: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 36px;
    flex-wrap: wrap;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4);
}

.next-session-icon {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    border: 2px solid rgba(255, 255, 255, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2.2rem;
    flex-shrink: 0;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
}

.next-session-icon small {
    font-size: 1.72rem;
    margin-top: 6px;
    color: var(--text-light);
    font-weight: 600;
}

.next-session-text h3 {
    font-weight: 700;
    font-size: 2.9rem;
    margin-bottom: 10px;
    color: var(--brand-white);
}

.next-session-text p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 520px;
    margin-bottom: 20px;
}

.next-session-time {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
}

.next-session-time .badge-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================
   BLOG / BUSINESS SLIDER
   ============================================================ */
.blog-swiper {
    padding-bottom: 46px;
}

.blog-card {
    background: var(--bg-white);
    border-radius: 16px;
    box-shadow: 0 8px 30px rgba(24, 169, 87, 0.12);
    height: 100%;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-col);
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 16px 48px rgba(24, 169, 87, 0.18);
    border-color: var(--primary-blue);
}

.blog-card-image {
    width: 100%;
    height: 220px;
    overflow: hidden;
    position: relative;
    background: var(--bg-soft);
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.blog-card:hover .blog-card-image img {
    transform: scale(1.08);
}

.blog-card-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
    text-align: left;
}

.blog-card-content h5 {
    font-weight: 700;
    font-size: 1.15rem;
    margin-bottom: 12px;
    color: var(--text-main);
}

.blog-card-content p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.blog-read-more {
    color: var(--brand-black);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 10px 20px;
    background: var(--brand-gold);
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all var(--transition-fast);
    text-decoration: none;
    align-self: flex-start;
    border: 2px solid var(--gold-dark);
}

.blog-read-more:hover {
    background: var(--gold-dark);
    border-color: var(--gold-dark);
    color: var(--brand-black);
    transform: translateX(4px);
}

.blog-swiper .swiper-button-prev-custom,
.blog-swiper .swiper-button-next-custom {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: var(--brand-white);
    box-shadow:
        0 10px 28px rgba(24, 169, 87, 0.25),
        0 2px 10px rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: var(--primary-blue);
    font-size: 1.3rem;
    position: absolute;
    bottom: 20px;
    top: auto;
    z-index: 10;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.blog-swiper .swiper-button-prev-custom:hover,
.blog-swiper .swiper-button-next-custom:hover {
    background: var(--primary-blue);
    color: var(--brand-white);
    border-color: var(--brand-white);
    transform: scale(1.12);
    box-shadow:
        0 14px 36px rgba(24, 169, 87, 0.45),
        0 4px 14px rgba(0, 0, 0, 0.2);
}

.swiper-button-prev-custom {
    left: calc(50% - 60px);
}

.swiper-button-next-custom {
    right: calc(50% - 60px);
}

@media (max-width: 768px) {
    .blog-card-image {
        height: 180px;
    }

    .blog-card-content {
        padding: 20px;
    }

    .blog-card-content h5 {
        font-size: 1.05rem;
    }

    .blog-card-content p {
        font-size: 0.85rem;
    }

    .blog-read-more {
        font-size: 0.85rem;
        padding: 8px 16px;
    }

    .blog-swiper .swiper-button-prev-custom,
    .blog-swiper .swiper-button-next-custom {
        width: 44px;
        height: 44px;
        font-size: 1rem;
    }

    .swiper-button-prev-custom {
        left: calc(50% - 52px);
    }

    .swiper-button-next-custom {
        right: calc(50% - 52px);
    }
}

@media (max-width: 576px) {
    .blog-card-image {
        height: 160px;
    }

    .blog-card-content {
        padding: 16px;
    }

    .blog-card-content h5 {
        font-size: 1rem;
    }

    .blog-card-content p {
        font-size: 0.82rem;
    }

    .blog-swiper .swiper-button-prev-custom,
    .blog-swiper .swiper-button-next-custom {
        width: 40px;
        height: 40px;
        font-size: 0.95rem;
    }

    .swiper-button-prev-custom {
        left: calc(50% - 48px);
    }

    .swiper-button-next-custom {
        right: calc(50% - 48px);
    }
}

/* ============================================================
   FOOTER
   ============================================================ */
.site-footer {
    background: var(--brand-green-dark);
    color: var(--brand-white);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
}

.footer-top {
    padding: 50px 0 30px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.footer-brand img {
    width: 82px;
    height: 82px;
    border-radius: 100%;
}

.footer-brand h5 {
    color: var(--brand-white);
    font-weight: 700;
    margin: 0;
    font-size: 1.15rem;
}

.site-footer h6 {
    color: var(--brand-white);
    font-weight: 700;
    margin-bottom: 16px;
    font-size: 0.95rem;
}

.site-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer ul li {
    margin-bottom: 9px;
}

.site-footer ul li a {
    color: var(--brand-white);
    font-size: 0.88rem;
    transition: color var(--transition-fast);
}

.site-footer ul li a:hover {
    color: var(--brand-gold);
    padding-left: 4px;
}

.footer-desc {
    font-size: 0.85rem;
    line-height: 1.7;
    color: var(--brand-white);
}

.social-row {
    display: flex;
    gap: 10px;
    margin-top: 16px;
}

.social-row a {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-white);
    transition: all var(--transition-fast);
}

.social-row a:hover {
    background: var(--brand-gold);
    color: var(--brand-black);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 16px 10px;
    font-size: 0.8rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
}

.footer-bottom a {
    color: var(--brand-gold);
}

/* ============================================================
   MISC / RESPONSIVE
   ============================================================ */
.back-to-top {
    position: fixed;
    bottom: 26px;
    left: 26px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: var(--brand-gold);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-soft);
    z-index: 900;
    opacity: 0;
    visibility: hidden;
    transition: all var(--transition-fast);
    cursor: pointer;
    border: none;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.back-to-top:hover {
    background: var(--gold-dark);
    color: var(--brand-black);
}

@media (max-width: 991px) {
    .site-header {
        display: none;
    }

    .main-nav-list {
        display: none;
    }

    .mobile-toggle-btn {
        display: block;
    }

    .next-session-band {
        padding: 60px;
    }

    .next-session-icon {
        width: 200px;
        height: 200px;
        font-size: 1.5rem;
    }

    /* Hide back-to-top on mobile */
    .back-to-top {
        display: none !important;
    }
}

@media (max-width: 576px) {
    .navbar-brand-wrap img {
        width: 46px;
        height: 46px;
    }

    .brand-text-bn {
        font-size: 1.05rem;
    }

    .brand-text-en {
        font-size: 0.68rem;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .next-session-text h3 {
        font-size: 1.9rem;
    }

    .next-session-icon small {
        font-size: 1.2rem;
    }

    /* Members section mobile responsive */
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .electoral-summary {
        padding: 20px;
    }

    .electoral-title {
        font-size: 1.25rem;
    }

    .electoral-desc {
        font-size: 0.88rem;
    }

    .stat-card {
        padding: 18px 20px;
    }

    .stat-value {
        font-size: 1rem;
    }

    .member-card-image {
        max-width: 100%;
        height: auto;
    }
}

@media (max-width: 991px) {
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .electoral-summary {
        padding: 24px;
    }

    /* Members section image responsive */
    .panel-card img {
        max-width: 100%;
        height: auto;
    }
}

/* Ensure Members section cards don't overflow on any mobile device */
@media (max-width: 768px) {
    .col-lg-6 .panel-card {
        overflow: hidden;
    }

    .col-lg-6 .panel-card img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

/* ============================================================
   MOBILE BOTTOM NAVIGATION
   ============================================================ */
.mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 64px;
    background: var(--bg-white);
    border-top: 1px solid var(--border-col);
    display: flex;
    align-items: center;
    justify-content: space-around;
    z-index: 1040;
    padding: 0 8px;
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
}

[data-theme="dark"] .mobile-bottom-nav {
    background: #111b2f;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-nav-btn {
    background: transparent;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: var(--text-muted);
    font-size: 0.68rem;
    font-weight: 600;
    min-width: 56px;
    height: 64px;
    cursor: pointer;
    transition: all var(--transition-fast);
    position: relative;
    padding: 0;
    font-family: "Inter", "Noto Sans Bengali", sans-serif;
}

[data-theme="dark"] .bottom-nav-btn {
    color: var(--text-muted);
}

.bottom-nav-btn i {
    font-size: 1.25rem;
    line-height: 1;
}

.bottom-nav-btn:active {
    transform: scale(0.95);
}

.bottom-nav-center {
    position: relative;
    top: -18px;
}

.home-btn-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand-green);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--brand-white);
    box-shadow: 0 4px 12px rgba(24, 169, 87, 0.72);
    border: 3px solid var(--brand-white);
    transition: all var(--transition-fast);
}

[data-theme="dark"] .home-btn-circle {
    background: var(--brand-green-dark);
    box-shadow: 0 4px 12px rgba(10, 92, 62, 0.72);
}

.home-btn-circle i {
    font-size: 1.4rem;
    color: var(--brand-white);
}

.bottom-nav-center:active .home-btn-circle {
    transform: scale(0.94);
}

.cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.cart-badge {
    position: absolute;
    top: -6px;
    right: -10px;
    background: var(--brand-gold);
    color: var(--brand-white);
    font-size: 0.62rem;
    font-weight: 700;
    min-width: 18px;
    height: 18px;
    border-radius: 9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    border: 2px solid var(--brand-white);
    line-height: 1;
}

[data-theme="dark"] .cart-badge {
    border-color: #111b2f;
}

/* Add padding at the bottom of the page so content isn't hidden behind bottom nav */
@media (max-width: 991px) {
    body {
        padding-bottom: 64px;
    }
}

/* ============================================================
   WHATSAPP FLOATING BUTTON
   ============================================================ */
.whatsapp-float {
    position: fixed;
    bottom: 80px;
    right: 16px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: var(--brand-gold);
    color: var(--brand-black);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    z-index: 1050;
    transition: transform var(--transition-fast);
    text-decoration: none;
}

.whatsapp-float i {
    font-size: 1.8rem;
    color: var(--brand-black);
}

.whatsapp-float:hover {
    transform: scale(1.08);
    background: var(--gold-dark);
    color: var(--brand-black);
}

@media (min-width: 992px) {
    .whatsapp-float {
        bottom: 24px;
        right: 24px;
        width: 60px;
        height: 60px;
    }

    .whatsapp-float i {
        font-size: 2rem;
    }
}

/* ============================================================
   CONTACT FLOATING BUTTON WITH DROPDOWN
   ============================================================ */
.contact-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1050;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 12px;
}

.contact-float-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: var(--brand-gold);
    border: 3px solid var(--bg-white);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(24, 169, 87, 0.72);
    transition: all var(--transition-fast);
}

.contact-float-btn:hover {
    background: var(--primary-gold);
    transform: scale(1.08);
    color: var(--brand-gold);
}

.contact-float-btn i {
    font-size: 1.6rem;
    color: white;
}

.contact-float-menu {
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px) scale(0.9);
    transition: all var(--transition-fast);
    transform-origin: bottom right;
}

.contact-float-menu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.contact-float-item {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--bg-white);
    border: 2px solid var(--brand-blue);
    color: var(--brand-blue-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    transition: all var(--transition-fast);
    text-decoration: none;
}

.contact-float-item:hover {
    background: var(--brand-blue-dark);
    color: var(--brand-white);
    transform: scale(1.1);
}

.contact-float-item i {
    font-size: 1.4rem;
    color: var(--brand-green-dark);
}

.contact-float-item i:hover {
    font-size: 1.4rem;
    color: white;
}

/* Contact float positioning for different screen sizes */
@media (max-width: 991px) {
    .contact-float {
        bottom: 80px;
        right: 12px;
    }

    .contact-float-btn {
        width: 50px;
        height: 50px;
    }

    .contact-float-btn i {
        font-size: 1.4rem;
    }

    .contact-float-item {
        width: 44px;
        height: 44px;
    }

    .contact-float-item i {
        font-size: 1.2rem;
    }
}

/* Dark mode styles */
[data-theme="dark"] .contact-float-btn {
    background: var(--brand-blue);
    border-color: var(--bg-light);
    color: var(--brand-gold);
}

[data-theme="dark"] .contact-float-btn:hover {
    background: var(--brand-blue-dark);
    color: var(--brand-gold);
}

[data-theme="dark"] .contact-float-item {
    background: var(--bg-card);
    border-color: var(--brand-gold);
    color: var(--brand-gold);
}

[data-theme="dark"] .contact-float-item:hover {
    background: var(--brand-gold);
    color: var(--brand-white);
}

/* Show contact menu on hover for desktop */
@media (min-width: 992px) {
    .contact-float:hover .contact-float-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0) scale(1);
    }
}

/* ============================================================
   MODAL LAYOUT FIX - 2 Row Structure
   ============================================================ */

/* Row 1: Force 2 columns for info cards */
.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 20px;
}

/* Row 2: Full width biography card styling */
.biography-card {
    width: 100%;
    margin-top: 20px;
    background: var(--bg-card);
    border-radius: 12px;
    padding: 24px;
    box-shadow: var(--shadow-soft);
    border: 1px solid var(--border-col);
}

.biography-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--primary-green);
}

.biography-header i {
    font-size: 1.3rem;
    color: var(--primary-blue);
}

.biography-header h4 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-blue);
    font-family: 'Poppins', 'Noto Sans Bengali', sans-serif;
}

.biography-content {
    font-size: 0.95rem;
    line-height: 1.8;
    color: var(--text-main);
}

.biography-content p {
    margin: 0;
}

/* Mobile Responsive: Stack info cards vertically on small screens */
@media (max-width: 768px) {
    .info-cards-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .biography-card {
        padding: 18px;
        margin-top: 16px;
    }
}

/* Hide Google Translate Toolbar */
.skiptranslate iframe,
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.goog-te-banner-frame.skiptranslate {
    display: none !important;
    visibility: hidden !important;
}
body {
    top: 0px !important; 
    position: relative !important;
}
