/* ==========================================================
   VEGAWAYS CORE - MASTER CSS (v2.1.13) - SPLIT IMAGE FIX
   ========================================================== */

.elementor-widget-vw_header, .elementor-widget-vw_hero, .elementor-widget-vw_brands, .elementor-widget-vw_footer, .elementor-widget-vw_single_brand, .elementor-widget-vw_about, .elementor-widget-vw_contact, .elementor-widget-vw_back_button, .elementor-widget-vw_single_product { margin-bottom: 0 !important; }
.vw-header-wrap .vw-logo img, .vw-footer .vw-f-brand img { max-height: 40px !important; width: auto !important; object-fit: contain; }

.vw-animate-card { opacity: 0; transform: translateY(40px); transition: opacity 0.6s ease-out, transform 0.6s ease-out; }
.vw-animate-card.vw-visible { opacity: 1; transform: translateY(0); }

/* ==========================================================
   1. HEADER WIDGET
   ========================================================== */
.vw-header-wrap { display: flex; justify-content: space-between; align-items: center; padding: 20px 5%; background: rgba(4,7,11,0.8); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,0.05); position: sticky; top: 0; z-index: 999; color: #fff; gap: 20px; transition: background 0.3s; }
.vw-nav { display: flex; gap: 30px; flex-grow: 1; justify-content: center; }
.vw-nav a { color: #9ca3af; text-decoration: none; font-size: 0.95rem; transition: 0.3s; position: relative; padding-bottom: 4px; border-bottom: 2px solid transparent; }
.vw-nav a:hover { color: #fff; text-shadow: 0 0 10px rgba(255,255,255,0.3); }
.vw-nav a.active { color: #fff; font-weight: 700; border-bottom: 2px solid #3b44b5; }
.vw-header-actions { display: flex; align-items: center; gap: 15px; flex-shrink: 0; }

/* FIX: Square Language Switcher */
.vw-lang-switch { width: auto; min-width: 60px; max-width: 100px; padding: 6px 12px; background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.2); border-radius: 0; font-size: 0.8rem; outline: none; cursor: pointer; font-family: inherit; }
.vw-lang-switch option { background: #0a0e17; color: #fff; }

@media (max-width: 768px) { .vw-nav { display: none; } .vw-lang-switch { padding: 4px 8px; font-size: 0.75rem; } }

/* ==========================================================
   2. HERO WIDGET
   ========================================================== */
.vw-hero-sec { display: flex; align-items: center; justify-content: space-between; padding: 80px 5%; min-height: 70vh; color: #fff; overflow: hidden; transition: background 0.3s; }
.vw-hero-content { flex: 1; max-width: 500px; z-index: 2; text-align: start; }
.vw-hero-content h1 { font-size: 3.5rem; font-weight: 700; line-height: 1.1; margin: 0 0 20px 0; letter-spacing: -1px; }
.vw-hero-content p { font-size: 1.1rem; color: #cbd5e1; margin: 0 0 40px 0; }
.vw-hero-btn { display: inline-block; padding: 14px 32px; background: rgba(255,255,255,0.05); color: #fff; border: 1px solid rgba(255,255,255,0.3); border-radius: 8px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.vw-hero-btn:hover { background: rgba(255,255,255,0.15); border-color: #fff; }
.vw-hero-image { flex: 1.2; display: flex; justify-content: flex-end; position: relative; z-index: 1; }
.vw-hero-image img { max-width: 100%; height: auto; transform: scale(1.05); border-radius: 16px; }
@media (max-width: 991px) { .vw-hero-sec { flex-direction: column; text-align: center; padding: 60px 5% 40px; } .vw-hero-content { text-align: center !important; } .vw-hero-image { margin-top: 40px; justify-content: center; } }
/* ==========================================================
   3. BRANDS WIDGET (PERFECT STACKED IMAGES FIX)
   ========================================================== */
.vw-b-wrap { padding: 60px 0; width: 100%; color: #fff; text-align: center; overflow: hidden; transition: 0.3s; }
.vw-b-wrap h2 { font-size: 2.5rem; margin-bottom: 5px; }
.vw-b-wrap p.sub { color: #9ca3af; margin-bottom: 50px; }
.vw-b-grid-container { width: 100%; max-width: 100vw; }
.vw-b-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; max-width: 1200px; margin: 0 auto; padding: 0 20px; }

.vw-b-card { background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; min-height: 650px; box-shadow: 0 10px 30px rgba(0,0,0,0.4); transition: transform 0.3s ease; }
.vw-b-card.vw-visible:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(0,0,0,0.6); }

/* --- THE FIX: Stack images exactly 50/50 without overlapping --- */
.vw-b-part-top { 
    display: flex !important; 
    flex-direction: column !important; 
    height: 430px; 
    width: 100%; 
    overflow: hidden; 
    position: relative; 
    padding: 0 !important; 
}

.vw-b-part-top img.vw-brand-bg-img,
.vw-b-part-top img.vw-brand-fg-img { 
    position: relative !important; /* Stops them from overlapping */
    width: 100% !important; 
    height: 50% !important; /* Each takes exactly half (215px each) */
    object-fit: cover !important; /* Stretches cleanly, centers, NO repeat */
    object-position: center !important; 
    display: block !important; 
    margin: 0 !important; 
    border: none !important; 
    filter: none !important; 
    transition: transform 0.5s ease;
}

.vw-b-card:hover .vw-brand-bg-img { transform: scale(1.02); }
.vw-b-card:hover .vw-brand-fg-img { transform: scale(1.05); }

.vw-brand-title-fallback { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 3; margin: 0; font-size: 2rem; font-weight: 800; letter-spacing: -0.5px; color: #fff; text-shadow: 0 2px 4px rgba(0,0,0,0.5); width: 100%; text-align: center; pointer-events: none; }
.bg-hemel { background: linear-gradient(180deg, #070e20 0%, #17326b 100%); color: #fff; }
.bg-sevglim { background: linear-gradient(180deg, #f0fdf4 0%, #dcfce7 100%); color: #166534; }
.bg-dyo { background: linear-gradient(180deg, #18181b 0%, #27272a 100%); color: #fff; }

.vw-b-part-bottom { flex-grow: 1; background: #f8fafc; padding: 25px 20px; display: flex; flex-direction: column; justify-content: space-between; }
.vw-b-part-bottom h4 { font-size: 1.1rem; margin: 0 0 15px 0; font-weight: 600; color: #334155; }

/* Centered Brand Thumbnails */
.vw-thumbs { display: flex; gap: 10px; justify-content: center; width: 100%; margin-bottom: 15px; }
.vw-th { width: 50px; height: 50px; border-radius: 6px; background: rgba(0,0,0,0.03); border: 1px solid rgba(0,0,0,0.06); flex-shrink: 0; position: relative; overflow: hidden; }
.vw-th img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }

.vw-b-part-bottom p { font-size: 0.9rem; color: #64748b; margin-bottom: 15px; }
.vw-b-btn { background: #fff; color: #475569; border: 1px solid #cbd5e1; padding: 12px 20px; border-radius: 6px; font-weight: 600; cursor: pointer; width: 90%; margin-inline: auto; transition: 0.2s; text-decoration: none; display: block; font-size: 0.9rem; }
.vw-b-btn:hover { opacity: 0.9; }

@media(max-width: 991px){ .vw-b-grid { display: flex !important; flex-wrap: nowrap !important; overflow-x: auto !important; overflow-y: hidden !important; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 30px; } .vw-b-grid::-webkit-scrollbar { display: none; } .vw-b-card { flex: 0 0 85% !important; max-width: 85%; scroll-snap-align: center; } }
/* ==========================================================
   4. SINGLE BRAND GRID
   ========================================================== */
.vw-single-wrapper { max-width: 1400px; margin: 40px auto; }
.vw-sg-hero { padding: 80px 20px; text-align: center; border-radius: 16px; margin-bottom: 40px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.vw-sg-logo { max-height: 100px; object-fit: contain; filter: drop-shadow(0 5px 15px rgba(0,0,0,0.5)); margin-bottom: 20px; }
.vw-sg-title { font-size: 3rem; color: #fff; font-weight: 800; margin: 0 0 10px 0; letter-spacing: -1px; }
.vw-sg-desc { font-size: 1.1rem; color: #cbd5e1; max-width: 600px; margin: 0 auto; line-height: 1.6; }
.vw-sg-grid { display: grid; gap: 30px; padding: 0 20px; }
.vw-sg-card { background: #fff; border-radius: 12px; overflow: hidden; color: #0f172a; box-shadow: 0 10px 30px rgba(0,0,0,0.3); display: flex; flex-direction: column; transition: transform 0.3s ease, box-shadow 0.3s ease; }
.vw-sg-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.vw-sg-img { position: relative; background: #f8fafc; flex-grow: 1; display: block; min-height: 250px; overflow: hidden; }
.vw-sg-img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px; box-sizing: border-box; object-fit: contain; filter: drop-shadow(0 15px 20px rgba(0,0,0,0.2)); transition: transform 0.4s ease; }
.vw-sg-card:hover .vw-sg-img img { transform: scale(1.05); }
.vw-empty-placeholder { color: #9ca3af; font-size: 0.9rem; padding: 50px; border: 2px dashed #cbd5e1; border-radius: 8px; width: 80%; margin: 30px auto; text-align: center; }
.vw-sg-info { padding: 25px 20px; text-align: center; background: #fff; border-top: 1px solid #f1f5f9; }
.vw-sg-info h4 { margin: 0 0 15px 0; font-size: 1.2rem; font-weight: 700; color: #1e293b; }
.vw-sg-btn { display: inline-block; padding: 12px 24px; background: #0f172a; color: #fff; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 0.9rem; transition: all 0.2s ease; width: 100%; box-sizing: border-box; }
.vw-sg-btn:hover { background: #3b44b5; color: #fff; box-shadow: 0 10px 20px rgba(59, 68, 181, 0.3); }
.vw-infinite-loader { text-align: center; padding: 50px 0; font-weight: 600; color: #9ca3af; letter-spacing: 1px; text-transform: uppercase; font-size: 0.9rem; }

/* ==========================================================
   5. SINGLE PRODUCT WIDGET
   ========================================================== */
.vw-canvas-body { margin: 0; padding: 0; background: #04070b; min-height: 100vh; color: #fff; text-align: start; transition: background 0.3s; }
.vw-sp-widget-wrap { width: 100%; transition: color 0.3s; } 
.vw-sp-container { display: flex; gap: 60px; max-width: 1400px; margin: 60px auto; padding: 0 5%; align-items: flex-start; }
.vw-sp-left { flex: 1; display: flex; flex-direction: column; gap: 20px; width: 100%; overflow: hidden; }

.vw-sp-main-img { position: relative; background: #f8fafc; border-radius: 16px; padding: 0; min-height: 400px; display: block; overflow: hidden; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
.vw-sp-main-img img { position: absolute; top:0; left:0; width: 100%; height: 100%; padding: 40px; box-sizing: border-box; object-fit: contain; filter: drop-shadow(0 20px 30px rgba(0,0,0,0.3)); }

.vw-sp-album { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.vw-sp-album-item { position: relative; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); border-radius: 8px; aspect-ratio: 1; cursor: pointer; transition: 0.3s; overflow: hidden; }
.vw-sp-album-item:hover { background: rgba(255,255,255,0.1); border-color: #fff; }
.vw-sp-album-item img { position: absolute; top:0; left:0; width: 100%; height: 100%; padding: 10px; box-sizing: border-box; object-fit: contain; }

.vw-sp-right { flex: 1; padding-top: 20px; }
.vw-sp-badge { display: inline-block; padding: 6px 16px; border-radius: 20px; font-size: 0.85rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 20px; text-decoration: none; box-shadow: 0 4px 10px rgba(0,0,0,0.3); }
.vw-sp-title { font-size: 3.5rem; line-height: 1.1; margin: 0 0 30px 0; font-weight: 800; letter-spacing: -1px; }
.vw-sp-meta-box { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 20px; border-radius: 8px; margin-bottom: 30px; display: flex; gap: 40px; }
.vw-sp-meta-item strong { color: #9ca3af; display: block; font-size: 0.85rem; text-transform: uppercase; margin-bottom: 5px; }
.vw-sp-meta-item span { font-size: 1.1rem; font-weight: 600; }
.vw-sp-content { font-size: 1.1rem; color: #cbd5e1; line-height: 1.8; }
.vw-sp-content p { margin-bottom: 20px; }
.vw-sp-content ul { padding-inline-start: 20px; margin-bottom: 20px; }
.vw-sp-content li { margin-bottom: 10px; }

@media(max-width: 991px) { .vw-sp-container { flex-direction: column; gap: 40px; } .vw-sp-title { font-size: 2.5rem; } .vw-sp-album { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); } }
@media(max-width: 768px) { .vw-sp-meta-box { flex-direction: column; gap: 20px; } .vw-sp-main-img { min-height: 300px; } .vw-sp-main-img img { padding: 20px; } }

/* ==========================================================
   6. CONTACT & ABOUT & FOOTER
   ========================================================== */
.vw-about-wrap { display: flex; gap: 50px; align-items: center; max-width: 1200px; margin: 60px auto; padding: 0 20px; color:#fff; }
.vw-about-text { flex: 1; text-align: start; }
.vw-about-subtitle { color: #3b44b5; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; display: block; margin-bottom: 10px; }
.vw-about-text h2 { font-size: 2.5rem; margin-bottom: 20px; }
.vw-about-desc { color: #cbd5e1; line-height: 1.8; font-size: 1.05rem; }
.vw-align-center .vw-about-features li { justify-content: center; }
.vw-align-right .vw-about-features li { justify-content: flex-end; }
.vw-align-center .vw-about-stats { justify-content: center; }
.vw-align-right .vw-about-stats { justify-content: flex-end; }
.vw-about-mission { margin-top: 25px; padding: 20px 25px; background: linear-gradient(135deg, rgba(42, 49, 137, 0.2), rgba(0,0,0,0)); border-inline-start: 4px solid #3b44b5; }
.vw-about-mission strong { display: block; color: #fff; margin-bottom: 8px; font-size: 1.1rem; }
.vw-about-mission p { margin: 0; color: #cbd5e1; font-style: italic; }
.vw-about-features { list-style: none; padding: 0; margin: 30px 0 0 0; }
.vw-about-features li { display: flex; align-items: center; gap: 10px; font-size: 1.1rem; margin-bottom: 15px; color: #fff; }
.vw-check { display: inline-flex; align-items: center; justify-content: center; width: 24px; height: 24px; background: rgba(255,255,255,0.1); color: #4ade80; border-radius: 50%; font-size: 0.8rem; font-weight: bold; }
.vw-about-stats { display: flex; gap: 30px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 30px; flex-wrap: wrap; }
.vw-stat-item h3 { font-size: 2.5rem; color: #fff; margin: 0 0 5px 0; font-weight: 800; line-height: 1; }
.vw-stat-item p { color: #9ca3af; margin: 0; font-size: 0.95rem; }
.vw-about-img { flex: 1; }
.vw-about-img img { width: 100%; border-radius: 12px; box-shadow: 0 20px 40px rgba(0,0,0,0.5); }
@media(max-width: 1024px) { .vw-about-wrap { gap: 30px; } .vw-about-text h2 { font-size: 2rem; } }
@media(max-width: 768px) { .vw-about-wrap { flex-direction: column !important; text-align: center !important; } .vw-about-features li, .vw-about-stats { justify-content: center !important; } .vw-about-mission { text-align: start; } }

.vw-contact-container { display: flex; max-width: 1100px; margin: 60px auto; background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.05); border-radius: 16px; overflow: hidden; box-shadow: 0 20px 50px rgba(0,0,0,0.5); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); color:#fff; }
.vw-contact-info { flex: 0.8; background-color: #0a0e17; padding: 50px; border-inline-end: 1px solid rgba(255,255,255,0.05); text-align: start; transition: background 0.3s; }
.vw-contact-info h3 { font-size: 1.8rem; margin-bottom: 30px; color: #fff; }
.vw-contact-info ul { list-style: none; padding: 0; margin: 0; }
.vw-contact-info ul li { margin-bottom: 30px; color: #9ca3af; font-size: 0.95rem; line-height: 1.6; }
.vw-contact-info strong { color: #fff; font-size: 1.1rem; display: block; margin-bottom: 5px; }
.vw-contact-info a { color: #9ca3af; text-decoration: none; transition: 0.3s; }
.vw-contact-info a:hover { color: #fff; }
.vw-contact-form-wrap { flex: 1.5; padding: 50px; text-align: start; }
.vw-contact-form-wrap h2 { font-size: 2.5rem; margin-bottom: 5px; color: #fff; }
.vw-contact-form-wrap p { color: #9ca3af; margin-bottom: 30px; }
.vw-form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.vw-ajax-form input, .vw-ajax-form textarea { width: 100%; padding: 15px 20px; background-color: rgba(0,0,0,0.4); border: 1px solid rgba(255,255,255,0.1); color: #fff; border-radius: 8px; font-family: inherit; font-size: 1rem; transition: border 0.3s; box-sizing: border-box; }
.vw-ajax-form textarea { margin-bottom: 20px; }
.vw-ajax-form input:focus, .vw-ajax-form textarea:focus { border-color: #3b44b5; outline: none; }
.vw-contact-btn { padding: 15px; font-size: 1.1rem; font-weight: 800; border-radius: 8px; cursor: pointer; transition: all 0.3s; background-color: #2a3189; color: #fff; }
.vw-contact-btn:hover { transform: scale(1.02); opacity: 0.9; }

@media(max-width: 991px) { .vw-contact-container { flex-direction: column; } .vw-contact-info { border-inline-end: none; border-bottom: 1px solid rgba(255,255,255,0.05); } }
@media(max-width: 768px) { .vw-form-row { flex-direction: column; gap: 20px; margin-bottom:0; } .vw-ajax-form input { margin-bottom: 20px; } .vw-contact-form-wrap { padding: 30px 20px; text-align: center !important; } .vw-contact-info { padding: 30px 20px; text-align: center !important; } }

.vw-footer { background: #0a0e17; padding: 60px 5% 20px; border-top: 1px solid rgba(255,255,255,0.05); color: #fff; width: 100%; margin: 0; text-align: start; transition: background 0.3s; }
.vw-f-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1fr; gap: 40px; margin-bottom: 40px; }
.vw-f-brand p { color: #fff; font-size: 0.95rem; margin-top: 10px; }
.vw-f-col h4 { font-size: 1.05rem; margin: 0 0 20px 0; font-weight: 500; }
.vw-f-col ul { list-style: none; padding: 0; margin: 0; }
.vw-f-col li { margin-bottom: 12px; color: #9ca3af; font-size: 0.9rem; }
.vw-f-col a { color: #9ca3af; text-decoration: none; transition: 0.3s; }
.vw-f-col a:hover { color: #fff; }
.vw-socials { display: flex; gap: 10px; }
.vw-soc { width: 32px; height: 32px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.8rem; color: #9ca3af; text-decoration: none; transition: all 0.2s; }
.vw-soc:hover { background: #fff; color: #0a0e17; transform: translateY(-2px); }
.vw-f-bot { display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; color: #9ca3af; font-size: 0.8rem; align-items: center; }
@media(max-width: 991px){ .vw-f-grid { grid-template-columns: 1fr; } .vw-f-bot { flex-direction: column; gap: 15px; text-align: center; } }

.vw-mobile-toggle { display: none; cursor: pointer; font-size: 1.8rem; color: #fff; line-height: 1; }
.vw-mobile-overlay { display: none; position: fixed; top:0; left:0; width:100vw; height:100vh; background: rgba(0,0,0,0.6); z-index: 9998; backdrop-filter: blur(5px); opacity: 0; transition: opacity 0.3s ease; }
.vw-mobile-overlay.active { display: block; opacity: 1; }
.vw-mobile-sidebar { position: fixed; top: 0; right: -300px; width: 280px; height: 100vh; background: #0a0e17; z-index: 9999; transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1); padding: 30px 20px; box-shadow: -10px 0 30px rgba(0,0,0,0.8); }
.vw-mobile-sidebar.active { right: 0; }
html[dir="rtl"] .vw-mobile-sidebar { left: -300px; right: auto; box-shadow: 10px 0 30px rgba(0,0,0,0.8); transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1); }
html[dir="rtl"] .vw-mobile-sidebar.active { left: 0; right: auto; }
.vw-mobile-close { position: absolute; top: 20px; right: 20px; font-size: 2.5rem; cursor: pointer; color: #9ca3af; line-height: 1; transition: color 0.2s; }
.vw-mobile-close:hover { color: #fff; }
html[dir="rtl"] .vw-mobile-close { left: 20px; right: auto; }
.vw-mobile-nav { display: flex; flex-direction: column; gap: 25px; margin-top: 60px; }
.vw-mobile-nav a { color: #cbd5e1; text-decoration: none; font-size: 1.2rem; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.05); padding-bottom: 10px; transition: color 0.2s; }
.vw-mobile-nav a:hover { color: #fff; border-color: #3b44b5; }
@media (max-width: 768px) { .vw-mobile-toggle { display: block; } }

/* ==========================================================
   8. RTL & LIGHT MODE (GLOBAL OVERRIDES)
   ========================================================== */
.wpml-ls-statics-footer, .wpml-ls-statics-shortcode_actions, #lang_sel_footer, .wpml-ls-legacy-list-horizontal, .wpml-ls-legacy-list-vertical { display: none !important; }

html[dir="rtl"] .vw-contact-form-wrap, html[dir="rtl"] .vw-about-text, html[dir="rtl"] .vw-footer { text-align: right; }
html[dir="rtl"] .vw-nav a { padding-bottom: 4px; }
html[dir="rtl"] .vw-contact-info { border-right: none; border-left: 1px solid rgba(255,255,255,0.05); text-align: right; }
@media(max-width: 991px) { html[dir="rtl"] .vw-contact-info { border-left: none; } }
html[dir="rtl"] .vw-about-mission { border-left: none; border-right: 4px solid #3b44b5; border-radius: 8px 0 0 8px; }
html[dir="rtl"] .vw-check { margin-left: 10px; margin-right: 0; }
html[dir="rtl"] .vw-sp-content ul { padding-left: 0; padding-right: 20px; }
html[dir="rtl"] .vw-sp-right { text-align: right; }
html[dir="rtl"] .vw-f-col ul { padding-right: 0; }
html[dir="rtl"] .vw-f-bot { flex-direction: row-reverse; }

html.vw-theme-light body, html.vw-theme-light .vw-canvas-body { background-color: #f8fafc; color: #0f172a; }
html.vw-theme-light .vw-b-wrap { color: #0f172a; }
html.vw-theme-light .vw-b-wrap h2 { color: #0f172a; }
html.vw-theme-light .vw-b-card { box-shadow: 0 10px 30px rgba(0,0,0,0.1); border: 1px solid rgba(0,0,0,0.05); }
html.vw-theme-light .vw-b-part-bottom { background: #fff; }
html.vw-theme-light .vw-b-btn { background: #f1f5f9; color: #0f172a; border: 1px solid #cbd5e1; }
html.vw-theme-light .vw-b-btn:hover { background: #e2e8f0; }

html.vw-theme-light .vw-header-wrap { background: rgba(255,255,255,0.9); border-bottom: 1px solid rgba(0,0,0,0.1); color: #0f172a; }
html.vw-theme-light .vw-nav a { color: #475569; }
html.vw-theme-light .vw-nav a:hover, html.vw-theme-light .vw-nav a.active { color: #0f172a; text-shadow: none; border-color: #3b44b5; }
html.vw-theme-light .vw-lang-switch { background: #fff; color: #0f172a; border-color: rgba(0,0,0,0.2); }
html.vw-theme-light .vw-lang-switch option { background: #fff; color: #0f172a; }
html.vw-theme-light .vw-mobile-toggle { color: #0f172a; }
html.vw-theme-light .vw-mobile-sidebar { background: #fff; }
html.vw-theme-light .vw-mobile-nav a { color: #475569; border-color: rgba(0,0,0,0.05); }
html.vw-theme-light .vw-mobile-nav a:hover { color: #0f172a; }

html.vw-theme-light .vw-hero-sec { color: #0f172a; }
html.vw-theme-light .vw-hero-content h1 { color: #0f172a; }
html.vw-theme-light .vw-hero-content p { color: #475569; }
html.vw-theme-light .vw-hero-btn { background: #0f172a; color: #fff; border: none; }
html.vw-theme-light .vw-hero-btn:hover { background: #3b44b5; }

html.vw-theme-light .vw-about-wrap { color: #0f172a; }
html.vw-theme-light .vw-about-text h2, html.vw-theme-light .vw-about-mission strong, html.vw-theme-light .vw-about-features li, html.vw-theme-light .vw-stat-item h3 { color: #0f172a; }
html.vw-theme-light .vw-about-desc, html.vw-theme-light .vw-about-mission p { color: #475569; }

html.vw-theme-light .vw-contact-container { background: #fff; border: 1px solid rgba(0,0,0,0.1); color: #0f172a; box-shadow: 0 20px 50px rgba(0,0,0,0.05); }
html.vw-theme-light .vw-contact-info { background-color: #f1f5f9; border-color: rgba(0,0,0,0.1); }
html.vw-theme-light .vw-contact-info h3, html.vw-theme-light .vw-contact-info strong, html.vw-theme-light .vw-contact-form-wrap h2 { color: #0f172a; }
html.vw-theme-light .vw-contact-info a { color: #475569; }
html.vw-theme-light .vw-contact-info a:hover { color: #3b44b5; }
html.vw-theme-light .vw-ajax-form input, html.vw-theme-light .vw-ajax-form textarea { background-color: #fff; border: 1px solid #cbd5e1; color: #0f172a; }

html.vw-theme-light .vw-footer { background: #f8fafc; border-top: 1px solid rgba(0,0,0,0.1); color: #0f172a; }
html.vw-theme-light .vw-footer h3, html.vw-theme-light .vw-footer h4 { color: #0f172a; }
html.vw-theme-light .vw-f-col a { color: #475569; }
html.vw-theme-light .vw-f-col a:hover { color: #3b44b5; }
html.vw-theme-light .vw-soc { border-color: rgba(0,0,0,0.2); color: #475569; }
html.vw-theme-light .vw-soc:hover { background: #0f172a; color: #fff; }

html.vw-theme-light .vw-sg-title, html.vw-theme-light .vw-sp-title { color: #0f172a; }
html.vw-theme-light .vw-sp-meta-box { background: #fff; border-color: rgba(0,0,0,0.1); }
html.vw-theme-light .vw-sp-meta-item span { color: #0f172a; }
html.vw-theme-light .vw-sp-content { color: #475569; }
html.vw-theme-light .vw-sg-card { border: 1px solid rgba(0,0,0,0.05); box-shadow: 0 10px 30px rgba(0,0,0,0.05); }