/* ============================================
   Ad Media Gifts - Stylesheet v3
   Colors: Printinglabs style (#55408D primary, #E24B57 hover)
   Width: 95% container
   ============================================ */

/* ---- Reset & Base ---- */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 15px; }
body { font-family: 'Poppins', sans-serif; color: #333; background: #fff; margin: 0; padding: 0; line-height: 1.6; overflow-x: hidden; }
a { color: #bababa; text-decoration: none; transition: color 0.3s ease; }
a:hover, a:focus { color: #E24B57; text-decoration: none; }
img { max-width: 100%; height: auto; }
ul, ol { list-style: none; padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { color: #1a1a2e; font-weight: 700; margin: 0 0 15px; line-height: 1.3; }
h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.5rem; }
h4 { font-size: 1.25rem; }
p { margin: 0 0 15px; }
input, select, textarea, button { font-family: inherit; }

/* ---- 95% Width Container ---- */
.container-fluid { max-width: 95%; margin: 0 auto; }
.container { max-width: 95%; margin: 0 auto; }

/* ---- Utility Classes ---- */
.text-purple { color: #55408D !important; }
.text-amber { color: #F59E0B !important; }
.bg-purple { background-color: #55408D !important; }
.bg-light-purple { background-color: #F0EBF8 !important; }
.bg-gray { background-color: #f8f9fa !important; }
.text-white { color: #fff !important; }
.section-padding { padding: 60px 0; }
.section-title { text-align: center; margin-bottom: 40px; }
.section-title h2 { font-size: 2rem; color: #1a1a2e; position: relative; display: inline-block; padding-bottom: 15px; }
.section-title h2::after { content: ''; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(to right, #55408D, #6B4F9E); border-radius: 2px; }
.section-title p { color: #666; font-size: 1rem; max-width: 600px; margin: 15px auto 0; }
.section-title.text-white h2 { color: #fff; }
.section-title.text-white h2::after { background: #E24B57; }
.section-title.text-white p { color: rgba(255,255,255,0.8); }

/* ---- Buttons ---- */
.btn-primary-custom { background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; border: none; padding: 12px 30px; border-radius: 4px; font-size: 0.95rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; cursor: pointer; display: inline-block; }
.btn-primary-custom:hover { background: linear-gradient(135deg, #E24B57, #c93e4a); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 25px rgba(226,75,87,0.3); }
.btn-outline-purple { background: transparent; color: #55408D; border: 2px solid #55408D; padding: 10px 28px; border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; display: inline-block; }
.btn-outline-purple:hover { background: #55408D; color: #fff; transform: translateY(-2px); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid #fff; padding: 10px 28px; border-radius: 4px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s ease; display: inline-block; }
.btn-outline-white:hover { background: #fff; color: #55408D; transform: translateY(-2px); }
.btn-inquiry { background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; border: none; padding: 14px 35px; border-radius: 4px; font-size: 1.05rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; transition: all 0.3s ease; cursor: pointer; width: 100%; }
.btn-inquiry:hover { background: linear-gradient(135deg, #E24B57, #c93e4a); color: #fff; transform: translateY(-2px); box-shadow: 0 8px 30px rgba(226,75,87,0.4); }
.btn-inquiry i { margin-right: 8px; }
.btn-amber { background: linear-gradient(135deg, #F59E0B, #D97706); color: #fff; border: none; padding: 12px 30px; border-radius: 4px; font-weight: 600; transition: all 0.3s ease; display: inline-block; }
.btn-amber:hover { background: linear-gradient(135deg, #D97706, #F59E0B); color: #fff; transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #fff; border: none; padding: 12px 30px; border-radius: 4px; font-weight: 600; transition: all 0.3s ease; display: inline-block; }
.btn-whatsapp:hover { background: #128C7E; color: #fff; transform: translateY(-2px); }
.btn-sm { padding: 8px 18px; font-size: 0.85rem; }
.btn-lg { padding: 16px 40px; font-size: 1.1rem; }

/* ============================================
   TOP BAR
   ============================================ */
.top-bar { background: #1a1a2e; color: #ccc; font-size: 0.78rem; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,0.1); }
.top-bar-inner { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; }
.top-bar-left a { color: #ccc; display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; border-radius: 50%; background: rgba(255,255,255,0.1); margin-right: 4px; font-size: 0.7rem; transition: all 0.3s; }
.top-bar-left a:hover { background: #55408D; color: #fff; }
.top-bar-center { font-weight: 600; color: #F59E0B; }
.top-bar-center i { margin-right: 5px; }
.top-bar-right span { margin-left: 16px; }
.top-bar-right a { color: #ccc; transition: color 0.3s; }
.top-bar-right a:hover { color: #E24B57; }
.top-bar-right i { margin-right: 3px; color: #E24B57; }

/* ============================================
   MAIN HEADER (Logo + Menu + Cart in ONE row)
   ============================================ */
.main-header { background: #fff; padding: 8px 0; border-bottom: 3px solid #55408D; position: sticky; top: 0; z-index: 1000; transition: all 0.3s ease; }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.header-logo img { max-height: 35px; }

/* Navigation (inline with logo) */
.header-nav { flex: 1; display: flex; justify-content: center; }
.nav-menu { display: flex; align-items: center; margin: 0; padding: 0; }
.nav-menu > li { position: relative; }
.nav-menu > li > a { color: #333; font-size: 0.88rem; font-weight: 600; padding: 10px 18px; text-transform: uppercase; letter-spacing: 0.3px; transition: all 0.3s; display: flex; align-items: center; gap: 5px; white-space: nowrap; }
.nav-menu > li > a i { font-size: 0.7rem; }
.nav-menu > li > a:hover, .nav-menu > li.active > a { color: #55408D; background: #F0EBF8; border-radius: 4px; }

/* ============================================
   SIMPLE 3-LEVEL DROPDOWN LIST MENU
   Hover on category -> dropdown list opens
   Hover on sub-category with children -> flyout to right
   ============================================ */

/* Level 1: Top-level dropdown (appears below nav item) */
.nav-dropdown { position: relative; }
.nav-dropdown > .dropdown-menu { display: none; position: absolute; top: 100%; left: 0; min-width: 240px; background: #fff; border-radius: 0 0 8px 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); border-top: 3px solid #E24B57; padding: 6px 0; z-index: 999; list-style: none; margin: 0; }
.nav-dropdown:hover > .dropdown-menu { display: block; animation: fadeInDown 0.2s ease; }
@keyframes fadeInDown { from { opacity: 0; transform: translateY(-5px); } to { opacity: 1; transform: translateY(0); } }

/* Level 1 dropdown item link */
.dropdown-menu li a { display: flex; align-items: center; gap: 10px; padding: 9px 18px; color: #333; font-size: 0.88rem; font-weight: 500; transition: all 0.2s; white-space: nowrap; }
.dropdown-menu li a i:first-child { color: #55408D; width: 16px; text-align: center; font-size: 0.8rem; flex-shrink: 0; }
.dropdown-menu li a:hover { background: #F0EBF8; color: #55408D; }

/* Sub-arrow (right arrow indicator for items that have sub-menu) */
.dropdown-menu li a .sub-arrow { margin-left: auto; color: #bbb; font-size: 0.7rem; transition: all 0.2s; flex-shrink: 0; }
.dropdown-menu li a:hover .sub-arrow { color: #55408D; transform: translateX(2px); }

/* Level 2: Sub-category item that has a flyout */
.nav-dropdown-sub { position: relative; }

/* Level 3: Flyout dropdown (appears to the right of sub-category) */
.nav-dropdown-sub > .dropdown-submenu { display: none; position: absolute; top: -3px; left: 100%; min-width: 200px; background: #fff; border-radius: 0 8px 8px 8px; box-shadow: 0 10px 40px rgba(0,0,0,0.15); border-top: 3px solid #E24B57; padding: 6px 0; z-index: 1000; list-style: none; margin: 0; }
.nav-dropdown-sub:hover > .dropdown-submenu { display: block; animation: fadeInRight 0.2s ease; }
@keyframes fadeInRight { from { opacity: 0; transform: translateX(-5px); } to { opacity: 1; transform: translateX(0); } }

/* Level 3 flyout item styling */
.dropdown-submenu li a { padding: 8px 16px; color: #555; font-size: 0.84rem; font-weight: 400; }
.dropdown-submenu li a::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: #55408D; flex-shrink: 0; opacity: 0.4; transition: all 0.2s; }
.dropdown-submenu li a:hover { background: #F0EBF8; color: #55408D; padding-left: 22px; }
.dropdown-submenu li a:hover::before { opacity: 1; background: #E24B57; }

/* Header Actions (right side) */
.header-actions { display: flex; align-items: center; gap: 12px; flex-shrink: 0; }

/* Small Search */
.header-search { width: 160px; }
.header-search form { position: relative; }
.header-search input { width: 100%; border: 1px solid #ddd; border-radius: 20px; padding: 7px 36px 7px 14px; font-size: 0.82rem; height: 34px; transition: border-color 0.3s; }
.header-search input:focus { border-color: #55408D; outline: none; box-shadow: 0 0 0 2px rgba(85,64,141,0.1); }
.header-search button { position: absolute; right: 2px; top: 2px; background: #55408D; border: none; color: #fff; width: 30px; height: 30px; border-radius: 50%; cursor: pointer; font-size: 0.75rem; transition: background 0.3s; }
.header-search button:hover { background: #E24B57; }

/* Cart Icon Only */
.header-cart-icon { position: relative; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 50%; background: #F0EBF8; color: #55408D; font-size: 1.1rem; transition: all 0.3s; }
.header-cart-icon:hover { background: #55408D; color: #fff; }
.header-cart-icon .cart-count { position: absolute; top: -4px; right: -4px; background: #E24B57; color: #fff; font-size: 0.6rem; font-weight: 700; width: 18px; height: 18px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }

/* Catalog Button */
.header-catalog-btn { background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; padding: 8px 16px; border-radius: 20px; font-size: 0.78rem; font-weight: 600; transition: all 0.3s; white-space: nowrap; }
.header-catalog-btn:hover { background: linear-gradient(135deg, #E24B57, #c93e4a); color: #fff; }
.header-catalog-btn i { margin-right: 4px; }

/* ============================================
   HERO IMAGE SLIDER
   ============================================ */
.hero-slider { position: relative; overflow: hidden; height: 500px; }
.slider-wrapper { position: relative; width: 100%; height: 100%; }
.slider-slide { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; transition: opacity 0.8s ease-in-out; z-index: 1; }
.slider-slide.active { opacity: 1; z-index: 2; }
.slider-slide img { width: 100%; height: 100%; object-fit: cover; }
.slide-overlay { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, rgba(85,64,141,0.88) 0%, rgba(26,26,46,0.65) 100%); }
.slide-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; color: #fff; text-align: center; max-width: 750px; width: 90%; }
.slide-subtitle { display: inline-block; background: rgba(226,75,87,0.2); border: 1px solid #E24B57; color: #fff; padding: 6px 18px; border-radius: 25px; font-size: 0.82rem; font-weight: 600; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 18px; }
.slide-content h1 { font-size: 2.8rem; font-weight: 800; color: #fff; margin-bottom: 15px; text-shadow: 0 2px 10px rgba(0,0,0,0.3); line-height: 1.2; }
.slide-content h1 span { color: #F59E0B; }
.slide-content p { font-size: 1.1rem; margin-bottom: 25px; color: rgba(255,255,255,0.9); line-height: 1.7; }
.slide-btns { display: flex; gap: 15px; justify-content: center; flex-wrap: wrap; }

/* Slider Controls */
.slider-prev, .slider-next { position: absolute; top: 50%; transform: translateY(-50%); z-index: 10; background: rgba(255,255,255,0.2); color: #fff; border: none; width: 45px; height: 45px; border-radius: 50%; font-size: 1.1rem; cursor: pointer; transition: all 0.3s; }
.slider-prev:hover, .slider-next:hover { background: #55408D; }
.slider-prev { left: 20px; }
.slider-next { right: 20px; }
.slider-dots { position: absolute; bottom: 25px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; gap: 8px; }
.slider-dot { width: 12px; height: 12px; border-radius: 50%; background: rgba(255,255,255,0.4); border: 2px solid #fff; cursor: pointer; transition: all 0.3s; padding: 0; }
.slider-dot.active { background: #E24B57; border-color: #E24B57; transform: scale(1.2); }

/* ============================================
   TRUST BADGES
   ============================================ */
.trust-badges-section { background: linear-gradient(135deg, #55408D, #6B4F9E); padding: 30px 0; }
.trust-badge { display: flex; align-items: center; gap: 15px; color: #fff; padding: 15px; }
.trust-badge i { font-size: 2.2rem; color: #F59E0B; flex-shrink: 0; }
.trust-badge h4 { color: #fff; font-size: 0.95rem; font-weight: 700; margin-bottom: 3px; }
.trust-badge p { color: rgba(255,255,255,0.7); font-size: 0.78rem; margin: 0; }

/* ============================================
   PRESET SWAG PACKS
   ============================================ */
.pack-card { display: block; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: all 0.4s ease; margin-bottom: 25px; background: #fff; }
.pack-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(85,64,141,0.15); color: inherit; text-decoration: none; }
.pack-card-img { position: relative; overflow: hidden; height: 220px; }
.pack-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.pack-card:hover .pack-card-img img { transform: scale(1.08); }
.pack-card-body { padding: 18px; text-align: center; }
.pack-card-body h4 { font-size: 1rem; color: #1a1a2e; margin-bottom: 8px; font-weight: 700; }
.pack-explore { font-size: 0.8rem; font-weight: 700; color: #55408D; text-transform: uppercase; letter-spacing: 0.5px; }
.pack-card:hover .pack-explore { color: #E24B57; }

/* ============================================
   SHOP BY CATEGORY
   ============================================ */
.shop-category { background: #f8f9fa; }
.category-card { position: relative; display: block; border-radius: 12px; overflow: hidden; box-shadow: 0 3px 15px rgba(0,0,0,0.08); transition: all 0.4s ease; margin-bottom: 25px; }
.category-card:hover { transform: translateY(-8px); box-shadow: 0 15px 40px rgba(85,64,141,0.15); color: inherit; text-decoration: none; }
.category-card-img { position: relative; overflow: hidden; height: 220px; }
.category-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.category-card:hover .category-card-img img { transform: scale(1.08); }
.category-card-overlay { position: absolute; bottom: 0; left: 0; right: 0; background: linear-gradient(transparent, rgba(85,64,141,0.9)); padding: 50px 15px 15px; }
.category-card:hover .category-card-overlay { background: linear-gradient(transparent, rgba(85,64,141,0.95)); }
.category-card-overlay h4 { color: #fff; font-size: 1rem; margin: 0 0 5px; font-weight: 700; }
.category-card-overlay span { color: #F59E0B; font-size: 0.75rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.5px; }

/* ============================================
   FEATURED PRODUCTS
   ============================================ */
.featured-products { background: #fff; }
.product-card { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); transition: all 0.4s ease; margin-bottom: 25px; border: 1px solid #f0f0f0; }
.product-card:hover { transform: translateY(-5px); box-shadow: 0 10px 35px rgba(85,64,141,0.12); border-color: #F0EBF8; }
.product-card-img { position: relative; overflow: hidden; background: #f8f9fa; height: 350px; display: flex; align-items: center; justify-content: center; }
.product-card-img img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-img img { transform: scale(1.05); }
.product-card-badge { position: absolute; top: 10px; left: 10px; background: #E24B57; color: #fff; padding: 4px 12px; border-radius: 3px; font-size: 0.7rem; font-weight: 700; }
.product-card-actions { position: absolute; top: 10px; right: 10px; display: flex; flex-direction: column; gap: 6px; opacity: 0; transform: translateX(20px); transition: all 0.3s ease; }
.product-card:hover .product-card-actions { opacity: 1; transform: translateX(0); }
.product-card-actions a { width: 34px; height: 34px; border-radius: 50%; background: #fff; color: #55408D; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,0.1); transition: all 0.3s; font-size: 0.8rem; }
.product-card-actions a:hover { background: #55408D; color: #fff; }
.product-card-body { padding: 18px; }
.product-card-cat, .product-card-category { font-size: 0.72rem; color: #55408D; text-transform: uppercase; font-weight: 600; letter-spacing: 0.5px; margin-bottom: 5px; display: block; }
.product-card-cat a, .product-card-category a { color: #55408D; }
.product-card-title { font-size: 1rem; font-weight: 700; color: #1a1a2e; margin-bottom: 8px; line-height: 1.4; }
.product-card-title a { color: inherit; transition: color 0.3s; }
.product-card-title a:hover { color: #55408D; }
.product-card-desc { font-size: 0.82rem; color: #666; margin-bottom: 10px; line-height: 1.5; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.product-card-price { display: flex; align-items: baseline; gap: 8px; margin-bottom: 12px; flex-wrap: wrap; }
.product-card-price .price-from { font-size: 0.72rem; color: #999; }
.product-card-price .price-amount { font-size: 1.2rem; font-weight: 800; color: #55408D; }
.product-card-price .price-range { font-size: 0.78rem; color: #999; }
.product-card-price .price-moq { font-size: 0.7rem; color: #E24B57; font-weight: 600; margin-left: auto; background: #FFF0F1; padding: 2px 8px; border-radius: 3px; }
.btn-inquiry-sm { background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; border: none; padding: 9px 18px; border-radius: 4px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; transition: all 0.3s; display: block; text-align: center; width: 100%; }
.btn-inquiry-sm:hover { background: linear-gradient(135deg, #E24B57, #c93e4a); color: #fff; text-decoration: none; }
.btn-inquiry-sm i { margin-right: 5px; }

/* ============================================
   BREADCRUMB / INNER PAGE TITLE (DIFFERENT from menu!)
   ============================================ */
.breadcrumb-section { background: #2D2640; padding: 30px 0; }
.breadcrumb-section h2 { color: #fff; font-size: 1.7rem; margin: 0; }
.breadcrumb { background: none; margin: 8px 0 0; padding: 0; }
.breadcrumb li { color: rgba(255,255,255,0.6); font-size: 0.85rem; }
.breadcrumb li a { color: rgba(255,255,255,0.8); }
.breadcrumb li a:hover { color: #E24B57; }
.breadcrumb li.active { color: #F59E0B; }
.breadcrumb > li + li::before { content: '>'; color: rgba(255,255,255,0.4); padding: 0 8px; }

/* ============================================
   PRODUCT LISTING
   ============================================ */
.product-listing { padding: 40px 0; }
.sidebar-filter { background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 2px 10px rgba(0,0,0,0.06); margin-bottom: 20px; }
.sidebar-filter h4 { font-size: 1rem; color: #1a1a2e; margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid #F0EBF8; }

/* Sidebar Category List with Sub-Categories */
.sidebar-cat-list { list-style: none; padding: 0; margin: 0; }
.sidebar-cat-list li { margin-bottom: 2px; }
.sidebar-cat-list li > a { display: flex; align-items: center; gap: 8px; padding: 7px 10px; color: #444; font-size: 0.88rem; font-weight: 500; border-radius: 6px; transition: all 0.2s; text-decoration: none; }
.sidebar-cat-list li > a:hover { background: #F0EBF8; color: #55408D; }
.sidebar-sub-cat { list-style: none; padding: 2px 0 4px 32px; margin: 0; }
.sidebar-sub-cat li a { display: block; padding: 3px 0; color: #888; font-size: 0.8rem; transition: all 0.2s; text-decoration: none; }
.sidebar-sub-cat li a:hover { color: #E24B57; padding-left: 4px; }
.filter-category li { margin-bottom: 6px; }
.filter-category li a { color: #555; font-size: 0.88rem; display: flex; justify-content: space-between; padding: 5px 0; transition: color 0.3s; }
.filter-category li a:hover { color: #55408D; }
.filter-category li a span { color: #999; font-size: 0.78rem; }
.filter-category li.active a { color: #55408D; font-weight: 600; }
.filter-price .form-control { font-size: 0.82rem; border-radius: 4px; border: 1px solid #ddd; }
.filter-price .form-control:focus { border-color: #55408D; box-shadow: 0 0 0 2px rgba(85,64,141,0.1); }
.listing-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid #eee; flex-wrap: wrap; gap: 10px; }
.listing-header .result-count { font-size: 0.88rem; color: #666; }
.listing-header .sort-select select { border: 1px solid #ddd; padding: 7px 12px; border-radius: 4px; font-size: 0.85rem; color: #555; }
.listing-header .sort-select select:focus { border-color: #55408D; outline: none; }
.view-toggle { display: flex; gap: 4px; }
.view-toggle button { width: 34px; height: 34px; border: 1px solid #ddd; background: #fff; border-radius: 4px; cursor: pointer; color: #666; font-size: 0.85rem; transition: all 0.3s; }
.view-toggle button.active { background: #55408D; color: #fff; border-color: #55408D; }
.list-view .product-card { display: flex; }
.list-view .product-card-img { width: 250px; min-width: 250px; height: auto; }
.list-view .product-card-body { flex: 1; }
.pagination-wrapper { text-align: center; margin-top: 25px; }
.pagination-wrapper .pagination > li > a { color: #55408D; border-color: #e0e0e0; }
.pagination-wrapper .pagination > li > a:hover { background: #55408D; color: #fff; border-color: #55408D; }
.pagination-wrapper .pagination > li.active > a { background: #55408D; color: #fff; border-color: #55408D; }

/* ============================================
   PRODUCT DETAIL PAGE
   ============================================ */
.product-detail { padding: 40px 0; }
.product-gallery { background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.product-main-image { position: relative; border-bottom: 1px solid #f0f0f0; overflow: hidden; cursor: zoom-in; }
.product-main-image img { width: 100%; height: 420px; object-fit: contain; background: #fafafa; padding: 20px; }
.product-thumbnails { display: flex; gap: 8px; padding: 12px; overflow-x: auto; }
.product-thumbnails .thumb { width: 70px; height: 70px; border: 2px solid #e0e0e0; border-radius: 6px; cursor: pointer; overflow: hidden; flex-shrink: 0; transition: border-color 0.3s; }
.product-thumbnails .thumb:hover, .product-thumbnails .thumb.active { border-color: #55408D; }
.product-thumbnails .thumb img { width: 100%; height: 100%; object-fit: cover; }
.product-info { background: #fff; border-radius: 12px; padding: 25px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.product-info h1 { font-size: 1.6rem; color: #1a1a2e; margin-bottom: 8px; }
.product-sku { font-size: 0.82rem; color: #999; margin-bottom: 12px; }
.product-sku span { color: #55408D; font-weight: 600; }
.product-sku a { color: #55408D; }
.product-short-desc { font-size: 0.92rem; color: #555; line-height: 1.7; margin-bottom: 18px; padding-bottom: 18px; border-bottom: 1px solid #f0f0f0; }
.product-price-range { background: linear-gradient(135deg, #F0EBF8, #E8DFF5); border-radius: 8px; padding: 12px 18px; margin-bottom: 18px; display: flex; align-items: center; justify-content: space-between; }
.product-price-range .price-label { font-size: 0.82rem; color: #666; }
.product-price-range .price-value { font-size: 1.5rem; font-weight: 800; color: #55408D; }
.product-price-range .price-moq { font-size: 0.78rem; color: #E24B57; font-weight: 600; }

/* Price Tier Table */
.price-tier-section { margin-bottom: 20px; }
.price-tier-section h3 { font-size: 1rem; color: #1a1a2e; margin-bottom: 12px; }
.price-tier-table { width: 100%; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 10px rgba(0,0,0,0.06); }
.price-tier-table table { width: 100%; border-collapse: collapse; }
.price-tier-table thead { background: linear-gradient(135deg, #55408D, #6B4F9E); }
.price-tier-table thead th { color: #fff; padding: 10px 12px; font-size: 0.8rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.5px; text-align: center; }
.price-tier-table tbody tr { transition: all 0.3s; border-bottom: 1px solid #f0f0f0; }
.price-tier-table tbody tr:nth-child(even) { background: #faf5ff; }
.price-tier-table tbody tr:hover { background: #F0EBF8; }
.price-tier-table tbody tr.active-tier { background: #F0EBF8; border-left: 3px solid #55408D; }
.price-tier-table tbody td { padding: 10px 12px; font-size: 0.85rem; text-align: center; color: #333; }
.price-tier-table .qty-range { font-weight: 600; color: #1a1a2e; }
.price-tier-table .tier-price { font-weight: 800; color: #55408D; font-size: 0.95rem; }
.price-tier-table .tier-discount { font-weight: 700; color: #16a34a; }

/* Product Options */
.product-options { margin-bottom: 20px; }
.product-option { margin-bottom: 15px; }
.product-option label { font-size: 0.88rem; font-weight: 700; color: #1a1a2e; margin-bottom: 6px; display: block; }
.color-options { display: flex; gap: 8px; flex-wrap: wrap; }
.color-swatch { width: 34px; height: 34px; border-radius: 50%; border: 3px solid #e0e0e0; cursor: pointer; transition: all 0.3s; }
.color-swatch:hover, .color-swatch.active { border-color: #55408D; transform: scale(1.15); box-shadow: 0 3px 10px rgba(85,64,141,0.3); }
.size-options { display: flex; gap: 6px; flex-wrap: wrap; }
.size-btn { padding: 7px 16px; border: 2px solid #e0e0e0; border-radius: 6px; background: #fff; cursor: pointer; font-size: 0.82rem; font-weight: 600; color: #555; transition: all 0.3s; }
.size-btn:hover, .size-btn.active { border-color: #55408D; color: #55408D; background: #F0EBF8; }

/* Quantity Selector */
.qty-selector { display: flex; align-items: center; }
.qty-selector .qty-btn { width: 38px; height: 38px; border: 2px solid #e0e0e0; background: #fff; font-size: 1rem; cursor: pointer; transition: all 0.3s; display: flex; align-items: center; justify-content: center; color: #555; }
.qty-selector .qty-btn:first-child { border-radius: 6px 0 0 6px; }
.qty-selector .qty-btn:last-child { border-radius: 0 6px 6px 0; }
.qty-selector .qty-btn:hover { background: #55408D; color: #fff; border-color: #55408D; }
.qty-selector input { width: 55px; height: 38px; border: 2px solid #e0e0e0; border-left: none; border-right: none; text-align: center; font-size: 0.95rem; font-weight: 700; color: #333; }
.qty-selector input:focus { outline: none; }

/* Dynamic Price Display */
.dynamic-price { background: linear-gradient(135deg, #FFF8E1, #FFFBEB); border: 2px solid #F59E0B; border-radius: 8px; padding: 12px 18px; margin-bottom: 18px; text-align: center; }
.dynamic-price .dp-label { font-size: 0.78rem; color: #666; margin-bottom: 3px; }
.dynamic-price .dp-amount { font-size: 1.6rem; font-weight: 800; color: #55408D; }
.dynamic-price .dp-save { font-size: 0.82rem; color: #16a34a; font-weight: 600; }

/* Product Tabs */
.product-tabs { margin-top: 35px; }
.product-tabs .nav-tabs { border-bottom: 2px solid #f0f0f0; }
.product-tabs .nav-tabs > li > a { border: none; border-radius: 0; padding: 10px 22px; font-weight: 600; color: #666; font-size: 0.9rem; transition: all 0.3s; }
.product-tabs .nav-tabs > li > a:hover { color: #55408D; background: #F0EBF8; border-bottom: 3px solid #55408D; }
.product-tabs .nav-tabs > li.active > a { color: #55408D; border: none; border-bottom: 3px solid #55408D; background: transparent; }
.product-tabs .tab-content { padding: 22px 0; }
.product-tabs .tab-content h3 { color: #55408D; margin-bottom: 12px; }
.product-tabs .tab-content p { color: #555; line-height: 1.8; }
.product-tabs .tab-content ul { padding-left: 20px; }
.product-tabs .tab-content ul li { color: #555; margin-bottom: 8px; list-style: disc; line-height: 1.6; }
.product-tabs .tab-content table { margin-top: 10px; }
.product-tabs .tab-content table td { padding: 8px 12px; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; }
.product-tabs .tab-content table td:first-child { font-weight: 600; color: #1a1a2e; width: 35%; background: #fafafa; }

/* Zoom Modal */
.zoom-modal { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.9); z-index: 99999; cursor: zoom-out; align-items: center; justify-content: center; }
.zoom-modal.active { display: flex; }
.zoom-modal img { max-width: 90%; max-height: 90%; object-fit: contain; }
.zoom-modal .zoom-close { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 2rem; cursor: pointer; background: none; border: none; z-index: 100000; }

/* ============================================
   ENQUIRY CART
   ============================================ */
.enquiry-cart { padding: 40px 0; min-height: 60vh; }
.cart-table { background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.cart-table table { width: 100%; }
.cart-table thead { background: linear-gradient(135deg, #55408D, #6B4F9E); }
.cart-table thead th { color: #fff; padding: 14px 10px; font-size: 0.82rem; font-weight: 700; text-transform: uppercase; text-align: center; }
.cart-table tbody td { padding: 14px 10px; text-align: center; vertical-align: middle; border-bottom: 1px solid #f0f0f0; font-size: 0.88rem; }
.cart-product-info { display: flex; align-items: center; gap: 10px; text-align: left; }
.cart-product-info img { width: 60px; height: 60px; object-fit: cover; border-radius: 6px; border: 1px solid #f0f0f0; }
.cart-product-info h5 { font-size: 0.88rem; color: #1a1a2e; margin: 0 0 2px; }
.cart-product-info h5 a { color: #1a1a2e; }
.cart-product-info h5 a:hover { color: #55408D; }
.cart-product-info p { font-size: 0.72rem; color: #999; margin: 0; }
.cart-remove { color: #dc3545; cursor: pointer; font-size: 1rem; transition: color 0.3s; background: none; border: none; }
.cart-remove:hover { color: #a71d2a; }
.cart-summary { background: #fff; border-radius: 10px; padding: 22px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.cart-summary h3 { font-size: 1.1rem; color: #1a1a2e; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #F0EBF8; }
.cart-summary-row { display: flex; justify-content: space-between; padding: 7px 0; font-size: 0.88rem; }
.cart-summary-row.total { font-size: 1.05rem; font-weight: 800; color: #55408D; border-top: 2px solid #F0EBF8; padding-top: 12px; margin-top: 8px; }
.cart-form { margin-top: 18px; }
.cart-form .form-group { margin-bottom: 10px; }
.cart-form input, .cart-form textarea { border: 1px solid #e0e0e0; border-radius: 6px; padding: 10px 14px; width: 100%; font-size: 0.88rem; transition: border-color 0.3s; }
.cart-form input:focus, .cart-form textarea:focus { border-color: #55408D; outline: none; box-shadow: 0 0 0 2px rgba(85,64,141,0.1); }
.cart-form textarea { height: 70px; resize: vertical; }
.empty-cart { text-align: center; padding: 60px 20px; }
.empty-cart i { font-size: 4rem; color: #ddd; margin-bottom: 20px; }
.empty-cart h3 { color: #999; margin-bottom: 10px; }
.empty-cart p { color: #aaa; margin-bottom: 25px; }

/* ============================================
   CLIENT LOGOS
   ============================================ */
.client-logos { background: #f8f9fa; overflow: hidden; }
.logo-carousel-wrapper { overflow: hidden; }
.logo-carousel-row { display: flex; gap: 40px; animation: scrollLogos 30s linear infinite; margin-bottom: 25px; }
.logo-carousel-row:hover { animation-play-state: paused; }
.logo-carousel-row img { height: 45px; opacity: 0.5; filter: grayscale(100%); transition: all 0.3s; object-fit: contain; flex-shrink: 0; }
.logo-carousel-row img:hover { opacity: 1; filter: grayscale(0%); }
.carousel-row-2 { animation-direction: reverse; }
@keyframes scrollLogos { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }

/* ============================================
   TESTIMONIALS
   ============================================ */
.testimonials { background: linear-gradient(135deg, #1a1a2e, #2D2640); }
.testimonial-card { background: #fff; border-radius: 12px; padding: 25px; margin: 10px; box-shadow: 0 5px 20px rgba(0,0,0,0.1); transition: transform 0.3s; }
.testimonial-card:hover { transform: translateY(-5px); }
.testimonial-stars { color: #F59E0B; margin-bottom: 12px; font-size: 0.85rem; }
.testimonial-text { font-size: 0.92rem; color: #555; line-height: 1.7; margin-bottom: 18px; font-style: italic; }
.testimonial-author { display: flex; align-items: center; gap: 10px; }
.testimonial-author img { width: 45px; height: 45px; border-radius: 50%; object-fit: cover; border: 2px solid #F0EBF8; }
.testimonial-author-info h5 { font-size: 0.9rem; color: #1a1a2e; margin-bottom: 2px; }
.testimonial-author-info p { font-size: 0.78rem; color: #55408D; margin: 0; font-weight: 600; }

/* ============================================
   IMPACT STATS
   ============================================ */
.impact-stats { background: linear-gradient(135deg, #55408D, #6B4F9E); padding: 50px 0; }
.stat-item { text-align: center; color: #fff; padding: 18px; }
.stat-item .stat-number { font-size: 2.5rem; font-weight: 800; color: #F59E0B; display: inline; }
.stat-item .stat-suffix { font-size: 1.8rem; font-weight: 800; color: #F59E0B; }
.stat-item .stat-label { font-size: 0.85rem; color: rgba(255,255,255,0.8); text-transform: uppercase; letter-spacing: 1px; display: block; margin-top: 5px; }

/* ============================================
   CTA SECTION
   ============================================ */
.cta-section { position: relative; padding: 80px 0; overflow: hidden; background: linear-gradient(135deg, rgba(85,64,141,0.92), rgba(26,26,46,0.88)), url('assets/images/banners/slide3-new.jpg') center/cover; }
.cta-inner { position: relative; z-index: 2; text-align: center; color: #fff; }
.cta-inner h2 { color: #fff; font-size: 2.2rem; margin-bottom: 15px; }
.cta-inner p { color: rgba(255,255,255,0.85); font-size: 1.05rem; margin-bottom: 25px; max-width: 600px; margin-left: auto; margin-right: auto; }

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-page { padding: 40px 0; }
.contact-form { background: #fff; border-radius: 10px; padding: 30px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); }
.contact-form .form-group { margin-bottom: 16px; }
.contact-form label { font-weight: 600; color: #1a1a2e; font-size: 0.88rem; margin-bottom: 5px; }
.contact-form input, .contact-form textarea, .contact-form select { border: 1px solid #e0e0e0; border-radius: 6px; padding: 10px 14px; width: 100%; font-size: 0.88rem; transition: border-color 0.3s; }
.contact-form input:focus, .contact-form textarea:focus { border-color: #55408D; outline: none; box-shadow: 0 0 0 2px rgba(85,64,141,0.1); }
.contact-form textarea { height: 120px; resize: vertical; }
.contact-info-card { background: #fff; border-radius: 10px; padding: 22px; box-shadow: 0 2px 15px rgba(0,0,0,0.06); text-align: center; transition: transform 0.3s; margin-bottom: 18px; }
.contact-info-card:hover { transform: translateY(-5px); }
.contact-info-card i { font-size: 1.8rem; color: #55408D; margin-bottom: 10px; }
.contact-info-card h4 { font-size: 0.95rem; margin-bottom: 6px; }
.contact-info-card p { font-size: 0.82rem; color: #666; margin: 0; }
.contact-map { border-radius: 10px; overflow: hidden; box-shadow: 0 2px 15px rgba(0,0,0,0.06); margin-top: 25px; }
.contact-map iframe { width: 100%; height: 350px; border: 0; }

/* ============================================
   SEARCH PAGE
   ============================================ */
.search-page { padding: 40px 0; min-height: 60vh; }
.search-header { margin-bottom: 25px; }
.search-header h2 { font-size: 1.4rem; color: #1a1a2e; }
.no-results { text-align: center; padding: 60px 20px; }
.no-results i { font-size: 4rem; color: #ddd; margin-bottom: 20px; }
.no-results h3 { color: #999; }

/* ============================================
   NOTIFICATIONS
   ============================================ */
.notification-container { position: fixed; top: 20px; right: 20px; z-index: 99999; display: flex; flex-direction: column; gap: 10px; }
.notification { padding: 14px 18px; border-radius: 8px; color: #fff; font-size: 0.88rem; min-width: 280px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); display: flex; align-items: center; gap: 10px; animation: slideInRight 0.3s ease; }
.notification.success { background: #16a34a; }
.notification.error { background: #dc3545; }
.notification.warning { background: #F59E0B; }
.notification.info { background: #55408D; }
.notification .notif-close { margin-left: auto; cursor: pointer; opacity: 0.7; font-size: 1.1rem; }
.notification .notif-close:hover { opacity: 1; }
@keyframes slideInRight { from { transform: translateX(100%); opacity: 0; } to { transform: translateX(0); opacity: 1; } }

/* ============================================
   BACK TO TOP
   ============================================ */
.back-to-top { position: fixed; bottom: 30px; right: 30px; width: 42px; height: 42px; background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; border: none; border-radius: 50%; font-size: 1.1rem; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 999; display: flex; align-items: center; justify-content: center; box-shadow: 0 3px 15px rgba(85,64,141,0.3); }
.back-to-top.visible { opacity: 1; visibility: visible; }
.back-to-top:hover { background: #E24B57; transform: translateY(-3px); }

/* ============================================
   WHATSAPP FLOAT
   ============================================ */
.whatsapp-float { position: fixed; bottom: 30px; left: 30px; width: 50px; height: 50px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; color: #fff; box-shadow: 0 3px 15px rgba(37,211,102,0.4); z-index: 998; transition: all 0.3s; animation: whatsappPulse 2s infinite; }
.whatsapp-float:hover { transform: scale(1.1); background: #128C7E; color: #fff; }
@keyframes whatsappPulse { 0%, 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0.4); } 50% { box-shadow: 0 0 0 15px rgba(37,211,102,0); } }

/* ============================================
   CALLBACK POPUP
   ============================================ */
.callback-btn { position: fixed; bottom: 90px; left: 30px; background: linear-gradient(135deg, #55408D, #6B4F9E); color: #fff; padding: 8px 16px; border-radius: 25px; font-size: 0.78rem; font-weight: 600; cursor: pointer; z-index: 998; box-shadow: 0 3px 15px rgba(85,64,141,0.3); transition: all 0.3s; }
.callback-btn i { margin-right: 4px; }
.callback-btn:hover { transform: translateY(-3px); }
.callback-popup { display: none; position: fixed; bottom: 130px; left: 30px; background: #fff; border-radius: 12px; padding: 22px; width: 280px; box-shadow: 0 10px 40px rgba(0,0,0,0.2); z-index: 999; }
.callback-popup h4 { color: #55408D; margin-bottom: 12px; font-size: 0.95rem; }
.callback-popup .form-group { margin-bottom: 8px; }
.callback-popup input { border: 1px solid #e0e0e0; border-radius: 6px; padding: 9px; width: 100%; font-size: 0.82rem; }
.callback-popup input:focus { border-color: #55408D; outline: none; }

/* ============================================
   MOBILE
   ============================================ */
.mobile-header { display: none; position: fixed; top: 0; left: 0; right: 0; background: #fff; padding: 8px 12px; z-index: 9990; box-shadow: 0 2px 10px rgba(0,0,0,0.1); border-bottom: 3px solid #55408D; }
.mobile-header .mobile-logo img { max-height: 38px; }
.mobile-header .mobile-actions { display: flex; align-items: center; gap: 12px; }
.mobile-header .mobile-actions a { color: #333; font-size: 1.1rem; position: relative; }
.mobile-header .mobile-actions .cart-count { position: absolute; top: -5px; right: -7px; background: #E24B57; color: #fff; font-size: 0.55rem; font-weight: 700; width: 15px; height: 15px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.mobile-menu-toggle { background: none; border: none; font-size: 1.4rem; color: #333; cursor: pointer; padding: 5px 8px; }
.mobile-menu-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); z-index: 9998; }
.mobile-menu { position: fixed; top: 0; left: -300px; width: 300px; height: 100%; background: #fff; z-index: 9999; overflow-y: auto; transition: left 0.3s ease; padding: 18px; }
.mobile-menu.open { left: 0; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #F0EBF8; }
.mobile-menu-header .close-menu { font-size: 1.4rem; cursor: pointer; color: #333; background: none; border: none; }
.mobile-nav { list-style: none; padding: 0; margin: 0; }
.mobile-nav > li { border-bottom: 1px solid #f0f0f0; }
.mobile-nav > li > a { display: flex; align-items: center; justify-content: space-between; padding: 11px 0; color: #1a1a2e; font-weight: 600; font-size: 0.92rem; }
.mobile-nav > li > a i { transition: transform 0.3s; }
.mobile-nav .mobile-has-sub.open > a i { transform: rotate(180deg); }
.mobile-sub { display: none; list-style: none; padding: 0 0 8px 18px; margin: 0; }
.mobile-sub li a { display: flex; align-items: center; gap: 8px; padding: 7px 0; color: #555; font-size: 0.88rem; }
.mobile-sub li a i { color: #55408D; width: 16px; text-align: center; font-size: 0.78rem; }
.mobile-sub li a:hover { color: #55408D; }

/* Mobile 3rd Level Sub-Menu */
.mobile-sub .mobile-has-sub { position: relative; }
.mobile-sub .mobile-has-sub > a { flex: 1; font-weight: 600; color: #333; }
.mobile-sub-toggle { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 4px; background: #F0EBF8; color: #55408D; cursor: pointer; transition: all 0.2s; flex-shrink: 0; margin-left: 4px; }
.mobile-sub-toggle:hover { background: #55408D; color: #fff; }
.mobile-sub-toggle.open { background: #55408D; color: #fff; transform: rotate(180deg); }
.mobile-sub-level3 { display: none; list-style: none; padding: 4px 0 4px 16px; margin: 0; }
.mobile-sub-level3 li a { padding: 5px 0; color: #777; font-size: 0.82rem; font-weight: 400; display: block; transition: all 0.2s; }
.mobile-sub-level3 li a:hover { color: #E24B57; padding-left: 4px; }

/* ============================================
   SEO / FOOTER
   ============================================ */
.seo-content { background: #f8f9fa; }
.seo-content h3 { color: #55408D; margin-bottom: 12px; }
.seo-content p { color: #555; line-height: 1.8; }
.site-footer { background: #1a1a2e; color: #aaa; padding-top: 55px; }
.footer-widget h4 { color: #fff; font-size: 1rem; margin-bottom: 22px; position: relative; padding-bottom: 10px; }
.footer-widget h4::after { content: ''; position: absolute; bottom: 0; left: 0; width: 35px; height: 2px; background: #E24B57; }
.footer-about p { font-size: 0.88rem; line-height: 1.7; color: #aaa; }
.footer-links li { margin-bottom: 8px; }
.footer-links li a { color: #aaa; font-size: 0.88rem; transition: all 0.3s; display: inline-block; }
.footer-links li a:hover { color: #E24B57; padding-left: 5px; }
.footer-links li a i { margin-right: 6px; color: #55408D; font-size: 0.72rem; }
.footer-contact li { display: flex; gap: 8px; margin-bottom: 10px; font-size: 0.88rem; }
.footer-contact li i { color: #E24B57; font-size: 0.95rem; margin-top: 2px; width: 16px; text-align: center; }
.footer-newsletter input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: #fff; padding: 10px 14px; border-radius: 4px; width: 100%; margin-bottom: 8px; font-size: 0.88rem; }
.footer-newsletter input::placeholder { color: #666; }
.footer-newsletter input:focus { border-color: #55408D; outline: none; }
.footer-social { display: flex; gap: 8px; margin-top: 18px; }
.footer-social a { width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,0.08); color: #aaa; display: flex; align-items: center; justify-content: center; transition: all 0.3s; font-size: 0.85rem; }
.footer-social a:hover { background: #55408D; color: #fff; transform: translateY(-3px); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding: 18px 0; margin-top: 35px; text-align: center; }
.footer-bottom p { font-size: 0.82rem; margin: 0; color: #666; }
.footer-bottom a { color: #E24B57; }

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .top-bar-center { display: none; }
    .main-header { display: none; }
    .mobile-header { display: flex; align-items: center; justify-content: space-between; }
    body { padding-top: 55px; }
    .hero-slider { height: 380px; }
    .slide-content h1 { font-size: 1.8rem; }
    .slide-content p { font-size: 0.9rem; }
    .trust-badge { justify-content: center; text-align: center; flex-direction: column; gap: 6px; }
    .trust-badge i { font-size: 1.8rem; }
    .product-card-img { height: 200px; }
    .product-card-body { padding: 14px; }
}

@media (max-width: 767px) {
    .hero-slider { height: 320px; }
    .slide-content h1 { font-size: 1.5rem; }
    .slide-content p { font-size: 0.82rem; margin-bottom: 15px; }
    .slide-subtitle { font-size: 0.68rem; padding: 4px 12px; }
    .slider-prev, .slider-next { width: 32px; height: 32px; font-size: 0.85rem; }
    .section-padding { padding: 35px 0; }
    .section-title h2 { font-size: 1.4rem; }
    .product-card-img { height: 180px; }
    .pack-card-img { height: 180px; }
    .category-card-img { height: 180px; }
}

@media (max-width: 480px) {
    .hero-slider { height: 280px; }
    .slide-content h1 { font-size: 1.2rem; }
    .slide-btns { flex-direction: column; gap: 8px; }
    .slide-btns a { text-align: center; display: block; width: 100%; }
    .top-bar-right span:first-child { display: none; }
}

/* ---- Fade-in ---- */
.fade-in { opacity: 0; transform: translateY(20px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }
