/* ======================================================= */
/* Body Wrapper & PerfectScrollbar Isolation               */
/* ======================================================= */
html, body { height: 100%; overflow: hidden !important; padding: 0 !important; margin: 0 !important; }
body { overscroll-behavior-x: none; background-color: #f8f9fa; }
#app { max-width: 100vw; width: 100%; height: 100%; overflow-x: hidden !important; overflow-y: auto !important; position: relative; overflow-anchor: none; scrollbar-width: none !important; -ms-overflow-style: none !important; }
#app::-webkit-scrollbar { display: none !important; width: 0 !important; height: 0 !important; }
.ps__rail-y, .ps__rail-x { z-index: 1050 !important; }
.min-w-0 { min-width: 0; }
.border-e2 { border: 1px solid #e2e7eb; }
.btn-queeky { background: #ff902b; color: #fff; border-radius: 6px; padding: 12px 10px; transition: all 0.3s ease; outline: none !important; border: none; }
.btn-queeky:hover:not(:disabled) { background: #e67e22; color: #fff; transform: translateY(-2px); box-shadow: 0 5px 15px rgba(255, 144, 43, 0.3); }
.text-theme { color: #ff902b !important; }
.text-theme-color { color: #ff902b; }
.text-theme-11 { color: #ff902b; font-size: 11px; }

/* ======================================================= */
/* Global True Lazy Loading & Broken Image Handler         */
/* ======================================================= */
.lazy-bg:not(.loaded), .lazy-image:not(.loaded) { background-image: var(--queekey-lazy) !important; background-color: #f8f9fa !important; background-position: center center !important; background-repeat: no-repeat !important; }
.lazy-image:not(.loaded) { object-fit: contain !important; padding: 35px !important; background-size: 40px auto !important; color: transparent !important; }
.lazy-bg:not(.loaded) { background-size: 50px auto !important; }
.lazy-image.loaded { object-fit: cover !important; padding: 0 !important; background-color: transparent !important; animation: lazyFadeIn 0.4s ease-in-out; }
.lazy-bg.loaded { background-size: cover !important; background-position: center center !important; background-color: transparent !important; animation: lazyFadeIn 0.4s ease-in-out; }
@keyframes lazyFadeIn { from { opacity: 0.3; } to { opacity: 1; } }

/* ======================================================= */
/* Scroll Reveal Entrance Animations                       */
/* ======================================================= */
.reveal-on-scroll { opacity: 0; transform: translateY(40px); transition: opacity 0.7s ease-out, transform 0.7s cubic-bezier(0.16, 1, 0.3, 1); will-change: opacity, transform; }
.reveal-on-scroll.is-visible { opacity: 1; transform: translateY(0); }

/* ======================================================= */
/* Dynamic Layout Padding & Overlap Fixes                  */
/* ======================================================= */
#pos { position: relative; display: block; height: auto; padding-top: 132px !important; transition: padding-top 0.3s ease; }
body.no-strip #pos { padding-top: 74px !important; }
.pos-content { margin-right: 0 !important; padding: 0 !important; height: auto !important; overflow: visible !important; width: 100% !important; max-width: 100% !important; flex: 0 0 100% !important; }

/* ======================================================= */
/* Sidebars, Modals & Floating Buttons                     */
/* ======================================================= */
.custom-modal-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.7); z-index: 9999; display: none; align-items: center; justify-content: center; backdrop-filter: blur(3px); opacity: 0; transition: opacity 0.3s ease; }
.custom-modal-overlay.active { display: flex; opacity: 1; }
.custom-modal { background: #fff; width: 90%; max-width: 400px; border-radius: 12px; padding: 30px; text-align: center; transform: translateY(20px); transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); box-shadow: 0 15px 40px rgba(0,0,0,0.4); margin: 0 auto; position: relative; }
.custom-modal-overlay.active .custom-modal { transform: translateY(0); }
.modal-icon { width: 60px; height: 60px; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; font-size: 28px; margin-bottom: 15px; }
#pos .pos-sidebar { position: fixed !important; top: 15px !important; bottom: 15px !important; right: 15px !important; margin: 0 !important; left: auto !important; height: calc(100vh - 30px) !important; transform: translateX(calc(100% + 50px)) !important; width: 100vw !important; max-width: 400px !important; z-index: 9999 !important; background: #fff !important; border: none !important; border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; display: flex !important; flex-direction: column !important; }
#pos.show-queeky-cart .pos-sidebar { transform: translateX(0) !important; visibility: visible !important; }
#pos .support-sidebar { position: fixed !important; top: 15px !important; bottom: 15px !important; left: 15px !important; right: auto !important; margin: 0 !important; height: calc(100vh - 30px) !important; transform: translateX(calc(-100% - 50px)) !important; width: 100vw !important; max-width: 400px !important; z-index: 9999 !important; background: #fff !important; border: none !important; border-radius: 12px !important; overflow: hidden !important; box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important; transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s !important; display: flex !important; flex-direction: column !important; visibility: hidden !important; }
#pos.show-support .support-sidebar { transform: translateX(0) !important; visibility: visible !important; }
.cart-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.6); z-index: 9998; opacity: 0; visibility: hidden; transition: 0.3s ease; backdrop-filter: blur(2px); }
#pos.show-queeky-cart .cart-backdrop, #pos.show-support .cart-backdrop { opacity: 1 !important; visibility: visible !important; }
.pos-mobile-sidebar-toggler, .support-toggler { display: flex !important; position: fixed !important; bottom: 30px !important; z-index: 1020 !important; background: #20252a !important; color: #fff !important; box-shadow: 0 5px 15px rgba(0,0,0,0.4) !important; border-radius: 50% !important; width: 60px !important; height: 60px !important; align-items: center !important; justify-content: center !important; text-decoration: none !important; transition: transform 0.4s ease, opacity 0.4s ease, bottom 0.4s ease, visibility 0.4s ease !important; }
.pos-mobile-sidebar-toggler { right: 30px !important; }
.support-toggler { left: 30px !important; }
.pos-mobile-sidebar-toggler:hover, .support-toggler:hover { transform: scale(1.05) !important; color: #ff902b !important; }
.pos-mobile-sidebar-toggler .badge { position: absolute; top: 0px; right: 0px; background: #ff902b !important; color: #fff; border-radius: 50px; min-width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 10px; padding: 0 5px; }
body.is-scrolling-down .pos-mobile-sidebar-toggler, body.is-scrolling-down .support-toggler { opacity: 0 !important; visibility: hidden !important; transform: translateY(100px) !important; pointer-events: none !important; }
body.is-scrolling-down .btn-scroll-to-top { bottom: 30px !important; right: 42px !important; opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
body.is-scrolling-up .pos-mobile-sidebar-toggler, body.is-scrolling-up .support-toggler { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; pointer-events: auto !important; }
body.is-scrolling-up .btn-scroll-to-top { bottom: 105px !important; right: 42px !important; opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; }
body.at-top .btn-scroll-to-top { opacity: 0 !important; visibility: hidden !important; transform: translateY(50px) !important; pointer-events: none !important; }
body.at-top .pos-mobile-sidebar-toggler, body.at-top .support-toggler { opacity: 1 !important; visibility: visible !important; transform: translateY(0) !important; pointer-events: auto !important; }
.btn-scroll-to-top { position: fixed !important; width: 36px; height: 36px; background: #ff902b; color: #fff; border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 1010 !important; box-shadow: 0 4px 10px rgba(255, 144, 43, 0.4); text-decoration: none; font-size: 14px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important; }
.btn-scroll-to-top:hover { background: #e67e22; color: #fff; transform: translateY(-3px) scale(1.05) !important; box-shadow: 0 6px 15px rgba(255, 144, 43, 0.5); }
@media (max-width: 991.98px) { #pos .pos-sidebar, #pos .support-sidebar { top: 0 !important; bottom: 0 !important; height: 100vh !important; width: 100vw !important; max-width: 100vw !important; border-radius: 0 !important; } #pos .pos-sidebar { right: 0 !important; left: 0 !important; } #pos .support-sidebar { left: 0 !important; } }

/* ======================================================= */
/* ENDLESS HORIZONTAL SCROLL ENGINE                        */
/* ======================================================= */
.horizontal-scroller { display: flex !important; flex-direction: row !important; flex-wrap: nowrap !important; overflow: hidden !important; position: relative; gap: 0.75rem !important; padding-bottom: 12px !important; margin-bottom: 0 !important; scroll-snap-type: x mandatory; width: 100% !important; -ms-overflow-style: none !important; scrollbar-width: none !important; }
.horizontal-scroller::-webkit-scrollbar { display: none !important; height: 0 !important; width: 0 !important; background: transparent !important; }
@media (max-width: 767.98px) { .horizontal-scroller { overflow-x: auto !important; -webkit-overflow-scrolling: touch; } }
.horizontal-scroller > .scroll-card { flex: 0 0 auto !important; width: 52% !important; scroll-snap-align: start; display: block !important; }
@media (min-width: 576px) { .horizontal-scroller > .scroll-card { width: 32% !important; } }
@media (min-width: 992px) { .horizontal-scroller > .scroll-card { width: 14% !important; } }
.horizontal-scroller > .ps__rail-y { display: none !important; }

/* ======================================================= */
/* 01-download-top-strip.php                               */
/* ======================================================= */
.app-download-top-strip { z-index: 1040 !important; height: 58px; position: fixed !important; top: 0; left: 0; right: 0; transition: top 0.3s ease; }
body.scrolled .app-download-top-strip { top: -58px !important; }
.top-strip-wrap { background: #20252a; color: #fff; padding: 10px 0; z-index: 1040; }
.strip-btn { font-size: 11px; min-width: 50px; height: 32px; }
.strip-close { font-size: 12px; top: 50%; transform: translateY(-50%); }

/* ======================================================= */
/* top-nav.php                                             */
/* ======================================================= */
.navbar.fixed-top { top: 58px !important; z-index: 1030 !important; height: 74px; transition: top 0.3s ease; }
body.no-strip .navbar.fixed-top, body.scrolled .navbar.fixed-top { top: 0 !important; }
.desktop-nav-link { font-weight: 700; display: flex; align-items: center; transition: all 0.2s; position: relative; }
.desktop-nav-link .nav-icon { display: none; margin-right: 8px; width: 18px; text-align: center; }
.desktop-nav-link:hover, .desktop-nav-link:active { color: #ff902b !important; }
.desktop-nav-link:hover .nav-icon { display: inline-block; color: #ff902b; }
.mobile-menu-item { display: flex; align-items: center; padding: 16px 30px; font-weight: 700; border-bottom: 1px solid #f0f0f0; color: #212529; text-decoration: none; transition: background-color 0.2s; }
.mobile-menu-item:hover, .mobile-menu-item:active { background-color: rgba(255, 144, 43, 0.1); color: #ff902b; }
.mobile-menu-item .nav-icon { width: 24px; margin-right: 22px; color: inherit; } 
.logo-mobile { height: 22px; width: auto; }
.logo-desktop { height: 35px; width: auto; }
.btn-get-started-mob { font-size: 13px; white-space: nowrap; padding: 0 12px; height: 34px; }
.globe-icon { font-size: 14px; transition: transform 0.4s ease; }
.select-h45 { height: 45px; }
.btn-apply-loc { font-size: 13px; padding-top: 8.5px; padding-bottom: 8.5px; }
.no-scrollbar { scrollbar-width: none; }
.quick-action-pill { background: #f8f9fa !important; border: 1px solid #e2e7eb !important; }
.nav-pill-desktop { height: 38px; }
.max-w-130 { max-width: 130px; }
.min-w-260 { min-width: 260px; }
.icon-box-45 { width: 45px; height: 45px; }
.btn-auth-desktop { height: 38px; font-size: 14px; white-space: nowrap; }
.fs-15 { font-size: 15px; }
.fs-14px, .fs-14 { font-size: 14px; }
.fs-13px, .fs-13 { font-size: 13px; }
.fs-12px, .fs-12 { font-size: 12px; }
.fs-11px, .fs-11 { font-size: 11px; }
.fs-10px, .fs-10 { font-size: 10px; }

/* Hamburger Menu Toggler (Rounded Pill Lines) */
.animated-toggler { width: 24px; height: 18px; position: relative; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; background: transparent; border: none; padding: 0; }
.animated-toggler .line { display: block; width: 100%; height: 2px; background-color: rgba(0,0,0,0.65); border-radius: 10px; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform-origin: center; }
.animated-toggler.open .line1 { transform: translateY(8px) rotate(45deg); }
.animated-toggler.open .line2 { opacity: 0; }
.animated-toggler.open .line3 { transform: translateY(-8px) rotate(-45deg); }

.hide-animative { width: 0 !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; overflow: hidden !important; pointer-events: none; border: none !important; }
#mobileProfileWrapper, .mobile-pill-wrapper { cursor: pointer; background: #f8f9fa !important; border: 1px solid #e2e7eb !important; border-radius: 50px; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); box-sizing: border-box; height: 34px; display: flex; align-items: center; margin-right: 8px; overflow: hidden; white-space: nowrap; }
#mobileProfileWrapper { padding: 2px; width: auto; max-width: 250px; }
.mobile-avatar { transition: transform 0.5s ease-in-out; }
.mobile-user-name { max-width: 130px; opacity: 1; margin-left: 8px; margin-right: 8px; display: inline-block; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); color: #212529 !important; }
.mobile-quick-icons { max-width: 0; opacity: 0; margin-left: 0; display: flex; gap: 10px; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
#mobileProfileWrapper.show-options { background: #fff !important; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
#mobileProfileWrapper.show-options .mobile-avatar { transform: rotate(360deg); }
#mobileProfileWrapper.show-options .mobile-user-name { max-width: 0; opacity: 0; margin-left: 0; margin-right: 0; }
#mobileProfileWrapper.show-options .mobile-quick-icons { max-width: 140px; opacity: 1; margin-left: 8px; margin-right: 4px; }
#mobileProfileWrapper.shrink-state { width: 34px !important; padding: 2px !important; margin-right: 8px !important; background: #f8f9fa !important; border-color: #e2e7eb !important; box-shadow: none !important; }
#mobileProfileWrapper.shrink-state .mobile-avatar { transform: rotate(360deg); }
#mobileProfileWrapper.shrink-state .mobile-user-name { max-width: 0; opacity: 0; margin-left: 0; margin-right: 0; }
#mobileProfileWrapper.shrink-state .mobile-quick-icons { max-width: 0; opacity: 0; margin-left: 0; margin-right: 0; }
.shrink-state-btn { width: 34px !important; padding: 0 !important; background: #ff902b !important; border-color: transparent !important; box-shadow: none !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.shrink-state-btn .hide-on-shrink { max-width: 0 !important; opacity: 0 !important; margin: 0 !important; display: inline-block; overflow: hidden; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.shrink-state-btn .margin-reset { margin: 0 !important; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
.shrink-state-btn .fa-bolt { transform: rotate(360deg); transition: transform 0.5s ease-in-out; }
.mobile-pill-wrapper .pill-icon-box { width: 32px; height: 32px; border-radius: 50%; background: transparent; display: flex; align-items: center; justify-content: center; z-index: 2; flex-shrink: 0; }
.mobile-pill-wrapper.expanded { background: #fff !important; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.mobile-pill-wrapper.expanded .pill-icon-box i.fa-globe { transform: rotate(360deg); }
.pill-content-slide { width: 0; opacity: 0; overflow-x: auto; white-space: nowrap; display: flex; align-items: center; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); -ms-overflow-style: none; scrollbar-width: none; }
.pill-content-slide::-webkit-scrollbar { display: none; }
#mobileLangWrapper.expanded .pill-content-slide { width: auto; max-width: 75px; opacity: 1; padding: 0 5px 0 2px; }
#mobileLocWrapper.expanded .pill-content-slide { width: auto; max-width: 150px; opacity: 1; padding: 0 8px 0 4px; }
#mobileLocDropdownMenu { position: absolute; top: 100%; left: 0; right: 0; width: 100%; background: #fff; z-index: 1040; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-top: 1px solid #eee; padding: 20px; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; }
#mobileLocDropdownMenu.show { opacity: 1; visibility: visible; transform: translateY(0); pointer-events: auto; }
@media (max-width: 991.98px) { #mainNav.navbar-collapse { background: #fff !important; position: absolute; top: 100%; left: 0; right: 0; padding: 0 0 15px 0; box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1); border-top: 1px solid #eee; z-index: 1040; } .navbar-nav .nav-item { margin: 0; } .navbar-nav .nav-item:last-child .mobile-menu-item { border-bottom: 1px solid #f0f0f0; } }

/* ======================================================= */
/* 02-hero.php                                             */
/* ======================================================= */
.queeky-hero-wrapper { background: linear-gradient(to bottom, #ff5f6d 0%, #ffc371 100%); position: relative; padding: 120px 0 160px; overflow: hidden; z-index: 1; }
.queeky-sun { position: absolute; top: 20%; left: 50%; transform: translateX(-50%); width: 150px; height: 150px; background: rgba(255, 255, 255, 0.8); border-radius: 50%; box-shadow: 0 0 60px rgba(255, 255, 255, 0.6); z-index: 2; }
.queeky-clouds { position: absolute; top: 10%; left: 0; width: 200%; display: flex; justify-content: space-around; color: rgba(255, 255, 255, 0.8); font-size: 4rem; z-index: 2; animation: queekyPanBg 80s linear infinite; }
.queeky-skyline { position: absolute; bottom: 60px; left: 0; right: 0; height: 250px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='250' viewBox='0 0 600 250' preserveAspectRatio='none'%3E%3Cpath fill='rgba(0,0,0,0.15)' d='M0,250 L0,120 L30,120 L30,80 L70,80 L70,160 L110,160 L110,40 L150,40 L150,110 L190,110 L190,70 L230,70 L230,150 L270,150 L270,90 L320,90 L320,30 L370,30 L370,130 L410,130 L410,60 L450,60 L450,140 L500,140 L500,80 L540,80 L540,110 L600,110 L600,250 Z'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: bottom; z-index: 3; animation: queekyPanBg 120s linear infinite; }
.queeky-trees { position: absolute; bottom: 60px; left: 0; right: 0; height: 150px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='400' height='150' viewBox='0 0 400 150'%3E%3Crect x='45' y='100' width='10' height='50' fill='%232a1b15'/%3E%3Ccircle cx='50' cy='70' r='40' fill='%2319331b'/%3E%3Ccircle cx='30' cy='90' r='25' fill='%23234d26'/%3E%3Ccircle cx='70' cy='90' r='25' fill='%23102411'/%3E%3Crect x='245' y='80' width='12' height='70' fill='%232a1b15'/%3E%3Ccircle cx='250' cy='50' r='45' fill='%2319331b'/%3E%3Ccircle cx='225' cy='75' r='30' fill='%23234d26'/%3E%3Ccircle cx='150' cy='130' r='25' fill='%23234d26'/%3E%3Ccircle cx='180' cy='120' r='35' fill='%2319331b'/%3E%3Ccircle cx='350' cy='130' r='25' fill='%23102411'/%3E%3C/svg%3E"); background-repeat: repeat-x; background-position: bottom; z-index: 4; animation: queekyPanBg 45s linear infinite; }
.queeky-road { position: absolute; bottom: 0; left: 0; right: 0; height: 60px; background-color: #2c3e50; border-top: 5px solid #1a252f; z-index: 5; }
.queeky-road::after { content: ''; position: absolute; top: 25px; left: 0; right: 0; height: 5px; background-image: linear-gradient(to right, #ffffff 0%, #ffffff 40%, transparent 40%, transparent 100%); background-size: 150px 100%; animation: queekyDriveRoad 1.5s linear infinite; }
.queeky-motorcycle-container { position: absolute; bottom: 30px; left: 15%; z-index: 6; animation: queekyBounceBike 0.4s ease-in-out infinite alternate; }
.real-bike-img { width: 250px; height: auto; transform: scaleX(-1); }
.queeky-delivery-box { position: absolute; bottom: 75px; left: 10px; width: 60px; height: 60px; background-color: #ff902b; border-radius: 6px; border: 2px solid #fff; box-shadow: -4px 4px 10px rgba(0,0,0,0.4); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 900; font-size: 2rem; font-family: 'Arial', sans-serif; transform: rotate(-3deg); z-index: -1; }
.queeky-hero-content { position: relative; z-index: 10; }
.queeky-text-shadow { text-shadow: 0 2px 10px rgba(0,0,0,0.3); }
@keyframes queekyPanBg { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
@keyframes queekyDriveRoad { 0% { background-position-x: 0; } 100% { background-position-x: -1200px; } }
@keyframes queekyBounceBike { 0% { transform: translateY(0px) rotate(-0.5deg); } 100% { transform: translateY(-3px) rotate(0.5deg); } }

/* ======================================================= */
/* VENDOR CARDS & BADGE SYSTEM                             */
/* ======================================================= */
.v-card-white { background-color: #ffffff; border: 1px solid #e2e7eb; cursor: pointer; border-radius: 1rem; overflow: hidden; }
.v-card-gray { background-color: #f8f9fa; border: 1px solid #e2e7eb; box-shadow: none; cursor: pointer; border-radius: 1rem; overflow: hidden; }
.svg-badge-wrapper svg { width: 100% !important; height: 100% !important; display: block; }
.vendor-card-img-wrapper { position: relative; width: 100%; height: 120px; border-top-left-radius: 1rem; border-top-right-radius: 1rem; overflow: hidden; }
.vendor-card-img-bg { position: absolute; width: 100%; height: 100%; z-index: 1; background-position: center !important; background-size: cover !important; background-color: #eee !important; }
.vendor-card-overlay { position: absolute; width: 100%; bottom: 0; height: 70px; background: linear-gradient(to bottom, rgba(248,249,250,0), rgba(248,249,250,1)); z-index: 2; }
.vendor-badge-container { position: absolute; display: flex; align-items: center; top: 10px; left: 10px; z-index: 5; }
.vendor-badge-icon { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; z-index: 3; }
.vendor-badge-icon.bg-white { background-color: #fff; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); }
.vendor-pill-tag { font-size: 10px; margin-left: -10px; padding-left: 16px; padding-right: 10px; height: 20px; display: flex; align-items: center; color: #fff; z-index: 2; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); border-radius: 50rem; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.vendor-pill-tag.trending-tag { background-color: #dc3545; }
.vendor-pill-tag.featured-tag { background-color: #ff902b; }
.vendor-action-stack { position: absolute; display: flex; flex-direction: column; gap: 0.5rem; align-items: flex-end; top: 10px; right: 10px; z-index: 4; }
.vendor-action-btn { display: flex; align-items: center; cursor: pointer; }
.vendor-action-icon { width: 30px; height: 30px; background-color: rgba(255,255,255,0.95); border: none; border-radius: 50%; display: flex; align-items: center; justify-content: center; z-index: 3; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); padding: 0; }
.vendor-action-count { background-color: rgba(255,255,255,0.95); color: #dc3545; font-size: 11px; font-weight: 800; margin-left: -10px; padding-left: 16px; padding-right: 10px; height: 22px; display: flex; align-items: center; z-index: 2; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); border-radius: 50rem; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.vendor-rating-box { position: absolute; display: flex; align-items: center; z-index: 4; }
.vendor-rating-box.bottom-left { bottom: 8px; left: 10px; }
.vendor-rating-box.top-left { top: 10px; left: 10px; }
.vendor-rating-star { font-size: 13px; filter: drop-shadow(0px 1px 2px rgba(0,0,0,0.5)); }
.vendor-rating-text { font-size: 12px; font-weight: 800; }
.vendor-rating-text.text-dark { text-shadow: 0px 0px 5px #fff; }
.vendor-rating-text.text-white { text-shadow: 0px 0px 5px #000; }
.vendor-offer-strip { position: absolute; width: 100%; display: flex; align-items: center; padding: 0.25rem 0.5rem; bottom: 0; left: 0; background-color: rgba(255, 144, 43, 0.15); backdrop-filter: blur(2px); z-index: 5; }
.sz-28-z3 { width: 28px; height: 28px; z-index: 3; }
.sz-24 { width: 24px; height: 24px; }
.sz-22 { width: 22px; height: 22px; }
.sz-20 { width: 20px; height: 20px; }
.sz-16 { width: 16px; height: 16px; }
.sz-16-fill { width: 16px; height: 16px; fill: #ff902b; }
.badge-30-drop { width: 30px; height: 30px; filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.3)); }
.badge-28-drop { width: 28px; height: 28px; filter: drop-shadow(0px 2px 3px rgba(0,0,0,0.3)); }
.badge-16-drop { width: 16px; height: 16px; filter: drop-shadow(0px 1px 1px rgba(0,0,0,0.1)); }

/* ======================================================= */
/* 03-other-services.php                                   */
/* ======================================================= */
.os-card { cursor: pointer; border-radius: 1rem; overflow: hidden; background-color: #fff; }
.os-img-wrap { height: 220px; }
.os-bg { background-position: center; background-size: cover; background-color: #eee; }
.os-overlay { height: 80px; background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); z-index: 2; }
.os-badge-wrap { top: 15px; left: 15px; width: 45px; height: 45px; z-index: 10; }
.line-clamp-3 { display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ======================================================= */
/* 04-vendor-promos-ad.php & 06-ad-slideshow.php           */
/* ======================================================= */
.ad-carousel-img { width: 100%; height: 150px !important; object-fit: cover; }
@media (min-width: 768px) { .ad-carousel-img { height: 320px !important; } }
.custom-indicators { margin-bottom: 0; bottom: 15px; z-index: 15; }
.custom-indicators [data-bs-target] { width: 8px; height: 8px; border-radius: 50%; background-color: #ff902b; opacity: 0.4; transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1); margin: 0 4px; border: none; }
.custom-indicators .active { width: 28px; border-radius: 10px; opacity: 1; }
.ad-carousel-wrapper .ad-carousel-control { width: 45px; height: 45px; background-color: rgba(0, 0, 0, 0.4); border-radius: 50%; top: 50%; transform: translateY(-50%); bottom: auto; opacity: 0; visibility: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.ad-carousel-wrapper .carousel-control-prev.ad-carousel-control { left: 15px; }
.ad-carousel-wrapper .carousel-control-next.ad-carousel-control { right: 15px; }
.ad-carousel-wrapper:hover .ad-carousel-control { opacity: 1; visibility: visible; }
.ad-carousel-wrapper .ad-carousel-control:hover { background-color: #ff902b; }
.ad-carousel-wrapper .ad-carousel-control i { color: rgba(255, 255, 255, 0.7); font-size: 20px; transition: color 0.3s ease; }
.ad-carousel-wrapper .ad-carousel-control:hover i { color: #ffffff; }
@media (max-width: 767.98px) { .custom-indicators { bottom: -25px; } .ad-carousel-wrapper { margin-bottom: 30px !important; } .ad-carousel-wrapper .ad-carousel-control { display: none !important; } }
.square-carousel-img { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; }
@media (min-width: 992px) { .promo-scroller > .scroll-card { width: 18.66% !important; } .promo-square-ad-wrapper { height: 225px !important; width: 225px !important; min-width: 225px !important; margin-left: auto; } }
@media (max-width: 991.98px) { .promo-square-ad-wrapper { aspect-ratio: 1 / 1 !important; width: 100% !important; height: auto !important; margin-bottom: 40px !important; } }

/* ======================================================= */
/* 05-featured.php, 07-trending.php, 08-offer.php          */
/* ======================================================= */
.btn-explore { background-color: #ff902b; font-size: 12px; padding-top: 6px; padding-bottom: 6px; }

/* ======================================================= */
/* 09-how-to-order.php                                     */
/* ======================================================= */
#how-to-order-section { position: relative; min-height: 600px; border-radius: 24px; overflow: hidden; transition: background-color 0.8s ease-in-out; color: #fff; }
.hto-platform-container { display: none; height: 100%; position: absolute; inset: 0; }
.hto-platform-container.active-platform { display: block; }
.hto-step { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity 0.6s ease-in-out, visibility 0.6s; }
.hto-step.active-step { opacity: 1; visibility: visible; z-index: 10; }
.hto-top-controls { position: absolute; top: 30px; left: 50%; transform: translateX(-50%); z-index: 30; text-align: center; width: 100%; pointer-events: none; }
.hto-top-controls h3 { pointer-events: auto; }
.hto-toggle-wrapper { background: rgba(255, 255, 255, 0.2); backdrop-filter: blur(8px); border-radius: 50px; padding: 5px; display: inline-flex; margin: 0 auto; pointer-events: auto; }
.hto-toggle-btn { background: transparent; color: rgba(255, 255, 255, 0.9); border: none; padding: 8px 24px; border-radius: 50px; font-weight: 700; transition: all 0.3s; white-space: nowrap; }
.hto-toggle-btn.active { background: #fff; color: #212529; box-shadow: 0 4px 10px rgba(0,0,0,0.1); }
.hto-image-container { position: absolute; top: 0; right: 0; bottom: 0; width: 100%; z-index: 1; }
.hto-image { width: 100%; height: 100%; object-fit: cover; object-position: center; transition: opacity 0.3s ease; }
.hto-image-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.2) 50%, rgba(0,0,0,0.5) 100%); z-index: 2; }
.hto-content-container { position: absolute; top: 0; left: 0; bottom: 0; width: 100%; z-index: 10; display: flex; flex-direction: column; justify-content: center; padding: 30px; pointer-events: none; }
.hto-content-container > div { pointer-events: auto; }
.hto-progress-wrapper { position: absolute; bottom: 30px; left: 30px; z-index: 20; display: flex; gap: 12px; }
.hto-indicator { width: 45px; height: 45px; border-radius: 50%; background: rgba(255, 255, 255, 0.2); display: flex; align-items: center; justify-content: center; font-weight: bold; font-size: 18px; cursor: pointer; position: relative; transition: background 0.3s; }
.hto-indicator.active { background: transparent; }
.hto-indicator .num { display: block; }
.hto-indicator.active .num { display: none; }
.hto-badge-wrap { display: none; width: 100%; height: 100%; position: absolute; inset: 0; align-items: center; justify-content: center; border-radius: 50%; overflow: hidden; }
.hto-indicator.active .hto-badge-wrap { display: flex; }
.badge-svg { display: flex; align-items: center; justify-content: center; width: 20px; height: 20px; z-index: 5; }
.badge-svg svg, .badge-svg img { width: 20px !important; height: 20px !important; max-width: 20px !important; max-height: 20px !important; fill: #fff !important; }
.hto-ring { position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform: rotate(-90deg); z-index: 1; }
.hto-ring circle { fill: none; stroke: #fff; stroke-width: 3; stroke-dasharray: 140; stroke-dashoffset: 140; }
.hto-indicator.active .hto-ring circle { animation: ringRoll 6s linear forwards; }
@keyframes ringRoll { to { stroke-dashoffset: 0; } }
@media (min-width: 768px) { .hto-image-container { width: 60%; } .hto-image-overlay { background: rgba(0, 0, 0, 0.65); } .hto-content-container { width: 40%; padding: 50px; } .hto-progress-wrapper { bottom: 50px; left: 50px; } }
@media (max-width: 767.98px) { .hto-image { opacity: 0.5; } }

/* ======================================================= */
/* 10-join-us.php                                          */
/* ======================================================= */
.h-120 { height: 120px; }
.fs-12-clamp-3 { font-size: 12px; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }

/* ======================================================= */
/* 11-forum-stories.php                                    */
/* ======================================================= */
.story-card { border: 1px solid #e2e7eb; box-shadow: none; cursor: pointer; border-radius: 1rem; overflow: hidden; }
.h-160 { height: 160px; }
.story-overlay { background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1)); }
.pos-b10-l10 { bottom: 10px; left: 10px; }
.story-count { background-color: #fff; color: #dc3545; font-weight: 400; }
.z-1 { z-index: 1; }
.z-2 { z-index: 2; }
.fs-14-lh-14 { font-size: 14px; line-height: 1.4; }
.fs-12-clamp-2 { font-size: 12px; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.story-scroll-card { flex: 0 0 auto !important; width: 85% !important; scroll-snap-align: start; display: block !important; }
@media (min-width: 576px) { .story-scroll-card { width: 45% !important; } }
@media (min-width: 768px) { .story-scroll-card { width: 32% !important; } }
@media (min-width: 992px) { .story-scroll-card { width: 23.5% !important; } }

/* Story Share Pill & Rounded Lines */
.story-share-pill { height: 32px; padding: 2px; background: rgba(255,255,255,0.95); border: 1px solid transparent; border-radius: 50px; transition: all 0.3s ease; display: inline-flex; align-items: center; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075); cursor: pointer; }
.story-share-pill:active { transform: scale(0.95); }
.story-share-pill.expanded { background: #ffffff !important; border-color: #e2e7eb !important; }
.story-share-pill .pill-content-slide { width: auto !important; max-width: 0; opacity: 0; transition: all 0.4s ease; overflow: hidden; white-space: nowrap; display: flex; align-items: center; }
.story-share-pill.expanded .pill-content-slide { max-width: 250px !important; opacity: 1 !important; padding-left: 6px; }
.story-share-pill .share-count-wrapper { width: auto !important; max-width: 40px; opacity: 1; transition: all 0.4s ease; overflow: hidden; white-space: nowrap; }
.story-share-pill.expanded .share-count-wrapper { max-width: 0 !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; }

/* Hamburger Share Alignment and Curved Edges Fix */
.animated-share { width: 16px; height: 18px; position: relative; display: inline-block; vertical-align: middle; }
.animated-share span { position: absolute; background-color: #212529; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
.animated-share .dot { width: 4px; height: 4px; border-radius: 50%; }
.animated-share .dot1 { top: 7px; left: 0; }
.animated-share .dot2 { top: 1px; right: 0; }
.animated-share .dot3 { bottom: 1px; right: 0; }
.animated-share .line { height: 2px; border-radius: 10px; transform-origin: left center; }
.animated-share .line1 { width: 12px; top: 8px; left: 2px; transform: rotate(-26deg); }
.animated-share .line2 { width: 12px; top: 8px; left: 2px; transform: rotate(26deg); }

.story-share-pill.expanded .animated-share .dot { opacity: 0; transform: scale(0); }
.story-share-pill.expanded .animated-share .line { width: 16px; left: 0; top: 8px; transform-origin: center; }
.story-share-pill.expanded .animated-share .line1 { transform: rotate(45deg); }
.story-share-pill.expanded .animated-share .line2 { transform: rotate(-45deg); }

.share-social-icon { transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); overflow: hidden; display: inline-flex; align-items: center; justify-content: center; width: 24px; opacity: 1; margin: 0 4px; }
.story-share-pill.copied-state .share-social-icon { width: 0 !important; opacity: 0 !important; margin: 0 !important; padding: 0 !important; transform: scale(0); border: none !important; }
.share-copy-btn { display: inline-flex; align-items: center; justify-content: center; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); background: transparent; border: none; padding: 4px 6px; border-radius: 50px; cursor: pointer; color: #212529; outline: none; }
.share-copy-text { max-width: 0; opacity: 0; overflow: hidden; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); font-size: 13px; font-weight: 700; white-space: nowrap; margin-left: 0; }
.story-share-pill.copied-state .share-copy-text { max-width: 80px; opacity: 1; margin-left: 6px; color: #ffffff; }
.story-share-pill.copied-state .share-copy-btn { background-color: #28a745; color: #ffffff; padding: 4px 12px; margin-left: 4px; }

/* ======================================================= */
/* 12-faq.php                                              */
/* ======================================================= */
.faq-questions-wrapper { display: flex; flex-direction: row; flex-wrap: nowrap; gap: 12px; padding-bottom: 8px; scroll-snap-type: x mandatory; align-items: stretch; overflow-x: auto !important; overflow-y: hidden !important; -webkit-overflow-scrolling: touch; -ms-overflow-style: none !important; scrollbar-width: none !important; }
.faq-questions-wrapper::-webkit-scrollbar { display: none !important; }
.faq-question-card { flex: 0 0 80%; scroll-snap-align: start; background-color: #f8f9fa; border: 1px solid #e2e7eb; border-radius: 12px; padding: 14px 16px; cursor: pointer; transition: all 0.3s ease; white-space: normal; display: flex; align-items: center; height: auto; }
.faq-question-card:hover { background-color: #fff; border-color: #ff902b; }
.faq-question-card.active { background-color: rgba(255, 144, 43, 0.1); border-color: #ff902b; }
.faq-question-card.active .badge-color-toggle svg path, .faq-question-card.active .badge-color-toggle svg circle, .faq-question-card.active .badge-color-toggle svg rect, .faq-question-card.active .badge-color-toggle svg polygon { fill: #ff902b !important; }
.faq-answer-content { animation: fadeIn 0.4s ease-in-out; }
@keyframes fadeIn { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 992px) { .faq-questions-wrapper { display: block !important; padding-right: 8px; overflow: hidden !important; position: relative; } .faq-questions-wrapper > .ps__rail-x { display: none !important; } .faq-question-card { display: flex; width: 100%; margin-bottom: 8px; } }

/* ======================================================= */
/* 13-main-download.php                                    */
/* ======================================================= */
.dl-promo-wrap { max-width: 100%; background-color: #ff902b; }
.dl-img-wrap { min-height: 450px; border: 1px solid #e2e7eb; }

/* ======================================================= */
/* footer.php                                              */
/* ======================================================= */
.footer-logo-img { height: 40px; width: auto; }
.nl-form-wrap { height: 44px; }
.nl-input { flex: 1; transition: flex 0.5s ease, opacity 0.4s ease, padding 0.5s ease; font-size: 13px; }
.nl-btn { background-color: #ff902b; transition: flex 0.5s ease, background-color 0.5s ease; height: 100%; white-space: nowrap; padding: 0 16px; }
.footer-vendor-img-lazy { width: 45px; height: 45px; object-fit: contain; padding: 2px; background-color: #f8f9fa; }
.social-media-btn { width: 36px; height: 36px; }
.newsletter-wrapper:focus-within { border-color: #ff902b !important; box-shadow: 0 0 0 0.2rem rgba(255, 144, 43, 0.25); }
.footer-hover-white { transition: color 0.3s ease; cursor: pointer; }
.footer-hover-white:hover, .footer-hover-white:hover * { color: #ffffff !important; }
.vendor-footer-card { background-color: transparent; border-radius: 6px; transition: background-color 0.3s ease; }
.vendor-footer-card:hover { background-color: rgba(255,255,255,0.1); }
.vendor-footer-card:hover span { color: #ffffff !important; }

/* ======================================================= */
/* Page Loading Line & Roller Fix (Pace.js Override)       */
/* ======================================================= */
.pace .pace-progress { top: 132px !important; z-index: 1060 !important; background: #ff902b !important; }
.pace .pace-activity { top: 147px !important; right: 20px !important; z-index: 1060 !important; border-top-color: #ff902b !important; border-left-color: #ff902b !important; }
body.no-strip .pace .pace-progress, body.scrolled .pace .pace-progress { top: 74px !important; }
body.no-strip .pace .pace-activity, body.scrolled .pace .pace-activity { top: 89px !important; }

/* ======================================================= */
/* EXPLORE MODAL & FILTER PANELS                           */
/* ======================================================= */
body.explore-active, body.explore-active #app { overflow: hidden !important; }
.explore-overlay { position: fixed; z-index: 1050; display: flex; flex-direction: column; overflow: hidden; visibility: hidden; opacity: 0; pointer-events: none; transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s, visibility 0.3s; }
.explore-backdrop { position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: rgba(0,0,0,0.6); z-index: 1045; visibility: hidden; opacity: 0; pointer-events: none; transition: opacity 0.3s ease, visibility 0.3s; backdrop-filter: blur(4px); }
.explore-overlay.active, .explore-backdrop.active { visibility: visible; opacity: 1; pointer-events: auto; }
#exploreHeaderWrap, #exploreHeaderWrap .btn-light, #exploreHeaderWrap .btn-white, .explore-top-header { background-color: #ffffff !important; }

/* Location and Language Desktop Pills */
.desk-loc-btn.show, .desk-loc-btn:focus, .desk-loc-btn:active,
.desk-lang-btn.show, .desk-lang-btn:focus, .desk-lang-btn:active { 
    background-color: #ffffff !important; 
    border-color: #e2e7eb !important; 
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; 
    color: #212529 !important; 
}

/* Fix Select2 z-index so it overlays above the location dropdown */
.select2-container, .select2-container--default .select2-dropdown { z-index: 99999 !important; }

/* Customizations for the Select2 Dropdown */
.select2-container--default .select2-selection--single {
    border-radius: 50px !important;
    height: 45px !important;
    display: flex;
    align-items: center;
    border: 1px solid #e2e7eb !important;
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}
.select2-container--open .select2-selection--single {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-color: transparent !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px !important;
}
.select2-dropdown {
    border-bottom-right-radius: 24px !important;
    border-bottom-left-radius: 24px !important;
    border: 1px solid #e2e7eb !important;
    border-top: none !important;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1) !important;
    padding-bottom: 8px !important;
    background-color: #fff !important;
}
.select2-search--dropdown .select2-search__field {
    border-radius: 24px !important;
    padding: 8px 15px !important;
    border: 1px solid #e2e7eb !important;
    outline: none !important;
}
.select2-search--dropdown .select2-search__field:focus {
    border-color: #ff902b !important;
    box-shadow: 0 0 0 0.2rem rgba(255, 144, 43, 0.25) !important;
}

/* Highlight Color for Selected Option */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #ff902b !important;
    color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 144, 43, 0.1) !important;
    color: #212529 !important;
    border-left: 4px solid #ff902b !important;
}

.force-hide { display: none !important; }
#desktopFilterBar { transition: max-height 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.2s ease, margin 0.3s ease, padding 0.3s ease !important; }
#desktopFilterBar.hidden-on-scroll { max-height: 0 !important; opacity: 0 !important; padding-top: 0 !important; padding-bottom: 0 !important; margin-top: 0 !important; border-top-color: transparent !important; }

.explore-pagination .page-link { width: 36px; height: 36px; display: flex; align-items: center; justify-content: center; color: #212529; border-color: #e2e7eb; font-weight: 600; padding: 0; }
@media (min-width: 768px) { .explore-pagination .page-link { width: 40px; height: 40px; } .explore-pagination .page-item:first-child .page-link, .explore-pagination .page-item:last-child .page-link { width: auto; padding: 0 20px; border-radius: 50px !important; } }
.explore-pagination .page-item.active .page-link { background-color: #ff902b; border-color: #ff902b; color: #fff; }

.exp-header-item { height: 38px !important; font-size: 13px !important; }
.exp-circle-btn { width: 38px !important; height: 38px !important; border-radius: 50% !important; padding: 0 !important; }
.explore-search-wrapper input { font-size: 13px !important; }

@media (min-width: 992px) { 
    .exp-header-item { height: 45px !important; font-size: 14px !important; } 
    .exp-circle-btn { width: 45px !important; height: 45px !important; } 
    .explore-search-wrapper input { font-size: 14px !important; } 
}

@media (max-width: 991.98px) { 
    .explore-overlay { top: 0; left: 0; width: 100vw; height: 100vh; transform: translateY(100%); } 
    .explore-overlay.active { transform: translateY(0); } 
    .explore-top-header { padding-top: 10px !important; padding-bottom: 10px !important; } 
    .explore-loc-dropdown { position: absolute !important; top: 100% !important; left: 0 !important; right: 0 !important; width: 100vw !important; max-width: 100vw !important; margin: 0 !important; transform: none !important; border-radius: 0 !important; border-top: 1px solid #e2e7eb !important; padding-top: 15px !important; } 
}

@media (min-width: 992px) { 
    .explore-overlay { top: 50%; left: 50%; width: 100%; max-width: 850px; height: calc(100vh - 30px) !important; border-radius: 1.5rem !important; z-index: 1100 !important; box-shadow: 0 15px 40px rgba(0,0,0,0.2) !important; transform: translate(-50%, 100vh); transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, visibility 0.3s !important; } 
    .explore-overlay.active { transform: translate(-50%, -50%); } 
}

body.explore-active .pos-mobile-sidebar-toggler, body.explore-active .support-toggler { z-index: 1150 !important; }

.explore-back-btn, .explore-to-top-btn { position: fixed !important; width: 36px !important; height: 36px !important; border-radius: 50% !important; background: #ff902b !important; color: #fff !important; border: none !important; z-index: 1150 !important; box-shadow: 0 4px 10px rgba(255, 144, 43, 0.4) !important; padding: 0 !important; opacity: 0; transform: translateY(20px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); pointer-events: none; bottom: 210px !important; }
.explore-back-btn { left: 42px !important; }
.explore-to-top-btn { right: 42px !important; }
body.is-scrolling-down .explore-back-btn, body.is-scrolling-down .explore-to-top-btn { bottom: 160px !important; }
.explore-overlay.active ~ .explore-back-btn, .explore-overlay.active .explore-back-btn, .explore-overlay.active ~ .explore-to-top-btn, .explore-overlay.active .explore-to-top-btn { opacity: 1; transform: translateY(0); pointer-events: auto; }
.explore-back-btn:hover, .explore-to-top-btn:hover { background: #e67e22 !important; transform: translateY(-3px) scale(1.05) !important; box-shadow: 0 6px 15px rgba(255, 144, 43, 0.5) !important; }
body.at-top .explore-to-top-btn { opacity: 0 !important; pointer-events: none !important; transform: translateY(20px) !important; }

.explore-search-wrapper { border-color: #ced4da !important; transition: all 0.3s ease; }
.explore-search-wrapper:focus-within { border-color: #ff902b !important; box-shadow: 0 0 10px rgba(255, 144, 43, 0.4) !important; background-color: #fff !important; }

.explore-pill { border-radius: 50px; padding: 6px 16px; font-size: 13px; font-weight: 600; cursor: pointer; transition: all 0.2s; display: inline-flex; align-items: center; color: #212529 !important; background-color: #fff !important; border: 1px solid #e2e7eb !important; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important; }
.explore-pill:hover, .explore-pill.active { background: #fff !important; color: #ff902b !important; border-color: #ff902b !important; box-shadow: 0 4px 10px rgba(255, 144, 43, 0.25) !important; }
.explore-pill:hover i, .explore-pill.active i { color: #ff902b !important; }

.explore-filters-panel { pointer-events: none; }
.explore-filters-panel.show { pointer-events: auto; }
.explore-filters-panel .exp-filter-btn, .explore-filters-panel #closeMobFilterBtn { pointer-events: auto; }
.filter-anim { transform: translateY(-10px); opacity: 0; transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.3s ease, box-shadow 0.2s, border-color 0.2s, color 0.2s; }
.explore-filters-panel.show .filter-anim { transform: translateY(0); opacity: 1; }
.explore-filters-panel.show .filter-anim-1 { transition-delay: 0.15s; }
.explore-filters-panel.show .filter-anim-2 { transition-delay: 0.10s; }
.explore-filters-panel.show .filter-anim-3 { transition-delay: 0.05s; }
.explore-filters-panel.show .filter-anim-4 { transition-delay: 0.00s; }
.explore-filters-panel.show .filter-anim-5 { transition-delay: 0.20s; }

.explore-inner-backdrop { position: absolute; inset: 0; background: rgba(255,255,255,0.85); backdrop-filter: blur(4px); z-index: 100; opacity: 0; visibility: hidden; transition: all 0.3s ease; }
.explore-inner-backdrop.active { opacity: 1; visibility: visible; pointer-events: auto; }

.vendor-card-overlay { background: linear-gradient(to bottom, rgba(248,249,250,0), rgba(248,249,250,1)) !important; }
.vendor-offer-strip { position: absolute; width: 100%; display: flex; align-items: center; padding: 0.25rem 0.5rem; bottom: 0; left: 0; background-color: rgba(255, 144, 43, 0.15); backdrop-filter: blur(2px); z-index: 5; }

.explore-body-content { flex: 1; overflow-y: auto; padding-bottom: 120px; scrollbar-width: none; }
.explore-body-content::-webkit-scrollbar { display: none; }
/* ======================================================= */
/* Ripple Effect for Buttons                               */
/* ======================================================= */
.ripple-element {
    position: relative;
    overflow: hidden;
}
.ripple-effect {
    position: absolute;
    border-radius: 50%;
    transform: scale(0);
    animation: ripple-animation 0.6s linear;
    pointer-events: none;
}
.explore-pill.ripple-element .ripple-effect {
    background: rgba(255, 144, 43, 0.2); 
}
.btn-explore.ripple-element .ripple-effect {
    background: rgba(255, 255, 255, 0.4);
}
@keyframes ripple-animation {
    to {
        transform: scale(4);
        opacity: 0;
    }
}
/* Adjusted locPromptTag for exact theme matching and pointer */
#locPromptTag {
    background-color: #dc3545 !important;
    color: #ffffff !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    padding: 6px 14px !important;
    border-radius: 50px !important;
    bottom: -38px !important;
    left: 20px !important;
    z-index: 10 !important;
    box-shadow: 0 4px 8px rgba(220, 53, 69, 0.3) !important;
    position: absolute !important;
}

#locPromptTag .loc-tag-arrow {
    position: absolute;
    top: -4px;
    left: 15px;
    width: 8px;
    height: 8px;
    background-color: #dc3545 !important;
    transform: rotate(45deg);
    z-index: -1;
}
/* ======================================================= */
/* Select Picker Theme Overrides                           */
/* ======================================================= */
.picker, .bootstrap-select, .picker-container {
    border-radius: 50px !important;
    border: 1px solid #e2e7eb !important;
    background-color: #f8f9fa !important;
    font-weight: 600 !important;
    font-size: 13px !important;
}

.picker .picker-search input, .bootstrap-select .bs-searchbox input, .picker-search-input {
    border-radius: 20px !important;
    border: 1px solid #ced4da !important;
    outline: none !important;
    box-shadow: none !important;
    padding: 6px 15px !important;
}

.picker .picker-search input:focus, .bootstrap-select .bs-searchbox input:focus, .picker-search-input:focus {
    border-color: #ff902b !important;
    box-shadow: 0 0 5px rgba(255,144,43,0.3) !important;
}

.picker .picker-item.selected, .picker .picker-item:hover,
.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    background-color: #ff902b !important;
    color: #fff !important;
}

.picker-menu, .dropdown-menu.inner, .picker-dropdown {
    border-radius: 24px !important;
    overflow: hidden !important;
    border: 1px solid #e2e7eb !important;
}