        .expo-header-2025 * { margin: 0; padding: 0; box-sizing: border-box; }
        .expo-header-2025 {
            position: relative;
            overflow: hidden;
            isolation: isolate;
            font-family: 'Montserrat', sans-serif;
            background: #000;
            color: #fff;
            z-index: 9999;
        }
        .expo-header-2025 + * { margin-top: 152px !important; }
        @media (max-width: 768px) { .expo-header-2025 + * { margin-top: 90px !important; } }
        /* ==================== FIXED VIDEO BACKGROUND ==================== */
        .expo-header-2025 .video-wrapper {
            position: relative;
            width: 100vw;
            height: 110vh;
            overflow: hidden;
            margin-top: -90px;
            
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
        }
		
		/* Perfectly center-crop the video without cutting the top */
.expo-header-2025 .background-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none !important;
}
		
		
        .expo-header-2025 .local-video {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
        }
        .expo-header-2025 .desktop-video iframe,
        .expo-header-2025 .mobile-video iframe {
            position: absolute;
            top: 0; left: 0;
            width: 100%;
            height: 100%;
            border: none;
        }
        .expo-header-2025 .desktop-video { display: block; }
        .expo-header-2025 .mobile-video { display: none; }
        @media (max-width: 768px) {
            .expo-header-2025 .video-wrapper { height: 102vh !important; }
            .expo-header-2025 .desktop-video { display: none !important; }
            .expo-header-2025 .mobile-video { display: block !important; }
            .expo-header-2025 .mobile-video iframe {
                top: 50% !important;
                left: 50% !important;
                width: 100vw !important;
                height: 177.78vw !important;
                min-height: 100vh !important;
                transform: translate(-50%, -50%) !important;
            }
        }
        
        .expo-header-2025 .bottom-center-buttons {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            gap: 50px;
            z-index: 99;
        }
        .expo-header-2025 .btn-explore {
            padding: 10px 32px;
            background: #fff;
            color: #000;
            border-radius: 50px;
            font-weight: 450;
            text-decoration: none;
            text-transform: uppercase;
            letter-spacing: 1.9px;
            font-size: 15px;
			box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
        }
        @media(max-width: 768px){
            .expo-header-2025 .bottom-center-buttons { bottom: 30px; }
            .expo-header-2025 .btn-explore {
                padding: 12px 36px !important;
                font-size: 13.5px !important;
                letter-spacing: 1.7px !important;
            }
        }
        .expo-header-2025 .header-container {
            position: fixed;
            top: 0; left: 0;
            width: 100%;
            z-index: 9999;
            transition: transform 0.35s ease;
        }
        .expo-header-2025 .header-container > * { pointer-events: auto; }
        @media (max-width: 768px) {
            .expo-header-2025 .header-container.hide { transform: translateY(-100%); }
        }
        .expo-header-2025 .top-strip {
            background: rgba(0,0,0,0.88);
            backdrop-filter: blur(8px);
            padding: 6px 30px !important;
            font-size: 12.5px !important;
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #fff;
            min-height: 40px;
            height: 40px;
        }
        .expo-header-2025 .top-left, .expo-header-2025 .top-right {
            display: flex;
            align-items: center;
            gap: 24px;
        }
        .expo-header-2025 .top-right a {
            display: flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            color: #fff;
            font-weight: 500;
            font-size: 12.5px;
        }
        .expo-header-2025 .top-right a:nth-child(1) i { color: #25D366; }
        /* Google Translate Desktop */
        .expo-header-2025 #google_translate_element { display: inline-block; }
        .expo-header-2025 .goog-te-gadget-simple {
            background: transparent !important;
            border: 1.4px solid rgba(255,255,255,0.3) !important;
            border-radius: 20px !important;
            padding: 5px 12px !important;
            font-size: 12px !important;
            color: #fff !important;
            font-weight: 500 !important;
            cursor: pointer;
            transition: 0.3s;
        }
        .expo-header-2025 .goog-te-gadget-simple:hover {
            background: rgba(255,255,255,0.1) !important;
            border-color: #79be58 !important;
        }
        .expo-header-2025 .goog-te-gadget-simple img { display: none !important; }
        .goog-te-gadget-simple,
        .goog-te-gadget-simple *,
        .goog-te-menu-value,
        .goog-te-menu-value span,
        .goog-te-menu-value span:first-child + span,
        .goog-te-menu-value * {
            color: #ffffff !important;
            font-weight: 500 !important;
        }
        .goog-te-menu-value span:first-child { display: none !important; }
        .goog-te-menu-value::before {
            content: "Translate" !important;
            color: #ffffff !important;
        }
        .expo-header-2025 .navbar {
            background: rgba(255,255,255,0.09);
            backdrop-filter: blur(16px);
            border-bottom: 1px solid rgba(255,255,255,0.15);
            padding: 8px 40px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 45px;
            border-radius: 0 0 10px 10px;
            transition: all 0.4s ease;
        }
        @media (max-width: 768px) {
            .expo-header-2025 .navbar {
                padding: 10px 20px !important;
                height: 70px !important;
                justify-content: center;
                border-radius: 0 !important;
                background: transparent !important;
                backdrop-filter: none !important;
                box-shadow: none !important;
                border-bottom: none !important;
            }
            .expo-header-2025 .navbar.scrolled { background: #ffffff !important; }
            .expo-header-2025 .navbar.scrolled .mobile-left i,
            .expo-header-2025 .navbar.scrolled .mobile-right i { color: #000 !important; }
        }
        @media(min-width: 769px) {
            .expo-header-2025 .navbar.scrolled {
                background: #ffffff !important;
                backdrop-filter: none !important;
            }
            .expo-header-2025 .navbar.scrolled a,
            .expo-header-2025 .navbar.scrolled span,
            .expo-header-2025 .navbar.scrolled i { color: #000 !important; }
        }
        .expo-header-2025 .desktop-logo img { height: 22px; width: auto; }
        .expo-header-2025 .search-box {
            display: flex;
            align-items: center;
            gap: 10px;
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            cursor: pointer;
            margin-right: 24px;
        }
        .expo-header-2025 .search-box i { font-size: 18px; }
        @media(max-width: 768px){
            .expo-header-2025 .top-strip, .expo-header-2025 .desktop-row { display: none !important; }
            .expo-header-2025 .mobile-row {
                display: flex !important;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                max-width: 500px;
                position: relative;
            }
            .expo-header-2025 .mobile-left { display: flex; align-items: center; gap: 20px; }
            .expo-header-2025 .mobile-left i {
                font-size: 24px;
                color: #fff;
                cursor: pointer;
            }
            .expo-header-2025 .mobile-logo {
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                font-size: 26px !important;
                font-weight: 700;
                color: #fff;
                letter-spacing: 1px;
            }
            .expo-header-2025 .mobile-logo img { height: 16px; width: auto; display: block; }
            .expo-header-2025 .mobile-right { display: flex; align-items: center; gap: 18px; }
            .expo-header-2025 .mobile-right a i {
                font-size: 22px;
                color: #fff; 
            }
        }
        @media(min-width: 769px){ .expo-header-2025 .mobile-row { display: none !important; } }
        /* === DESKTOP: SEPARATE DROPDOWN SETTINGS (HOVER) === */
        @media(min-width: 769px) {
            .expo-header-2025 .nav-links {
                display: flex;
                align-items: center;
                gap: 38px;
            }
            .expo-header-2025 .nav-links > a,
            .expo-header-2025 .nav-links .desktop-dropdown > a {
                color: #fff;
                font-size: 13.5px;
                font-weight: 500;
                text-transform: uppercase;
                letter-spacing: 1.5px;
                text-decoration: none !important;
            }
            .expo-header-2025 .desktop-dropdown {
                position: relative;
            }
            .expo-header-2025 .desktop-dropdown > a::after {
                content: " ▼";
                font-size: 9px;
                margin-left: 6px;
                opacity: 0.8;
                transition: transform 0.3s ease;
            }
            .expo-header-2025 .desktop-dropdown:hover > a::after {
                transform: rotate(180deg);
            }
            .expo-header-2025 .desktop-dropdown-menu {
                position: absolute;
                top: 100%;
                left: 50%;
                transform: translateX(-50%);
                background: #fff;
                min-width: 260px;
                box-shadow: 0 10px 30px rgba(0,0,0,0.2);
                border-radius: 8px;
                opacity: 0;
                visibility: hidden;
                transition: all 0.3s ease;
                z-index: 9999;
                padding: 16px 0;
                text-align: center;
                pointer-events: none;
            }
            .expo-header-2025 .desktop-dropdown:hover .desktop-dropdown-menu {
                opacity: 1;
                visibility: visible;
                transform: translateX(-50%) translateY(8px);
                pointer-events: auto;
            }
            .expo-header-2025 .desktop-dropdown::after {
                content: "";
                position: absolute;
                top: 100%;
                left: 0;
                width: 100%;
                height: 20px;
                background: transparent;
            }
            .expo-header-2025 .desktop-dropdown-item {
                display: block;
                padding: 12px 20px;
                color: #000 !important;
                font-size: 13.5px;
                font-weight: 500;
                text-transform: none;
                letter-spacing: 0.5px;
                text-decoration: none;
                transition: all 0.3s;
            }
            .expo-header-2025 .desktop-dropdown-item:hover {
                background: #79be58;
                color: #fff !important;
            }
        }
        /* Mobile Menu */
        .expo-header-2025 .mobile-menu-overlay {
            position: fixed;
            top: 0; left: 0;
            width: 100%; height: 100%;
            background: rgba(0,0,0,0.85);
            opacity: 0; visibility: hidden;
            transition: all 0.4s ease;
            z-index: 9998;
        }
        .expo-header-2025 .mobile-menu-overlay.active { opacity: 1; visibility: visible; }
        .expo-header-2025 .mobile-menu {
            position: fixed;
            top: 0; right: -100%;
            width: 100vw; height: 100vh;
            background: #fff;
            z-index: 9999;
            transition: right 0.45s cubic-bezier(0.25, 0.8, 0.25, 1);
            display: flex;
            flex-direction: column;
            overflow-y: auto;
        }
        .expo-header-2025 .mobile-menu.active { right: 0; }
        .expo-header-2025 .mobile-menu-header {
            padding: 28px 24px 20px !important;
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            justify-content: center;
            border-bottom: 1px solid #eee;
            position: relative;
            height: auto;
            min-height: 80px;
        }
        .expo-header-2025 .mobile-menu-header span {
            margin-top: 12px;
            font-size: 18px;
            font-weight: 700;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 1px;
        }
        .expo-header-2025 .close-menu {
            position: absolute;
            top: 34px !important;
            right: 20px;
            font-size: 28px !important;
            cursor: pointer;
            color: #333;
        }
        .expo-header-2025 .mobile-menu-links { padding: 30px 20px; flex-grow: 1; }
        .expo-header-2025 .mobile-menu-links > a {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            font-size: 16px;
            font-weight: 500;
            color: #000;
            text-decoration: none;
            border-bottom: 1px solid #eee;
        }
        .expo-header-2025 .mobile-menu-links > a:last-child { border-bottom: none; }
        .mobile-dropdown { border-bottom: 1px solid #eee; }
        .mobile-dropdown-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 0;
            font-size: 16px;
            font-weight: 500;
            color: #000;
            cursor: pointer;
        }
        .mobile-dropdown-title::after { content: "+"; font-size: 22px; transition: transform 0.3s; }
        .mobile-dropdown.active .mobile-dropdown-title::after { content: "−"; }
        .mobile-submenu {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease;
            background: #f8f8f8;
        }
        .mobile-submenu a {
            display: block;
            padding: 14px 20px;
            font-size: 15px;
            color: #333;
            text-decoration: none;
        }
        .mobile-submenu a:hover { background: #79be58; color: #fff; }
        .expo-header-2025 .mobile-menu-contact {
            padding: 0 20px 30px;
            border-top: 1px solid #eee;
        }
        .expo-header-2025 .mobile-menu-contact a {
    display: flex;
    align-items: center;
    gap: 18px;                 /* Space between text and icon */
    padding: 14px 0px;
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    min-width: 140px;
    justify-content: space-between;  /* Pushes icon to the right end */
    border-radius: 8px;
    transition: all 0.3s;
}

.expo-header-2025 .mobile-menu-contact a i {
    font-size: 20px;           /* Slightly larger icon for visibility */
    margin-left: auto;         /* Extra safety to push icon to right */
}

.expo-header-2025 .mobile-menu-contact .fab.fa-whatsapp {
    color: #25D366;
}
        .expo-header-2025 .mobile-menu-contact i { font-size: 18px; width: 24px; }
        .expo-header-2025 .mobile-menu-contact .fab.fa-whatsapp { color: #25D366; }
        .expo-header-2025 .schedule-btn {
            background: #79be58 !important;
            color: #fff !important;
            padding: 16px 20px !important;
            border-radius: 50px;
            margin-top: 15px;
            justify-content: center !important;
            font-weight: 600;
            display: flex;
            gap: 10px;
        }
        #google_translate_element_mobile .goog-te-gadget-simple {
            background: transparent !important;
            border: 1.8px solid #79be58 !important;
            border-radius: 25px !important;
            padding: 8px 16px !important;
            font-size: 14px !important;
            color: #000 !important;
            font-weight: 600 !important;
        }
        #google_translate_element_mobile .goog-te-gadget-simple:hover {
            background: #79be58 !important;
            color: #fff !important;
        }
        #google_translate_element_mobile img,
        #google_translate_element_mobile .goog-te-menu-value span:first-child { display: none !important; }
        #google_translate_element_mobile .goog-te-menu-value::before { content: "Language" !important; }
		
		
		/* 🔥 FORCE-HIDE Cloudinary video controls on all devices */
iframe[src*="cloudinary"] + * {
    display: none !important;
}

/* Additional safety for mobile */
.cld-video-player,
.cld-video-player * {
    opacity: 0 !important;
    visibility: hidden !important;
}
	



.background-video {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none !important;
}

/* Hide desktop video on mobile */
@media(max-width:768px){
    .background-video:not(.mobile-only) { display: none !important; }
}

/* Hide mobile video on desktop */
@media(min-width:769px){
    .background-video.mobile-only { display: none !important; }
}

@media (max-width: 768px) {
    .expo-header-2025 .mobile-menu-links > div[style*="border-bottom"] span {
        color: #000 !important;
    }
}





/* video loading indicator */
.expo-header-2025 .video-loading-indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 10;
    pointer-events: none;
    transition: opacity 0.8s ease;
}

.expo-header-2025 .video-loading-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-shadow: 0 2px 10px rgba(0,0,0,0.6);
}

@media (max-width: 768px) {
    .expo-header-2025 .video-loading-text {
        font-size: 20px;
        letter-spacing: 1.8px;
    }
}

/* rotating partial ring spinner */
.expo-header-2025 .ring-spinner {
    width: 60px;
    height: 60px;
    border: 6px solid rgba(121, 190, 88, 0.2); /* Light transparent #79be58 */
    border-top-color: #79be58; /* Solid green arc */
    border-radius: 50%;
    animation: ringSpin 1.2s linear infinite;
}

@media (max-width: 768px) {
    .expo-header-2025 .ring-spinner {
        width: 50px;
        height: 50px;
        border-width: 5px;
    }
}

@keyframes ringSpin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


/* about the event css */
* { margin: 0; padding: 0; box-sizing: border-box; }
    body {
      font-family: 'Montserrat', sans-serif;
      background: #ffffff;
      color: #1a1a1a;
      line-height: 1.7;
      overflow-x: hidden;
    }
    .buildexpo-hero-module {
      position: relative;
      width: 100%;
      height: 80vh;
      min-height: 435px;
      max-height: 435px;
      overflow: hidden;
    }
    .buildexpo-hero-module::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0,0,0,0.45);
      z-index: 1;
    }
    .buildexpo-hero-bg {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center;
    }
    .buildexpo-hero-content {
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .buildexpo-hero-container {
      max-width: 1400px;
      width: 100%;
      padding: 0 40px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 160px;
      align-items: center;
    }
    .buildexpo-hero-text p {
      font-size: 2.8rem;
      line-height: 1.4;
      margin-left: 340px;
      font-weight: 700;
      color: rgba(255, 255, 255, 0.95);
    }
    .buildexpo-hero-text .highlight {
      color: #79be58;
      font-weight: 700;
      font-size: 2.8rem;
    }
    .buildexpo-hero-logo img {
      max-width: 550px;
      width: 100%;
      margin-top: -120px;
      filter: drop-shadow(0 15px 30px rgba(0,0,0,0.3));
    }
    @keyframes slideInLeft { from {opacity:0; transform:translateX(-60px);} to {opacity:1; transform:translateX(0);} }
    @keyframes slideInRight { from {opacity:0; transform:translateX(60px);} to {opacity:1; transform:translateX(0);} }
    .buildexpo-hero-text { opacity:0; animation: slideInLeft 1s ease forwards 0.3s; }
    .buildexpo-hero-logo { opacity:0; animation: slideInRight 1s ease forwards 0.5s; }
    .buildexpo-about-module {
      padding: 100px 20px 60px;
      background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    }
    .buildexpo-about-wrapper { max-width: 1400px; margin: 0 auto; }
    .buildexpo-about-heading {
      font-size: 2.8rem;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 3px;
      color: #1a1a1a;
      text-align: center;
      margin-bottom: 50px;
      margin-top: -50px;
    }
    .buildexpo-about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
    }
    .buildexpo-about-text {
      font-size: 1.05rem;
      color: #444;
    }
    .buildexpo-about-text strong { color: #79be58; font-weight: 700; }
    .buildexpo-about-text p { margin-bottom: 20px; }
    .buildexpo-about-text p:last-child { margin-bottom: 0; }
    .buildexpo-about-video {
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 20px 50px rgba(0,0,0,0.15);
    }
    .buildexpo-video-wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
    }
    .buildexpo-video-wrapper iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      border: none;
    }
    @media (max-width: 1200px) {
      .buildexpo-hero-container { gap: 100px; }
      .buildexpo-hero-text p { margin-left: 200px; }
    }
    @media (max-width: 992px) {
      .buildexpo-hero-container { gap: 60px; padding: 0 30px; }
      .buildexpo-hero-text p { margin-left: 80px; font-size: 2.4rem; }
      .buildexpo-hero-text .highlight { font-size: 2.4rem; }
      .buildexpo-hero-logo img { max-width: 460px; margin-top: -90px; }
      .buildexpo-about-grid { grid-template-columns: 1fr; gap: 60px; }
      .buildexpo-about-heading { font-size: 2.5rem; }
    }
    @media (max-width: 768px) {
      .buildexpo-hero-module { height: 16vh; min-height: 120px; max-height: none; margin-bottom: -60px; }
      .buildexpo-hero-bg { object-fit: cover; object-position: center center; }
      .buildexpo-hero-container { grid-template-columns: 1fr 1fr; gap: 20px; padding: 0 20px; }
      .buildexpo-hero-text p { margin-left: 20px; font-size: 0.5rem; line-height: 1; }
      .buildexpo-hero-text .highlight { font-size: 0.2rem; }
      .buildexpo-hero-logo img { max-width: 420px; max-height: 420px; margin-top: -60px; }
      .buildexpo-about-module { padding: 90px 20px 0px; }
      .buildexpo-about-heading { font-size: 1.8rem; font-weight: 400; }
    }
    @media (max-width: 480px) {
      .buildexpo-hero-module { min-height: 40px; }
      .buildexpo-hero-text p { margin-left: 10px; font-size: 1.2rem; }
      .buildexpo-hero-module .buildexpo-hero-bg { min-height: 40px; }
      .buildexpo-hero-text .highlight { font-size: 1rem; }
      .buildexpo-hero-logo img { max-width: 360px; max-height: 760px; margin-top: -30px; padding-right: 15px; }
      .buildexpo-hero-container { gap: 10px; padding: 0 0px; }
      .buildexpo-about-heading { font-size: 1.4rem; margin-bottom: 14px; font-weight: 400; }
      .buildexpo-about-text { font-size: 0.9rem; }
      .buildexpo-about-video { margin-top: -34px; margin-bottom: 18px; }
    }
	
/*collaboration css */
.expo-collab-module {
            background-color: #ffffff;
            color: #000000;
            font-family: 'Montserrat', sans-serif;
            margin: 0 !important;
            padding: 0 !important;
        }
        .expo-collab-module .main-heading {
            font-size: 2.4rem;
            font-weight: 400;
            text-transform: uppercase;
            letter-spacing: 0.08em;
            text-align: center;
            margin: 0 0 1rem 0;
            padding-top: 6rem;
            line-height: 1;
            color: #000;
        }
        .expo-collab-module .sub-heading {
            font-size: 1.8rem;
            font-weight: 300;
            text-align: center;
            max-width: 1400px;
            margin: 0 auto 3rem auto;
            opacity: 0.9;
            line-height: 1.6;
            color: #333;
        }
        .expo-collab-module .logo-fullwidth {
            width: 100vw;
            position: relative;
            left: 50%;
            right: 50%;
            margin-left: -50vw;
            margin-right: -50vw;
            background: #ffffff;
            padding: 0 2vw 1rem;
            margin-top: 0 !important;
        }
        .expo-collab-module .logo-container {
			width: 100vw;
            display: flex;
            gap: 0.8vw;
            overflow-x: auto;
            scrollbar-width: none;
            padding: 0rem 2rem;
            -webkit-overflow-scrolling: touch;
        }
        .expo-collab-module .logo-container::-webkit-scrollbar { display: none; }
        .expo-collab-module .logo-item img {
            height: 90px;
            width: auto;
            object-fit: contain;
            flex-shrink: 0;
        }

        /* Desktop - unchanged */
        @media (min-width: 769px) {
            .expo-collab-module .sub-heading { margin-bottom: 1rem !important; }
            .expo-collab-module .logo-fullwidth { padding-top: 0.5rem !important; }
        }

        /* MOBILE ONLY - FULL WIDTH + 2/4 LINES + ZERO SPACE AROUND LOGOS */
        @media (max-width: 768px) {
            .expo-collab-module .container {
                padding: 0 20px !important;
            }
            .expo-collab-module .main-heading {
                font-size: 1.2rem !important;
				
                padding-top: 2rem;
                padding-bottom: 1rem;
                line-height: 1.15;
                margin: 0 auto;
                width: 100%;
                max-width: none !important;
            }
            .expo-collab-module .sub-heading {
                font-size: 1rem;
                line-height: 1;
                padding: 0 1vw;
                margin: 0 auto 1rem auto;
				margin-bottom: -70px;
                width: 100%;
                max-width: none !important;
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;
                overflow: hidden;
                text-overflow: ellipsis;
                height: calc(1rem * 1.55 * 4);
            }

            /* THIS IS THE ONLY CHANGE YOU ASKED FOR */
            .expo-collab-module .logo-fullwidth {
                margin-top: -2rem !important;
                padding: 0 1vw 0 !important;   /* Removed bottom padding */
            }
            .expo-collab-module .logo-container {
                padding: 0 !important;         /* Removed top & bottom padding → zero space */
                gap: 2vw;                      /* Slightly increased gap between logos for breathing room */
            }
            /* END OF CHANGE */

            .expo-collab-module .logo-item img {
                height: 75px !important;
            }
        }
        @media (max-width: 576px) {
            .expo-collab-module .logo-item img { height: 52px !important; }
        }
		
		
		
		@media (min-width: 769px) {
    .expo-collab-module .logo-container {
        user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
        cursor: grab;
    }
    .expo-collab-module .logo-container.dragging {
        cursor: grabbing;
    }
    .expo-collab-module .logo-item img {
        pointer-events: none; /* critical */
    }
}


/*options css */
.buildexpo-options-module * { margin: 0; padding:0; box-sizing:border-box; }
    .buildexpo-options-module {
      font-family:'Montserrat',sans-serif;
      background:#fff;
      color:#222;
      line-height:1.6;
      padding:90px 20px 120px;
      text-align:center;
    }
    .buildexpo-options-module .module-container { max-width:1300px; margin:0 auto; position:relative; }
    .buildexpo-options-module .module-title {
      font-size:2.4rem;
      font-weight:400;
      text-transform:uppercase;
      letter-spacing:3px;
      color:#000;
      margin-bottom:50px;
    }
    .buildexpo-options-module .cards-wrapper { overflow:hidden; }
    /* Desktop */
    .buildexpo-options-module .cards-grid {
      display:grid;
      grid-template-columns:repeat(3,1fr);
      gap:30px;
      padding:20px 0;
    }
    .buildexpo-options-module .option-card {
      background:#ffffff;
      border:2px solid transparent;
      border-radius:16px;
      padding:35px 25px;
      transition:border-color .4s ease;
      display:flex;
      flex-direction:column;
      align-items:center;
    }
    .buildexpo-options-module .option-card:hover { border-color:#79be58; }
    .buildexpo-options-module .card-title {
      font-size:1.55rem;
      font-weight:700;
      color:#000;
      margin-bottom:28px;
    }
    .buildexpo-options-module .links-list {
      list-style:none;
      width:100%;
      display:flex;
      flex-direction:column;
      gap:15px;
      margin-left: -20px;
    }
    .buildexpo-options-module .links-list li a {
      color:#333;
      text-decoration:none;
      font-size:1.02rem;
      font-weight:500;
      padding:10px 15px;
      display:flex;
      align-items:center;
      justify-content:center;
      gap:12px;
      transition:all .35s ease;
    }
    .buildexpo-options-module .links-list li a i {
      font-size:1.1rem;
      color:#79be58;
      opacity:0;
      transform:translateX(-8px);
      transition:all .35s ease;
    }
    .buildexpo-options-module .links-list li a:hover {
      color:#79be58;
      font-weight:600;
    }
    .buildexpo-options-module .links-list li a:hover i { opacity:1; transform:translateX(0); }

    /* MOBILE ONLY CHANGES */
    @media (max-width:768px) {
      .buildexpo-options-module { 
        padding:70px 20px 60px; /* Reduced overall bottom padding */
        margin-top:-70px;
      }
      .buildexpo-options-module .module-title {
        font-size:1.2rem;
        letter-spacing:2px;
        margin-bottom:30px; /* Reduced from 45px */
        margin-top: 60px;
      }
      .cards-grid { 
        display:flex;
        overflow-x:auto;
        scroll-snap-type:x mandatory;
        gap:20px;
        padding:10px 20px 20px 20px; /* Reduced bottom padding (was 50px) */
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
        scroll-padding:20px;
      }
      .cards-grid::-webkit-scrollbar { display:none; }

      .option-card {
        flex:0 0 78%; /* Slightly wider for better visibility, shows nice peek of next */
        min-width:280px;
        max-width:360px;
        scroll-snap-align:start;
        height:auto; /* Auto height to fit content exactly - removes fixed tall empty space */
        min-height:420px; /* Minimum to keep cards decently tall */
        padding:40px 25px; /* Balanced padding */
        background:#fff;
        border-radius:20px;
        box-shadow:0 10px 30px rgba(0,0,0,0.1);
        border:2px solid transparent;
        transition:all .4s ease;
        justify-content:flex-start; /* Better content alignment from top */
        align-items:center;
        text-align:center;
      }
      .option-card:hover { border-color:#79be58; }

      .card-title { 
        font-size:1.6rem; 
        margin-bottom:30px; /* Slightly reduced */
      }
      .links-list {
        gap:18px;
        width:100%; /* Full width for better use of space */
        max-width:none;
        margin-left: -10px !important; /* Removed negative margin that created uneven space */
      }
      .links-list li a {
        font-size:1.07rem;
        padding:14px 20px;
        border-radius:12px;
        justify-content:flex-start;
        gap:14px;
      }
      .links-list li a:hover {
        background:#e6f4e6;
        color:#79be58;
      }

      /* Dots indicator - less bottom space */
      .dots-indicator { 
        display:flex; 
        justify-content:center; 
        gap:12px; 
        margin-top:10px; 
        margin-bottom:10px; /* Prevent extra gap below dots */
      }
      .dot { width:10px; height:10px; border-radius:50%; background:#ccc; transition:all .3s ease; }
      .dot.active {
        background:#79be58;
        transform:scale(1.4);
      }
    }

    @media (max-width:480px) {
      .option-card { 
        flex:0 0 82%; 
        min-height:440px; 
        padding:35px 20px; 
      }
      .card-title { 
        font-size:1.5rem; 
        margin-bottom:28px; 
      }
      .links-list { gap:16px; }
    }

    /* DESKTOP BOTTOM SPACE REDUCTION (already in your code - untouched) */
    @media (min-width: 769px) {
      .buildexpo-options-module {
        padding-bottom: 80px !important;
      }
      .buildexpo-options-module .cards-wrapper {
        margin-bottom: -20px !important;
      }
    }
	

/* discover css */
.expo-stats-module { --gold: #79be58; } /* ← CHANGED HERE ONLY */
  .expo-stats-module * { margin:0; padding:0; box-sizing:border-box; }
  .expo-stats-module { font-family:'Montserrat',sans-serif; }
  .expo-stats-module .stats-section {
    min-height:85vh;
    background:#ffffff;
    display:flex; align-items:flex-start; justify-content:center;
    padding-top: 0 !important;
    min-height: unset !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
  }
  .expo-stats-module .content { max-width:1400px; margin:0 auto; text-align:center; padding:0 0px; }
  .expo-stats-module .headline { font-size:3.5rem; font-weight:300; letter-spacing:6px; color:#000; text-transform:uppercase; margin:0 0 0.5rem; display:inline-block; }
  .expo-stats-module .simple-underline-btn { display:inline-block; margin-top:12px; padding-bottom:4px; font-weight:400; font-size:0.8rem; letter-spacing:2px; text-transform:uppercase; color:#000; text-decoration:none; border-bottom:1px solid #000; transition:all 0.3s ease; }
  .expo-stats-module .simple-underline-btn:hover { color:var(--gold); border-bottom-color:var(--gold); }
  .expo-stats-module .stats-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2.5rem; max-width:1400px; margin:2.5rem auto 0; justify-items:center; }
  .expo-stats-module .stats-grid > :nth-child(4) { grid-row:2; grid-column:1/3; }
  .expo-stats-module .stats-grid > :nth-child(5) { grid-row:2; grid-column:2/4; }
  .expo-stats-module .stat-item { background:rgba(255,255,255,0.95); border-radius:18px; padding:2.8rem 1.5rem; height:240px; width:100%; max-width:320px; display:flex; flex-direction:column; justify-content:center; align-items:center; text-align:center; }
  .expo-stats-module .bi-icon { font-size:4rem; color:var(--gold); margin-bottom:0.5rem; margin-left:-10px; }
  .expo-stats-module .stat-item h2 { font-size:2.4rem; font-weight:600; color:#000; margin:0.5rem 0; letter-spacing:1px; }
  .expo-stats-module .stat-item p { font-size:1rem; color:#444; font-weight:400; }
  @media (max-width:768px){
    .expo-stats-module .stats-section { padding-top:5px; }
    .expo-stats-module .headline { font-size:2.5rem; line-height:1.2; margin-bottom:0.5rem;  }
   
    /* ← ONLY THIS LINE CHANGED – reduced gap on mobile */
    .expo-stats-module .simple-underline-btn { margin-top:3px; margin-bottom:1rem; font-size:0.7rem; }
   
    .expo-stats-module .stats-grid { grid-template-columns:1fr 1fr; gap:1rem; max-width:95%; margin:0 auto; padding:0 10px; transform:translateX(-8px); }
    .expo-stats-module .stats-grid > :nth-child(4),
    .expo-stats-module .stats-grid > :nth-child(5) { grid-row:auto; grid-column:auto; }
    .expo-stats-module .stats-grid > :nth-child(5) { grid-column:1/-1; }
    .expo-stats-module .stat-item { height:auto; padding:1.4rem 1rem; max-width:280px; }
    .expo-stats-module .bi-icon { font-size:2.2rem; margin-bottom:0.2rem; }
    .expo-stats-module .stat-item h2 { font-size:1.2rem; margin-bottom:0.3rem; }
    .expo-stats-module .stat-item p { font-size:0.9rem; }
  }
  @media (max-width:576px){
    .expo-stats-module .stats-section { padding-top:15px; }
    .expo-stats-module .headline { font-size:1.8rem; margin-bottom:0.4rem; }
    .expo-stats-module .stats-grid { gap:0.8rem; transform:translateX(-10px); }
  }
 
  @media (max-width: 768px) {
  .card-title {
    text-align: center !important;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .links-list {
    margin: 0 auto; /* centers the entire list */
    width: 88%;
  }
  .links-list li {
    width: 100%;
    display: flex;
    justify-content: center; /* centers each link box */
  }
  .links-list li a {
    width: 100%;
    justify-content: flex-start; /* keeps icon + text left-aligned */
  }
}
@media (max-width: 768px) {
  .card-title {
    text-align: center;
  }
  .card-title {
    text-align: center !important;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}


@media (max-width: 768px) {
  /* ← ADD THESE LINES ONLY → */
  .expo-stats-module .stats-section {
    padding-top: 5px !important;   /* was 10px → now almost no gap */
    margin-top: -50px !important;  /* pulls the whole section up on mobile */
  }
  
  .expo-stats-module .headline {
    margin-top: 0 !important;
    padding-top: 8px;              /* tiny breathing room after pulling up */
  }
}



/* Force button directly under heading – perfect on both desktop & mobile */
.expo-stats-module .content > .simple-underline-btn {
  margin-top: -30px;
  display: block;
}
@media (max-width:768px) {
  .expo-stats-module .content > .simple-underline-btn {
    
    margin-bottom: 1rem !important;
	margin-top: -20px;
    font-size: 0.5rem;
  }
}


/* CLEAN VERSION – ONLY ONE short underline under DISCOVER EXPO */
.expo-stats-module .simple-underline-btn {
  display: inline-block;
  position: relative;
  color: #000;
  text-decoration: none;
  padding-bottom: 6px;                 /* space for the line */
  border-bottom: none !important;      /* removes the old full underline */
}

/* This is the ONLY underline you will see */
.expo-stats-module .simple-underline-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 15%;                         /* ← change this % to make it shorter/longer */
  height: 1.6px;
  background: #000;
  transform: translateX(-50%);
  transition: all 0.35s ease;
}

/* Hover – gold & slightly longer line */
.expo-stats-module .simple-underline-btn:hover {
  color: var(--gold);
}
.expo-stats-module .simple-underline-btn:hover::after {
  width: 15%;                          /* grows a bit on hover */
  background: var(--gold);
}




@media (max-width: 768px) {
  /* Wider + thinner underline ONLY on mobile */
  .expo-stats-module .simple-underline-btn::after {
    width: 28% !important;   /* ← increase this % to make it wider (original was 15%) */
    height: 1px !important; /* ← thinner line (original was 1.6px) */
    background: #000 !important;
  }

  /* Hover state – same width & thin on mobile */
  .expo-stats-module .simple-underline-btn:hover::after {
    width: 28% !important;   /* keeps the same wider length on hover */
    background: var(--gold) !important;
  }
}


//exhibitor categories css
.evm-module {font-family:"Poppins",sans-serif;padding:30px;background:#fff;}
  .evm-module * {box-sizing:border-box;}
  /* EXHIBITOR LIST */
  .evm-module .exhibitor-list {
    background:#fff;padding: 20px 20px 14px;;border-radius:16px;
    border:1px solid #e6e6e6;box-shadow:0 6px 18px rgba(0,0,0,.05);transition:.3s;
	max-height: 590px;          /* controls the shadow box height */
  overflow: hidden;           /* keeps shadow clean */
  display: flex;
  flex-direction: column;
  }
  .evm-module .exhibitor-list:hover {box-shadow:0 10px 25px rgba(0,0,0,.08);}
  .evm-module .exhibitor-list h3 {
    font-size:2rem;margin-bottom:1rem;color:#79be58;font-weight:700;
    text-align:center;letter-spacing:.5px;
  }
  .evm-module .exhibitor-list ul {
    list-style:none;padding:0;margin-bottom:6px; overflow-y: auto; overflow-y: hidden; flex-grow: 1;
  }
  .evm-module .exhibitor-list ul li {margin-bottom:4px;}
  .evm-module .exhibitor-list ul li {
    display:block;padding:10px 18px;border-radius:12px;
    background:#f8f8f8;color:#555;font-size:.95rem;font-weight:500;
    transition:all .25s;border:1px solid transparent;text-decoration:none;
  }
  
  .evm-module .exhibitor-list ul li.underline a {color:#79be58;text-decoration:none;}
  .show-more-btn {
    display:none;
    width:100%;
    padding:12px;
    margin-top:10px;
    background:linear-gradient(135deg,#79be58,#6aa84f);
    border:none;
    border-radius:10px;
    color:#fff;
    font-weight:600;
    font-size:.95rem;
    cursor:pointer;
    transition:all .3s;
  }
  .show-more-btn:hover {
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(121,190,88,.3);
  }

  /* VISITOR BOXES - SHADOW FOR ALL DEVICES */
  .evm-module .visitor-box {
    display:flex;
    margin-bottom:2.5rem;
    background:rgba(255,255,255,.98);
    border-radius:16px;
    min-height:100px;
    overflow:hidden;
    border:2px solid transparent;
    box-shadow: 0 8px 25px rgba(0,0,0,0.09);        /* ← New shadow */
    transition: all .3s ease;
  }
  .evm-module .visitor-box:hover {
    border-color:#79be58;
    box-shadow: 0 15px 35px rgba(0,0,0,0.15);       /* ← Stronger shadow on hover */
    transform: translateY(-4px);
  }
  .evm-module .visitor-box .box-left {flex:0 0 250px;overflow:hidden;}
  .evm-module .visitor-box .box-left img {width:100%;height:100%;object-fit:cover;}
  .evm-module .visitor-box .box-body {flex:1;padding:1.5rem 2rem;display:flex;flex-direction:column;justify-content:space-between;}
  .evm-module .visitor-box h3 {font-size:1.75rem;margin-bottom:1rem;color:#79be58;font-weight:700;}
  .evm-module .visitor-box p {line-height:1.8;flex-grow:1;color:#666;margin-bottom:1.5rem;}
  .evm-module .visitor-box .btn-primary {
    background:linear-gradient(135deg,#79be58,#6aa84f);border:none;padding:.75rem 2rem;
    font-weight:600;border-radius:50px;color:#fff;text-decoration:none;
    display:inline-block;align-self:center;margin-top:auto;
  }

  @media (max-width:992px) {.evm-module .visitor-box{flex-direction:column;}}
  
  @media (max-width:576px) {
    .evm-module .exhibitor-list {padding:10px;border-radius:16px;box-shadow:0 0 30px rgba(0,0,0,.2);}
    .evm-module .exhibitor-list h3 {font-size:1.4rem;margin:10px 0 .8rem;}
    .evm-module .exhibitor-list ul li {background:#f8f8f8;margin-bottom:8px;border-radius:10px;padding:12px 16px;}
    .evm-module .exhibitor-list ul li:nth-child(n+6) {display:none;}
    .evm-module .exhibitor-list.expanded ul li:nth-child(n+6) {display:block;}
    .show-more-btn {display:block;}
    
    /* Horizontal scroll on mobile */
    .evm-module .right-column {display:flex;gap:15px;overflow-x:auto;
      scroll-snap-type:x mandatory;padding:0 15px 20px;-webkit-overflow-scrolling:touch;}
    .evm-module .visitor-box {
      min-width:calc(82vw - 30px);max-width:calc(82vw - 30px);
      flex-shrink:0;flex-direction:column;scroll-snap-align:start;margin:12px 0;
      /* Shadow still applies (already defined above) - even stronger on mobile if you want */
    }
    .evm-module .visitor-box .box-left img {height:180px;}
    .evm-module .visitor-box .box-body {padding:1.25rem;}
    .evm-module .visitor-box h3 {font-size:1.25rem;margin-top:-4rem;margin-bottom:.75rem;}
    .evm-module .visitor-box p {font-size:.9rem;line-height:1.6;margin-bottom:1rem;}
    .evm-module .visitor-box .btn-primary {padding:.65rem 1.8rem;font-size:.95rem;}
  }
  
  @media (max-width:576px) {
  .evm-module .exhibitor-list {
    overflow: visible;   /* allow button to be visible */
  }
  
  @media (max-width:576px) {
  .evm-module .exhibitor-list {
    max-height: none;
  }
}
}

/* testimonial css */
/* ==== SCOPED TESTIMONIALS MODULE - NO CONFLICTS ==== */
   
    .bx-testimonials-section {
      padding: 80px 0;
      background: #fff;
      overflow: hidden;
      font-family: 'Montserrat', sans-serif;
      color: #333;
      font-weight: 400;
	 
	 
    }
	
	
	/* Prevent text selection during swipe/drag */
	.bx-testimonials-carousel,
	.bx-testimonials-carousel .bx-testimonials-card {
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	/* Optionally allow text selection inside quotes only */
	.bx-testimonials-text {
	  -webkit-user-select: text;
	  -moz-user-select: text;
	  -ms-user-select: text;
	  user-select: text;
	}
   
    .bx-testimonials-section * {
      box-sizing: border-box;
    }
   
    .bx-testimonials-headline {
      font-size: 2.8rem;
      font-weight: 400;
      letter-spacing: 2.5px;
      color: #222;
      text-transform: uppercase;
      margin: 0 0 3.5rem;
      text-align: center;
    }
   
    .bx-testimonials-card {
      background: #fff;
      border-radius: 20px;
      padding: 32px 28px;
      box-shadow: 0 0px 20px rgba(0,0,0,0.1);
      transition: all 0.4s ease;
      text-align: center;
      border: 1px solid rgba(121,190,88,0.15);
      height: 480px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      max-width: 520px;
      margin: 0 auto;
    }
   
    .bx-testimonials-card:hover {
      box-shadow: 0 16px 40px rgba(121,190,88,0.2);
      border-color: #79be58;
    }
   
    .bx-testimonials-card-img {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #79be58;
      margin: 0 auto 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
   
    .bx-testimonials-card-name {
      font-weight: 600;
      color: #222;
      margin-bottom: 4px;
      font-size: 1.2rem;
    }
   
    .bx-testimonials-card-title {
      font-size: 0.9rem;
      color: #79be58;
      font-weight: 500;
      margin-bottom: 16px;
      display: block;
    }
   
    .bx-testimonials-text {
      font-size: 1rem;
      line-height: 1.75;
      color: #444;
      position: relative;
      padding: 0 10px;
      flex-grow: 1;
    }
   
    .bx-testimonials-text i {
      color: #79be58;
      font-size: 1.4rem;
      opacity: 0.7;
      position: relative;
      margin-right: 6px;
    }
   
    .bx-testimonials-carousel .carousel-control-prev,
    .bx-testimonials-carousel .carousel-control-next {
      width: 50px;
      height: 50px;
      background: #79be58;
      border-radius: 50%;
      top: 50%;
      transform: translateY(-50%);
      opacity: 0.9;
      transition: all 0.3s ease;
    }
   
    .bx-testimonials-carousel .carousel-control-prev:hover,
    .bx-testimonials-carousel .carousel-control-next:hover {
      opacity: 1;
      background: #6aa34a;
      transform: translateY(-50%) scale(1.1);
    }
   
    .bx-testimonials-carousel .carousel-control-prev {
      left: 10px;
    }
   
    .bx-testimonials-carousel .carousel-control-next {
      right: 10px;
    }
   
    .bx-testimonials-carousel .carousel-control-prev-icon,
    .bx-testimonials-carousel .carousel-control-next-icon {
      background-image: none;
      color: #fff;
      font-family: "Font Awesome 6 Free";
      font-weight: 900;
      font-size: 1.6rem;
    }
   
    .bx-testimonials-nav-btns {
      margin-top: 30px;
      display: flex;
      justify-content: center;
      gap: 16px;
    }
   
    .bx-testimonials-nav-btns .bx-testimonials-btn {
      background: #fff;
      color: #000000;
      font-weight: 400;
      padding: 0.1rem 0.1rem;
      border-radius: 50px;
      border: 1px solid #79be58;
      font-size: 2.55rem;
      transition: all 0.3s ease;
      min-width: 70px;
      cursor: pointer;
    }
   
    .bx-testimonials-nav-btns .bx-testimonials-btn:hover {
      background: #6aa34a;
      transform: translateY(-2px);
      box-shadow: 0 6px 16px rgba(121,190,88,0.3);
    }
   
    .bx-testimonials-carousel .carousel-inner {
      cursor: grab;
    }
   
    .bx-testimonials-carousel .carousel-inner:active {
      cursor: grabbing;
    }
   
    .bx-testimonials-mobile-slider {
      display: none;
      position: relative;
    }
   
    /* MOBILE ONLY */
    @media (max-width: 768px) {
      .bx-testimonials-section {
        padding: 25px 0;
		
      }
     
      .bx-testimonials-headline {
        font-size: 2rem;
        letter-spacing: 1.8px;
		
		margin-bottom: 3px;
      }
     
      .bx-testimonials-nav-btns {
        display: none !important;
      }
     
      .bx-testimonials-card {
        height: auto;
        min-height: 300px;
        padding: 20px 18px;
        border-radius: 16px;
      }
     
      .bx-testimonials-card-img {
        width: 85px;
        height: 85px;
        margin-bottom: 12px;
      }
     
      .bx-testimonials-card-name {
        font-size: 1.1rem;
        margin-bottom: 6px;
      }
     
      .bx-testimonials-card-title {
        font-size: 0.85rem;
        margin-bottom: 12px;
      }
     
      .bx-testimonials-text {
        font-size: 0.6rem;
        line-height: 1.65;
        padding: 0 8px;
        padding-left: 12px !important;
      }
     
      .bx-testimonials-text i {
        font-size: 1.2rem;
      }
     
      .bx-testimonials-carousel {
        display: none;
      }
     
      .bx-testimonials-mobile-slider {
        display: block;
      }
     
      .bx-testimonials-mobile-track {
        display: flex;
        gap: 18px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 8px 12px 20px 12px;
        -ms-overflow-style: none;
        scrollbar-width: none;
      }
     
      .bx-testimonials-mobile-track::-webkit-scrollbar {
        display: none;
      }
     
      .bx-testimonials-mobile-slide {
        flex: 0 0 calc(94%);
        scroll-snap-align: start;
        display: flex;
        justify-content: center;
      }
     
      .bx-testimonials-mobile-slide .bx-testimonials-card {
        width: 100%;
        max-width: none;
        margin: 0;
      }
     
      .bx-testimonials-mobile-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #79be58;
        border: none;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        
        z-index: 10;
        font-size: 1.4rem;
        cursor: pointer;
      }
     
      .bx-testimonials-mobile-arrow:active {
        transform: translateY(-50%) scale(0.95);
      }
     
      .bx-testimonials-mobile-prev {
        left: 8px;
      }
     
      .bx-testimonials-mobile-next {
        right: 8px;
      }
     
      .bx-testimonials-mobile-arrow[disabled] {
        opacity: 0.4;
        pointer-events: none;
      }
    }
   
    @media (max-width: 480px) {
      .bx-testimonials-headline {
        font-size: 1.7rem;
      }
     
      .bx-testimonials-card {
        min-height: 200px;
        padding: 22px 18px;
      }
     
      .bx-testimonials-card-img {
        width: 80px;
        height: 80px;
      }
     
      .bx-testimonials-text {
        font-size: 0.89rem;
      }
    }
	
	
	/* MOBILE-ONLY PROGRESS BAR - Clean & Premium */
.bx-testimonials-mobile-progress-wrapper {
  display: none; /* hidden on desktop */
  padding: 0 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .bx-testimonials-mobile-progress-wrapper {
    display: block;
  }

  .bx-testimonials-mobile-progress-container {
    width: 100%;
    max-width: 100%;
  }

  .bx-testimonials-mobile-progress-bg {
    height: 2px;
    background: rgba(121,190,88,0.2);
    border-radius: 4px;
    overflow: hidden;
  }

  .bx-testimonials-mobile-progress-fill {
    height: 100%;
    width: 0%;
    background: #000000;
    border-radius: 4px;
    transition: width 0.4s ease;
  }
}


/* glimpses css */
/* ==== RESET & FULL BLEED ==== */
        * { margin: 0; padding: 0; box-sizing: border-box; }
        html, body {
            margin: 0; padding: 0; width: 100%; overflow-x: hidden;
        }

        /* ==== MAIN MODULE ==== */
        .expo-myhome-module {
            font-family: 'Montserrat', sans-serif;
            line-height: 1.6;
            background: #fff;
            padding: 80px 0 120px;
            width: 100vw;
            position: relative;
            margin-left: 50%;
            transform: translateX(-50%);
        }
        .container { 
            max-width: 1400px; 
            margin: 0 auto; 
            padding: 0 20px; 
            text-align: center; 
        }
    
        .expo-myhome-module h1 {
            font-size: 40px;
            font-weight: 400;
            letter-spacing: 8px;
            text-transform: uppercase;
            color: #0a1f3a;
            margin-bottom: 45px;
            margin-top: -45px;
        }
        .properties-title {
            font-size: 38px;
            font-weight: 400;
            letter-spacing: 7px;
            text-transform: uppercase;
            color: #0a1f3a;
            margin-bottom: 70px;
            text-align: center;
        }

        /* Testimonials */
        .testimonials {
            display: grid; 
            grid-template-columns: repeat(3,1fr); 
            gap: 40px;
            max-width: 1400px; 
            margin: 0 auto;
        }
        .card {
            border-radius: 8px; 
            overflow: hidden; 
            position: relative;
            
        }
        .card-img { 
            width: 100%; 
            height: 620px; 
            object-fit: cover; 
            display: block; 
        }
        .card-content {
            position: absolute; 
            bottom: 0; 
            left: 0; 
            right: 0;
            padding: 15px 20px 10px;
            background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
            color: #fff; 
            text-align: left;
        }
        .card-content h3 { font-size: 20px; font-weight: 600; margin-bottom: 6px; }
        .card-content p { font-size: 15px; line-height: 1.4; }

        /* Properties Section */
        .properties-section { 
            margin-top: -20px; 
            position: relative;
			margin-bottom: -30px;
			
			
        }
        .properties-container {
            display: flex;
            gap: 26px;
            overflow-x: auto;
            scroll-snap-type: x mandatory;
            padding: 40px 0 12px 20px;
            scrollbar-width: none;
            user-select: none;
			margin-top: -40px;
        }
        .properties-container::-webkit-scrollbar { display: none; }
        .property-card {
            flex: 0 0 450px; 
            max-width: 450px;
			max-height: 550px;
            scroll-snap-align: start; 
            border-radius: 10px; 
            overflow: hidden;
            position: relative; 
            
        }
        .property-card img { 
            width: 100%; 
            height: 100%; 
            object-fit: cover; 
        }
        .property-overlay {
            position: absolute; 
            bottom: 0; 
            left: 0; 
            right: 0;
            padding: 44px 32px 32px;
            background: linear-gradient(180deg, transparent 0%, rgba(10,31,58,.96) 60%);
            color: #fff; 
            text-align: left;
        }

        /* Controls */
        .controls-wrapper {
            display: flex; 
            align-items: center; 
            justify-content: space-between;
            gap: 40px; 
            padding: 0 20px; 
            max-width: 1400px; 
            margin: 0 auto;
        }
        .progress-container { flex: 1; }
        .progress-bg { 
            height: 2px; 
            background: rgba(10,31,58,.12); 
            border-radius: 3px; 
            overflow: hidden; 
        }
        .progress-fill { 
            height: 100%; 
            width: 0%; 
            background: #0a1f3a; 
            transition: width .6s ease; 
        }
        .scroll-btn {
            width: 64px; 
            height: 64px; 
            border: 2.5px solid #0a1f3a;
            background: transparent; 
            color: #0a1f3a; 
            border-radius: 50%;
            font-size: 26px; 
            cursor: pointer; 
            transition: all .3s;
        }
        .scroll-btn:hover:not(:disabled) { background: #0a1f3a; color: #fff; }
        .scroll-btn:disabled { opacity: .3; cursor: not-allowed; }

        /* View More Card */
        .view-more-card {
            background: white;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .view-more-card img { display: none; }
        .view-more-content {
            display: flex;
            align-items: center;
            justify-content: center;
            height: 640px;
            width: 100%;
        }
        .view-more-btn {
            padding: 18px 48px;
            background: transparent;
            border: 2.5px solid #0a1f3a;
            color: #0a1f3a;
            font-family: 'Montserrat', sans-serif;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 2px;
            text-transform: uppercase;
            cursor: pointer;
            border-radius: 4px;
            transition: all 0.3s ease;
        }
        .view-more-btn:hover {
            background: #0a1f3a;
            color: #fff;
        }

        /* ==== MOBILE RESPONSIVE ==== */
        @media (max-width: 768px) {
            .expo-myhome-module { padding-top: 120px; }
            .expo-myhome-module h1 {
                font-size: 28px !important;
                letter-spacing: 5px !important;
                margin-bottom: 35px !important;
            }
            .card-content h3 {font-size: 20px !important;margin-bottom: 4px !important;}
            .card-content p {font-size: 12px !important;line-height: 1.35 !important;}
            .properties-title {
                font-size: 40px !important;
                letter-spacing: 5px !important;
                margin-bottom: 30px !important;
				margin-top: -150px;
            }
            .testimonials {
                display: flex !important; 
                gap: 16px; 
                overflow-x: auto;
                padding: 20px 16px; 
                margin: 0 -16px; 
                scroll-snap-type: x proximity;
            }
            .testimonials::-webkit-scrollbar { display: none; }
            .card { flex: 0 0 64vw !important; max-width: 64vw !important; scroll-snap-align: center; }
            .card-img { height: 400px !important; }
            .testimonials .card:first-child { height: 370px !important; }
            .testimonials .card:first-child .card-img { height: 100% !important; }
            .properties-container {
                gap: 16px;
                padding: 30px 0 8px 20px !important;
                scroll-snap-type: x proximity;
            }
            .property-card {
                flex: 0 0 80vw !important;
                max-width: 80vw !important;
                scroll-snap-align: center;
            }
            .property-card img { height: 460px !important; border-radius: 12px; }
            .scroll-btn { display: none !important; }
            .controls-wrapper { margin-top: 28px !important; }
            .properties-section { margin-top: 40px !important; }
            .view-more-content { height: 460px !important; }
            .view-more-btn {
                padding: 14px 36px;
                font-size: 14px;
                letter-spacing: 1.5px;
            }
        }
        @media (max-width: 480px) {
            .expo-myhome-module h1 { font-size: 26px !important; letter-spacing: 4px !important; }
            .properties-title { font-size: 30px !important; }
        }

        /* Mobile-only Progress Bar for Testimonials */
        .testimonials-progress-wrapper {
            display: none;
            max-width: 1400px;
            margin: 10px auto 0;
            padding: 0 20px;
        }
        @media (max-width: 768px) {
            .testimonials-progress-wrapper { display: block !important; }
            .testimonials-progress-wrapper .progress-bg {
                height: 2px;
                background: rgba(10,31,58,.15);
                border-radius: 3px;
                overflow: hidden;
				margin-left: 10px;
				
            }
            .testimonials-progress-wrapper .progress-fill {
                height: 100%;
                width: 0%;
                background: #0a1f3a;
                transition: width 0.6s ease;
            }
        }

        /* PERMANENT LEFT WHITE SPACE — DESKTOP ONLY */
        @media (min-width: 769px) {
            .properties-section {
                position: relative;
                overflow: hidden;
				
            }
            .properties-container {
                margin-left: 160px;
                padding-left: 0 !important;
                width: calc(100% - 140px);
            }
            .properties-container::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 140px;
                background: #fff;
                z-index: 2;
                pointer-events: none;
            }
        }
		
        /* ==== DESKTOP ONLY: Smaller testimonial cards + reduced gap ==== */
        @media (min-width: 769px) {
            .testimonials {
                display: grid !important;
                grid-template-columns: 340px 340px 340px;
                gap: 8px !important;
                max-width: 1120px;                 
                justify-content: center;          
                margin: 0 auto;
            }

            .testimonials .card {
                max-width: 320px;
                width: 100%;
            }

            .testimonials .card-img {
                height: 500px !important;
                object-fit: cover;
            }

            .testimonials .card-content {
                padding: 20px 24px 16px;
            }
            .testimonials .card-content h3 {
                font-size: 18px;
                margin-bottom: 8px;
            }
            .testimonials .card-content p {
                font-size: 14px;
            }
        }
		
		.view-more-btn {
			text-decoration: none !important;
		}
		
		
		/* ==== FIX: Remove excessive space below progress bar on mobile only ==== */
	@media (max-width: 768px) {
		.controls-wrapper {
			margin-top: 10px !important;    /* reduced from 28px */
			margin-bottom: 0 !important;
			padding-bottom: 0 !important;
		}
		
		.expo-myhome-module {
			padding-bottom: 60px !important;  /* reduced from 120px */
		}
		
		.properties-section {
			margin-bottom: 0 !important;      /* was -30px, now neutral */
			padding-bottom: 0 !important;
		}
		
		/* Optional: tighten up the bottom of the whole module even more */
		.properties-container {
			padding-bottom: 20px !important;
			margin-bottom: 0 !important;
		}
	}
			
/* concurrent event */
    /* ================= BASE ================= */
    .bx-concurrent-news-section {
      padding: 40px 0 80px;
      background: #ffffff;
      font-family: 'Montserrat', sans-serif;
      color: #333;
    }
    .bx-concurrent-news-section .container {
      max-width: 1400px;
    }
    .section-title {
      font-size: 1.7rem;
      font-weight: 400;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #222;
    }
    /* ================= CARD BASE ================= */
    .event-box,
    .news-box {
      display: flex;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      border: 1px solid rgba(121,190,88,.15);
      overflow: hidden;
      margin-bottom: 15px;
      transition: all .3s ease;
      flex-shrink: 0; /* Important for carousel */
    }
    .event-box:hover,
    .news-box:hover {
      border-color: #79be58;
      box-shadow: 0 12px 30px rgba(121,190,88,.25);
    }
    /* ================= IMAGE ================= */
    .box-img-wrapper {
      flex-shrink: 0;
      width: 240px;
      height: 150px;
      overflow: hidden;
    }
    .box-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    /* ================= CONTENT ================= */
    .box-body {
      padding: 16px 18px;
      flex: 1;
    }
    .box-body p {
      font-size: .95rem;
      margin-bottom: 10px;
      line-height: 1.45;
    }
    .news-title {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .news-title a {
      text-decoration: none;
      color: #222;
    }
    .news-title a:hover {
      color: #79be58;
    }
    .news-date {
      font-size: .82rem;
      color: #777;
      margin-bottom: 10px;
    }
    .read-more-link {
      color: #79be58;
      font-weight: 600;
      text-decoration: none;
      font-size: .9rem;
    }
    .btn-read-more {
      display: inline-block;
      padding: 6px 16px;
      background: #79be58;
      color: #fff;
      border-radius: 50px;
      font-size: .88rem;
      font-weight: 600;
      text-decoration: none;
      transition: .3s ease;
    }
    .btn-read-more:hover {
      background: #6aa34a;
      transform: translateY(-2px);
    }
    /* ================= SEE MORE ================= */
    .see-more {
      display: block;
      text-align: right;
      margin-top: 20px;
      font-weight: 600;
      color: #79be58;
      text-decoration: none;
    }
    /* =====================================================
       UPCOMING IN TANZANIA – IMAGE ON TOP (ONLY THIS CARD)
       ===================================================== */
    .bx-concurrent-news-section .col-lg-5 .event-box {
      flex-direction: column;
    }
    .bx-concurrent-news-section .col-lg-5 .event-box .box-img-wrapper {
      width: 100%;
      height: 220px;
      border-radius: 16px 16px 0 0;
    }
    .bx-concurrent-news-section .col-lg-5 .event-box .box-img {
      border-radius: 16px 16px 0 0;
    }
    /* Dedicated classes for Tanzania image */
    .tanzania-event-img {
      width: 70%;
      height: 70%;
      object-fit: contain;
      display: block;
      background: #f8f8f8;
    }
    .tanzania-img-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 16px 16px 0 0;
    }
    /* ================= DESKTOP GRID ================= */
    @media (min-width: 992px) {
      .bx-concurrent-news-section .row {
        display: flex;
        align-items: flex-start;
      }
    }
    /* ================= MOBILE ================= */
    @media (max-width: 991px) {
		.bx-concurrent-news-section .section-title {
		font-size: 1.4rem; /* Adjust this value as needed – smaller than original 1.7rem */
		margin-bottom: 15px;
		font-weight: 400px;
	  }
	  
	  .bx-concurrent-news-section .col-lg-7 .section-title {
    margin-top: 30px; /* Adjust this value as needed – e.g., 20px, 40px */
  }
		
      .bx-concurrent-news-section {
        padding: 20px 0 50px;
      }

      /* --- UPCOMING IN TANZANIA (mobile improvements) --- */
      .bx-concurrent-news-section .col-lg-5 .event-box .box-img-wrapper {
        height: 160px; /* Reduced for compactness */
      }
      .tanzania-event-img {
        width: 90%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
      }

      /* --- INDUSTRY NEWS CAROUSEL ON MOBILE ONLY --- */
      /* Container for horizontal scrolling */
      .news-carousel {
        display: flex;
        gap: 15px;              /* Space between cards */
        overflow-x: auto;       /* Enable horizontal scroll */
        padding-bottom: 10px;   /* Space for scrollbar */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* Smooth on iOS */
      }
      .news-carousel::-webkit-scrollbar {
        display: none; /* Hide scrollbar for cleaner look */
      }
      .news-carousel {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      /* Each news card in carousel */
      .news-carousel .news-box {
        width: calc(100% - 30px); /* Full width minus 30px peek of next card */
        flex-direction: column;   /* Already stacked from your existing rule */
        scroll-snap-align: start; /* Snaps to start of each card */
      }

      /* Image on top for news cards too (consistent with Tanzania card) */
      .news-carousel .news-box .box-img-wrapper {
        width: 100%;
        height: 160px;
        border-radius: 16px 16px 0 0;
      }
      .news-carousel .news-box .box-img {
        border-radius: 16px 16px 0 0;
      }

      /* See More - center it */
      .see-more {
        text-align: center;
        margin-top: 30px;
      }
    }
	
/* prime exhibitor */
.exhibitors-module * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
	  padding-left: 10px;
	  padding-right: 10px;
    }
    .exhibitors-module,
    .exhibitors-module body {
      font-family: 'Montserrat', system-ui, -apple-system, sans-serif;
      background: #ffffff;
      line-height: 1.7;
      font-weight: 400;
    }
    .exhibitors-module .exhibitors-section {
      padding: 2rem 0 3rem;
      background: #ffffff;
    }
    .exhibitors-module .exhibitors-section .ex-container {
      padding: 0 2.5rem;
      background: #ffffff;
    }
    .exhibitors-module .ex-section-headline {
      text-align: center;
      margin-bottom: 2.5rem;
      margin-top: -2.5rem;
    }
    .exhibitors-module .ex-headline1 {
      font-size: 2.4rem;
      font-weight: 400;
      letter-spacing: 2px;
      color: #222;
      text-transform: uppercase;
      display: inline-block;
      padding-bottom: 8px;
    }
    .exhibitors-module .ex-exhibitor-card {
      background: #fff;
      border-radius: 24px;
      overflow: hidden;
      transition: all .35s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
      border: 1px solid #eee;
      padding: 1.5rem;
      margin-top: -20px;
    }
    .exhibitors-module .ex-exhibitor-card:hover {
      box-shadow: 0 15px 20px rgba(0, 0, 0, .18);
    }
    .exhibitors-module .ex-card-header {
      color: #79be58 !important;
      text-align: center;
      padding: 1.5rem 1rem;
      font-weight: 700;
      font-size: 1.2rem;
      letter-spacing: 1.5px;
      min-height: 70px;
      display: flex;
      align-items: center;
      justify-content: center;
      white-space: normal;
      word-wrap: break-word;
      overflow-wrap: break-word;
    }
    .exhibitors-module .ex-card-body {
      flex: 1;
      padding: 1rem 1rem 1rem;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .exhibitors-module .ex-card-body img {
      width: 280px;
      height: 100px;
      object-fit: cover;
      border-radius: 14px;
      margin-bottom: 1.25rem;
      margin-top: -2rem;
    }
    .exhibitors-module .ex-card-desc {
      font-size: 1.05rem;
      line-height: 1.8;
      color: #444;
      flex-grow: 1;
      font-weight: 400;
    }
    .exhibitors-module .ex-card-footer {
      text-align: center;
      padding: 1rem 1rem 1rem;
    }
    .exhibitors-module .ex-card-footer a {
      display: inline-block;
      background: #79be58;
      color: #fff;
      padding: 0.875rem 2.375rem;
      border-radius: 50px;
      font-weight: 600;
      font-size: 1.05rem;
      text-decoration: none;
      transition: all .3s ease;
    }
    .exhibitors-module .ex-card-footer a:hover {
      background: #79be58;
      transform: translateY(-4px);
    }
    .exhibitors-module .ex-exhibitor-card.ex-small .ex-card-header {
      font-size: 1.35rem;
      padding: 1.25rem 0.875rem;
      min-height: 60px;
      background: #fff !important;
    }
    .exhibitors-module .ex-exhibitor-card.ex-small .ex-card-body {
      padding: 1.25rem 1.25rem 0.75rem;
    }
    .exhibitors-module .ex-exhibitor-card.ex-small .ex-card-desc {
      font-size: 0.98rem;
    }
    .exhibitors-module .ex-exhibitor-card.ex-small .ex-card-footer a {
      padding: 0.75rem 2rem;
      font-size: 0.98rem;
    }

    /* Carousel base styles */
    .exhibitors-module .ex-exhibitor-row {
      display: flex;
      gap: 1rem;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding: 0 1rem 2rem;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scrollbar-width: none;
      scroll-behavior: smooth;
    }
    .exhibitors-module .ex-exhibitor-row::-webkit-scrollbar {
      display: none;
    }

    /* Default (mobile): show partial next card */
    .exhibitors-module .ex-card-wrapper {
      flex: 0 0 88%;
      max-width: 88%;
      scroll-snap-align: center;
    }

    /* Tablet */
    @media (min-width: 577px) and (max-width: 992px) {
      .exhibitors-module .ex-card-wrapper {
        flex: 0 0 65%;
        max-width: 65%;
      }
    }

    /* Desktop: show ~3 cards with partial 4th visible */
    @media (min-width: 993px) {
      .exhibitors-module .ex-card-wrapper {
        flex: 0 0 30%;
        max-width: 30%;
      }
    }

    /* Mobile tweaks */
    @media (max-width: 576px) {
      .exhibitors-module .ex-headline1 {
        font-size: 1.4rem;
        margin-bottom: -20px;
      }
      .exhibitors-module .ex-section-headline {
        margin-bottom: 1.5rem !important;
      }
      .exhibitors-module .exhibitors-section .ex-container {
        padding: 0;
      }
      .exhibitors-module .ex-exhibitor-card {
        padding: 0.1rem;
        margin-top: 0;
      }
      .exhibitors-module .ex-card-header {
        font-size: 1rem;
        padding: 0.7rem 0.5rem;
        min-height: auto;
        line-height: 1.3;
      }
      .exhibitors-module .ex-card-body {
        padding: 0.8rem 0.8rem 0.6rem;
      }
      .exhibitors-module .ex-card-body img {
        width: 100%;
        height: 85px;
        object-fit: contain;
        background: #fff;
        padding: 8px;
        margin-top: -1.2rem;
        margin-bottom: 0.8rem;
      }
      .exhibitors-module .ex-card-desc {
        font-size: 0.92rem;
        line-height: 1.55;
      }
      .exhibitors-module .ex-card-footer {
        padding: 0.6rem 0.8rem 0.8rem;
      }
      .exhibitors-module .ex-card-footer a {
        padding: 0.6rem 1.6rem;
        font-size: 0.92rem;
      }
    }
	
	/* ================= ORIGINAL STYLES (UNCHANGED) ================= */
.bx-partners-section{padding:80px 0 60px;background:#fff;font-family:'Montserrat',sans-serif;color:#333;line-height:1.6;font-weight:400;}
.bx-partners-section *{box-sizing:border-box;}
.bx-partners-container{max-width:1400px;margin:0 auto;padding:0 15px;}
.bx-partners-header{text-align:center;margin-bottom:50px;}
.bx-partners-headline{font-size:2.1rem;font-weight:400;letter-spacing:2.5px;color:#222;text-transform:uppercase;margin:0;}
.bx-partners-group{margin-bottom:28px;}
.bx-partners-group-title{font-size:1.25rem;font-weight:400;color:#79be58;text-transform:uppercase;margin-bottom:14px;}
.bx-partners-logo-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:16px;padding:0 8px;}
.bx-partners-logo-card{background:#fff;border-radius:14px;box-shadow:0 5px 16px rgba(0,0,0,.1);border:1px solid rgba(121,190,88,.15);padding:12px;display:flex;align-items:center;justify-content:center;}
.bx-partners-logo-card img{max-width:250px;height:90px;object-fit:contain;}
.bx-partners-side-row{display:flex;gap:24px;flex-wrap:nowrap;margin-top:40px;}
.bx-partners-side-col{flex:0 0 auto;}

/* ================= MOBILE STYLES ================= */
@media (max-width:768px){
	
	.bx-partners-group-title{font-size:1rem;font-weight:400;color:#79be58;text-transform:uppercase;margin-bottom:4px;}
	
	.bx-partners-headline{font-size:1.2rem;font-weight:400;letter-spacing:2.5px;color:#222;text-transform:uppercase;margin-bottom: -20px;}
	
  .bx-partners-logo-grid{
    display:flex;
    gap:14px;
  }

  /* AUTO SCROLL + USER SWIPE */
  .auto-scroll-container{
    width:100vw;
    margin-left:50%;
    transform:translateX(-50%);
    overflow-x: auto;                  /* REQUIRED for touch swipe */
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch; /* smooth momentum scrolling on iOS */
    scrollbar-width: none;             /* Hide scrollbar in Firefox */
    -ms-overflow-style: none;          /* Hide scrollbar in IE/Edge */
  }
  
  .auto-scroll-container::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }

  .auto-scroll-track{
    display:flex;
    gap:14px;
    width:max-content;
    animation:autoScroll 20s linear infinite;
    padding: 10px 0; /* optional: small vertical padding to prevent edge clipping */
  }

  /* Smaller cards for mobile */
  .auto-scroll-track .bx-partners-logo-card{
    flex:0 0 180px; /* reduced from 180px */
    max-width:150px;
    padding:6px;
  }

  .auto-scroll-track img{
    height:70px; /* reduced from 80px */
  }

  /* Pause animation while user scrolls */
  .auto-scroll-container:active .auto-scroll-track,
  .auto-scroll-container:focus-within .auto-scroll-track{
    animation-play-state:paused;
  }

  @keyframes autoScroll{
    from{transform:translateX(0);}
    to{transform:translateX(-50%);}
  }

  /* ========== MOBILE HEADINGS CENTERED & NEW LINE ========== */
  .bx-partners-group-title{
    text-align:center !important;
    display:block;
    width:100%;
    margin:0 auto 14px auto !important;
  }

  .bx-partners-side-row{
    flex-direction:column;
    gap:20px !important;
  }

  /* CENTER CARDS UNDER THE FOUR SINGLE-LOGO PARTNERS */
  .bx-partners-side-row .bx-partners-logo-grid{
    justify-content:center !important;
  }

  /* Reduce card size for four static partners on mobile */
  .bx-partners-side-row .bx-partners-logo-card{
    flex: 0 0 150px;         /* Main change: fixed wider width */
    max-width: 150px !important;
    width: 150px;            /* Ensures consistency */
    padding: 12px !important; /* Slightly more padding for better look */
    margin: 0 auto;          /* Centers the card if the row allows */
  }

  .bx-partners-side-row .bx-partners-logo-card img{
    height: 60px !important;  
    max-width: 300px;
  }
  
  
  .bx-partners-side-row .bx-partners-logo-grid{
    display: flex;
    justify-content: center !important;
  }
}


.expo-footer-module .col ul {
  list-style: none !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}
.expo-footer-module .col ul li {
  padding-left: 0 !important;
}

.expo-footer-module .col h4.recent-searches {
    padding-top: 55px !important;  /* adjust this value as needed: 50px, 70px, etc. */
  }

@media (min-width: 769px) {
	
  .expo-footer-module .app-badges {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center !important;
    gap: 5px;
    margin-top: 5px;
    padding: 0;
    margin-left: 85px !important;
  }
  .expo-footer-module .app-badges a {
    display: block;
    height: auto;
  }
  .expo-footer-module .app-badges img {
    height: 50px !important;
    width: auto !important;
  }
  .expo-footer-module .app-badges a:last-child img {
    height: 68px !important;
    margin-top: -4px;
  }
}
  .expo-footer-module * { font-family: 'Montserrat', sans-serif !important; }
  .social-icons a img, .mobile-social-icons a img, .chat-bubble img { width:28px; pointer-events: none; height:28px; filter:invert(1); display:block; }
  .mobile-social-icons a img { width:22px; height:22px; }
  .app-badges { display: flex !important; gap: 12px; justify-content: center; margin-top: 15px; }
  .expo-footer-module { all: unset; display: block; background: #111; color: #aaa; padding: 50px 20px 40px; line-height: 1.5; font-size: 12px; }
  .expo-footer-module * { box-sizing: border-box; margin: 0; padding: 0; text-align: left !important; }
  .expo-footer-module .container { max-width: 1650px; margin: 0 auto; }
  .expo-footer-module .top-row { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 30px; padding-bottom: 20px; margin-bottom: 25px; border-bottom: 1.5px solid #79be58; }
  .expo-footer-module .logo1 img { height: auto; max-height: 60px; }
  .expo-footer-module .social-icons { display: flex; gap: 18px; flex-shrink: 0; }
  .expo-footer-module .social-icons a { color: #fff; font-size: 30px; padding: 8px; border-radius: 50%; background: rgba(255,255,255,0.08); }
  .expo-footer-module .newsletter { flex: 1; min-width: 400px; max-width: 800px; margin-left: 20px; }
  .expo-footer-module .newsletter p { color: #eee; margin-bottom: 12px; font-size: 13.5px; font-weight: 500; }
  .expo-footer-module .input-wrapper { position: relative; display: flex; align-items: center; padding-bottom: 8px; }
  .expo-footer-module .input-wrapper::before { content: ''; position: absolute; left: 0; right: 0; bottom: 0; height: 1px; background: rgba(255,255,255,0.4); }
  .expo-footer-module .newsletter-form input { flex: 1; background: transparent; border: none; outline: none; color: #fff; font-size: 16px; padding: 8px 0; height: 40px; }
  .expo-footer-module .newsletter-form input::placeholder { color: #888; }
  .expo-footer-module .newsletter-form button { background: #fff; color: #000; border: none; padding: 10px 32px; border-radius: 30px; font-weight: bold; font-size: 13px; text-transform: uppercase; cursor: pointer; transition: all 0.3s ease; height: 40px; margin-left: 20px; }
  .expo-footer-module .newsletter-form button:hover { background: #79be58; color: #fff; }
  .expo-footer-module .newsletter small { display: block; margin-top: 10px; font-size: 12.5px; color: #ccc; }
  .expo-footer-module .newsletter small a { color: #fff; text-decoration: underline; }
  .expo-footer-module .main-content { display: grid; grid-template-columns: 1fr 260px; gap: 32px; align-items: start; padding: 25px 60px; }
  .expo-footer-module .links-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 30px 25px; }
  .expo-footer-module .col h4, .expo-footer-module .col h4.second, .expo-footer-module .col h4.recent-searches { color: #fff; text-transform: uppercase; font-size: 13.8px !important; letter-spacing: 1px; margin-bottom: 14px; font-weight: 500; }
  .expo-footer-module .col h4.second { margin-top: 28px !important; }
  .expo-footer-module .col h4.recent-searches { margin-top: 50px !important; }
  .expo-footer-module .col ul li a { color: #aaa !important; text-decoration: none !important; font-size: 12.5px; transition: color 0.2s ease; }
  .expo-footer-module .col ul li a:hover { color: #fff !important; }
  .expo-footer-module .col ul li { margin-bottom: 7px; }
  .expo-footer-module .right-block { text-align: center; display: flex; flex-direction: column; align-items: center; padding-top: 4px; margin-bottom: 40px; }
  .expo-footer-module .expo-living img { height: 30px; margin-top: 5px !important; margin-left: -80px !important; }
  .expo-footer-module .expo-living {
    margin-top: 0px !important;
  }
  .expo-footer-module .app-badges img { height: 40px;  }
  .expo-footer-module .app-badges a:last-child img { height: 60px; margin-top: -4px; margin-right: 160px;}
  .expo-footer-module .bottom-bar-wrapper { border-top: 1.5px solid #79be58; padding-top: 20px; margin-top: 35px; }
  .expo-footer-module .bottom-bar { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px; font-size: 12.5px; color: #fff; }
  .expo-footer-module .chat-bubble { position: fixed; right: 20px; bottom: 20px; background: #79be58; width: 46px; height: 46px; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 25px rgba(121,190,88,0.4); cursor: pointer; z-index: 2147483647; }
  .mobile-google-play, .mobile-social-wrapper { display: none; }
  .expo-footer-module .legal-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .expo-footer-module .legal-links a {
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
  }
  .expo-footer-module .legal-links a:hover {
    color: #79be58 !important;
  }

.chat-popup {
	 max-height: 600px; 
	 overflow-y: auto;
  display: none;
  position: fixed;
  bottom: 70px;
  right: 20px;
  z-index: 2147483647;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.25);
  width: 400px;
  max-width: 90vw;
  padding: 14px 16px;
  font-family: 'Montserrat', sans-serif;
}
.chat-popup-content {
  position: relative;
  text-align: center;
}
.chat-close {
  position: absolute;
  top: -10px;
  right: 0;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  color: #aaa;
}
.chat-close:hover {
  color: #000;
}
.chat-popup h3 {
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  
}
.chat-popup p {
  margin-bottom: 10px;
  font-weight: 600;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 20px;
  margin-bottom: 20px;
}
.checkbox-group label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  white-space: nowrap;
  margin: 0;
}
.chat-popup input[type="text"],
.chat-popup input[type="email"] {
  width: 100%;
  padding: 8px 9px;
  margin-bottom: 8px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 13px;
}
.submit-wrapper {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.chat-btn {
  background: #79be58;
  color: #fff;
  border: none;
  padding: 12px 40px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
 
  align-items: center;
  text-align: center;
}
.chat-btn:hover {
  background: #79be58;
}

@media (max-width: 768px) {
  .chat-popup {
    width: calc(100vw - 40px);
    right: 20px;
    left:'origine 20px;
    bottom: 80px;
padding: 14px 16px; /* Reduced padding for mobile */
    bottom: 75px;
  }
  .checkbox-group {
    gap: 8px 14px;
	margin-bottom: 14px;
  }
  .chat-popup-content h3 {
    font-size: 18px; /* Slightly smaller heading */
    margin-bottom: 12px;
text-align: center;
  }
 
  .chat-popup h3 {
    text-align: center !important;
    margin: 0 auto 12px auto !important;
    padding: 0 60px !important; /* Adds safe side padding to prevent overlap with close button */
    font-size: 18px;
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
  }
 
  .chat-popup p {
    margin-bottom: 8px;
    font-size: 14px;
  }
 
  .checkbox-group {
    gap: 8px 12px; /* Tighter spacing between checkboxes */
    margin-bottom: 15px;
  }
 
  .checkbox-group label {
    font-size: 13px; /* Smaller checkbox labels */
  }
 
  .chat-popup input[type="text"],
  .chat-popup input[type="email"] {
    padding: 9px 10px; /* Slightly smaller inputs */
    margin-bottom: 10px;
    font-size: 13.5px;
  }
 
  .submit-wrapper {
    margin-top: 15px; /* Less space before submit button */
  }
 
  .chat-btn {
    padding: 10px 28px; /* Slightly smaller button */
    font-size: 14px;
  }
}
@media (min-width: 769px) {
  .expo-footer-module .container {
    padding-left: 60px !important;
    padding-right: 60px !important;
    max-width: 1920px !important;
  }
  @media (min-width: 1400px) {
    .expo-footer-module .container {
      padding-left: 100px !important;
      padding-right: 100px !important;
    }
  }
}
@media (max-width: 768px) {
  .expo-footer-module .top-row,
  .expo-footer-module .bottom-bar-wrapper { border: none !important; }
  .expo-footer-module .top-row { flex-direction: column; align-items: flex-start; gap: 25px; padding: 0 20px 0; margin-bottom: 20px; }
  .expo-footer-module .logo1 img { height: 30px; margin-left: 20px; }
  .expo-footer-module { background: #1a1a1a !important; }
  .expo-footer-module .input-wrapper {
    padding: 4px 8px !important;
    height: 40px !important;
    border-radius: 20px !important;
    max-width: 85% !important;
    width: 85% !important;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    max-width: 90%;
    margin-left: 0 !important;
  }
  .expo-footer-module .social-icons { display: none; }
  .expo-footer-module .newsletter { width: 100%; padding: 0 10px; margin-left: -8px !important; text-align: left; }
  .expo-footer-module .newsletter p { margin-bottom: 10px; font-size: 14px; text-align: left; }
  .expo-footer-module .input-wrapper {
    width: 100%; max-width: none; margin: 0 !important; background: #000;
    border-radius: 30px; overflow: hidden; display: flex; align-items: center;
    padding: 6px 40px; gap: 8px; margin-left: -25px !important;
  }
  .expo-footer-module .newsletter-form input {
    font-size: 13px !important;
    padding: 6px 20px !important;
    height: 32px !important;
    max-width: none;
    width: 70% !important;
    flex: 1;
  }
  .expo-footer-module .newsletter-form input::placeholder { color: #888; }
  .expo-footer-module .newsletter-form button {
    height: 30px !important;
    padding: 0 16px !important;
    font-size: 11px !important;
    margin-left: 0;
  }
  .expo-footer-module .newsletter-form button:hover { background: #79be58; color: #fff; }
  .expo-footer-module .newsletter small { margin-top: 12px; font-size: 10px; text-align: left; display: block; }
  .expo-footer-module .main-content { grid-template-columns: 1fr; padding: 0 20px 15px !important; gap: 0; }
  .expo-footer-module .links-grid { grid-template-columns: 1fr; gap: 0; }
  .expo-footer-module .app-badges { display: flex !important;
    flex-direction: row !important;
    justify-content: center;
    align-items: center !important;
    gap: 20px;
    margin-top: 25px;
    padding: 0; }
  .mobile-google-play { display: block !important; text-align: center; margin: 15px 0 8px; }
  .mobile-google-play img { height: 52px; }
  .mobile-social-wrapper { display: block !important; text-align: center; margin: 8px 0 5px; margin-bottom: 0px !important; padding-bottom: 0px !important; }
  .follow-text { margin-top: 20px !important; font-size: 13px; color: #ccc; text-transform: uppercase; letter-spacing: 1.5px; margin-bottom: 10px; text-align: center !important; width: 100%; }
  .mobile-social-icons { display: flex; gap: 12px; justify-content: center; margin-bottom: 0 !important; padding-bottom: 0 !important; }
  .mobile-social-icons a { text-decoration: none !important; color: #fff; font-size: 19px; width: 40px; height: 40px; border-radius: 50%; background: rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; }
  .mobile-social-icons a:hover { background: #79be58; color: #000; transform: scale(1.1); }
  .expo-footer-module .expo-living img { padding-top: 20px; height: 50px; margin: 0 auto 12px !important; display: block; }
  .expo-footer-module .bottom-bar-wrapper { margin-top: -50px !important; padding-top: -8px !important; }
  .expo-footer-module .bottom-bar { flex-direction: column; align-items: center; text-align: center; gap: 10px; padding: 10px 0; padding-top: 0px !important; margin-top: 0px !important; }
  .expo-footer-module .legal-links { gap: 20px; display: flex !important; flex-direction: column; align-items: center; text-align: center; }
  .expo-footer-module .copyright { font-size: 12px; color: #999; margin-top: 8px; }
  .expo-footer-module .col > h4,
  .expo-footer-module .col > h4.second {
    position: relative; cursor: pointer; padding: 18px 50px 18px 0 !important; margin: 0 !important; padding-left: -10px !important;
    padding-right: 70px !important;
    font-size: 15px !important; font-weight: 600;
  }
  .expo-footer-module .col > h4::after,
  .expo-footer-module .col > h4.second::after {
    content: "\f078" !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    position: absolute; right: 15px; top: 50%; transform: translateY(-50%);
    font-size: 15px; color: #aaa; transition: transform 0.3s ease;
  }
  .expo-footer-module .col > h4.active::after,
  .expo-footer-module .col > h4.second.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .expo-footer-module .col > ul {
    max-height: 0; overflow: hidden; transition: max-height 0.45s ease, padding 0.45s ease;
    padding: 0 15px !important; margin: 0 !important; border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .expo-footer-module .col > ul.active { max-height: 1200px; padding: 18px 15px !important; padding-left: -20px !important; padding-right: 40px !important; }
}
@media (max-width: 768px) {
  .expo-footer-module .app-badges {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .expo-footer-module .col h4.recent-searches {
    margin-top: 32px !important;
  }
}


@media (min-width: 769px) {
  .fb-page-wrapper-desktop {
    margin-top: 10px;
    text-align: center;
	
  }
  
  .fb-page-wrapper-desktop .fb-page {
    width: 480px !important;   /* ← change this number to whatever you like */
    max-width: 480px !important;
	
  }
  
  
}


@media (max-width: 768px) {
  .fb-page-wrapper-desktop { display: none; }
  .fb-page-wrapper-mobile {
    margin: 0px auto 10px;
	 width: 90% !important;
    max-width: 440px !important;
    text-align: center;
	margin-top: 0px;
	
  }
  
}

@media (min-width: 769px) {
  .fb-page-wrapper-mobile { display: none;  }
}





.newsletter-message {
  display: none;
  margin-top: 15px;
  padding: 12px 18px;
  border-radius: 6px;
  font-size: 13px;
  animation: fadeIn 0.4s ease;
}

.newsletter-success {
  background: #d4edda;
  color: #155724;
  border-left: 4px solid #28a745;
}

.newsletter-error {
  background: #f8d7da;
  color: #721c24;
  border-left: 4px solid #dc3545;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to   { opacity: 1; transform: translateY(0); }
}

@media (max-width: 768px) {
  .newsletter-message {
    max-width: 90%;
    width: 90%;
    box-sizing: border-box;
    margin-left: -35px;
    
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }
  
  
}



    .bx-concurrent-news-section {
      padding: 40px 0 80px;
      background: #ffffff;
      font-family: 'Montserrat', sans-serif;
      color: #333;
    }
    .bx-concurrent-news-section .container {
      max-width: 1400px;
    }
    .section-title {
      font-size: 1.7rem;
      font-weight: 400;
      margin-bottom: 20px;
      text-transform: uppercase;
      color: #222;
    }
    
    .event-box,
    .news-box {
      display: flex;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 6px 20px rgba(0,0,0,.1);
      border: 1px solid rgba(121,190,88,.15);
      overflow: hidden;
      margin-bottom: 15px;
      transition: all .3s ease;
      flex-shrink: 0; /* Important for carousel */
    }
    .event-box:hover,
    .news-box:hover {
      border-color: #79be58;
      box-shadow: 0 12px 30px rgba(121,190,88,.25);
    }
    
    .box-img-wrapper {
      flex-shrink: 0;
      width: 240px;
      height: 150px;
      overflow: hidden;
    }
    .box-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }
    
    .box-body {
      padding: 16px 18px;
      flex: 1;
    }
    .box-body p {
      font-size: .95rem;
      margin-bottom: 10px;
      line-height: 1.45;
    }
    .news-title {
      font-size: 1.05rem;
      font-weight: 600;
      margin-bottom: 6px;
    }
    .news-title a {
      text-decoration: none;
      color: #222;
    }
    .news-title a:hover {
      color: #79be58;
    }
    .news-date {
      font-size: .82rem;
      color: #777;
      margin-bottom: 10px;
    }
    .read-more-link {
      color: #79be58;
      font-weight: 600;
      text-decoration: none;
      font-size: .9rem;
    }
    .btn-read-more {
      display: inline-block;
      padding: 6px 16px;
      background: #79be58;
      color: #fff;
      border-radius: 50px;
      font-size: .88rem;
      font-weight: 600;
      text-decoration: none;
      transition: .3s ease;
    }
    .btn-read-more:hover {
      background: #6aa34a;
      transform: translateY(-2px);
    }
    /* ================= SEE MORE ================= */
    .see-more {
      display: block;
      text-align: right;
      margin-top: 20px;
      font-weight: 600;
      color: #79be58;
      text-decoration: none;
    }
    /* =====================================================
       UPCOMING IN TANZANIA – IMAGE ON TOP (ONLY THIS CARD)
       ===================================================== */
    .bx-concurrent-news-section .col-lg-5 .event-box {
      flex-direction: column;
    }
    .bx-concurrent-news-section .col-lg-5 .event-box .box-img-wrapper {
      width: 100%;
      height: 220px;
      border-radius: 16px 16px 0 0;
    }
    .bx-concurrent-news-section .col-lg-5 .event-box .box-img {
      border-radius: 16px 16px 0 0;
    }
    /* Dedicated classes for Tanzania image */
    .tanzania-event-img {
      width: 70%;
      height: 70%;
      object-fit: contain;
      display: block;
      background: #f8f8f8;
    }
    .tanzania-img-wrapper {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      border-radius: 16px 16px 0 0;
    }
    /* ================= DESKTOP GRID ================= */
    @media (min-width: 992px) {
      .bx-concurrent-news-section .row {
        display: flex;
        align-items: flex-start;
      }
    }
    /* ================= MOBILE ================= */
    @media (max-width: 991px) {
		.bx-concurrent-news-section .section-title {
		font-size: 1.4rem; /* Adjust this value as needed – smaller than original 1.7rem */
		margin-bottom: 15px;
		font-weight: 400px;
	  }
	  
	  .bx-concurrent-news-section .col-lg-7 .section-title {
    margin-top: 30px; /* Adjust this value as needed – e.g., 20px, 40px */
  }
		
      .bx-concurrent-news-section {
        padding: 20px 0 50px;
      }

      /* --- UPCOMING IN TANZANIA (mobile improvements) --- */
      .bx-concurrent-news-section .col-lg-5 .event-box .box-img-wrapper {
        height: 160px; /* Reduced for compactness */
      }
      .tanzania-event-img {
        width: 90%;
        height: auto;
        max-height: 100%;
        object-fit: contain;
      }

      /* --- INDUSTRY NEWS CAROUSEL ON MOBILE ONLY --- */
      /* Container for horizontal scrolling */
      .news-carousel {
        display: flex;
        gap: 15px;              /* Space between cards */
        overflow-x: auto;       /* Enable horizontal scroll */
        padding-bottom: 10px;   /* Space for scrollbar */
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch; /* Smooth on iOS */
      }
      .news-carousel::-webkit-scrollbar {
        display: none; /* Hide scrollbar for cleaner look */
      }
      .news-carousel {
        -ms-overflow-style: none;
        scrollbar-width: none;
      }

      /* Each news card in carousel */
      .news-carousel .news-box {
        width: calc(100% - 30px); /* Full width minus 30px peek of next card */
        flex-direction: column;   /* Already stacked from your existing rule */
        scroll-snap-align: start; /* Snaps to start of each card */
      }

      /* Image on top for news cards too (consistent with Tanzania card) */
      .news-carousel .news-box .box-img-wrapper {
        width: 100%;
        height: 160px;
        border-radius: 16px 16px 0 0;
      }
      .news-carousel .news-box .box-img {
        border-radius: 16px 16px 0 0;
      }

      /* See More - center it */
      .see-more {
        text-align: center;
        margin-top: 30px;
      }
    }