:root{--text-main:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,"Noto Sans","Helvetica Neue",Arial,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--brand-blue:#1a237e;--bg:#f9fafc;--fg:#222;--muted:#6b7280;--radius:12px;--shadow:0 10px 30px #00000014;--loader-bg:#0b0b0b;--loader-fg:#f7f7f7}@media (prefers-color-scheme:dark){:root{--bg:#0f1115;--fg:#e7e9ee;--muted:#a0a8b8;--loader-bg:#0f1115;--loader-fg:#e7e9ee;--brand-blue:#aab3ff}}*,:after,:before{box-sizing:border-box}body,html{height:100%}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--text-main);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f9fafc;background:var(--bg);color:#222;color:var(--fg);line-height:1.55;text-rendering:optimizeLegibility}@media (max-width:480px){body{line-height:1.6}}h1,h2,h3,h4,h5,h6{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--text-main);font-weight:700;letter-spacing:.01em;line-height:1.2;margin:0 0 .4em}p{margin:0 0 1em}a,button,input,label,li,p,span{font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Helvetica Neue,Arial,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;font-family:var(--text-main);font-weight:400}small{color:#6b7280;color:var(--muted)}h1{font-size:clamp(1.6rem,2vw + 1rem,2.25rem)}h2{font-size:clamp(1.4rem,1.8vw + 1rem,1.9rem)}h3{font-size:clamp(1.2rem,1.2vw + 1rem,1.5rem)}a{color:#1a237e;color:var(--brand-blue);text-decoration:none;transition:color .18s cubic-bezier(.4,0,.2,1);transition:color var(--transition)}a:focus,a:hover{color:#ffd600;color:var(--brand-yellow)}:where(a,button,input,select,textarea,[tabindex]):focus-visible{border-radius:6px;outline:2px solid #ffd600;outline:2px solid var(--brand-yellow);outline-offset:2px}code,pre{background:#7f7f7f14;border-radius:6px;color:#755b00;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:.96em;padding:2px 6px}pre{overflow:auto;padding:12px 14px}canvas,img,svg,video{height:auto;max-width:100%}.container{margin-inline:auto;padding-inline:8px;width:min(1120px,92vw)}.shadow{box-shadow:0 10px 30px #00000014;box-shadow:var(--shadow)}.rounded{border-radius:12px;border-radius:var(--radius)}.visually-hidden{clip:rect(1px,1px,1px,1px)}.app-loader{background:#0b0b0b;background:var(--loader-bg);color:#f7f7f7;color:var(--loader-fg);display:grid;inset:0;place-items:center;position:fixed;z-index:9999}.app-loader__card{display:grid;justify-items:center;grid-gap:10px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);background:#ffffff0f;border-radius:16px;box-shadow:0 10px 30px #00000040;gap:10px;padding:24px 28px}.app-loader__spinner{animation:appSpin .9s linear infinite;border:3px solid;border-radius:50%;border-right:3px solid #0000;height:44px;width:44px;will-change:transform}@keyframes appSpin{to{transform:rotate(1turn)}}@media (prefers-reduced-motion:reduce){.app-loader__spinner{animation:none}}.app-loader__title{font-weight:600;letter-spacing:.2px}.app-loader__subtitle{font-size:.92rem;opacity:.75}button,input,select,textarea{color:inherit;font:inherit}button{background:#1a237e;background:var(--brand-blue);border:0;border-radius:10px;box-shadow:0 6px 18px #1a237e40;color:#fff;padding:10px 14px;transition:transform .18s cubic-bezier(.4,0,.2,1),box-shadow .18s cubic-bezier(.4,0,.2,1),background .18s cubic-bezier(.4,0,.2,1);transition:transform var(--transition),box-shadow var(--transition),background var(--transition)}button:active{box-shadow:0 3px 12px #0000002e;transform:translateY(0)}.form-hint{color:#6b7280;color:var(--muted);font-size:.92rem}.app-loader{color:#ffd600;color:var(--brand-yellow)}#root,body,html{box-sizing:border-box;font-family:var(--text-main)!important;height:100%;margin:0;min-height:100%;padding:0}body{text-align:center;transition:background .25s,color .25s}body[data-theme=light]{background:#fff;color:#232323}body[data-theme=dark]{background:#1b1c1e;color:#f6f6f6}.admin-settings-container{background:#fff;border-radius:18px;box-shadow:0 8px 32px #0002,0 1.5px 6px #0001;margin:2.5rem auto;max-width:900px;padding:2rem 2.5rem;position:relative;text-align:left}body[data-theme=dark] .admin-settings-container{background:#222228;box-shadow:0 4px 16px #0004;color:#f6f6f6}.settings-section{border-bottom:1px solid #e6e6ef;margin-bottom:2.5rem;padding-bottom:1.5rem}body[data-theme=dark] .settings-section{border-bottom:1px solid #333a}.admin-settings-container input[type=text],.admin-settings-container select,.admin-settings-container textarea{border:1px solid #bdbdbd;border-radius:6px;font-size:1.03rem;margin-bottom:.5rem;margin-left:.75rem;margin-top:.5rem;outline:none;padding:.5rem 1rem}body[data-theme=dark] .admin-settings-container input[type=text],body[data-theme=dark] .admin-settings-container select,body[data-theme=dark] .admin-settings-container textarea{background:#23232b;border:1px solid #333a;color:#fff}.admin-settings-container button{background:#0673f7;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.03rem;font-weight:600;margin:.3rem .6rem .3rem 0;padding:.45rem 1.4rem;transition:background .18s}.admin-settings-container button:disabled{background:#aaa;cursor:not-allowed}.admin-settings-container button:hover:not(:disabled){background:#055ccc}.admin-settings-container img,.banner-preview img{border:1.5px solid #e3e3e3;border-radius:8px;box-shadow:0 2px 14px #0001;margin-top:.6rem;max-width:360px}.modal{align-items:center;background:#fff;border-radius:10px;box-shadow:0 8px 32px #0002;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:2000}.modal>div,.modal>form{background:#fff;border-radius:14px;box-shadow:0 8px 32px #0003;max-width:95vw;min-width:350px;padding:2rem 2.5rem}body[data-theme=dark] .modal,body[data-theme=dark] .modal>div,body[data-theme=dark] .modal>form{background:#23232b;color:#fff}.admin-settings-container ul{list-style:none;margin-bottom:1rem;padding:0}.admin-settings-container ul li{align-items:center;display:flex;margin-bottom:.4rem}.admin-settings-container ul li span{flex:1 1;font-size:1.07rem}.admin-settings-container ul li button{font-size:.98rem;margin:0 0 0 .8rem;padding:.36rem 1.2rem}@media (max-width:600px){.admin-settings-container{padding:1rem .5rem}.modal>div,.modal>form{min-width:0;padding:1rem .5rem}}body[data-theme=dark] .ql-container{background:#181824;color:#f6f6f6}body[data-theme=dark] .ql-toolbar{background:#23232b;color:#ddd}.hover-opacity-100,.multihero-product-card:hover .hover-opacity-100{opacity:1!important}:root{--text-main:"Inter",sans-serif}.products-root{background:linear-gradient(108deg,#f7f8fc 90%,#fffbe6);min-height:100vh}.products-header,.products-root{font-family:Inter,sans-serif;font-family:var(--text-main)}.products-header{align-items:center;background:linear-gradient(90deg,#ffd600 60%,#fffbe6);border-bottom:1px solid #f2e17c;border-radius:0 0 20px 20px;box-shadow:0 2px 12px #ffd60022;display:flex;justify-content:space-between;padding:32px 5vw 16px}.products-title{color:#262626;font-size:2.5rem;font-weight:900;letter-spacing:-1.5px;margin:0}.products-desc{color:#555;font-size:1.18rem;font-weight:500;margin-top:8px}.products-nav-trigger{display:flex;gap:10px;margin-left:20px}.nav-home-btn,.nav-wa-btn{align-items:center;background:#fff;border:2px solid #ffd600;border-radius:10px;box-shadow:0 2px 10px #ffd60022;color:#b7950b;display:flex;font-size:1.05rem;font-weight:600;padding:8px 14px;text-decoration:none;transition:all .2s}.nav-home-btn:hover,.nav-wa-btn:hover{background:#fffbe6;border-color:#d4af00;box-shadow:0 6px 22px #ffd60077;color:#d4af00}.products-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(318px,1fr));grid-gap:2.6rem 2.1rem;gap:2.6rem 2.1rem;margin:auto;max-width:1340px;padding:42px 3vw 60px}.modern-category-card{background:#fffffff5;overflow:hidden;transition:all .2s}.modern-category-card:hover{box-shadow:0 16px 40px #facc1533;transform:scale(1.028)}.modern-category-img-wrap{background:#fffbe6}.modern-category-img{border-radius:inherit;transition:transform .27s;width:auto}.modern-category-card:hover .modern-category-img{transform:scale(1.045)}.modern-category-card-content{padding:1.3rem}.modern-category-status{margin:5px 0}.modern-category-desc{font-size:1.04em;line-height:1.37}.modern-category-view{transition:all .2s}.modern-category-view:hover{color:#d71c20}.modern-category-cart{align-items:center;background:#fffbe6;border:1.2px solid #ffd600;border-radius:7px;color:#d71c20;cursor:pointer;display:flex;font-size:1.12em;font-weight:600;gap:7px;padding:7px 12px;transition:all .2s}.modern-category-cart:hover{background:#ffe6e6;color:#b91c1c}.products-searchbar-wrapper{align-items:center;background:#fff;border:1.5px solid #ffe178;border-radius:14px;box-shadow:0 2px 7px #ffd60022;display:flex;margin:30px auto 0;transition:all .2s;width:360px}.products-searchbar-wrapper:focus-within{border-color:#d4af00;box-shadow:0 4px 18px #ffd60033}.products-searchbar{background:#0000;border:none;border-radius:14px;color:#252525;flex:1 1;font-size:1.08rem;padding:13px 16px}.products-searchbar:focus{background:#fffae0;outline:none}.products-searchbar-btn{background:none;border:none;color:#b7950b;cursor:pointer;font-size:1.14rem;position:absolute;right:10px}.home-footer{border-radius:16px;font-size:1.05em;margin:0 10px 10px;padding:10px 0;width:calc(100% - 20px)}.home-footer-secondary{font-size:.9em}.floating-whatsapp-btn{transition:background .2s}@media (max-width:900px){.products-grid-modern{gap:1.6rem 1.1rem;grid-template-columns:repeat(auto-fit,minmax(245px,1fr));padding:24px 2vw}.products-searchbar-wrapper{margin-top:18px;width:100%}.products-header{flex-direction:column;padding:20px 4vw 10px}.products-title{font-size:1.7rem}}@media (max-width:700px){.products-grid-modern{gap:1.1rem;grid-template-columns:1fr;padding:12px 2vw 18px}}.btn-add-to-cart,.btn-favorite,.floating-wa-clear-btn,.floating-whatsapp-btn,.pagination-btn,button{align-items:center;background-color:#d71c20;border:none;border-radius:12px;box-shadow:0 2px 6px #00000026;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;gap:6px;padding:10px 16px;transition:all .3s ease}.btn-add-to-cart.disabled,button:disabled,button[aria-disabled=true]{background-color:#aaa;cursor:not-allowed}.btn-add-to-cart:hover,.btn-favorite:hover,button:hover:not(:disabled){background-color:#b4161c}.product-card{border:1px solid #eee;border-radius:16px;box-shadow:0 4px 10px #0000000d;display:flex;flex-direction:column;gap:10px;padding:16px;transition:transform .2s ease}.product-card:hover{transform:translateY(-4px)}.product-image{border-radius:12px;max-height:180px;object-fit:cover}.product-name{color:#222;font-size:18px;font-weight:600;margin:0}.product-desc{color:#666;font-size:14px;min-height:48px}.product-actions{align-items:center;display:flex;gap:8px;justify-content:space-between}.btn-favorite{background-color:#fff;border:1px solid #ddd;border-radius:12px;color:#888;padding:8px 12px}.btn-favorite.favorited{background-color:#ffeaea;border-color:#d71c20;color:#d71c20}.view-details-link{color:#d71c20;display:inline-block;font-weight:500;margin-top:10px;text-decoration:none}.view-details-link:hover{text-decoration:underline}.pagination-btn{background-color:#f5f5f5;border:1px solid #ccc;color:#333;font-weight:500;padding:8px 14px}.pagination-btn:hover:not(:disabled){background-color:#ddd}.floating-whatsapp-btn{background-color:#25d366;border-radius:30px;box-shadow:0 3px 8px #00000040;gap:8px;padding:10px 18px}.floating-wa-clear-btn{background-color:#e0e0e0;color:#222;margin-left:12px}.home-header-business{color:#d71c20;font-size:22px;font-weight:700;gap:4px;letter-spacing:1px}.business-middle{display:inline-block}.search-bar-container{align-items:center;background-color:#fff;border:1px solid #ddd;border-radius:12px;display:flex;margin:0 auto;max-width:500px;padding:6px 12px}.search-input{border:none;flex-grow:1;font-family:Inter,Segoe UI,sans-serif;font-size:16px;outline:none;padding:8px}button{background-color:#ffd600;border:none;border-radius:1.5rem;box-shadow:0 4px 10px #0000001a;color:#000;cursor:pointer;font-size:1rem;font-weight:600;padding:.6rem 1.4rem;transition:all .25s ease-in-out}button:hover{background-color:#fc0;box-shadow:0 6px 14px #00000026;transform:translateY(-1px)}button:active{box-shadow:0 3px 6px #0003;transform:scale(.98)}button:focus{box-shadow:0 0 0 3px #ffd60080;outline:none}.pagination-button{background:#fff;border:1px solid #ccc;border-radius:8px;color:#333;font-weight:500;padding:8px 14px;transition:all .2s ease-in-out}.pagination-button:hover{background:#ffd600;border-color:#d71c20;color:#000}.pagination-button.active{background:#d71c20;border:2px solid #b91c1c;color:#fff}.pagination-button.next{background:#eee;font-weight:700}.category-fallback-card:hover{box-shadow:0 2px 12px #0000001a;transform:translateY(-2px);transition:all .2s ease}:root{--brand-yellow:#ffd600;--brand-yellow-dark:#ffe156;--brand-black:#111;--brand-gray:#f9fafb;--card-radius:16px;--transition:0.18s cubic-bezier(.4,0,.2,1);--shadow-sm:0 2px 8px #ffd60010;--shadow-md:0 4px 18px #ffd60025;--shadow-lg:0 8px 30px #ffd60050;--shadow-xl:0 3px 18px #ffe06680;--text-main:"Inter","Segoe UI",Arial,sans-serif}.home-root,body{background:#f2f0f0;color:#111;color:var(--brand-black);display:flex;flex-direction:column;font-family:Inter,Segoe UI,Arial,sans-serif;font-family:var(--text-main);min-height:100vh}main{flex:1 1}.visually-hidden{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;clip:rect(0,0,0,0);border:0;white-space:nowrap}.home-header{align-items:center;background:#ffd600;background:var(--brand-yellow);border-bottom:1.5px solid #ffe066cc;box-shadow:0 2px 8px #ffd60010;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;min-height:62px;padding:14px 4vw 10px;position:relative;z-index:99}.home-header-logo img{background:#ffd600;border-radius:50%;box-shadow:0 1px 7px #ffd60033;box-sizing:initial;-webkit-clip-path:ellipse(50% 70% at 50% 50%);clip-path:ellipse(50% 70% at 50% 50%);display:block;height:48px;object-fit:contain;padding:4px;width:80px}.home-header-business{align-items:center;color:#c70000;display:flex;flex:1 1;flex-direction:row;font-size:1.38rem;font-weight:900;gap:.5vw;justify-content:center;letter-spacing:2.5px;line-height:1;margin:0 10px;overflow:hidden;text-align:center;text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap}.business-middle{background:linear-gradient(87deg,#e94d2a,#ff2a35 33%,#b50a18 80%);-webkit-background-clip:text;color:#d71c20;color:var(--brand-red);font-size:1.16em;font-weight:900;letter-spacing:4px;-webkit-text-fill-color:#0000;letter-spacing:3px;padding:0 .32em;text-shadow:0 1.5px 0 #fff6,0 3px 10px #ffd60022}.home-header-icon{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;min-width:48px}.toyota-text{color:#d71c20;color:var(--brand-red);font-size:1.09rem;font-weight:900;letter-spacing:3px;margin-top:2px;text-align:center;text-transform:uppercase}@media (max-width:700px){.home-header{flex-direction:column;gap:7px;min-height:82px;padding:10px 2vw 7px}.home-header-business{font-size:1.01rem;margin:0;padding:0 2px}.business-middle{font-size:1em;padding:0 .18em}.home-header-icon svg,.home-header-logo img{height:36px!important;width:36px!important}}.home-hero{background:#111;min-height:390px;padding:40px 0 36px;position:relative;text-align:center;width:100%;z-index:1}.home-hero-title{border-radius:12px;color:#ffd600;font-size:2.4em;font-weight:800;letter-spacing:2px;line-height:1.12;margin:0 0 14px;padding:48px 0 28px;text-shadow:0 3px 12px #0006;transition:background .18s}.home-hero-multi-showcase{display:flex;flex-wrap:wrap;gap:32px;justify-content:center;margin:36px 0 16px}.modern-hero-card{background:#18181b;border-radius:18px;box-shadow:0 8px 30px #1d1d1d18,0 1.5px 8px #ffd60011;display:flex;flex-direction:column;height:390px;justify-content:flex-end;overflow:hidden;position:relative;transition:box-shadow .18s;width:320px}.modern-hero-image-container{height:100%;overflow:hidden;position:relative;width:100%}.modern-hero-img{display:block;height:100%;object-fit:cover;transition:transform .23s;width:100%}.modern-hero-card:hover .modern-hero-img{transform:scale(1.06)}.modern-hero-overlay-top{background:linear-gradient(180deg,#141414d4 78%,#14141403);color:#fff;left:0;padding:18px 14px 10px;position:absolute;text-align:left;top:0;width:100%;z-index:3}.modern-hero-category{color:#ffd600;font-size:1.08em;font-weight:700;letter-spacing:.02em}.modern-hero-name{color:#fff;font-size:1.2em;font-weight:600;line-height:1.19;margin-top:2px}.modern-hero-overlay-bottom{background:linear-gradient(0deg,#141414c4 65%,#1414140a);bottom:0;color:#fff;left:0;padding:18px 14px 20px;position:absolute;text-align:left;width:100%;z-index:3}.modern-hero-desc{color:#fafaf8;font-size:1.01em;line-height:1.39;margin-bottom:7px;text-align:justify;word-break:break-word}.home-hero-showcase-details{background:#ffd600;border-radius:13px;box-shadow:0 1px 6px #ffd6001a;color:#201a1a;display:inline-block;font-size:1em;font-weight:500;margin-top:4px;padding:4px 14px;text-decoration:none;transition:background .17s,color .15s}.home-hero-showcase-details:hover{background:#201a1a;color:#ffd600}.home-hero-desc{color:#ffd600;font-size:1.19em;font-weight:400;margin:14px 0 20px}.home-hero-btn{background:#d71c20;border:none;border-radius:28px;box-shadow:0 1px 10px #d71c2018;color:#fff;cursor:pointer;font-size:1.12em;font-weight:700;margin-top:10px;padding:11px 34px;text-decoration:none;transition:background .14s,color .13s}.home-hero-btn:focus,.home-hero-btn:hover{background:#be111a;color:#ffe066}.home-categories-section{background:#656565;border-radius:13px;box-shadow:0 2px 18px #ffe0661f;margin:48px auto 32px;max-width:1180px;padding:32px 20px 28px;position:relative;z-index:1}.home-categories-title{color:#ffd600;font-size:2.56em;font-weight:800;letter-spacing:.5px;margin-bottom:24px;text-align:center}.home-categories-grid{background:none;display:flex;flex-wrap:wrap;gap:22px 22px;justify-content:center;padding-bottom:0}@media (max-width:900px){.home-categories-section{max-width:98vw;padding:22px 4vw 18px}.home-categories-grid{gap:15px 12px}}@media (max-width:640px){.home-categories-section{border-radius:8px;margin:22px 0 16px;padding:16px 0 12px}.home-categories-title{font-size:1.14em;margin-bottom:13px}.home-categories-grid{align-items:center;flex-direction:column;gap:12px 0}}.category-products-list.modern-search-section{margin-bottom:8px;margin-top:16px}.product-grid-modern{display:flex;flex-wrap:wrap;gap:24px 28px;justify-content:flex-start}.modern-card{background:#fff;border:1.5px solid #ffd60033;border-radius:12px;box-shadow:0 1px 12px #ffe06610;min-width:210px;padding:16px 10px 18px;position:relative;text-align:center;transition:box-shadow .15s,border .14s}.modern-card:hover{border:1.5px solid #ffd600;box-shadow:0 4px 24px #ffd60022}.modern-card-img{background:#fff8e1;border:1px solid #eee;border-radius:12px;height:120px;object-fit:cover;width:120px}.modern-card-title{color:#d71c20;font-size:1.13em;font-weight:700;margin:13px 0 5px;min-height:36px;text-align:center}.modern-card-meta{color:#555;font-size:.98em;margin-top:4px}.modern-card-status.in{color:#1dd770;font-weight:700}.modern-card-status.out{color:#b91c1c;font-weight:600}.whatsapp-inquiry-btn{align-items:center;background:#25d366;border-radius:18px;box-shadow:0 1px 4px #25d36644;color:#fff;display:inline-flex;font-size:14px;font-weight:600;gap:7px;margin-top:9px;padding:6px 14px;text-decoration:none}.whatsapp-inquiry-btn:focus,.whatsapp-inquiry-btn:hover{background:#128c7e;color:#fffde7}.home-footer{background:#ffd600;border-top:1.5px solid #ffd60033;box-shadow:0 -1px 12px #ffd60014;color:#0f0d01;font-size:1.07em;margin-top:40px;padding:34px 0 10px;text-align:center}.home-footer-secondary{color:#0f0d01;font-size:.98em;margin-top:7px}.home-map-section{background:#656565;border-radius:12px;box-shadow:0 2px 12px #24d4850e;margin:44px auto 36px;max-width:1220px;padding:36px 22px 32px}.home-map-title{color:#10b981;font-size:1.27em;font-weight:700;margin-bottom:22px;text-align:center}.home-map-container{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:center}.home-map-card{align-items:center;background:#f9e101;border-radius:11px;box-shadow:0 2px 14px #24d48512;display:flex;flex-direction:column;margin-bottom:12px;max-width:375px;min-width:295px;padding:21px 17px 18px}.bhekam-building-photo{border-radius:8px;box-shadow:0 2px 10px #21d07a22;margin-bottom:13px;width:220px}.home-map-info{color:#137450;font-size:1.06em;font-weight:600;margin-bottom:8px;text-align:center}.home-map-link-btn{background:#10b981;border-radius:21px;box-shadow:0 2px 12px #10b98122;color:#fff;font-size:1.02em;font-weight:700;margin-top:8px;padding:7px 22px;text-decoration:none;transition:background .16s,color .12s}.home-map-link-btn:focus,.home-map-link-btn:hover{background:#0c8961;color:#ffd600}.home-map-leaflet-card{background:#fff;border-radius:10px;box-shadow:0 2px 16px #0a0a0a18;max-width:480px;min-width:350px;overflow:hidden}.home-map-leaflet-wrapper{height:285px;width:100%}.home-map-leaflet{border-radius:10px;height:100%;width:100%}.home-brands-section{background:#767675;border-radius:14px;box-shadow:0 2px 16px #0001;margin:38px auto 24px;max-width:1100px;padding:28px 20px 20px}.home-brands-title{background:linear-gradient(90deg,#d71c20 70%,#ffd600);-webkit-background-clip:text;color:#d71c20;font-family:Inter,Poppins,Arial,sans-serif;font-size:clamp(1.5rem,2vw,2.1rem);font-weight:800;letter-spacing:2.5px;margin-bottom:20px;text-transform:uppercase;-webkit-text-fill-color:#0000;background-clip:text;text-fill-color:#0000;display:inline-block;position:relative;text-shadow:0 2px 14px #ffd60018,0 1px 2px #fff9}.home-brands-title:after{background:linear-gradient(90deg,#d71c20 30%,#ffd600);border-radius:4px;content:"";display:block;height:3px;margin:10px auto 0;width:48px}.home-brands-grid{display:flex;flex-wrap:wrap;gap:24px 32px;justify-content:center}.brand-card{background:#0e0e0f;border-radius:10px;box-shadow:0 1px 8px #ddd6;max-width:200px;min-width:160px;padding:16px 22px;text-align:center}.brand-card-modern{align-items:flex-end;background:#19181c;border-radius:13px;box-shadow:0 6px 22px #0002,0 1.5px 8px #ffd60010;cursor:pointer;display:flex;height:130px;justify-content:flex-end;margin:12px 10px;overflow:hidden;position:relative;transition:box-shadow .13s,transform .13s;width:220px}.brand-card-modern:hover{box-shadow:0 10px 28px #0003,0 2.5px 10px #ffd60018;transform:scale(1.04)}.brand-card-image-container{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.brand-card-logo{filter:brightness(.95) saturate(1.2);height:100%;object-fit:cover;transition:transform .13s;width:100%}.brand-card-modern:hover .brand-card-logo{transform:scale(1.09)}.brand-card-overlay-bottom{background:linear-gradient(0deg,#141414e0 90%,#14141403);bottom:0;color:#fff;left:0;padding:14px 14px 12px;position:absolute;text-align:left;width:100%;z-index:3}.brand-card-name{color:#ffd600;font-size:1.06em;font-weight:700}.brand-card-desc{color:#fafae0;font-size:.98em;margin-top:2px;opacity:.85}@keyframes fadeIn{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}.home-testimonials-section{background:#fffde8;border-radius:14px;box-shadow:0 2px 18px #ffd60022;margin:54px auto 40px;max-width:1100px;padding:40px 22px 36px;position:relative}.testimonials-title{background:linear-gradient(90deg,#d71c20 65%,#ffd600);-webkit-background-clip:text;color:#d71c20;color:var(--brand-red);font-size:2em;font-weight:800;letter-spacing:1.2px;margin-bottom:18px;text-align:center;text-transform:uppercase;-webkit-text-fill-color:#0000;background-clip:text;text-fill-color:#0000}.testimonials-title:after{background:linear-gradient(90deg,#d71c20 30%,#ffd600);border-radius:4px;content:"";display:block;height:3px;margin:12px auto 0;width:50px}.testimonials-grid{display:flex;flex-wrap:wrap;gap:32px 20px;justify-content:center;margin-bottom:26px}.testimonial-card{align-items:center;background:#fff;border:1.5px solid #ffd60033;border-radius:13px;box-shadow:0 1px 12px #ffd60022;display:flex;flex-direction:column;margin-bottom:8px;max-width:320px;min-height:150px;min-width:230px;padding:22px 18px 16px;text-align:center;transition:box-shadow .16s,border .15s}.testimonial-card:hover{border:2px solid #ffd60099;box-shadow:0 4px 20px #ffd60044}.testimonial-avatar{align-items:center;background:#fff8e1;border:1.5px solid #ffd60055;border-radius:50%;display:flex;height:56px;justify-content:center;margin-bottom:11px;overflow:hidden;width:56px}.testimonial-avatar-img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.testimonial-name{color:#d71c20;color:var(--brand-red);font-size:1.07em;font-weight:700;margin-bottom:4px}.testimonial-rating{margin-bottom:6px}.testimonial-message{color:#333;font-size:1em;margin-bottom:7px;min-height:48px}.testimonial-date{color:#cfa200;font-size:.95em;margin-top:3px}.testimonial-form-section{background:#fffbe6;border-radius:14px;box-shadow:0 2px 10px #ffd60017;margin:14px auto 0;max-width:460px;padding:26px 18px 18px}.testimonial-form-title{color:#d71c20;color:var(--brand-red);font-size:1.2em;font-weight:700;margin-bottom:10px;text-align:center}.testimonial-form{display:flex;flex-direction:column;gap:11px}.testimonial-form label{color:#be111a;font-size:.98em;font-weight:600;margin-bottom:2px}.testimonial-form input,.testimonial-form select,.testimonial-form textarea{background:#fff;border:1.5px solid #ffd60077;border-radius:8px;font-family:inherit;font-size:1em;outline:none;padding:7px 10px;transition:border .15s,box-shadow .15s;width:100%}.testimonial-form textarea{max-height:100px;min-height:54px;resize:vertical}.testimonial-form input[type=file]{background:#0000;border:none;padding:2px}.testimonial-form input:focus,.testimonial-form textarea:focus{border-color:#ffe066;box-shadow:0 1px 7px #ffd60022}.testimonial-form button{background:#ffd600;background:var(--brand-yellow);border:none;border-radius:9px;box-shadow:0 1px 8px #ffd60033;color:#b3001d;cursor:pointer;font-size:1.04em;font-weight:700;margin-top:7px;padding:10px 0;transition:background .17s,color .12s}.testimonial-form button:hover{background:#ffd900;color:#a7010d}.testimonial-form-error,.testimonial-form-success{border-radius:6px;font-weight:600;margin-bottom:4px;padding:7px 2px;text-align:center}.testimonial-form-error{background:#d71c20c9;color:#fff}.testimonial-form-success{background:#f7ffb0;color:#0f750f}@media (max-width:900px){.home-testimonials-section{padding:23px 6vw 20px}.testimonials-grid{gap:16px 8px}}@media (max-width:650px){.home-testimonials-section{padding:17px 2vw 10px}.testimonials-grid{flex-direction:column;gap:17px 0}.testimonial-card{max-width:97vw;min-width:0}.testimonial-form-section{max-width:100%}}.home-contact-section{align-items:center;background:#fff;border-radius:18px;box-shadow:0 4px 28px #08080812,0 1.5px 8px #ffd60013;display:flex;flex-direction:column;margin:40px auto;max-width:430px;padding:32px 28px 28px;transition:box-shadow .18s}.home-contact-section:hover{box-shadow:0 7px 36px #08080817,0 1.5px 10px #ffd60029}.home-contact-title{color:#222;font-size:2rem;font-weight:700;letter-spacing:1px;margin-bottom:22px}.home-contact-form{gap:16px}.home-contact-form,.home-contact-group{display:flex;flex-direction:column;width:100%}.home-contact-label{color:#444;font-size:1rem;font-weight:600;letter-spacing:.3px;margin-bottom:7px}.home-contact-input,.home-contact-textarea{background:#fafafc;border:1.5px solid #e7e7e7;border-radius:8px;font-size:1rem;margin-bottom:0;outline:none;padding:10px 13px;transition:border .14s}.home-contact-input:focus,.home-contact-textarea:focus{background:#fff;border:1.5px solid #d71c20}.home-contact-textarea{max-height:220px;min-height:90px;resize:vertical}.home-contact-btn{background:linear-gradient(90deg,#ffd600 55%,#d71c20 110%);border:none;border-radius:9px;box-shadow:0 2px 14px #ffd60032;color:#222;cursor:pointer;font-size:1.15rem;font-weight:700;margin-top:8px;padding:12px 0;transition:background .17s,color .13s}.home-contact-btn:hover{background:linear-gradient(90deg,#d71c20 20%,#ffd600 90%);color:#fff}.home-contact-success{color:#34a853;font-weight:600}.home-contact-error,.home-contact-success{font-size:1rem;margin-bottom:10px;text-align:center}.home-contact-error{color:#d71c20;font-weight:500}@media (max-width:600px){.home-contact-section{max-width:97vw;padding:18px 6vw 20px}.home-contact-title{font-size:1.3rem}}.search-suggestion-box{background:#f1f1f1;border-left:4px solid #007bff;font-size:.95rem;margin-bottom:10px;padding:10px 15px}:root{--primary:#ffd600;--primary-dark:#d4af00;--brand-red:#d71c20;--card-shadow:0 6px 28px #bae6fd2c;--card-radius:1.6rem;--inter:"Inter","Segoe UI",Arial,sans-serif;--text-main:var(--inter,"Segoe UI",Arial,sans-serif)}.category-root-modern,.category-root-modern *{font-family:Inter,Segoe UI,Arial,sans-serif!important;font-family:var(--text-main)!important}.category-root-modern{background:linear-gradient(108deg,#f7f8fc 90%,#fffbe6);min-height:100vh}.category-section-modern{background:#aca8a8f2;border-radius:2.4rem;box-shadow:0 12px 40px #42b88322,0 1.5px 10px #3b82f614;margin:40px auto 28px;max-width:1340px;padding:2.8rem 1.7rem 2.2rem}.category-title-modern{color:#d71c20;color:var(--brand-red);font-size:2.2rem;font-weight:900;letter-spacing:-1.2px;margin-bottom:12px}.category-grid-modern{display:grid;grid-template-columns:repeat(auto-fit,minmax(318px,1fr));grid-gap:2.6rem 2.1rem;gap:2.6rem 2.1rem;margin-top:2.7rem}.modern-category-card{background:#fffffffa;border:1.7px solid #f4dbde;border-radius:1.6rem;border-radius:var(--card-radius);box-shadow:0 6px 28px #bae6fd2c;box-shadow:var(--card-shadow);display:flex;flex-direction:column;margin:0 auto;max-width:420px;min-height:455px;overflow:visible;position:relative;transition:box-shadow .18s,transform .16s}.modern-category-card:focus-within,.modern-category-card:hover{box-shadow:0 16px 40px #facc1533,0 2px 20px #bae6fd3a;transform:scale(1.028) translateY(-4px);z-index:2}.modern-category-img-wrap{align-items:center;aspect-ratio:1.28;background:#55534c;border-bottom:1px solid #f4dbde;border-radius:1.2rem 1.2rem 0 0;cursor:zoom-in;display:flex;justify-content:center;overflow:hidden;width:100%}.modern-category-img{border-radius:1.2rem 1.2rem 0 0;box-shadow:0 2px 12px #f9d9db2a;height:260px;max-height:330px;max-width:98%;object-fit:cover;transition:transform .27s cubic-bezier(.24,1.11,.41,.98)}.modern-category-card:hover .modern-category-img,.modern-category-img:active{transform:scale(1.045)}.zoom-hint{background:#d71c20e6;border-radius:8px;bottom:12px;color:#fff;font-size:.95em;letter-spacing:.5px;opacity:.84;padding:4px 10px;pointer-events:none;position:absolute;right:14px}.modern-category-card-content{display:flex;flex:1 1;flex-direction:column;padding:1.3rem 1.3rem .7rem}.modern-category-brand{color:#555;font-size:1.09em;margin-bottom:6px}.modern-category-name{color:#d71c20;color:var(--brand-red);font-size:1.23em;font-weight:700;margin-bottom:7px}.modern-category-status{font-size:1.02em;font-weight:700;margin:2px 0 7px}.modern-category-status.in{color:#16a34a}.modern-category-status.out{color:#e11d48}.modern-category-desc{color:#303334;font-size:1.07em;line-height:1.4;margin-bottom:10px;min-height:32px}.modern-category-actions{align-items:center;display:flex;gap:14px;justify-content:flex-start;margin-top:8px;padding:0 1.3rem 1.1rem}.modern-category-view{background:linear-gradient(90deg,#ffd600 60%,#fffbe6);border:1px solid #f4dbde;border-radius:9px;box-shadow:0 2px 9px #ffd6002a;color:#d71c20;color:var(--brand-red);cursor:pointer;font-size:1.08em;font-weight:600;padding:6px 16px;text-decoration:none;transition:background .16s,color .16s}.modern-category-view:hover{background:#fffbeb;color:#b91c1c}.modern-category-cart,.modern-category-fav{background:#fffbe6;border:1.2px solid #ffd600;border:1.2px solid var(--primary);border-radius:7px;box-shadow:0 1px 8px #ffd6000d;color:#d71c20;color:var(--brand-red);cursor:pointer;font-size:1.12em;font-weight:600;padding:7px 12px;transition:background .17s,color .14s}.modern-category-cart:hover,.modern-category-fav:hover{background:#ffe6e6;color:#b91c1c}.pagination-controls-modern{align-items:center;display:flex;font-size:1.13em;gap:1.5rem;justify-content:center;margin-top:34px}.pagination-controls-modern button{background:#ffd600;background:var(--primary);border:none;border-radius:7px;box-shadow:0 1px 8px #ffd6001a;color:#d71c20;color:var(--brand-red);cursor:pointer;font-size:1.07em;font-weight:600;padding:7px 15px;transition:background .16s}.pagination-controls-modern button:disabled{background:#f3f3f3;color:#b1b1b1;cursor:not-allowed}.modern-category-loading{background:#ffffffa6;flex-direction:column;font-size:22px;font-weight:600;min-height:300px;pointer-events:all;position:absolute;z-index:2}.modern-category-loading,.zoom-modal-overlay{align-items:center;display:flex;inset:0;justify-content:center}.zoom-modal-overlay{animation:fadeinModal .2s ease-out;background:#242121d9;position:fixed;z-index:2001}@keyframes fadeinModal{0%{opacity:0}to{opacity:1}}.zoom-modal-content{align-items:center;background:#0000;display:flex;height:100vh;justify-content:center;overflow:hidden;width:100vw}.zoom-modal-img{animation:zoominModalImg .22s ease-out;background:#fff;height:100%;object-fit:contain;width:100%}@keyframes zoominModalImg{0%{opacity:.3;transform:scale(.91)}to{opacity:1;transform:scale(1)}}.zoom-modal-close{align-items:center;background:#ffd600;background:var(--primary);border:none;border-radius:50%;box-shadow:0 1px 12px #ffd60070;color:#d71c20;color:var(--brand-red);cursor:pointer;display:flex;font-size:2.2em;font-weight:900;height:42px;justify-content:center;position:absolute;right:14px;top:14px;transition:background .17s;width:42px;z-index:4}.zoom-modal-close:hover{background:#ffef98;color:#b91c1c}.floating-wa-bar{align-items:center;bottom:25px;display:flex;position:fixed;right:18px;z-index:9999}.floating-whatsapp-btn{align-items:center;background:#25d366;border-radius:100px;box-shadow:0 4px 18px #2223;color:#fff;display:flex;font-weight:600;margin-right:10px;padding:8px 18px 8px 8px;text-decoration:none;transition:background .18s}.floating-whatsapp-btn:hover{background:#20bb57}.floating-wa-sales-img{border:2px solid #fff;border-radius:50%;height:32px;margin-right:4px;object-fit:cover;width:32px}.floating-wa-sales-name{font-size:1.07em;margin-right:7px}.floating-wa-cart-count{background:#fff;border-radius:16px;color:#25d366;font-size:.97em;font-weight:700;padding:0 9px}.sales-position{color:#e9f8f4;font-size:.93em;font-style:italic;margin-left:3px}.floating-wa-clear-btn{background:none;border:none;color:#d71c20;color:var(--brand-red);cursor:pointer;font-size:1.01em;font-weight:700;margin-left:2px}.home-footer,.home-footer-secondary,.home-header{font-family:Inter,Segoe UI,Arial,sans-serif!important;font-family:var(--text-main)!important}@media (max-width:800px){.category-section-modern{padding:1.7rem .6rem}.category-title-modern{font-size:1.34rem}.category-grid-modern{gap:1.5rem;grid-template-columns:1fr}.modern-category-card{max-width:99vw;min-height:355px}.modern-category-img{height:176px}.zoom-modal-img{max-height:65vh;max-width:97vw}}@media (max-width:500px){.category-section-modern{padding:.7rem .1rem}.zoom-modal-img{max-height:50vh;max-width:99vw}}