:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0}.header{display:flex;position:absolute;justify-content:space-between;align-items:center;padding:5px 67px;background-color:#000;margin:40px auto 0;left:50%;transform:translate(-50%);border-radius:50px;width:80%;max-width:1200px;z-index:1;overflow:hidden;transition:all .3s ease}.header.scrolled{margin:0 auto;left:50%;transform:translate(-50%);position:fixed;z-index:100}.header .logo{width:130px}.header .logo img{width:90%;height:90%;object-fit:cover;margin-top:7px}.header .menu{display:flex;justify-content:space-between;align-items:center}.header .menu ul{display:flex;justify-content:space-between;align-items:center;gap:50px}.header .menu ul li{list-style:none;position:relative}.header .menu ul li a{text-decoration:none;color:#868686;font-family:DM Sans,sans-serif;transition:color .3s ease;font-size:18px;position:relative}.header .menu ul li a:after{content:"";display:block;position:absolute;left:50%;transform:translate(-50%);bottom:-23px;width:100%;height:2.5px;background:#fff;border-radius:10px;opacity:0;transition:opacity .3s;pointer-events:none}.header .menu ul li a:hover:after,.header .menu ul li a.active:after{opacity:1}.header .menu ul li a:hover,.header .menu ul li a.active{color:#fff;text-decoration:none}@media screen and (max-width: 1440px){.header{padding:4px 60px;width:85%;max-width:1100px;margin:35px auto 0}.header .logo{width:120px}.header .menu ul{gap:45px}.header .menu ul li a{font-size:17px}}@media screen and (max-width: 1024px){.header{padding:2px 40px 0;width:80%;max-width:900px;margin:30px auto 0}.header .logo{width:110px}.header .menu ul{gap:30px}.header .menu ul li a{font-size:14px}.header .menu ul li a:after{bottom:-18px;height:2px}.nav-divider{margin-top:20px;height:15px}.btn{padding:6px 18px;font-size:14px}}@keyframes shadowGrow{0%{box-shadow:0 4px #fff0}to{box-shadow:0 4px 56px 30px #ffffff80}}.nav-divider{width:50px;height:20px;opacity:.8;border-radius:44px;margin-top:26px;position:absolute;left:50%;transform:translate(-50%);display:block;animation:shadowGrow .7s ease-out forwards}.header .menu ul li a.active .nav-divider,.header .menu ul li a:hover .nav-divider{display:block}.btn{background-color:#fff;color:#000;padding:7px 16px;border-radius:30px;cursor:pointer;font-family:DM Sans,sans-serif}.btn a{text-decoration:none;color:#000}.mobile-contact-btn{display:none}.hamburger{display:none;flex-direction:column;justify-content:space-around;align-items:center;width:50px;height:50px;background:#ffffff40;border:2px solid rgba(255,255,255,.6);border-radius:12px;cursor:pointer;margin-right:0;margin-left:0;z-index:120;padding:10px;transition:all .3s ease;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);box-shadow:0 4px 20px #0006}.hamburger:hover{background:#ffffff4d;border-color:#ffffffb3;transform:scale(1.05);box-shadow:0 6px 25px #0006}.hamburger .bar{width:26px;height:3px;background:#fff;border-radius:4px;transition:all .3s ease;transform-origin:center;box-shadow:0 2px 6px #0009}.hamburger.active .bar:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.hamburger.active .bar:nth-child(2){opacity:0;transform:scale(0)}.hamburger.active .bar:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}@media screen and (max-width: 900px){.header{flex-direction:row;justify-content:space-between;align-items:center;padding:8px 15px;width:100%;max-width:none;margin:10px auto 0;overflow:visible;border-radius:0 0 30px 30px;z-index:9998}.header .menu:not(.open){display:none}.header .btn{display:none}.header .logo{order:0;width:90px;margin-left:0}.hamburger{display:flex!important;position:relative;left:auto;order:2;margin-left:auto;margin-right:0;background:#ffffff4d!important;border:2px solid rgba(255,255,255,.7)!important;box-shadow:0 4px 20px #0006!important;z-index:10000}.header .menu{position:absolute;top:120%;left:50%;transform:translate(-50%);width:90%;background:linear-gradient(135deg,#000,#1a1a1a);flex-direction:column;align-items:center;justify-content:flex-start;padding:0;z-index:9999;box-shadow:0 8px 30px #0006;border-radius:25px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);max-height:0;overflow:hidden;opacity:0;transition:all .4s cubic-bezier(.25,.46,.45,.94);display:flex}.header .menu.open{max-height:fit-content;opacity:1;padding:30px 20px}.header .menu ul{flex-direction:column;gap:0;width:100%;list-style:none;padding:0;margin:0;max-width:300px}.header .menu ul li{width:100%;opacity:0;transform:translateY(20px);transition:all .3s ease}.header .menu.open ul li{opacity:1;transform:translateY(0)}.header .menu.open ul li:nth-child(1){transition-delay:.1s}.header .menu.open ul li:nth-child(2){transition-delay:.2s}.header .menu.open ul li:nth-child(3){transition-delay:.3s}.header .menu.open ul li:nth-child(4){transition-delay:.4s}.header .menu.open ul li:nth-child(5){transition-delay:.5s}.header .menu.open ul li:nth-child(6){transition-delay:.6s}.header .menu ul li a{display:block;padding:15px 25px;font-size:16px;color:#fff;text-decoration:none;border-radius:12px;transition:all .3s ease;border:1px solid transparent;margin:5px 0;text-align:center}.header .menu ul li a:hover,.header .menu ul li a.active{background:#ffffff1a;border-color:#fff3;transform:scale(1.02)}.header .menu ul li a:after{display:none}.hamburger .bar{background:#fff!important;box-shadow:0 1px 3px #0009!important}.mobile-contact-btn{display:block!important;margin-top:20px}.contact-btn-mobile{background-color:#fff!important;color:#000!important;padding:12px 25px!important;border-radius:25px!important;text-decoration:none!important;font-weight:500!important;display:block!important;text-align:center!important;transition:all .3s ease!important;border:2px solid transparent!important}.contact-btn-mobile:hover{background-color:transparent!important;color:#fff!important;border-color:#fff!important}}.hamburger .bar{background:#fff!important}@media screen and (max-width: 768px){.header{flex-direction:row;justify-content:space-between;padding:8px 15px;width:90%;max-width:700px;border-radius:25px;margin:10px auto 0;z-index:9998}.nav-divider{display:none}.header .logo{width:70px;margin-left:0}.header .logo img{width:100%;height:100%;margin-top:0}.hamburger{display:flex!important;width:40px;height:40px;margin-right:0;background:#ffffff59!important;border:2px solid rgba(255,255,255,.8)!important;box-shadow:0 4px 20px #00000080!important;z-index:10000}.hamburger .bar{width:22px;height:2.5px;background:#fff!important;box-shadow:0 2px 6px #000000b3!important}.header .menu{padding:60px 12px 12px}.header .menu ul{gap:0px}.header .menu ul li a{font-size:16px}.mobile-contact-btn{display:block!important;margin-top:20px}.contact-btn-mobile{background-color:#fff!important;color:#000!important;padding:12px 25px!important;border-radius:25px!important;text-decoration:none!important;font-weight:500!important;display:block!important;text-align:center!important;transition:all .3s ease!important;border:2px solid transparent!important}.contact-btn-mobile:hover{background-color:transparent!important;color:#fff!important;border-color:#fff!important}}@media screen and (max-width: 426px){.header{flex-direction:row;justify-content:space-between;width:90%;max-width:400px;padding:10px 15px;margin:10px auto 0;border-radius:20px;z-index:9998}.nav-divider{display:none}.header .logo{width:60px;margin-left:0;margin-top:0}.header .logo img{width:100%;height:100%;margin-top:0}.hamburger{display:flex!important;width:35px;height:35px;margin-right:0;background:#fff6!important;border:2px solid rgba(255,255,255,.9)!important;box-shadow:0 4px 20px #0009!important;z-index:10000}.hamburger .bar{width:18px;height:2px;background:#fff!important;box-shadow:0 2px 6px #000c!important}.header .menu{padding:36px 2px 2px;box-sizing:border-box}.mobile-contact-btn{display:block!important;margin-top:15px}.contact-btn-mobile{background-color:#fff!important;color:#000!important;padding:10px 20px!important;border-radius:20px!important;text-decoration:none!important;font-weight:500!important;display:block!important;text-align:center!important;transition:all .3s ease!important;border:2px solid transparent!important;font-size:14px!important}.contact-btn-mobile:hover{background-color:transparent!important;color:#fff!important;border-color:#fff!important}}@media screen and (max-width: 383px){.header{flex-direction:row;justify-content:space-between;padding:8px 12px;max-width:360px;margin:10px auto 0;border-radius:18px;z-index:9998}.nav-divider{display:none}.header .logo{width:50px;margin-left:0}.header .logo img{width:100%;height:100%;margin-top:0}.hamburger{display:flex!important;width:32px;height:32px;margin-right:0;background:#ffffff73!important;border:2px solid rgba(255,255,255,1)!important;box-shadow:0 4px 20px #000000b3!important;z-index:10000}.hamburger .bar{width:16px;height:2px;background:#fff!important;box-shadow:0 2px 6px #000c!important}.header .menu{width:100vw;padding:32px 2px 2px}.mobile-contact-btn{display:block!important;margin-top:15px}.contact-btn-mobile{background-color:#fff!important;color:#000!important;padding:8px 18px!important;border-radius:18px!important;text-decoration:none!important;font-weight:500!important;display:block!important;text-align:center!important;transition:all .3s ease!important;border:2px solid transparent!important;font-size:13px!important}.contact-btn-mobile:hover{background-color:transparent!important;color:#fff!important;border-color:#fff!important}}@media screen and (max-width: 320px){.header{flex-direction:row;justify-content:space-between;padding:6px 10px;max-width:300px;margin:10px auto 0;border-radius:15px;min-height:50px;z-index:9998}.nav-divider{display:none}.header .logo{width:45px;margin-left:0}.header .logo img{width:100%;height:auto;margin-top:0;margin-left:0;margin-bottom:0}.hamburger{display:flex!important;width:28px;height:28px;margin-right:0;background:#ffffff80!important;border:2px solid rgba(255,255,255,1)!important;box-shadow:0 4px 20px #000c!important;z-index:10000}.hamburger .bar{width:14px;height:1.5px;background:#fff!important;box-shadow:0 2px 6px #000000e6!important}.header .menu{width:100vw;padding:28px 1px 1px}.mobile-contact-btn{display:block!important;margin-top:12px}.contact-btn-mobile{background-color:#fff!important;color:#000!important;padding:6px 15px!important;border-radius:15px!important;text-decoration:none!important;font-weight:500!important;display:block!important;text-align:center!important;transition:all .3s ease!important;border:2px solid transparent!important;font-size:12px!important}.contact-btn-mobile:hover{background-color:transparent!important;color:#fff!important;border-color:#fff!important}}.product-calculator{background:linear-gradient(135deg,#fff,#f8f9fa,#e9ecef);border-radius:24px;padding:60px 50px;margin:100px 0;box-shadow:0 8px 32px #1919190f;position:relative;overflow:visible}.calc-header{text-align:center;margin-bottom:50px;position:relative}.calc-header h2{font-size:48px;font-family:Playfair Display,serif;color:#191919;margin-bottom:20px;font-weight:400;line-height:1.2;text-shadow:0 2px 4px rgba(25,25,25,.1)}.calc-header p{font-size:20px;color:#666;font-family:DM Sans,sans-serif;max-width:700px;margin:0 auto 24px;line-height:1.6}.calc-progress-indicator{display:inline-block;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #e9ecef;padding:10px 20px;border-radius:25px;font-size:14px;color:#191919;font-family:DM Sans,sans-serif;font-weight:600;box-shadow:0 2px 8px #1919190d}.calc-results-summary{margin-bottom:20px}.calc-results-summary p{font-size:18px;color:#333;margin-bottom:16px}.calc-active-filters{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px;font-size:14px;color:#666}.calc-filter-tag{background:#191919;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500}.calc-filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:24px;margin-bottom:40px;position:relative}.calc-filter-group{position:relative}.calc-filter-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:12px;padding:16px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:DM Sans,sans-serif;font-size:14px;color:#333;transition:all .3s ease;box-shadow:0 4px 12px #1919190a}.calc-filter-section:hover{border-color:#191919;box-shadow:0 6px 20px #19191914;transform:translateY(-2px)}.calc-filter-section.open{border-color:#191919;border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 8px 25px #1919191f}.calc-filter-content{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.calc-filter-label{font-size:11px;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.calc-filter-value{font-size:14px;color:#191919;font-weight:500}.calc-chevron{transition:transform .3s ease;opacity:.6}.calc-chevron.open{transform:rotate(180deg);opacity:1}.calc-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:none;border-radius:0 0 8px 8px;z-index:100;max-height:0;overflow:hidden;transition:max-height .2s ease;box-shadow:0 4px 12px #0000001a}.calc-dropdown-menu.open{max-height:250px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none}.calc-dropdown-menu.open::-webkit-scrollbar{display:none}.calc-dropdown-item{padding:10px 16px;cursor:pointer;font-family:DM Sans,sans-serif;font-size:14px;color:#333;transition:all .2s ease}.calc-dropdown-item:hover{background-color:#f8f9fa}.calc-dropdown-item.selected{background-color:#f0f0f0;color:#191919;font-weight:500}.calc-actions{text-align:center;display:flex;flex-direction:column;align-items:center;gap:16px}.calc-find-btn{background:linear-gradient(135deg,#191919,#333);color:#fff;border:none;padding:20px 50px;border-radius:15px;font-size:18px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:12px;min-width:320px;justify-content:center;box-shadow:0 6px 20px #19191933;position:relative;overflow:hidden}.calc-find-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .6s ease}.calc-find-btn:hover:before{left:100%}.calc-find-btn:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 30px #1919194d}.calc-find-btn:disabled{background:#e9ecef;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.calc-clear-btn{background:transparent;color:#666;border:1px solid #e9ecef;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease}.calc-clear-btn:hover{background:#f8f9fa;color:#333;border-color:#ccc}.calc-secondary-btn{background:#fff;color:#666;border:2px solid #e9ecef;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:8px;box-shadow:0 2px 8px #0000000a}.calc-secondary-btn:hover{background:#f8f9fa;color:#333;border-color:#ccc;transform:translateY(-1px);box-shadow:0 4px 12px #00000014}.calc-primary-btn{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff;border:none;padding:14px 28px;border-radius:10px;font-size:15px;font-weight:600;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 16px #007bff33}.calc-primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #007bff4d}.calc-loading{text-align:center;padding:80px 20px}.calc-spinner{width:50px;height:50px;border:4px solid #f0f0f0;border-top:4px solid #191919;border-radius:50%;animation:calc-spin 1s linear infinite;margin:0 auto 30px}@keyframes calc-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.calc-loading-text h3{font-size:24px;font-family:Playfair Display,serif;color:#191919;margin-bottom:12px;font-weight:400}.calc-loading-text p{font-size:16px;color:#666;font-family:DM Sans,sans-serif;margin:0}.calc-no-results{grid-column:1 / -1;text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:16px;border:2px dashed #e9ecef}.calc-no-results h3{font-size:24px;font-family:Playfair Display,serif;color:#191919;margin-bottom:12px;font-weight:400}.calc-no-results p{font-size:16px;color:#666;font-family:DM Sans,sans-serif;margin-bottom:24px}.calc-browse-btn{background:#007bff;color:#fff;border:none;padding:12px 24px;border-radius:8px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease}.calc-browse-btn:hover{background:#0056b3;transform:translateY(-1px)}.calc-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:50px}@media screen and (max-width: 1024px){.product-calculator{padding:40px 30px;margin:60px 0}.calc-header h2{font-size:36px}.calc-filters{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px}.calc-products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px}}@media screen and (max-width: 768px){.product-calculator{padding:30px 20px;margin:40px 0;border-radius:16px}.calc-header h2{font-size:30px}.calc-header p{font-size:16px}.calc-filters{grid-template-columns:1fr;gap:16px}.calc-filter-section{padding:10px 14px}.calc-find-btn{min-width:240px;padding:16px 32px}.calc-products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:20px}.calc-actions{flex-direction:column;gap:12px}.calc-secondary-btn,.calc-primary-btn{width:100%;max-width:300px}}@media screen and (max-width: 480px){.product-calculator{padding:20px 15px;margin:30px 0}.calc-header h2{font-size:26px}.calc-header p{font-size:14px}.calc-filter-section{padding:8px 12px}.calc-find-btn{min-width:200px;padding:14px 24px;font-size:14px}.calc-products-grid{grid-template-columns:1fr;gap:16px}.calc-dropdown-item{padding:8px 14px;font-size:13px}}.faq-container{max-width:1200px;margin:0 auto;padding:40px 10% 80px;font-family:DM Sans,sans-serif}.faq-header{text-align:center;margin-bottom:50px;position:relative}.faq-title{font-size:50px;font-weight:400;color:#191919;margin-bottom:1.5rem;line-height:1.2;font-family:Playfair Display,serif;position:relative}.faq-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:80px;height:3px;background:linear-gradient(90deg,#191919,#666,#191919);border-radius:2px}.faq-subtitle{font-size:18px;color:#666;line-height:1.6;font-family:DM Sans,sans-serif;max-width:600px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:20px}.faq-item{border:none;border-radius:16px;overflow:hidden;transition:all .4s ease;background:linear-gradient(135deg,#fff,#f8f9fa);box-shadow:0 4px 20px #19191914,0 1px 3px #1919190a;position:relative}.faq-item:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent 0%,#191919 50%,transparent 100%);opacity:0;transition:opacity .3s ease}.faq-item:hover{transform:translateY(-2px);box-shadow:0 8px 30px #1919191f,0 2px 8px #1919190f;background:linear-gradient(135deg,#fff,#f8f9fa)}.faq-item:hover:before{opacity:.7;background:linear-gradient(90deg,transparent 0%,#666 50%,transparent 100%)}.faq-item:hover .faq-question-text{color:#191919;font-weight:600}.faq-item:hover .faq-icon{background:linear-gradient(135deg,#f5f5f5,#e0e0e0);transform:scale(1.05);box-shadow:0 2px 8px #19191914}.faq-item.active{background:linear-gradient(135deg,#f5f5f5,#e9ecef);box-shadow:0 12px 40px #19191926,0 4px 12px #19191914;transform:translateY(-3px);border:1px solid rgba(25,25,25,.1)}.faq-item.active:before{background:linear-gradient(90deg,transparent 0%,#191919 50%,transparent 100%);opacity:1}.faq-question{width:100%;padding:24px 28px;background:none;border:none;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-family:inherit;transition:all .3s ease;position:relative}.faq-question:after{content:"";position:absolute;bottom:0;left:28px;right:28px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(25,25,25,.1) 50%,transparent 100%);transition:opacity .3s ease}.faq-item.active .faq-question:after{background:linear-gradient(90deg,transparent 0%,rgba(25,25,25,.15) 50%,transparent 100%)}.faq-question-text{font-size:18px;font-weight:500;color:#191919;line-height:1.4;flex:1;margin-right:1.5rem;font-family:DM Sans,sans-serif;transition:color .3s ease}.faq-item.active .faq-question-text{color:#191919;font-weight:600}.faq-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#f5f5f5,#e0e0e0);display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:300;color:#191919;transition:all .3s ease;border:1px solid rgba(25,25,25,.1)}.faq-item.active .faq-icon{background:linear-gradient(135deg,#e0e0e0,#ccc);color:#191919;transform:rotate(45deg);border-color:#19191933;box-shadow:0 2px 8px #1919191a}.faq-answer{max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-item.active .faq-answer{background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.faq-answer.expanded{max-height:300px;padding:0 28px 28px}.faq-answer-content{padding-top:8px;position:relative}.faq-answer-content:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(25,25,25,.1) 50%,transparent 100%)}.faq-item.active .faq-answer-content:before{background:linear-gradient(90deg,transparent 0%,rgba(25,25,25,.15) 50%,transparent 100%)}.faq-answer-content p{margin:0;font-size:16px;line-height:1.7;color:#191919;font-family:DM Sans,sans-serif;transition:color .3s ease}.faq-item.active .faq-answer-content p{color:#666;font-weight:400}@media (max-width: 1024px){.faq-container{padding:30px 8% 60px}.faq-title{font-size:42px}.faq-subtitle{font-size:16px}}@media (max-width: 768px){.faq-container{padding:25px 6% 50px}.faq-title{font-size:36px}.faq-subtitle{font-size:15px}.faq-question{padding:20px 24px}.faq-question:after{left:24px;right:24px}.faq-question-text{font-size:16px;margin-right:1rem}.faq-icon{width:28px;height:28px;font-size:16px}.faq-answer.expanded{padding:0 24px 24px}.faq-list{gap:16px}}@media (max-width: 480px){.faq-container{padding:20px 4% 40px}.faq-title{font-size:30px}.faq-subtitle{font-size:14px}.faq-question{padding:18px 20px}.faq-question:after{left:20px;right:20px}.faq-question-text{font-size:15px;margin-right:.75rem}.faq-icon{width:26px;height:26px;font-size:14px}.faq-answer.expanded{padding:0 20px 20px}.faq-answer-content p{font-size:14px;line-height:1.6}.faq-list{gap:14px}}.quote-form-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}.quote-form-container{background:#fff;border:1px solid #191919;border-radius:20px;max-width:500px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 4px 6px #0000001a;animation:slideIn .2s ease}.quote-form-header{display:flex;justify-content:space-between;align-items:center;padding:24px 24px 16px;border-bottom:1px solid rgba(25,25,25,.1)}.quote-form-header h2{margin:0;color:#191919;font-size:20px;font-weight:600;font-family:DM Sans,sans-serif}.quote-close-btn{background:none;border:none;color:#666;cursor:pointer;padding:4px;line-height:1;border-radius:4px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.quote-close-btn:hover{background-color:#0000000d;color:#191919}.quote-form{padding:20px 24px 24px}.quote-form-group{margin-bottom:16px}.quote-form-group input,.quote-form-group textarea{width:100%;padding:12px 16px;border:1px solid #191919;border-radius:50px;font-size:14px;font-family:DM Sans,sans-serif;color:#191919;background-color:#fff;transition:all .2s ease;box-sizing:border-box}.quote-form-group textarea{border-radius:16px;resize:vertical;min-height:100px;font-family:DM Sans,sans-serif}.quote-form-group input:focus,.quote-form-group textarea:focus{outline:none;border-color:#191919;box-shadow:0 0 0 2px #1919191a}.quote-form-group input::placeholder,.quote-form-group textarea::placeholder{color:#666;font-family:DM Sans,sans-serif}.quote-form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid rgba(25,25,25,.1)}.quote-cancel-btn,.quote-submit-btn{padding:12px 24px;border-radius:50px;font-size:14px;font-weight:500;font-family:DM Sans,sans-serif;cursor:pointer;transition:all .2s ease;border:1px solid #191919}.quote-cancel-btn{background-color:#fff;color:#191919}.quote-cancel-btn:hover{background-color:#f5f5f5}.quote-submit-btn{background-color:#191919;color:#fff;border-color:#191919}.quote-submit-btn:hover:not(:disabled){background-color:#333;border-color:#333}.quote-submit-btn:disabled{background-color:#666;border-color:#666;cursor:not-allowed;opacity:.7}@media (max-width: 768px){.quote-form-overlay{padding:16px}.quote-form-container{max-height:95vh;border-radius:16px}.quote-form-header{padding:20px 20px 16px}.quote-form{padding:16px 20px 20px}.quote-form-actions{flex-direction:column-reverse;gap:8px}.quote-cancel-btn,.quote-submit-btn{width:100%;padding:12px 20px}}@media (max-width: 426px){.quote-form-overlay{padding:12px}.quote-form-container{border-radius:12px}.quote-form-header{padding:16px 16px 12px}.quote-form-header h2{font-size:18px}.quote-form{padding:12px 16px 16px}.quote-form-group input,.quote-form-group textarea{padding:10px 14px;font-size:13px}.quote-cancel-btn,.quote-submit-btn{font-size:13px;padding:10px 18px}}.footer .get{display:flex;flex-direction:column;gap:15px;align-items:center;background-color:#000;color:#fff;text-align:center;margin:0 20%;border-radius:100px;padding:40px 25px;position:relative}.footer .get h1{font-family:Playfair Display,serif;margin:0;font-weight:600;font-size:70px}.footer .get p{font-family:DM Sans;margin:0;font-weight:300;font-size:18px}.footer .get button{border:1px solid #fff;background-color:transparent;color:#fff;padding:5px 40px;border-radius:50px;cursor:pointer;font-size:22px;font-weight:200;margin-top:10px}.footer .nav-divider{width:73%;height:100px;opacity:.8;border-radius:50%;margin-top:26px;position:absolute;left:50%;transform:translate(-50%);top:92%;box-shadow:0 4px 72px 60px #ffffff80;animation:none}.footer .join{margin:-8% 5%;padding:15% 10% 0;border-top:1px solid #000000;border-left:1px solid #000000;border-right:1px solid #000000;border-top-left-radius:100px;border-top-right-radius:100px}.footer .join h1{font-size:20px;font-weight:400;font-size:50px;margin:0;font-family:Playfair Display,serif}.footer .join input{padding:10px 20;border:none;outline:none;font-size:20px;font-weight:400;border-bottom:1px solid;padding:10px 0}.footer .phone-input-container{display:flex;flex-direction:column;width:40%}.footer .join input.error{border-bottom-color:#e74c3c}.footer .error-message{color:#e74c3c;font-size:14px;margin-top:5px;font-weight:400}.footer .success-message{color:#27ae60;font-size:14px;margin-top:5px;font-weight:400}.footer .join button{background-color:#fff;color:#000;padding:10px 40px;border-radius:50px;cursor:pointer;font-size:25px;border:.5px solid #000}.footer .join-info{display:flex;align-items:flex-end;justify-content:space-between}.footer .footer-info{display:flex;justify-content:space-between;align-items:flex-start;padding:80px 0 50px}.footer .quick-links{display:flex;flex-direction:column}.footer .quick-links h1{font-size:20px;font-weight:600;margin-bottom:10px}.footer .quick-links a{text-decoration:none;color:#000;font-size:16px;font-weight:400}.footer .quick-links a:hover{text-decoration:underline;text-underline-offset:5px}.footer .footer-info-contact{gap:15px;display:flex;flex-direction:column;justify-content:space-between}.footer .Contact{display:flex;flex-direction:column}.footer .Contact h1{font-size:20px;font-weight:600;margin-bottom:10px}.footer .Contact a{text-decoration:none;color:#000;font-size:16px;font-weight:400;margin:0}.footer .email{display:flex;flex-direction:column}.footer .email h1{font-size:20px;font-weight:600;margin-bottom:5px}.footer .email a{text-decoration:none;color:#000;font-size:16px;font-weight:400;margin:5px 0}.footer .Address{display:flex;flex-direction:column}.footer .Address h1{font-size:20px;font-weight:600}.footer .Address p{font-size:16px;font-weight:400}.footer .Follow{display:flex;flex-direction:column;gap:10px}.footer .Follow h1{font-size:20px;font-weight:600}.footer .follow-icons{display:flex;gap:20px}.footer .Follow a{text-decoration:none;color:#000}.footer .Follow svg{width:20px;height:20px}.footer .footer-credit{border-top:1px solid #00000020;padding:16px 0 30px;text-align:center;font-size:14px;color:#333}.footer .footer-credit a{color:inherit;text-decoration:underline;text-underline-offset:3px}.shimmer{position:relative;overflow:hidden;background-color:#f2f2f2}.shimmer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background:linear-gradient(90deg,#fff0,#c8c8c873,#fff0);animation:shimmer-sweep 1.2s infinite}@keyframes shimmer-sweep{to{transform:translate(100%)}}.shimmer img{filter:grayscale(100%)}@media screen and (max-width: 1024px){.footer .get{padding:0 58px;border-radius:60px;top:20px;gap:8px}.footer .get h1{font-size:40px;margin-top:1rem}.footer .get p{font-size:14px}.footer .get button{padding:4px 30px;font-size:16px;margin-bottom:1rem}.footer .nav-divider{width:60%;height:80px;margin-top:20px;top:90%}.footer .join{margin:-6% 5%;padding:12% 6% 0}.footer .join h1{font-size:40px}.footer .join input{font-size:16px;margin-bottom:2%}.footer .phone-input-container{width:40%}.footer .join button{padding:8px 30px;font-size:18px}.footer .join-info{gap:20px}.footer .footer-info{padding:60px 0 40px;flex-wrap:wrap;gap:40px}.footer .quick-links{flex:1 1 100px}.footer .quick-links h1,.footer .quick-links a{font-size:16px}.footer .footer-info-contact{flex:1 1 200px;gap:30px}.footer .Contact h1,.footer .email h1,.footer .Address h1,.footer .Follow h1,.footer .Contact p,.footer .email p,.footer .Address p{font-size:16px}.footer .Follow{gap:8px}.footer .follow-icons{gap:15px}.footer .Follow svg{width:18px;height:18px}}@media screen and (max-width : 768px){.footer .quick-links{flex:1 1 130px}.footer .footer-info-contact{flex:1 1 0px;gap:30px}.footer .Follow{gap:8px;margin-right:86px}}@media screen and (max-width : 426px){.footer .get{width:65vw;margin:0 auto;padding:0 12%;border-radius:40px;top:-50px;gap:8px}.footer .get h1{font-size:28px}.footer .get p{font-size:12px}.footer .join{border-top-left-radius:50px;border-top-right-radius:50px}.footer .join-info{gap:20px;flex-direction:column;display:flex;align-items:flex-start}.footer .join input{padding:10px 0;width:100%;text-align:left}.footer .phone-input-container{width:100%}.footer .join button{padding:8px 135px;font-size:18px}.footer .quick-links{flex:1 1 88px}.footer .get{width:60vw}}@media screen and (max-width : 384px){.footer .join button{padding:8px 115px}}@media screen and (max-width : 320px){.footer .join button{padding:8px 92px}}.homepage{overflow-x:hidden}.marquee-track{display:flex;white-space:nowrap;align-items:center}.marquee-copy{display:inline-flex;align-items:center;line-height:1;margin-right:25px}.hero-section-container{display:flex;background:#181818;align-items:center;justify-content:space-between;padding:50px 9%}.hero-section-content{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:2rem}.hero-section-content-text h1{font-size:50px;font-weight:400;color:#fff;margin-bottom:2rem;line-height:1.2;font-family:Playfair Display,serif}.hero-section-content-button{display:flex;gap:1.5rem}.btn-view,.btn-find{display:flex;gap:10px;padding:.9rem 2.5rem;border-radius:2rem;border:none;font-size:1.1rem;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;background:#fff;color:#191919;transition:background .2s,color .2s;box-shadow:0 2px 16px #00000014;outline:none}.btn-view:hover,.btn-find:hover{background:#191919;color:#fff;border:1px solid #fff}.hero-section-image{flex:1;display:flex;align-items:center;justify-content:center}.hero-section-image img{width:100%}.about-us-section{padding:50px 10%}.about-us-heading-perfect{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;min-height:120px}.about-us-bg-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:365px;max-width:60vw;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.about-us-main-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:25px 0 0;padding:0 0rem 0rem;display:inline-block}.about-us-main-title.with-underline:after{display:none}.about-us-content-row{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:3rem}.about-us-content-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;padding-top:2rem}.about-us-content-text p{font-size:16px;color:#191919;line-height:1.5;text-align:left;font-family:DM Sans,sans-serif}.about-us-image-stack{position:relative}.about-images{display:flex}.about-us-image-1{height:250px;z-index:2}.about-us-image-2{height:250px;z-index:3;margin-left:-14%;margin-top:30%}.image-icons img{position:absolute;width:25px;height:25px;background:#191919;border-radius:12px;padding:10px;z-index:4;box-shadow:0 2px 8px #0000001a;object-fit:contain}.about-us-icon-1{position:absolute;top:15%;right:30%;z-index:4}.about-us-icon-2{position:absolute;left:25%;bottom:20%;z-index:4}.about-us-icon-3{position:absolute;left:10%;bottom:5%;z-index:4}.about-us-bg-script{display:none}.calculator-section{padding:0 10%}.top-products-section{padding:50px 10%;position:relative}.top-products-heading{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:6.5rem;min-height:100px}.top-products-bg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:500px;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.top-products-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0;display:inline-block}.top-products-carousel-wrapper{position:relative;width:100%;height:550px;display:flex;align-items:center;justify-content:center;margin-bottom:3rem;perspective:2000px}.top-products-carousel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;transform-style:preserve-3d}.carousel-card{position:absolute;width:380px;height:480px;transition:all .8s cubic-bezier(.34,1.56,.64,1);cursor:pointer;transform-style:preserve-3d}.carousel-card-inner{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;box-shadow:0 25px 60px #0000004d;transition:all .5s ease;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.carousel-card-img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.carousel-card-center{z-index:10;transform:translate(0) translateZ(0) scale(1.15) rotateY(0);opacity:1;pointer-events:auto}.carousel-card-center .carousel-card-inner{box-shadow:0 35px 80px #0006,0 0 0 1px #ffffff1a,inset 0 0 100px #ffffff0d}.carousel-card-center:hover .carousel-card-inner{transform:translateY(-10px) scale(1.02);box-shadow:0 45px 100px #00000080}.carousel-card-center:hover .carousel-card-img{transform:scale(1.1)}.carousel-card-center .carousel-card-overlay{opacity:1}.carousel-card-left{z-index:5;transform:translate(-420px) translateZ(-200px) scale(.85) rotateY(25deg);opacity:.7;pointer-events:auto}.carousel-card-left:hover{opacity:.9;transform:translate(-420px) translateZ(-180px) scale(.88) rotateY(22deg)}.carousel-card-right{z-index:5;transform:translate(420px) translateZ(-200px) scale(.85) rotateY(-25deg);opacity:.7;pointer-events:auto}.carousel-card-right:hover{opacity:.9;transform:translate(420px) translateZ(-180px) scale(.88) rotateY(-22deg)}.carousel-card-hidden{z-index:1;opacity:0;pointer-events:none;transform:translate(0) translateZ(-400px) scale(.5)}.carousel-card-overlay{position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to top,#000000e6,#0009 30%,#0000004d 50%,#0000);display:flex;align-items:flex-end;padding:30px;opacity:0;transition:opacity .5s ease}.carousel-card-info{position:relative;width:100%;z-index:2}.carousel-card-title{font-family:Playfair Display,serif;font-size:28px;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5);letter-spacing:.5px;line-height:1.3}.carousel-card-shine{position:absolute;top:-100%;left:-100%;width:40px;height:400%;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);animation:shine 3s infinite}@keyframes shine{0%{left:-100%}50%,to{left:200%}}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#fffffff2;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:20;transition:all .3s ease;box-shadow:0 4px 20px #00000026;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.carousel-nav:hover{background:#191919;transform:translateY(-50%) scale(1.1);box-shadow:0 8px 30px #0000004d}.carousel-nav:hover svg{stroke:#fff}.carousel-nav:active{transform:translateY(-50%) scale(.95)}.carousel-nav svg{stroke:#191919;transition:stroke .3s ease}.carousel-nav-prev{left:5%}.carousel-nav-next{right:5%}.top-products-dots{display:flex;justify-content:center;gap:.7rem;margin-top:2rem}.dot{width:12px;height:12px;background:#ccc;border-radius:50%;display:inline-block;opacity:.5;transition:all .3s ease;cursor:pointer;border:2px solid transparent}.dot:hover{opacity:.8;transform:scale(1.1)}.dot.active{background:#191919;opacity:1;transform:scale(1.2);border-color:#191919;box-shadow:0 0 10px #19191966}.button-group{display:flex;gap:48px;justify-content:center}.arrow-btn{background:#fff;color:#111;border:none;border-radius:40px;padding:24px 40px;font-size:40px;font-family:Inter,Arial,sans-serif;font-weight:400;display:flex;align-items:center;gap:24px;cursor:pointer;transition:box-shadow .2s}.arrow-btn .arrow{font-size:32px;transition:transform .2s}.arrow-btn:hover .arrow{transform:translate(6px)}.feature-section{margin-top:10%}.feature-products-heading{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:7.5rem;margin-top:6%;white-space:nowrap}.feature-products-bg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:360px;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.feature-products-title{position:absolute;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0;display:inline-block;top:41%;left:50%;transform:translate(-50%,-50%);white-space:nowrap}.feature-img-section{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:2.5rem;padding:0 10%;position:relative}.feature-left-img{display:flex;flex-direction:column;margin-top:-20%;gap:1.5rem}.feature-left-top{height:300px;width:320px;border-radius:2.2rem}.feature-left-bottom{height:200px;width:290px;border-radius:2.2rem;margin-left:30%}.feature-center-img{height:310px;width:410px;border-radius:2.2rem;margin-top:-6%;margin-right:-2%;margin-left:1%}.feature-right-img{display:flex;flex-direction:column;margin-top:-20%;gap:1.5rem;margin-right:3%}.feature-right-top{height:335px;width:270px;border-radius:2.2rem}.feature-right-bottom{height:195px;width:310px;border-radius:2.2rem}.application-section{padding:80px 10%;position:relative}.application-heading-section{position:relative;display:flex;align-items:center;justify-content:center}.application-heading-bg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:460px;max-width:60vw;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.application-heading-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.rooms-dark{margin-top:10%}.rooms-dark span{color:#a0a0a0;font-family:Playfair Display,serif;font-size:100px;font-weight:400;margin-top:0;z-index:3;margin-left:20%;position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rooms-img{position:relative;display:flex;justify-content:center;align-items:center;min-height:480px}.room-img-2{height:450px;width:650px;z-index:2;margin-top:-9%;margin-left:41%;position:relative;border-radius:100px}.room-img-1{height:311px;width:450px;margin-left:8.6%;margin-top:-18%;z-index:1;position:relative;border-radius:70px}.rooms-light{margin-top:-15%}.rooms-light-title{color:#e6e6e6;font-family:Playfair Display,serif;font-size:100px;font-weight:400;margin-left:60%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dot-section{text-align:center;margin-top:24px}.lines{margin-bottom:11%;margin-top:10%}.white-line{height:60px;background-color:#fff;border-bottom:1px solid black;border-top:1px solid black;transform:rotate(5deg);overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:-1%;margin-top:.4%}.white-line-title{color:#000;font-size:20px;font-family:Playfair Display,serif;font-weight:200;display:flex;flex-direction:row;justify-content:center;align-items:center;margin-left:10px;gap:35px}.dot-line{height:8px;width:8px;background-color:#000;border-radius:50%;margin-right:-3%}.black-line{height:60px;background-color:#000;border-bottom:1px solid black;border-top:1px solid black;transform:rotate(-5deg);overflow:hidden;display:flex;flex-direction:row;justify-content:center;align-items:center;z-index:2;position:relative;margin-left:-1%}.black-line-title-black{color:#fff;font-size:20px;font-family:Playfair Display,serif;font-weight:200;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:35px}.dot-line-black{height:8px;width:8px;background-color:#fff;border-radius:50%;margin-right:-3%}.hero-slider-bg{position:relative;height:100%;display:flex;align-items:stretch;justify-content:flex-start;overflow:hidden;background-size:cover;background-position:center;background-repeat:no-repeat;margin:-80px 0 0;padding-top:80px;border-radius:0;transition:background-image .5s ease-in-out}.hero-slider-content{padding:60px 40px;max-width:100%}.hero-slider-title{font-size:clamp(28px,6vw,48px);max-width:100%}.hero-slider-desc{font-size:clamp(16px,3vw,20px);max-width:100%}.hero-slider-arrow{width:48px;height:48px}.hero-slider-arrow-left{left:20px}.hero-slider-arrow-right{right:20px}.hero-slider-overlay{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;padding:0;color:#fff;box-sizing:border-box;background:linear-gradient(135deg,#000000b3,#0006,#0000001a)}.hero-slider-content{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:200px 40px 100px;max-width:900px;margin:0 auto;width:100%}.hero-slider-text-content{margin-bottom:40px;animation:slideFadeIn .6s ease-out;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;transition:opacity .3s ease}.hero-slider-title{animation:fadeInUp 1s ease-out .2s both}.hero-slider-desc{animation:fadeInUp 1s ease-out .4s both}.hero-slider-cta{animation:fadeInUp 1s ease-out .6s both}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFadeIn{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.hero-slider-title{margin:0 0 32px;font-size:clamp(42px,6vw,72px);font-weight:300;line-height:1.1;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.3);letter-spacing:-.01em;max-width:900px;font-family:Playfair Display,serif;text-align:center;width:100%}.hero-slider-desc{color:#ffffffe6;font-size:clamp(20px,2.8vw,28px);margin-bottom:48px;line-height:1.5;max-width:800px;text-shadow:0 1px 8px rgba(0,0,0,.2);font-weight:300;opacity:.95;text-align:center;width:100%;font-family:DM Sans,sans-serif}.hero-slider-cta{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.8);padding:16px 32px;font-size:16px;font-weight:400;border-radius:30px;cursor:pointer;transition:all .3s ease;text-transform:none;letter-spacing:.5px;font-family:DM Sans,sans-serif;position:relative;overflow:hidden;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-align:center;display:inline-block}.hero-slider-cta:hover{background:#ffffff1a;border-color:#fff;transform:translateY(-1px)}.hero-slider-cta:active{transform:translateY(0)}.hero-slider-dots{margin-top:auto;margin-bottom:53px;display:flex;justify-content:center;width:100%}.hero-slider-dot{cursor:pointer;margin:0 6px;display:inline-block;width:8px;height:8px;border-radius:50%;background:#fff6;border:none;transition:all .3s ease;position:relative}.hero-slider-dot:hover{background:#ffffffb3;transform:scale(1.2)}.hero-slider-dot.active{background:#fff;transform:scale(1.3)}.hero-slider-arrow{position:absolute;top:50%;transform:translateY(-50%);background:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:48px;height:48px;cursor:pointer;z-index:3;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.hero-slider-arrow:hover{background:#ffffff1a;border-color:#fff9;color:#fff;transform:translateY(-50%) scale(1.05)}.hero-slider-arrow:active{transform:translateY(-50%) scale(.98)}.hero-slider-arrow-left{left:10px}.hero-slider-arrow-right{right:10px}@media screen and (max-width: 1440px){.hero-section-container{padding:40px 8%}.hero-section-content-text h1,.about-us-main-title,.top-products-title,.feature-products-title,.application-heading-title{font-size:45px}.rooms-dark span,.rooms-light-title{font-size:90px}.hero-slider-title{font-size:clamp(38px,5.5vw,65px)}.hero-slider-desc{font-size:clamp(18px,2.5vw,25px)}}@media screen and (max-width: 1024px){.hero-section-container{padding:30px 5%;gap:1.5rem}.hero-section-content-text h1{font-size:30px;line-height:1.3;margin-bottom:-20px}.hero-section-content-button{gap:1rem}.btn-view,.btn-find{padding:.7rem 1.8rem;font-size:.9rem}.hero-section-image img{max-width:100%;height:auto}.about-us-section{padding:100px 5%}.calculator-section{padding:0 5%}.about-us-heading-perfect{min-height:100px;margin-bottom:1rem}.about-us-bg-img{width:300px}.about-us-main-title{font-size:36px;margin-top:20px}.about-us-content-row{gap:1.5rem}.about-us-content-text p{font-size:14px;line-height:1.5}.about-us-image-1,.about-us-image-2{height:180px}.about-us-image-2{margin-left:-12%;margin-top:25%}.image-icons img{width:20px;height:20px;padding:8px}.top-products-section{padding:50px 5%}.top-products-heading{margin-bottom:4rem;min-height:80px}.top-products-bg{width:400px}.top-products-title{font-size:36px}.top-products-carousel-wrapper{height:450px}.carousel-card{width:300px;height:400px}.carousel-card-left{transform:translate(-340px) translateZ(-150px) scale(.8) rotateY(20deg)}.carousel-card-right{transform:translate(340px) translateZ(-150px) scale(.8) rotateY(-20deg)}.carousel-card-left:hover{transform:translate(-340px) translateZ(-130px) scale(.83) rotateY(18deg)}.carousel-card-right:hover{transform:translate(340px) translateZ(-130px) scale(.83) rotateY(-18deg)}.carousel-card-title{font-size:24px}.carousel-nav{width:48px;height:48px}.carousel-nav-prev{left:3%}.carousel-nav-next{right:3%}.feature-section{margin-top:15%;margin-left:2rem}.feature-products-heading{margin-bottom:5rem;margin-top:4%}.feature-products-bg{width:300px}.feature-products-title{font-size:36px;top:40%;white-space:nowrap}.feature-img-section{padding:0 5%;gap:1.2rem}.feature-left-img{margin-top:-15%;gap:1.2rem}.feature-left-top{height:160px;width:260px;border-radius:2rem}.feature-left-bottom{height:140px;width:220px;margin-left:25%}.feature-center-img{height:230px;width:310px;margin-top:-5%}.feature-right-img{margin-top:-12%;gap:1.2rem}.feature-right-top{height:250px;width:200px}.feature-right-bottom{height:140px;width:230px}.application-section{padding:13% 5%}.application-heading-section{margin-bottom:3rem}.application-heading-bg{width:380px}.application-heading-title{font-size:36px}.rooms-img{min-height:530px}.rooms-dark{margin-top:5%}.rooms-dark span{font-size:60px;margin-left:21%}.room-img-2{height:300px;width:430px;margin-top:-25%;margin-left:40%;border-radius:50px}.room-img-1{height:230px;width:330px;margin-left:10%;margin-top:-16%;border-radius:50px}.rooms-light{margin-top:-34%}.rooms-light-title{font-size:60px;margin-left:62%}.hero-slider-content{padding:200px 30px 80px}.hero-slider-title{font-size:clamp(32px,5vw,55px);margin-bottom:24px}.hero-slider-desc{font-size:clamp(16px,2.2vw,22px);margin-bottom:36px}.hero-slider-cta{padding:14px 28px;font-size:14px}.hero-slider-arrow{width:40px;height:40px}.hero-slider-arrow-left{left:30px}.hero-slider-arrow-right{right:30px}.lines{margin-bottom:8%;margin-top:8%}.white-line,.black-line{height:45px}.white-line-title,.black-line-title-black{font-size:14px;gap:20px}.dot-line,.dot-line-black{height:6px;width:6px}.button-group{padding:24px 0;gap:36px}.arrow-btn{padding:20px 32px;font-size:32px;gap:18px}.arrow-btn .arrow{font-size:26px}}@media screen and (max-width: 768px){.hero-section-container{padding:35px 5%;flex-direction:column;gap:2rem}.hero-section-content-text h1{font-size:40px;margin-bottom:1.5rem;line-height:1.3}.hero-section-content-button{gap:1rem;justify-content:center}.btn-view,.btn-find{height:2.5rem;width:10rem;font-size:14px;display:flex;align-items:center;justify-content:center;padding:.5rem 1.5rem;white-space:nowrap}.hero-section-image,.hero-section-image img{width:100%;max-width:350px}.about-us-image-stack{left:45px}.calculator-section{padding:0 5%}.about-us-image-1,.about-us-image-2{height:150px}.about-us-image-2{margin-left:-10%;margin-top:20%}.image-icons img{width:15px;height:15px}.about-us-icon-1{top:10%}.about-us-icon-2{bottom:10%}.about-us-icon-3{bottom:-4%}.about-us-content-text p{font-size:12px}.about-us-bg-img{width:230px}.about-us-main-title{font-size:30px}.top-products-bg{width:320px}.top-products-title{font-size:30px}.top-products-carousel-wrapper{height:400px;perspective:1500px}.carousel-card{width:260px;height:350px}.carousel-card-center{transform:translate(0) translateZ(0) scale(1.1) rotateY(0)}.carousel-card-left{transform:translate(-280px) translateZ(-120px) scale(.75) rotateY(18deg)}.carousel-card-right{transform:translate(280px) translateZ(-120px) scale(.75) rotateY(-18deg)}.carousel-card-left:hover{transform:translate(-280px) translateZ(-100px) scale(.78) rotateY(15deg)}.carousel-card-right:hover{transform:translate(280px) translateZ(-100px) scale(.78) rotateY(-15deg)}.carousel-card-title{font-size:20px}.carousel-card-overlay{padding:20px}.carousel-nav{width:42px;height:42px}.carousel-nav-prev{left:2%}.carousel-nav-next{right:2%}.feature-products-heading{margin-left:-6%}.feature-products-bg{width:240px}.feature-products-title{font-size:30px;white-space:nowrap}.feature-left-top{height:125px;width:190px;margin-left:-20px;margin-top:-54%}.feature-left-bottom{height:110px;width:160px;margin-left:20%}.feature-center-img{height:180px;width:240px;margin-top:-10%}.feature-right-top{height:190px;width:160px}.feature-right-bottom{height:130px;width:180px}.feature-img-section{gap:1rem}.feature-left-img{margin-top:-6%}.feature-right-img{gap:1rem;margin-top:-21%}.rooms-dark span{font-size:50px;margin-left:20%}.rooms-img{min-height:385px}.room-img-2{height:230px;width:350px;margin-top:-25%;margin-left:40%;border-radius:40px}.room-img-1{height:160px;width:250px;margin-left:10%;margin-top:-16%;border-radius:40px}.rooms-light{margin-top:-33%}.rooms-light-title{font-size:50px;margin-left:58%}.hero-slider-content{padding:180px 20px 60px}.hero-slider-title{font-size:clamp(28px,4.5vw,45px);margin-bottom:20px}.hero-slider-desc{font-size:20px;margin-bottom:30px}.hero-slider-cta{padding:12px 24px;font-size:13px}.hero-slider-arrow{width:36px;height:36px}.hero-slider-arrow-left{left:20px}.hero-slider-arrow-right{right:20px}.application-heading-bg{width:270px}.application-heading-title{font-size:30px}.hero-slider-content{width:80%}}@media screen and (max-width: 426px){.hero-section-container{padding:30px 4%;flex-direction:column;gap:1.5rem}.hero-section-content{gap:1rem;align-items:center;text-align:center;width:100%}.hero-section-content-text h1{font-size:30px;margin-bottom:1rem;line-height:1.4;margin-left:0}.hero-section-content-text p{font-size:20px}.hero-section-content-button{gap:.8rem;justify-content:center;flex-wrap:wrap}.button-group{padding:0;gap:10px;justify-content:center}.btn-view,.btn-find{font-size:11px;width:110px;height:35px;padding:8px 15px;border-radius:20px;border:none;background:#fff;color:#191919;display:flex;align-items:center;justify-content:center;gap:6px;font-family:DM Sans,sans-serif;font-weight:500}.btn-view:hover,.btn-find:hover{background:#191919;color:#fff;border:1px solid #fff}.hero-section-image{max-width:250px;width:100%}.hero-section-image img{max-width:250px;width:100%;height:auto}.about-us-section{padding:30px 5%}.calculator-section{padding:0 5%}.about-us-heading-perfect{min-height:60px;margin-bottom:.5rem}.about-us-bg-img{width:150px}.about-us-main-title{font-size:20px;margin-top:10px}.about-us-content-row{flex-direction:column-reverse;gap:1.8rem;align-items:center;margin-top:10%}.about-us-content-text{flex:1;padding-top:.5rem}.about-us-content-text p{font-size:12px;line-height:1.5}.about-us-image-stack{flex:1;display:flex;justify-content:center;margin-right:16%}.about-us-image-2{margin-left:-6%;margin-top:12%}.image-icons img{width:10px;height:10px;padding:5px;border-radius:7px;display:none}.about-us-icon-1,.about-us-icon-2,.about-us-icon-3{display:none}.top-products-bg{width:250px}.top-products-title{font-size:25px}.top-products-carousel-wrapper{height:350px;perspective:1200px}.carousel-card{width:220px;height:300px}.carousel-card-center{transform:translate(0) translateZ(0) scale(1.08) rotateY(0)}.carousel-card-left{transform:translate(-200px) translateZ(-100px) scale(.7) rotateY(15deg)}.carousel-card-right{transform:translate(200px) translateZ(-100px) scale(.7) rotateY(-15deg)}.carousel-card-left:hover{transform:translate(-200px) translateZ(-80px) scale(.73) rotateY(12deg)}.carousel-card-right:hover{transform:translate(200px) translateZ(-80px) scale(.73) rotateY(-12deg)}.carousel-card-title{font-size:18px}.carousel-card-overlay{padding:15px}.carousel-card-inner{border-radius:20px}.carousel-nav{width:38px;height:38px}.carousel-nav svg{width:18px;height:18px}.carousel-nav-prev{left:1%}.carousel-nav-next{right:1%}.top-products-dots{gap:.5rem}.dot{width:10px;height:10px}.feature-section{margin-top:5%;margin-left:0}.feature-products-heading{margin-bottom:22%;margin-left:8px}.feature-products-bg{width:185px}.feature-products-title{font-size:25px;white-space:nowrap}.feature-img-section{padding:0 8%;gap:2px}.feature-left-img{margin-top:0%;gap:.8rem}.feature-left-top{height:80px;width:130px;border-radius:20px}.feature-left-bottom{height:75px;width:110px;margin-left:2%;border-radius:20px}.feature-center-img{height:110px;width:148px;border-radius:6px}.feature-right-img{margin-top:-15%;gap:.8rem;margin-left:12px}.feature-right-top{height:110px;width:90px;border-radius:12px}.feature-right-bottom{height:80px;width:120px;border-radius:12px}.rooms-img{min-height:253px}.rooms-dark{margin-top:4%}.rooms-dark span{font-size:35px;margin-left:10%}.room-img-2{height:165px;width:250px;margin-top:-12%;margin-left:35%;border-radius:30px}.room-img-1{height:130px;width:190px;margin-left:0%;margin-top:-10%;border-radius:30px}.rooms-light{margin-top:-35%}.rooms-light-title{font-size:29px;margin-left:57%}.dot-section{text-align:center;margin-top:84px}.lines{margin-bottom:31%;margin-top:8%}}@media screen and (max-width: 384px){.hero-section-container{padding:25px 3%;gap:1.2rem}.hero-section-content{gap:.8rem}.hero-section-content-text h1{font-size:30px;margin-bottom:.8rem;line-height:1.3}.hero-section-content-button{gap:.6rem}.btn-view,.btn-find{width:95px;height:30px;font-size:10px;padding:6px 12px;border-radius:15px;gap:4px}.hero-section-image,.hero-section-image img{max-width:200px}.about-us-section{padding:25px 4%}.calculator-section{padding:0 4%}.about-us-bg-img{width:130px}.about-us-main-title{font-size:18px;margin-top:8px}.about-us-content-text p{font-size:11px;line-height:1.4}.about-us-image-2{margin-left:-5%;margin-top:10%}.top-products-bg{width:200px}.top-products-title{font-size:22px}.top-products-carousel-wrapper{height:320px;perspective:1000px}.carousel-card{width:190px;height:260px}.carousel-card-center{transform:translate(0) translateZ(0) scale(1.05) rotateY(0)}.carousel-card-left{transform:translate(-170px) translateZ(-80px) scale(.65) rotateY(12deg)}.carousel-card-right{transform:translate(170px) translateZ(-80px) scale(.65) rotateY(-12deg)}.carousel-card-title{font-size:16px}.carousel-card-overlay{padding:12px}.carousel-nav{width:34px;height:34px}.carousel-nav svg{width:16px;height:16px}.feature-products-bg{width:160px}.feature-products-title{font-size:22px;white-space:nowrap}.feature-left-top{height:70px;width:110px}.feature-left-bottom{height:65px;width:95px;margin-left:1%}.feature-center-img{height:95px;width:130px}.feature-right-top{height:95px;width:80px}.feature-right-bottom{height:70px;width:105px}.room-img-2{height:160px;width:230px}.room-img-1{height:115px;width:170px;border-radius:25px}.rooms-light{margin-top:-38%}.rooms-light-title{font-size:29px;margin-left:52%}.hero-slider-content{padding:130px 15px 50px}.hero-slider-cta{padding:10px 20px;font-size:12px}.hero-slider-arrow{width:32px;height:32px}.hero-slider-arrow-left{left:15px}.hero-slider-arrow-right{right:15px}.button-group{padding:0 3px;gap:8px}.hero-slider-cta{padding:8px 16px;font-size:11px}.hero-slider-arrow{width:28px;height:28px}.hero-slider-arrow-left{left:12px}.hero-slider-arrow-right{right:12px}}@media screen and (max-width: 320px){.hero-section-container{padding:20px 3%;gap:1rem}.hero-section-content{gap:.6rem}.hero-section-content-text h1{font-size:20px;margin-bottom:.6rem;line-height:1.3;margin-left:0}.hero-section-content-button{gap:.5rem;flex-direction:column;align-items:center}.button-group{display:flex;flex-direction:column;align-items:center;padding:0;gap:8px;width:100%}.btn-view,.btn-find{width:90px;height:28px;font-size:9px;padding:5px 10px;border-radius:14px;gap:3px}.hero-section-image,.hero-section-image img{max-width:180px}.about-us-section{padding:20px 3%}.calculator-section{padding:0 3%}.about-us-bg-img{width:110px}.about-us-main-title{font-size:16px;margin-top:6px}.about-us-content-text p{font-size:10px;line-height:1.3}.about-us-image-1,.about-us-image-2{height:85px}.about-us-image-2{margin-left:-4%;margin-top:8%}.top-products-bg{width:180px}.top-products-title{font-size:20px}.top-products-carousel-wrapper{height:280px;perspective:800px}.carousel-card{width:170px;height:230px}.carousel-card-center{transform:translate(0) translateZ(0) scale(1.02) rotateY(0)}.carousel-card-left{transform:translate(-150px) translateZ(-60px) scale(.6) rotateY(10deg)}.carousel-card-right{transform:translate(150px) translateZ(-60px) scale(.6) rotateY(-10deg)}.carousel-card-title{font-size:14px}.carousel-card-overlay{padding:10px}.carousel-card-inner{border-radius:16px}.carousel-nav{width:30px;height:30px}.carousel-nav svg{width:14px;height:14px}.top-products-dots{gap:.4rem;margin-top:1.5rem}.dot{width:8px;height:8px}.feature-products-bg{width:140px}.feature-products-title{font-size:20px;white-space:nowrap}.feature-left-img{margin-top:5%;gap:.5rem}.feature-left-top{height:60px;width:95px;border-radius:12px}.feature-left-bottom{height:55px;width:85px;margin-left:0}.feature-center-img{height:80px;width:100px;margin-left:0}.feature-right-img{margin-top:-15%;gap:.6rem;margin-left:13px}.feature-right-top{height:80px;width:70px}.feature-right-bottom{height:60px;width:90px}.white-line,.black-line{height:28px}.white-line-title,.black-line-title-black{font-size:4px;gap:3px;margin-left:2px}.dot-line,.dot-line-black{height:2px;width:2px}.top-products-row{gap:.5rem}.top-product-img{max-width:85%}.middle-product{transform:translateY(-15px)}.application-section{padding:40px 3%}.application-heading-bg{width:180px}.application-heading-title{font-size:20px}.rooms-img{min-height:220px}.rooms-dark{margin-top:2%}.rooms-dark span{font-size:42px;margin-left:3%}.room-img-2{height:180px;width:260px;margin-top:-8%;margin-left:30%}.room-img-1{height:130px;width:190px;margin-left:4%;margin-top:-6%}.rooms-light{margin-top:-42%}.rooms-light-title{font-size:42px;margin-left:50%}.hero-slider-content{padding:130px 10px 35px}.hero-slider-title{font-size:clamp(18px,3vw,26px);margin-bottom:12px}.hero-slider-desc{font-size:clamp(10px,1.4vw,12px);margin-bottom:18px}.hero-slider-cta{padding:6px 14px;font-size:10px}.hero-slider-arrow{width:24px;height:24px}.hero-slider-arrow-left{left:10px}.hero-slider-arrow-right{right:10px}}.product-container{background-image:url(/assets/productbg-B3rUfJUb.webp);background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%;height:100vh}.hero-title h1{margin-top:32%;font-size:120px;font-weight:400;color:#fff;text-align:center;font-family:Playfair Display,serif}.browse-lights{position:relative;text-align:center;padding:100px 0}.browse-lights-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:530px;max-width:60vw;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.browse-lights-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.browse-lights-content{padding:50px 10% 100px;display:flex;flex-direction:row;gap:40px}.filter-box{width:220px;min-width:220px;background:#fff;border-radius:12px;border:1px solid #000000;box-shadow:0 4px 20px #00000014;padding:20px;display:flex;flex-direction:column;gap:12px;height:fit-content;position:sticky;top:100px}.filter-title{font-size:16px;font-weight:600;margin-bottom:12px;display:flex;align-items:center;justify-content:space-between;color:#1a1a1a;padding-bottom:12px}.filter-title-left{display:flex;align-items:center;gap:8px}.clear-all-btn{background:none;border:none;color:#666;font-size:14px;cursor:pointer;padding:4px 8px;border-radius:4px;transition:all .2s ease;font-weight:400}.clear-all-btn:hover{color:#000}.filter-icon{display:inline-flex;align-items:center}.filter-section{font-size:16px;font-weight:500;color:#000;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:all .2s ease}.chevron{transition:transform .2s ease}.chevron.open{transform:rotate(180deg)}.dropdown-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#fff;border-radius:8px;margin-top:4px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.dropdown-menu.open{max-height:fit-content;opacity:1;transform:translateY(0);box-shadow:0 4px 12px #00000014}.dropdown-item{padding:10px 16px;font-size:14px;color:#000;cursor:pointer;transition:all .2s ease;border-radius:6px;margin:4px}.dropdown-item:hover{background:#f3f4f6!important;color:#000}.dropdown-item.selected{background:#f3f4f6;color:#000;font-weight:500}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:32px 28px;margin-left:40px;padding:20px 0}.product-card-wrapper{display:flex;justify-content:center;align-items:center;height:320px;position:relative}.product-card-wrapper .carousel-card{position:relative;width:280px;height:320px;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d;perspective:1000px}.product-card-wrapper .carousel-card-inner{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(145deg,#fff,#f8f9fa);box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a}.product-card-wrapper .carousel-card-img{width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.product-card-wrapper .carousel-card-center{z-index:10;transform:translate(0) translateZ(0) scale(1) rotateY(0);opacity:1}.product-card-wrapper .carousel-card-center:hover .carousel-card-inner{transform:translateY(-10px) scale(1.02);box-shadow:0 35px 80px #00000040}.product-card-wrapper .carousel-card-center:hover .carousel-card-img{transform:scale(1.05)}.product-card-wrapper .carousel-card-center .carousel-card-overlay{opacity:1}.product-card-wrapper .carousel-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 70%,transparent 100%);padding:30px;color:#fff;opacity:1;transition:all .4s cubic-bezier(.25,.46,.45,.94);border-radius:0 0 24px 24px}.product-card-wrapper .carousel-card-info{position:relative;width:100%;z-index:2}.product-card-wrapper .carousel-card-title{font-family:Playfair Display,serif;font-size:22px;font-weight:400;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.product-card-wrapper .carousel-card-shine{position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:rotate(45deg);transition:all .6s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.product-card-wrapper .carousel-card:hover .carousel-card-shine{top:-50%;left:-50%}.browse-product-box{display:flex;flex-direction:column;align-items:center;border:1px solid #000000;border-radius:50px;background:#fff;padding:12px 12px 15px;height:fit-content}.browse-product-img{width:100%;object-fit:cover;border-radius:50px}.product-info{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:90%;margin-top:20px}.product-details{display:flex;flex-direction:column;gap:2px}.product-title{color:#000;font-size:16px;font-weight:500}.product-desc{color:#000;font-size:13px;font-weight:400}.product-wattage{color:#666;font-size:12px;font-weight:400}.details-btn{margin-left:12px}.view-details{background-color:#000;color:#fff;border-radius:20px;font-size:13px;border:none;cursor:pointer;transition:background .2s;padding:8px 15px}.view-details.eye-icon-btn{background:none!important;border:none!important;padding:8px!important;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#000!important;transition:color .2s}.view-details.eye-icon-btn:hover{background:none!important;border:none!important;color:#666!important;padding:8px!important}.view-details:hover{background:transparent;border:1px solid #000000;color:#000;padding:8px 13px}@media screen and (max-width: 1440px){.product-container{height:90vh;padding:50px 0}.hero-title h1{margin-top:30%;font-size:100px}.browse-lights-title{font-size:45px}.browse-lights-img{width:480px}.products-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px 24px}.product-card-wrapper{height:300px}.product-card-wrapper .carousel-card{width:260px;height:300px}.product-card-wrapper .carousel-card-title{font-size:20px}}@media screen and (max-width: 1024px){.product-container{height:80vh;padding:40px 0}.hero-title h1{margin-top:37%;font-size:80px}.products-grid{grid-template-columns:repeat(3,1fr);gap:24px 20px}.product-card-wrapper{height:280px}.product-card-wrapper .carousel-card{width:100%;max-width:240px;height:280px}.product-card-wrapper .carousel-card-title{font-size:18px}}@media screen and (max-width: 768px){.product-container{height:60vh;padding:30px 0}.browse-lights-title{font-size:35px}.browse-lights-img{width:350px}.filter-box{display:none}.browse-lights-content{padding:30px 5%;flex-direction:column;gap:20px}.products-grid{grid-template-columns:repeat(2,1fr);gap:20px 16px;margin-left:0}.product-card-wrapper{height:260px}.product-card-wrapper .carousel-card{width:100%;max-width:220px;height:260px}.product-card-wrapper .carousel-card-title{font-size:16px}.product-card-wrapper .carousel-card-overlay{padding:15px}.mobile-filter-trigger{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;background:#000;border-radius:30px;padding:12px 24px;font-size:14px;font-weight:500;width:auto;cursor:pointer;color:#fff;box-shadow:0 4px 12px #00000026;z-index:9999;border:none;transition:all .3s ease}.mobile-filter-trigger:hover{background:#333;transform:translate(-50%) translateY(-2px);box-shadow:0 6px 16px #0003}.mobile-filter-label{font-weight:500;color:#fff}.mobile-filter-chevron{display:flex;align-items:center;color:#fff}.mobile-filter-chevron svg{width:16px;height:16px}.mobile-filter-drawer{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100vh;background:#fff;box-shadow:2px 0 16px #00000026;z-index:9999;padding:24px 16px 16px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:block}.mobile-filter-drawer.open{transform:translate(0)}.mobile-filter-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-filter-overlay.open{opacity:1;visibility:visible}.mobile-filter-close{background:none;border:none;font-size:24px;position:absolute;top:16px;right:16px;cursor:pointer;color:#000;z-index:10;padding:4px;line-height:1}.drawer-title{font-weight:600;font-size:14px;letter-spacing:5px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;padding-right:24px}.drawer-title .clear-all-btn{font-size:12px;letter-spacing:0}.mobile-filter-content{margin-top:20px}.mobile-filter-section{margin-bottom:16px}.mobile-filter-section .filter-section{font-size:14px;padding:12px 0;border-bottom:1px solid #eee}.mobile-filter-section .dropdown-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#fff;border-radius:8px;margin-top:4px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.mobile-filter-section .dropdown-menu.open{max-height:fit-content;opacity:1;transform:translateY(0)}.mobile-filter-section .dropdown-item{padding:12px 16px;font-size:14px;color:#000;cursor:pointer;transition:all .2s ease;border-radius:6px;margin:4px}.mobile-filter-section .dropdown-item:hover{background:#f3f4f6;color:#000}.mobile-filter-section .dropdown-item.selected{background:#f3f4f6;color:#000;font-weight:500}.mobile-filter-section .chevron{margin-left:8px;display:inline-flex;align-items:center}.mobile-filter-section .chevron.open{transform:rotate(180deg)}}@media screen and (max-width: 500px){.products-grid{grid-template-columns:repeat(2,1fr);gap:15px 12px;margin-left:0}.product-card-wrapper{height:220px}.product-card-wrapper .carousel-card{width:100%;max-width:180px;height:220px}.product-card-wrapper .carousel-card-title{font-size:14px}.product-card-wrapper .carousel-card-overlay{padding:12px}.product-card-wrapper .carousel-card-inner{border-radius:16px}}@media screen and (max-width: 426px){.product-container{height:40vh;padding:1px 0;width:100%}.hero-title{width:100%}.hero-title h1{margin-top:48%;font-size:35px;letter-spacing:.5px;width:100%}.browse-lights{padding:28px 0 18px;margin-top:10%;width:100%;text-align:center}.browse-lights-img{width:180px;margin-bottom:10px}.browse-lights-title{font-size:20px;width:100%;margin-top:-12px;display:block;line-height:1.1;letter-spacing:.5px}.browse-lights-content{padding:20px 7% 100px;flex-direction:column;gap:16px}.filter-box{display:none}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px 10px;margin-left:0}.product-card-wrapper{height:200px}.product-card-wrapper .carousel-card{width:100%;max-width:160px;height:200px}.product-card-wrapper .carousel-card-title{font-size:13px}.product-card-wrapper .carousel-card-overlay{padding:10px}.product-card-wrapper .carousel-card-inner{border-radius:12px}.mobile-filter-trigger{position:fixed;bottom:20px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:center;gap:8px;background:#000;border-radius:30px;padding:12px 24px;font-size:14px;font-weight:500;width:auto;cursor:pointer;color:#fff;box-shadow:0 4px 12px #00000026;z-index:999;border:none;transition:all .3s ease}.mobile-filter-trigger:hover{background:#333;transform:translate(-50%) translateY(-2px);box-shadow:0 6px 16px #0003}.mobile-filter-label{font-weight:500;color:#fff}.mobile-filter-chevron{display:flex;align-items:center;color:#fff}.mobile-filter-chevron svg{width:16px;height:16px}.mobile-filter-drawer{position:fixed;top:0;left:0;width:85%;max-width:320px;height:100vh;background:#fff;box-shadow:2px 0 16px #00000026;z-index:9999;padding:24px 16px 16px;transform:translate(-100%);transition:transform .3s ease;overflow-y:auto;display:block}.mobile-filter-drawer.open{transform:translate(0)}.mobile-filter-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000004d;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.mobile-filter-overlay.open{opacity:1;visibility:visible}.mobile-filter-close{background:none;border:none;font-size:24px;position:absolute;top:16px;right:16px;cursor:pointer;color:#000;z-index:10;padding:4px;line-height:1}.drawer-title{font-weight:600;font-size:14px;letter-spacing:5px;margin-bottom:18px;display:flex;justify-content:space-between;align-items:center;padding-right:24px}.drawer-title .clear-all-btn{font-size:12px;letter-spacing:0}.mobile-filter-content{margin-top:20px}.mobile-filter-section{margin-bottom:16px}.mobile-filter-section .filter-section{font-size:14px;padding:12px 0;border-bottom:1px solid #eee}.mobile-filter-section .dropdown-menu{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background:#fff;border-radius:8px;margin-top:4px;opacity:0;transform:translateY(-10px);transition:all .3s ease}.mobile-filter-section .dropdown-menu.open{max-height:300px;opacity:1;transform:translateY(0)}.mobile-filter-section .dropdown-item{padding:12px 16px;font-size:14px;color:#000;cursor:pointer;transition:all .2s ease;border-radius:6px;margin:4px}.mobile-filter-section .dropdown-item:hover{background:#f3f4f6;color:#000}.mobile-filter-section .dropdown-item.selected{background:#f3f4f6;color:#000;font-weight:500}.mobile-filter-section .chevron{margin-left:8px;display:inline-flex;align-items:center}.mobile-filter-section .chevron.open{transform:rotate(180deg)}}@media screen and (min-width: 769px){.mobile-filter-trigger,.mobile-filter-drawer,.mobile-filter-overlay{display:none!important}}@media screen and (max-width: 384px){.product-desc{font-size:10px}.hero-title h1{margin-top:48%}}@media screen and (max-width: 320px){.hero-title{width:100%;margin-top:56%}.hero-title h1{margin-top:-12%;font-size:25px;letter-spacing:.5px;width:100%}.product-container{height:30vh;padding:1px 0;width:100%}.browse-lights-content{padding:20px 4%}.products-grid{grid-template-columns:repeat(2,1fr);gap:10px 8px;margin-left:0}.product-card-wrapper{height:180px}.product-card-wrapper .carousel-card{width:100%;max-width:140px;height:180px}.product-card-wrapper .carousel-card-title{font-size:12px}.product-card-wrapper .carousel-card-overlay{padding:8px}.product-card-wrapper .carousel-card-inner{border-radius:10px}}.faq-section{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#f5f5f5);padding:0;margin:60px 0 100px;position:relative;overflow:hidden}.faq-section:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;opacity:.02;background-image:radial-gradient(circle at 25% 25%,#191919 2px,transparent 2px),radial-gradient(circle at 75% 75%,#191919 1px,transparent 1px);background-size:60px 60px,40px 40px;background-position:0 0,30px 30px;pointer-events:none}.faq-section .faq-container{background:transparent;position:relative;z-index:1}.our-clients-section{padding:60px 0;background:#fff;overflow:hidden}.our-clients-section .container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:60px}.section-title{font-size:3rem;font-weight:600;font-family:Playfair Display,serif;color:#1a1a1a;margin-bottom:16px;position:relative}.section-subtitle{font-size:1.1rem;font-family:DM Sans,sans-serif;color:#666;margin:0;font-weight:400}.brands-container{position:relative}.brand-row{margin-bottom:40px;overflow-x:Clip;position:relative}.brand-row:last-child{margin-bottom:0}.brand-track{display:flex;align-items:center;gap:60px;width:fit-content}.slide-left-to-right{animation:slideLeftToRight 120s linear infinite}.slide-right-to-left{animation:slideRightToLeft 120s linear infinite}@keyframes slideLeftToRight{0%{transform:translate(-33.33%)}to{transform:translate(0)}}@keyframes slideRightToLeft{0%{transform:translate(0)}to{transform:translate(-33.33%)}}.brand-item{flex-shrink:0;width:160px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 20px #00000014;transition:all .3s ease;cursor:pointer;position:relative;overflow:hidden}.brand-item:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.brand-item:hover:before{left:100%}.brand-item:hover{box-shadow:0 8px 30px #00000026}.brand-logo{max-width:100%;max-height:100%;width:auto;height:auto;min-width:80px;min-height:40px;object-fit:contain;filter:grayscale(100%) brightness(.8);transition:all .4s ease}.brand-item:hover .brand-logo{filter:grayscale(0%) brightness(1);transform:scale(1.05)}.brand-row:hover .brand-track{animation-play-state:paused}@media (max-width: 768px){.our-clients-section{padding:60px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.brand-item{width:140px;height:90px;padding:20px}.brand-track{gap:40px}.slide-left-to-right,.slide-right-to-left{animation-duration:80s}}@media (max-width: 480px){.our-clients-section{padding:40px 0}.section-header{margin-bottom:40px}.section-title{font-size:1.8rem}.brand-item{width:120px;height:80px;padding:18px}.brand-track{gap:30px}.brand-row{margin-bottom:30px}}.brand-track{will-change:transform}.brand-logo{will-change:filter,transform}@media (prefers-reduced-motion: reduce){.slide-left-to-right,.slide-right-to-left{animation-duration:120s}.brand-item:hover{box-shadow:0 4px 20px #00000014}.brand-item:hover .brand-logo{transform:none}}.productdetail-container{padding:60px 0;width:100%}.productdetail-heading-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:11%}.details-img{position:absolute;left:50%;top:20%;transform:translate(-50%,-50%);width:360px}.productdetail-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.productdetail-flex{display:flex;flex-direction:row;gap:100px;padding:4% 10%}.productdetail-mainimg-section{display:flex;flex-direction:column;align-items:center;width:50%}.productdetail-mainimg{position:relative;width:100%;max-width:450px;height:500px;cursor:pointer;transition:all .4s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d;perspective:1000px}.productdetail-mainimg .carousel-card-inner{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;transition:all .4s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(145deg,#fff,#f8f9fa);box-shadow:0 20px 60px #00000026,0 0 0 1px #ffffff1a}.productdetail-mainimg img{width:100%;height:100%;object-fit:cover;transition:all .4s cubic-bezier(.25,.46,.45,.94)}.productdetail-mainimg:hover .carousel-card-inner{transform:translateY(-10px) scale(1.02);box-shadow:0 35px 80px #00000040}.productdetail-mainimg:hover img{transform:scale(1.05)}.productdetail-mainimg .carousel-card-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,.3) 40%,rgba(0,0,0,.1) 70%,transparent 100%);padding:30px;color:#fff;opacity:1;transition:all .4s cubic-bezier(.25,.46,.45,.94);border-radius:0 0 24px 24px}.productdetail-mainimg .carousel-card-info{position:relative;width:100%;z-index:2}.productdetail-mainimg .carousel-card-title{font-family:Playfair Display,serif;font-size:24px;font-weight:400;color:#fff;margin:0;line-height:1.2;text-shadow:0 2px 8px rgba(0,0,0,.3)}.productdetail-thumbnails{display:flex;gap:18px;justify-content:center;margin-top:24px;flex-wrap:wrap}.productdetail-thumbnails .thumbnail-card{position:relative;width:90px;height:90px;cursor:pointer;transition:all .3s cubic-bezier(.25,.46,.45,.94);transform-style:preserve-3d;perspective:500px}.productdetail-thumbnails .thumbnail-card-inner{position:relative;width:100%;height:100%;border-radius:18px;overflow:hidden;transition:all .3s cubic-bezier(.25,.46,.45,.94);background:linear-gradient(145deg,#fff,#f8f9fa);box-shadow:0 8px 25px #0000001a,0 0 0 1px #ffffff1a;border:1.5px solid #eee}.productdetail-thumbnails .thumbnail-card img{width:100%;height:100%;object-fit:cover;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.productdetail-thumbnails .thumbnail-card:hover .thumbnail-card-inner{transform:translateY(-3px) scale(1.05);box-shadow:0 15px 35px #0003}.productdetail-thumbnails .thumbnail-card:hover img{transform:scale(1.1)}.productdetail-thumbnails .thumbnail-card.active .thumbnail-card-inner{border:2px solid #000;box-shadow:0 12px 30px #00000026;transform:translateY(-2px) scale(1.02)}.productdetail-thumbnails .thumbnail-card.active img{transform:scale(1.05)}.productdetail-thumbnails .thumbnail-card .thumbnail-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.3) 0%,rgba(0,0,0,.2) 50%,transparent 100%);padding:8px;color:#fff;opacity:1;transition:all .3s cubic-bezier(.25,.46,.45,.94);border-radius:0 0 18px 18px;font-size:10px;text-align:center}.productdetail-mainimg .carousel-card-shine{position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%);transform:rotate(45deg);transition:all .6s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.productdetail-mainimg:hover .carousel-card-shine{top:-50%;left:-50%}.productdetail-thumbnails .thumbnail-card .thumbnail-shine{position:absolute;top:-100%;left:-100%;width:300%;height:300%;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.15) 50%,transparent 70%);transform:rotate(45deg);transition:all .4s cubic-bezier(.25,.46,.45,.94);pointer-events:none}.productdetail-thumbnails .thumbnail-card:hover .thumbnail-shine{top:-50%;left:-50%}.variation-picker{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 16px}.variation-chip{padding:6px 10px;border-radius:8px;border:1px solid #ddd;background:#fff;cursor:pointer;display:inline-flex;align-items:center;gap:6px}.variation-chip.active{border:2px solid #000}.variation-chip img{width:24px;height:24px;border-radius:4px;object-fit:cover}.variation-chip-thumb-placeholder{width:24px;height:24px;border-radius:4px;background:#eee;display:inline-block}.variation-chip-label{font-size:12px;color:#333}.variation-title-sku{font-weight:600}.productdetail-info{width:50%}.productdetail-info h2{font-family:Playfair Display,serif;font-weight:400;font-size:32px;margin:-10px 0 8px}.productdetail-category{margin:18px 0 24px;font-size:16px}.productdetail-category span{font-family:DM sans-serif;color:#000}.productdetail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:12px 18px;margin-bottom:18px}.productdetail-specbox{border:1px solid #ddd;border-radius:12px;padding:10px 18px;text-align:center;font-size:12px;background:#fff;font-family:DM Sans;flex-direction:row;display:flex;justify-content:space-between}.productdetail-specbox .spec-label{color:#666}.productdetail-specbox .spec-value{font-weight:600}.productdetail-applications{font-size:15px;margin-bottom:18px}.productdetail-appicon{font-weight:500;color:#191919;margin-left:6px}.productdetail-actions{display:flex;gap:16px;margin-top:24px}.productdetail-pdfbtn{padding:8px 16px;border-radius:20px;border:1px solid #000;background:#fff;color:#000;font-weight:500;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;cursor:pointer}.productdetail-contactbtn{padding:8px 18px;border-radius:20px;border:none;background:#000;color:#fff;font-weight:500;font-size:14px;cursor:pointer;transition:background .2s,color .2s}.productdetail-pdfbtn:hover{background:#f2f2f2}.productdetail-contactbtn:hover{background:#222}.productdetail-notfound{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.productdetail-notfound button{margin-top:20px;padding:8px 20px;border-radius:8px;border:1px solid #000;background:#fff;cursor:pointer}.reviews-section{padding:40px 10%;background:#fafafa;margin-top:40px}.product-reviews-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;flex-wrap:wrap;gap:16px}.product-reviews-header{display:flex;align-items:center;gap:16px;margin-top:24px;margin-bottom:8px}@media screen and (max-width: 1440px){.product-detail-container{padding:50px 8%}.product-detail-title{font-size:45px}.product-detail-content{gap:40px}.product-detail-info h2{font-size:40px}.product-detail-info p{font-size:15px}.reviews-section{padding:30px 8%}.reviews-title{font-size:24px}}@media screen and (max-width : 1024px){.details-img{position:absolute;left:50%;top:2%;transform:translate(-50%,-50%);width:270px}.productdetail-title{position:relative;font-size:40px;bottom:10px}.productdetail-mainimg{max-width:360px;height:400px}.productdetail-flex{display:flex;flex-direction:row;align-items:flex-start;gap:30px;padding:4% 8%}}@media screen and (max-width : 768px){.details-img{position:absolute;left:50%;top:-30%;transform:translate(-50%,-50%);width:240px}.productdetail-title{position:relative;font-size:35px;bottom:22px}.productdetail-mainimg{max-width:310px;height:350px}.productdetail-thumbnails .thumbnail-card{width:80px;height:80px}.productdetail-flex{gap:30px;padding:4% 2%}.reviews-section{padding:30px 5%}.reviews-title{font-size:22px}.reviews-list{flex-direction:row;gap:16px;overflow-x:auto}.reviews-list .review-card{flex:0 0 280px;min-width:280px;max-width:280px}.review-card{padding:16px;min-height:140px}.review-avatar{width:36px;height:36px;font-size:14px}.review-name{font-size:15px}.review-text{font-size:13px}.star{font-size:16px}.add-review-btn{align-self:flex-start;font-size:14px;padding:5px 16px}}@media screen and (max-width : 426px){.productdetail-flex{flex-wrap:wrap;align-items:center}.details-img{width:190px}.productdetail-title{position:relative;font-size:26px;bottom:15px}.productdetail-mainimg{max-width:320px;height:320px}.productdetail-thumbnails .thumbnail-card{width:70px;height:70px}.productdetail-mainimg-section,.productdetail-info{width:100%}.reviews-section{padding:25px 4%}.reviews-title{font-size:20px}.reviews-list{flex-direction:row;gap:14px;overflow-x:auto}.reviews-list .review-card{flex:0 0 260px;min-width:260px;max-width:260px}.product-reviews-header{flex-direction:column;align-items:flex-start;gap:8px}.review-card{padding:14px;min-height:130px}.review-avatar{width:32px;height:32px;font-size:14px}.review-name{font-size:14px}.review-text{font-size:12px}.star{font-size:14px}.add-review-btn{font-size:13px;padding:4px 14px}}@media screen and (max-width: 383px){.productdetail-mainimg{max-width:290px;height:300px}.productdetail-info h2{font-family:Playfair Display,serif;font-weight:400;font-size:32px;margin:-10px 0 8px 10px}.productdetail-subtitle{color:#666;font-size:14px;line-height:1.5;margin-top:-10px;margin-left:10px}.productdetail-category{margin:18px 0 20px 10px;font-size:18px}.productdetail-applications{font-size:17px;margin-bottom:18px;margin-left:10px}.productdetail-actions{display:flex;gap:16px;margin-left:8px;margin-top:18px}.productdetail-specs{margin-left:8px}.reviews-section{padding:20px 3%}.reviews-title{font-size:18px}.reviews-list{flex-direction:row;gap:12px;overflow-x:auto}.reviews-list .review-card{flex:0 0 240px;min-width:240px;max-width:240px}.review-card{padding:12px;min-height:120px}.review-avatar{width:28px;height:28px;font-size:12px}.review-name{font-size:13px}.review-text{font-size:11px}.star{font-size:12px}.product-reviews-header{flex-direction:column;align-items:flex-start;gap:8px}.add-review-btn{font-size:12px;padding:4px 12px}}@media (max-width: 320px){.details-img{width:160px}.productdetail-title{position:relative;font-size:22px;bottom:12px}.productdetail-mainimg{max-width:250px;height:260px}.productdetail-info h2{font-family:Playfair Display,serif;font-weight:400;font-size:28px;margin:-10px 0 8px 35px}.productdetail-subtitle{margin-left:35px}.productdetail-category{margin:18px 0 20px 34px;font-size:18px}.productdetail-specbox{border:1px solid #ddd;border-radius:12px;padding:10px 30px;text-align:center;font-size:12px;background:#fff;font-family:DM Sans;flex-direction:row;display:flex;justify-content:space-between;width:50%}.productdetail-specs{margin-left:35px;display:flex;flex-direction:column}.productdetail-applications{font-size:17px;margin-bottom:18px;margin-left:35px}.productdetail-actions{display:flex;gap:16px;margin-left:33px;margin-top:18px}.reviews-section{padding:15px 2%}.reviews-title{font-size:16px}.reviews-list{flex-direction:row;gap:10px;overflow-x:auto}.reviews-list .review-card{flex:0 0 220px;min-width:220px;max-width:220px}.review-card{padding:10px;min-height:110px}.review-avatar{width:24px;height:24px;font-size:10px}.review-name{font-size:12px}.review-text,.star{font-size:10px}.product-reviews-header{flex-direction:column;align-items:flex-start;gap:6px}.add-review-btn{font-size:10px;padding:3px 8px}}.productdetail-variations{margin:20px 0}.productdetail-variations h3{font-size:18px;font-weight:600;color:#333;margin-bottom:12px}.productdetail-variation-box{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;padding:16px;margin-bottom:16px}.productdetail-variation-box>div{margin-bottom:12px;font-size:16px;line-height:1.5}.productdetail-variation-box>div:last-child{margin-bottom:0}.productdetail-variation-box b{font-weight:600;color:#333;margin-right:8px}.productdetail-variation-box ul{margin:8px 0 0;padding-left:20px}.productdetail-variation-box li{margin-bottom:6px;font-size:16px;line-height:1.4}.productdetail-variation-box li b{color:#555;font-weight:500}.productdetail-info{line-height:1.4}.productdetail-info>*{margin-bottom:12px}.productdetail-info>*:last-child{margin-bottom:0}@media screen and (max-width: 768px){.productdetail-variations h3{font-size:16px}.productdetail-variation-box{padding:12px}.productdetail-variation-box>div{font-size:13px}.productdetail-variation-box li{font-size:12px}}@media screen and (max-width: 426px){.productdetail-variations h3{font-size:15px}.productdetail-variation-box{padding:10px}.productdetail-variation-box>div{font-size:12px}.productdetail-variation-box li{font-size:11px}}.store-details-container{padding-bottom:5%}.map-and-detail{display:flex;flex-direction:row;gap:50px;align-items:flex-start;padding:15% 10% 2%}.store-content{display:flex;flex-direction:column;width:50%}.store-title{margin-bottom:4px;font-weight:500;font-family:DM Sans}.store-address{margin-top:4px;font-size:20px;font-family:DM Sans}.green-dot{width:15px;height:15px;background:#00e600;border-radius:50%;display:inline-block}.store-status-block{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:12px}.store-detail-status{display:flex;align-items:center;font-size:20px;color:#191919;font-family:DM Sans;font-weight:600}.open-now{margin-left:10px;font-weight:600;font-family:DM Sans;font-size:20px;color:#191919}.store-hours{font-size:18px;color:#222;font-family:DM Sans;font-weight:400;margin-left:22px;margin-top:2px}.store-status-services-block{display:flex;flex-direction:column;gap:0;margin-bottom:12px}.store-status-services-row{display:flex;flex-direction:row;gap:2rem}.store-status-col,.store-services-col{display:flex;flex-direction:column;justify-content:center;gap:3px}.services-label{font-size:20px;font-family:DM Sans;font-weight:600}.services-desc{font-size:16px;color:#666;font-family:DM Sans;font-weight:400;margin-top:2px}.store-hours{margin-top:2px}.store-btn-row{display:flex;gap:11px;padding:20px 0}.book-btn{background:#111;color:#fff;border:none;border-radius:28px;padding:10px 20px;font-size:16px;font-family:DM Sans,sans-serif;font-weight:400;cursor:pointer;transition:background .2s,box-shadow .2s;display:flex;align-items:center}.book-btn:hover{background:#333;box-shadow:0 2px 8px #00000014}.action-btn{display:flex;align-items:center;gap:5px;background:#fff;border:.2px solid #222;border-radius:22px;padding:5px 20px;color:#222;font-size:16px;font-family:DM Sans,sans-serif;font-weight:500;text-decoration:none}.action-btn:hover{border:.2px solid #111;box-shadow:0 2px 8px #00000012}.action-icon{width:20px;height:20px;display:inline-block}.icon-help{font-weight:700;font-size:16px;color:#222;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#f0f0f0;border:1px solid #ddd}.help-form{display:flex;flex-direction:column;gap:16px;padding:20px 0}.help-form input,.help-form textarea{padding:12px;border:1px solid #ddd;border-radius:6px;font-size:14px;font-family:DM Sans,sans-serif;transition:border-color .2s ease}.help-form input:focus,.help-form textarea:focus{outline:none;border-color:#000}.help-form textarea{min-height:100px;resize:vertical}.help-form button{background:#000;color:#fff;border:none;border-radius:6px;padding:12px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:background .2s ease}.help-form button:hover:not(:disabled){background:#333}.help-form button:disabled{background:#ccc;cursor:not-allowed}.slider-arrow{background:#fff;border:1px solid #bbb;border-radius:50%;width:32px;height:32px;font-size:1.3rem;color:#222;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border .2s,background .2s}.slider-arrow:hover{border:1.5px solid #111;background:#f2f2f2}.slider-dots{display:flex;justify-content:center;gap:8px;margin-top:8px;margin-left:-49%}.slider-dot{width:8px;height:8px;border-radius:50%;background:#bbb;display:inline-block;cursor:pointer;transition:background .2s}.slider-dot.active{background:#bbb}.map{display:flex;justify-content:center;align-items:center}.map-img{width:100%;height:71%;margin-right:25%;margin-top:15%}.other-stores-section{padding:50px 10%}.other-stores-title{font-size:2.1rem;font-family:DM Sans,sans-serif;font-weight:500;color:#111}.other-stores-row{display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.other-store-card{background:#fff;border:.01px solid #000;border-radius:20px;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 8px #0000000a;justify-content:center;align-items:flex-start;padding:10px 3.8%}.other-store-address{font-size:16px;font-family:DM Sans,sans-serif;color:#222}.other-store-actions{display:flex;gap:24px;align-items:center}.other-store-action{display:flex;align-items:center;font-size:1rem;font-family:DM Sans,sans-serif;color:#111;font-weight:500;text-decoration:underline;cursor:pointer;gap:6px}.other-store-name{font-size:20px;font-family:DM Sans;font-weight:600}@media screen and (max-width : 1440px){.store-status-services-row{flex-direction:column;gap:1rem}.store-status-services-row{flex-direction:row;gap:1rem}.services-label,.services-desc{margin-left:40px}}@media screen and (max-width: 1440px){.store-detail-title{font-size:45px}.store-detail-content{gap:40px}.store-detail-info h2{font-size:40px}.store-detail-info p{font-size:15px}}@media screen and (max-width : 1024px){.store-title{font-size:28px}.store-address{font-size:18px}.green-dot{width:12px;height:12px}.open-now{font-size:18px}.services-label{font-size:20px;margin-left:15px}.store-hours{font-size:16px}.services-desc{font-size:16px;margin-left:30px}.book-btn{background:#111;color:#fff;border:none;border-radius:20px;padding:5px 15px;font-size:12px;font-family:DM Sans,sans-serif;font-weight:400;cursor:pointer;transition:background .2s,box-shadow .2s;display:flex;align-items:center}.action-icon{width:16px;height:16px;display:inline-block}.action-btn{display:flex;align-items:center;gap:8px;background:#fff;border:.2px solid #222;border-radius:22px;padding:5px 15px;color:#222;font-size:14px;font-family:DM Sans,sans-serif;font-weight:500;text-decoration:none}.map-img{width:95%;height:60%;margin-right:8%;margin-top:24%}.other-stores-section{padding:50px 6%}.other-store-card{padding:8px 10px}}@media screen and (max-width: 768px){.store-content{display:flex;flex-direction:column;margin-top:0%}.reviews-title{font-size:22px}.reviews-list .review-card{flex:0 0 280px;min-width:280px;max-width:280px}.review-card{padding:16px;min-height:140px}.review-avatar{width:36px;height:36px;font-size:14px}.review-name{font-size:15px}.review-text{font-size:13px}.star{font-size:16px}.add-review-btn{align-self:flex-start;font-size:14px;padding:5px 16px}.store-title{font-size:22px}.store-address{font-size:16px}.store-btn-row{display:flex;gap:20px;padding:12px 0}.book-btn{background:#111;color:#fff;border:none;border-radius:20px;padding:10px 20px;font-size:10px;font-family:DM Sans,sans-serif;font-weight:400;cursor:pointer;transition:background .2s,box-shadow .2s;display:flex;align-items:center}.action-btn{display:flex;align-items:center;gap:5px;background:#fff;border:.2px solid #222;border-radius:22px;padding:5px 20px;color:#222;font-size:12px;font-family:DM Sans,sans-serif;font-weight:500;text-decoration:none}.store-hours{font-size:13px}.services-desc{font-size:14px;margin-left:14px}.map-img{width:60%;margin-right:-1%;margin-top:4%}.map-and-detail{display:flex;flex-direction:column}.other-stores-title{font-size:22px}.other-store-name{font-size:16px}.other-store-address{font-size:14px}.other-store-icon{width:14px;height:14px}.other-store-action{display:flex;align-items:center;font-size:15px}}@media screen and (max-width: 426px){.reviews-title{font-size:20px}.reviews-list .review-card{flex:0 0 260px;min-width:260px;max-width:260px}.review-card{padding:14px;min-height:130px}.review-avatar{width:32px;height:32px;font-size:14px}.review-name{font-size:14px}.review-text{font-size:12px}.star{font-size:14px}.add-review-btn{font-size:13px;padding:4px 14px}.store-title{font-size:18px}.store-address{font-size:14px}.green-dot{width:10px;height:10px}.open-now{font-size:15px}.store-hours{font-size:12px}.services-label{font-size:16px}.store-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px 5px}.book-btn{background:#111;color:#fff;border:none;border-radius:20px;padding:10px;font-size:12px;font-family:DM Sans,sans-serif;font-weight:400;cursor:pointer;transition:background .2s,box-shadow .2s;display:flex;align-items:center;justify-content:center}.action-btn{display:flex;align-items:center;gap:8px;background:#fff;border:.2px solid #222;border-radius:22px;padding:10px;color:#222;font-size:12px;font-family:DM Sans,sans-serif;font-weight:500;text-decoration:none;justify-content:center}.other-stores-title{font-size:20px}.other-store-card{padding:8px 20px}.other-stores-section{padding:50px 10%}.map-img{width:70%}}@media screen and (max-width: 383px){.reviews-title{font-size:18px}.reviews-list .review-card{flex:0 0 240px;min-width:240px;max-width:240px}.review-card{padding:12px;min-height:120px}.review-avatar{width:28px;height:28px;font-size:12px}.review-name{font-size:13px}.review-text{font-size:11px}.star{font-size:12px}.product-reviews-header{flex-direction:column;align-items:flex-start;gap:8px}.add-review-btn{font-size:12px;padding:4px 12px}.store-title{font-size:17px}.store-address{font-size:12px}.green-dot{width:8px;height:8px}.open-now{font-size:13px}.services-label{font-size:14px}.store-status-services-row{flex-direction:row;gap:5px}.store-status-col,.store-services-col{display:flex;flex-direction:column;justify-content:center;width:50%}.services-desc{font-size:12px}.map-img{width:80%}}@media screen and (max-width : 320px){.reviews-title{font-size:16px}.reviews-list .review-card{flex:0 0 220px;min-width:220px;max-width:220px}.review-card{padding:10px;min-height:110px}.review-avatar{width:24px;height:24px;font-size:10px}.review-name{font-size:12px}.review-text,.star{font-size:10px}.product-reviews-header{flex-direction:column;align-items:flex-start;gap:6px}.add-review-btn{font-size:10px;padding:3px 8px}.book-btn{background:#111;color:#fff;border:none;border-radius:20px;padding:0 11px;font-size:9px}.action-btn{font-size:10px}.store-btn-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:20px 12px}.other-stores-section{padding:50px 6%}}.store-logo{display:block;max-width:120px;max-height:120px;margin-bottom:12px;border-radius:12px;object-fit:contain}.store-contact-row{display:flex;flex-wrap:wrap;gap:16px;margin:18px 0 0;align-items:center}.store-map-info-box{background:#fffffff7;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:18px 22px;margin-top:18px;max-width:350px;font-family:DM Sans,sans-serif;font-size:16px;color:#222}.store-map-info-box h3{margin:0 0 8px;font-size:20px;font-weight:600}.map-modern-box{width:50%;display:flex;align-items:flex-start;justify-content:center;margin:0}.map-modern-wrapper{position:relative;width:100%;border-radius:24px;overflow:hidden}.modern-map-iframe{border:none;width:100%;height:400px;border-radius:24px}.modern-map-info-overlay{position:absolute;left:24px;bottom:24px;background:#fffffffa;border-radius:16px;box-shadow:0 2px 12px #00000021;padding:18px 22px 18px 18px;display:flex;align-items:flex-start;gap:16px;min-width:220px;max-width:340px}.modern-map-logo{width:56px;height:56px;border-radius:10px;object-fit:cover;box-shadow:0 2px 8px #00000014}.modern-map-info-content{display:flex;flex-direction:column;gap:6px}.modern-map-info-content h3{margin:0 0 4px;font-size:18px;font-weight:600}.modern-map-info-row{display:flex;align-items:center;gap:7px;font-size:15px;color:#222}.icon-location{display:inline-block;width:18px;height:18px;background:url(data:image/webp;base64,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) no-repeat center/contain}.icon-phone{display:inline-block;width:18px;height:18px;background:url(data:image/webp;base64,UklGRsIEAABXRUJQVlA4WAoAAAAQAAAATAAATAAAQUxQSGkEAAAB8EVrmyFp27btR0T0OHHZtm3btm3ftm3btm3bvi/bNntURBzbQnVmVWbeXIuICdD/H800b83tNpyv8C/Agp5yL+M37aM0tKRT8DpH5Y+aGVbSz73SXG6UDSnp0uzM7YC/e0hBf85A4cGPX/JOMlQ2TMOxD1Ygs7Mk0yMFclUcStgCh/KEoklKi1Gh/Eo2ED2WIWfNaM5wugMcFYdhRwOVhVFzm/6aobIgDUJ3VfCLopqTKJBvlw3AVgfqSNZCcSsc/FVhCC918OcFtbaPF6islvqnyxxYxtoFPZwhzyr2bxZ4QpOmpXEo31bvE8ClE8me5ACbx74tOvbdyYKuylDuU98XH/vKZJpJOLCR9Wzh2I+noPBkB/+wep7GLp+GJYC/902zwEPTiHP8o3e3AKTJTL+u4O/u3ZfH1rFJTK90gDWsbyeMvVgTmj0Dh/IL9X4pwO+c6DwcMoq900MOLGGt0iFUyKwS1Xt7u4O/vZ2okNkkqf9hGcCrrM3uQGW7pEHeXMHPCW0OA3hp1CDDrkB9QtZiFcBZLA1CerCCnxda6L4C+X7FQYTDHKrLmuIGOJRvyYZgerCAv7eF7LMF8BcMQmFXwFkyNgU9XKByeByCdGOFfJOsQWkBGQrbpCHEZXDwc2KT4voUyKyRBiD7YIXKoqlJ4UAcRiyfBhA0WyDfr9AkezIOI1ZK/VNcH4f6abUMepM7jFgntQmat+yiMutK9t4KzkGxSUGfcGDE9rEhae87gdG7LVpHQfdmKCyVmhT0RXfIHC0bS3YVFfDKixS7UZpHgVyVmhT0cXeovFZRSouRmbv6HfNiN4rb4ZDvUGxS0FtwqP5LxbQyI8DHoHCMYieyVzpQfqXQpKAnUYDC5huSgVJffSkFqPxasZOg3xTAPyZrktn+ZCBDBvx3Mm0xygCFLcw6UNT9GdxfJWuS0loU5nb/kqJk+hoFyHxIsQMleYbKM2QtFHV99TH3zylIUtDuFMDLA4tHm57SQkZQebKshWb0VApUPqGguaMudQcKpytNT2klMlSeK2shC+lLs/XugxXUnHQxBaj8SWl6ihuQofIOhRZSkKRgamth2UcLQHlccXpKm5PB/ZtKbaYb9WkKUH6rLtNmZKBcqtiRgranAKxoHSitQwby4zF1JEXdXMDfrU7T0hSgsFmwjjSzAODabhRTzkDmGYodSY8AD3akpOsLUP33il3NAvd1pRl9DQcKmyh0EZYG+GdnCjqHDGQ+qdiBfbyCv7o7WViHDHipOyhOKy2BA6tYd1LU392BzF+WVZhK0qMZ6mXqZ9JFFADn+4spTJZ0dQZnjdAPWVjiVq+AV36yqqyd2bz7C1A+pv4mnUsBcOevW7fTs8hAuVWhP7Kob1MZd8p3jl5tnmQL1zj95+4O5Fkl9Tpqhd9RGXcALw7gAOUBJfU9atVfU53JC9/SjAYYtfj7wSeo/uAWihpmMO303dkWDpfvqWga9LL7veaHV9xy102/eevu8xRM/zpN/yEDAFZQOCAyAAAAEAQAnQEqTQBNAD5tNplJpCMioSFIAIANiWkAAAnxo0aNGjRo0aNGfgAA/vucwAAAAAA=) no-repeat center/contain}.icon-clock{display:inline-block;width:18px;height:18px;background:url(data:image/webp;base64,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) no-repeat center/contain}.icon-mail{display:inline-block;width:18px;height:18px;background:url(/src/assets/email.webp) no-repeat center/contain}.icon-whatsapp{display:inline-block;width:18px;height:18px;background:url(data:image/webp;base64,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) no-repeat center/contain}.icon-directions{display:inline-block;width:18px;height:18px;background:url(data:image/webp;base64,UklGRnICAABXRUJQVlA4WAoAAAAQAAAAOwAAPAAAQUxQSB4CAAABkKLtnyI5v6qaDZPiqKg4ZibFB0DLfIFsPFyBE0WeFEcyg2JmmKr6Pc/Wv6sLcoCIcCBJkhIFkgSN0ydvwP86KMxaAF1tfODdg2rOI8m5tXhrSfuhkvNJSTUDtfImdXTff/k+KuV283YvqCIBF6iSu11a7ZZUUSlJBe1uDTSpIaBgAzVyIEYNgUZcI49Tw0hc1pC3Ud5oXDpvp7Qtcdk8hZImUDJPo5xJlMtTKWUiJT64OzWQTllbS53/pRzMoYQZlMjzyDeL/DyXMiZ3KzfPGHdJcs2MS+Ua0GlxCQ3W/vy5AiYhLpArNeKFd46PhmuVEOfawWF2SdLyIHRmrOa15AZT/jhPMXjrZsK0xhkq3e8mLUnbFUfq8gqMiscZucE2Wh8u9bLGZbHguAWmJU5Uq/GfvCe9/zER2mDSn3D9zr+fAB2LE3ONM+LddLkfHYiL7KUTF3IeJhonaLCGTtzew8Gq8a61Hng7LHjLFTDNuD2XVRJvdGm8ih0sk69MlKxJ3EiVLI/AKMQHg9ONhUMwkni+B5NFlbx/P1K1FxZajXvlfKNk+6K8sfT/cKtxR5sie7WuXEcrznkNPwMReSFSJaOSP/kmUrKLFMicZKRKyBiaJfP07CP+/7zLXnSyfyZxgI6NYY4OORmpUvag9QBRMgqmkoxUqcjQwXJayZSXNlaljCG1ZM/DWv+upUoFdlLjRcl4wju/KW+vjJL501ZQOCAuAAAAkAMAnQEqPAA9AD5tNphJJCMioSIIAIANiWkAABA3U1AFeIW5AAD++5zAAAAAAA==) no-repeat center/contain}.store-header-section{display:flex;align-items:flex-start;gap:24px;margin-bottom:20px}.store-logo-box{flex-shrink:0}.store-logo-img{width:56px;height:56px;border-radius:10px;object-fit:cover;box-shadow:0 2px 8px #00000014}.store-main-info{display:flex;flex-direction:column;gap:6px;flex:1}.store-title{font-size:28px;font-weight:700;color:#000;margin:0;line-height:1.2}.store-address-row{display:flex;align-items:center;gap:8px;font-size:17px;color:#222}.store-status-row{display:flex;align-items:center;gap:12px}.store-hours-row{font-size:13px;color:#666}.store-services-section{margin-top:8px}@media (max-width: 1024px){.map-and-detail{padding:15% 6% 2%;gap:32px}.store-content,.map-modern-box{width:100%;flex:1}}.map-modern-box{margin:0;max-width:100%}.reviews-title{font-size:24px}.reviews-list .review-card{flex:0 0 280px;min-width:280px;max-width:280px}.review-card{padding:16px;min-height:140px}.review-avatar{width:36px;height:36px;font-size:14px}.review-name{font-size:15px}.review-text{font-size:13px}.star{font-size:16px}.other-stores-section{margin-top:48px;padding:40px 0 0}.other-stores-title{font-size:1.7rem;font-weight:600;margin-bottom:18px}.other-stores-row{display:flex;flex-wrap:wrap;gap:24px}.other-store-card{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000012;padding:18px 22px;min-width:220px;max-width:320px;flex:1 1 220px;display:flex;flex-direction:column;gap:8px;align-items:flex-start;transition:box-shadow .18s}.other-store-card:hover{box-shadow:0 4px 18px #00000021}.other-store-name{font-size:18px;font-weight:600;margin-bottom:2px}.other-store-address{font-size:15px;color:#444;margin-bottom:4px}.other-store-actions{display:flex;gap:18px;align-items:center}.other-store-action{display:flex;align-items:center;font-size:15px;color:#111;font-weight:500;text-decoration:underline;cursor:pointer;gap:6px}.other-store-icon{width:16px;height:16px;margin-right:4px}.other-store-distance{font-weight:600}.reviews-title{font-size:28px;font-weight:600;color:#222;margin:0}.review-rating-summary{display:flex;align-items:center;gap:12px}.rating-text{font-size:16px;font-weight:600;color:#333}.review-count{font-size:16px;color:#666;font-weight:500}.review-stars{display:flex;gap:2px}.star{font-size:18px;color:#ddd;transition:color .2s}.star.filled{color:#ffc107}.star.half-filled{color:#ffc107;background:linear-gradient(90deg,#ffc107 50%,#ddd 50%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.reviews-list{display:flex;gap:24px;margin-top:20px;overflow-x:auto;padding:15px 0;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;width:100%}.reviews-list::-webkit-scrollbar{display:none}.reviews-list .review-card{flex:0 0 300px;min-width:300px;max-width:300px}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}.reviews-slider{display:flex;gap:20px;animation:scroll 30s linear infinite;width:max-content}.reviews-slider:hover{animation-play-state:paused}.reviews-container{position:relative;overflow:hidden;margin-top:20px}.reviews-container:before{content:"";position:absolute;top:0;left:0;width:60px;height:100%;background:linear-gradient(to right,#fafafa,transparent);z-index:2;pointer-events:none}.reviews-container:after{content:"";position:absolute;top:0;right:0;width:60px;height:100%;background:linear-gradient(to left,#fafafa,transparent);z-index:2;pointer-events:none}.review-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a;transition:all .2s ease;min-height:160px;display:flex;flex-direction:column}.review-card:hover{box-shadow:0 4px 8px #00000026;transform:translateY(-2px)}.review-card-header{display:flex;align-items:flex-start;gap:12px;margin-bottom:12px}.review-user-info{display:flex;flex-direction:column;gap:6px}.review-avatar{width:40px;height:40px;border-radius:50%;background:#4ade80;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;color:#fff}.review-name{font-weight:600;color:#000;font-size:16px;line-height:1.2}.review-date{color:#666;font-size:14px;font-weight:400}.review-rating{margin:0}.review-text{color:#333;line-height:1.5;font-size:14px;margin-top:8px;flex:1}.no-reviews{text-align:center;color:#666;font-style:italic;padding:40px 20px;background:#fff;border-radius:12px;border:1px solid #e0e0e0}.add-review-btn{background:#fff;color:#222;border:1.5px solid #222;border-radius:20px;padding:6px 18px;font-size:15px;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;transition:background .2s,color .2s,border .2s}.add-review-btn:hover{background:#222;color:#fff;border:1.5px solid #222}.review-form-section{margin-top:18px;margin-bottom:18px;background:#f8f8f8;border-radius:16px;padding:24px 18px 18px;box-shadow:0 2px 8px #0000000a}.review-form{display:flex;flex-direction:column;gap:14px}.review-form input,.review-form textarea{border:1px solid #ccc;border-radius:8px;padding:8px 12px;font-size:15px;font-family:DM Sans,sans-serif;background:#fff;resize:none}.review-form textarea{min-height:70px;max-height:180px}.review-form button[type=submit]{background:#222;color:#fff;border:none;border-radius:20px;padding:8px 24px;font-size:16px;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;align-self:flex-start;transition:background .2s,color .2s}.review-form button[type=submit]:hover{background:#444}.review-form div[style*="color: red"],.review-form div[style*="color: green"]{margin-top:4px;font-size:14px}.booking-form{display:flex;flex-direction:column;gap:14px;padding:8px 0}.booking-form input,.booking-form textarea{border:1px solid #ccc;border-radius:8px;padding:8px 12px;font-size:15px;font-family:DM Sans,sans-serif;background:#fff;resize:none}.booking-form textarea{min-height:70px;max-height:180px}.booking-form button[type=submit]{background:#222;color:#fff;border:none;border-radius:20px;padding:8px 24px;font-size:16px;font-family:DM Sans,sans-serif;font-weight:500;cursor:pointer;align-self:flex-start;transition:background .2s,color .2s}.booking-form button[type=submit]:hover{background:#444}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#0000002e;z-index:1000;display:flex;align-items:center;justify-content:center}.modal-content{background:#fff;border-radius:18px;box-shadow:0 4px 24px #00000021;padding:32px 28px;min-width:320px;font-family:DM Sans,sans-serif;scrollbar-width:none}.store-gallery-section{margin:32px 0;padding:24px 0;border-top:1px solid #e0e0e0}.gallery-title{font-size:2.1rem;font-family:DM Sans,sans-serif;font-weight:500;margin-bottom:24px;color:#111}.store-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-top:16px}.gallery-item{position:relative;width:100%;padding-bottom:100%;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #00000014;transition:transform .2s,box-shadow .2s;background:#f5f5f5}.gallery-item:hover{transform:scale(1.02);box-shadow:0 4px 16px #0000001f}.gallery-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}@media screen and (max-width: 1024px){.store-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.gallery-title{font-size:1.8rem}}@media screen and (max-width: 768px){.store-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px}.gallery-title{font-size:1.5rem}.store-gallery-section{margin:24px 0;padding:20px 0}}@media screen and (max-width: 426px){.store-details-container{padding-bottom:20%}.map-and-detail{padding:25% 6% 2%}.store-gallery-grid{grid-template-columns:repeat(2,1fr);gap:8px}.gallery-title{font-size:1.3rem;margin-bottom:16px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:#fff;padding:24px;border-radius:8px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;animation:slideIn .2s ease;box-shadow:0 4px 6px #0000001a}.modal-content.small{max-width:400px}.modal-content.large{max-width:800px}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.1)}.modal-title{font-size:20px;font-weight:600;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#666;padding:4px;line-height:1;border-radius:4px;transition:all .2s ease}.modal-close:hover{background-color:#0000000d;color:#1a1a1a}.modal-body{margin-bottom:24px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px;padding-top:16px;border-top:1px solid rgba(0,0,0,.1)}.modal-body input,.modal-body textarea,.modal-body select{padding:10px 12px;border:1px solid rgba(0,0,0,.1);border-radius:8px;font-size:14px;transition:all .2s ease;background-color:#fff;color:#1a1a1a}.modal-body input:focus,.modal-body textarea:focus,.modal-body select:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px #0000001a}.modal-body label{display:block;margin-bottom:8px;font-weight:500;color:#1a1a1a}.modal-body select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231a1a1a' d='M6 8.825L1.175 4 2.05 3.125 6 7.075 9.95 3.125 10.825 4z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.modal-body select option{padding:8px 12px;background-color:#fff;color:#1a1a1a}.modal-body select option:hover,.modal-body select option:focus{background-color:#000!important;color:#fff!important}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width: 768px){.modal-content{margin:16px;padding:16px}.modal-actions{flex-direction:column-reverse}.modal-actions button{width:100%}}.collection-container{background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%}.collection-heading{justify-content:center;text-align:center;margin-top:11%;position:relative}.collection-bg-img{position:absolute;left:50%;top:35%;transform:translate(-50%,-50%);width:400px;max-width:60vw;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.collection-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2}.collection-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:70px 25px;margin-top:110px;z-index:2;position:relative;padding:0 10% 50px}.collection-card{position:relative;width:280px;height:300px;transition:all .5s ease;cursor:pointer;transform-style:preserve-3d}.collection-card-inner{position:relative;width:100%;height:100%;border-radius:30px;overflow:hidden;box-shadow:0 25px 60px #0000004d;transition:all .5s ease;background:linear-gradient(135deg,#f5f5f5,#e0e0e0)}.collection-card:hover .collection-card-inner{transform:translateY(-10px) scale(1.02);box-shadow:0 35px 80px #00000040}.collection-card:hover .collection-card-img{transform:scale(1.05)}.collection-card:hover .collection-card-shine{top:-50%;left:-50%}.collection-card-img{width:100%;height:100%;object-fit:fill;transition:transform .6s ease}.collection-card-overlay{position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to top,#000000e6,#0009 30%,#0000004d 50%,#0000);display:flex;align-items:flex-end;padding:30px;opacity:1;transition:opacity .5s ease}.collection-card-info{position:relative;width:100%;z-index:2}.collection-card-title{font-family:Playfair Display,serif;font-size:22px;font-weight:600;color:#fff;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.5);letter-spacing:.5px;line-height:1.3;text-align:center}.collection-card-shine{position:absolute;top:-100%;left:-100%;width:40px;height:400%;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0);transform:rotate(45deg);transition:all .6s ease}@media screen and (max-width: 1440px){.collection-heading{margin-top:8%}.collection-bg-img{width:350px;top:32%}.collection-title{font-size:45px}.collection-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:50px 20px;margin-top:90px;padding:0 8% 40px}.collection-card{width:260px;height:320px}.collection-card-inner{border-radius:25px}.collection-card-title{font-size:20px}.collection-card-overlay{padding:25px}}@media screen and (max-width: 1024px){.collection-heading{margin-top:6%}.collection-bg-img{width:300px;top:30%}.collection-title{font-size:40px}.collection-content{padding:50px 8%}.collection-grid{gap:20px}.collection-card{width:240px;height:300px}.collection-card-inner{border-radius:22px}.collection-card-title{font-size:18px}.collection-card-overlay{padding:20px}}@media screen and (max-width: 768px){.collection-heading{margin-top:10%}.collection-bg-img{width:250px;top:28%}.collection-title{font-size:35px}.collection-cards{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:30px 15px;margin-top:70px;padding:0 5% 30px}.collection-card{width:220px;height:280px}.collection-card-inner{border-radius:20px}.collection-card-title{font-size:16px}.collection-card-overlay{padding:15px}}@media screen and (max-width: 500px){.collection-cards{grid-template-columns:repeat(2,1fr);gap:20px 12px;margin-top:50px;padding:0 5% 25px}.collection-card{width:100%;height:180px}.collection-card-inner{border-radius:15px}.collection-card-title{font-size:14px}.collection-card-overlay{padding:10px}}@media screen and (max-width: 426px){.collection-bg-img{width:180px;top:25%}.collection-title{font-size:26px}.collection-cards{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:15px 10px;margin-top:40px;padding:0 6%}.collection-card{width:100%;height:190px}.collection-card-inner{border-radius:18px}.collection-card-title{font-size:13px}.collection-card-overlay{padding:8px}}@media screen and (max-width: 383px){.collection-bg-img{width:160px;top:24%}.collection-title{font-size:24px}.collection-content{padding:20px 4%}.collection-grid{gap:12px}.collection-card{width:100%;height:170px}.collection-card-inner{border-radius:16px}.collection-card-title{font-size:12px}.collection-card-overlay{padding:6px}}@media screen and (max-width: 320px){.collection-bg-img{width:150px;top:37%}.collection-title{font-size:22px}.collection-cards{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px 8px;margin-top:30px;padding:0 4% 15px}.collection-card{width:100%;height:160px}.collection-card-inner{border-radius:14px}.collection-card-title{font-size:11px}.collection-card-overlay{padding:5px}}.store-container{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%}.store-heading{text-align:center;margin-top:11%;position:relative}.store-image-bg{position:absolute;left:50%;top:40%;transform:translate(-50%,-50%);width:400px;max-width:60vw;opacity:1.1;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:1}.store-heading-text{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2}.store-actions-row{display:flex;gap:22px;padding:20px 10%;justify-content:space-between}.store-action{display:flex;align-items:center;border:1px solid #191919;border-radius:999px;padding:8px 12px;background:#fff;font-size:13px;font-family:Inter,sans-serif;color:#191919;transition:box-shadow .2s}.store-action.search{width:440px;height:18px}.store-action.search input{border:none;outline:none;font-size:14px;width:100%;background:transparent}.store-action.location{height:18px;margin-left:-10%}.store-action.help{text-decoration:underline;color:#191919;border:none;background:none;border-radius:0;box-shadow:none;display:flex;align-items:center;margin-left:4%}.icon-search,.icon-location-store-store,.icon-help{display:flex;align-items:center;margin-right:10px}.icon-img{width:16px;height:16px;object-fit:contain}.store-main-content{display:flex;justify-content:center;align-items:flex-start;gap:40px;padding:5px 10%;margin-bottom:80px}.store-cards-column{flex:1;display:flex;flex-direction:column;gap:32px}.store-card{background:#fff;border:.2px solid #191919;border-radius:20px;display:flex;flex-direction:column;gap:16px;padding:23px 25px}.store-card-header{justify-content:space-between;align-items:center;font-size:1.3rem;font-weight:500;display:grid;grid-template-columns:auto 1fr auto;gap:10px}.store-card-title{font-size:20px;font-weight:500;font-family:DM Sans,sans-serif}.store-listing-status{display:flex;align-items:center;font-size:12px;color:#191919;font-family:DM Sans,sans-serif}.status-dot{width:10px;height:10px;background:#00e600;border-radius:50%;display:inline-block;margin-right:6px}.store-card-info{font-size:14px;color:#191919;display:flex;flex-direction:column;gap:6px}.store-card-actions{display:flex;gap:84px;margin-top:-1px}.store-details-btn{border:.2px solid #191919;background:#fff;color:#191919;font-size:14px;cursor:pointer;width:29%;border-radius:3rem;padding:8px 16px;text-align:center;text-decoration:none;display:inline-block}.book-appointment-btn{border:none;background:#000;color:#fff;font-size:15px;cursor:pointer;text-align:center;text-decoration:none;display:inline-block;width:52%;border-radius:3rem}.book-appointment-btn:hover{background:#333}.store-details-btn:hover{background:#f5f5f5}.store-map-column{flex:1;display:flex;justify-content:center;align-items:flex-start}.store-map-img{width:600px;max-width:40vw;border-radius:32px;object-fit:cover}@media screen and (max-width: 1440px){.store-heading{margin-top:8%}.store-heading-text{font-size:45px}.store-action.search{width:440px;height:18px}}@media screen and (max-width: 1024px){.store-actions-row{padding:20px 5%;gap:15px}.store-main-content{padding:5px 5%}.store-action.search{width:340px;margin-left:10px}.store-action.location{margin-left:0;white-space:nowrap}.store-action.help{margin-left:0}.store-card{padding:15px;border-radius:14px;height:auto}.store-card-header{font-size:1.1rem}.store-card-title{font-size:18px}.store-card-actions{gap:18px;margin-top:0}.store-details-btn,.book-appointment-btn{font-size:12px;padding:7px 18px;border-radius:2rem;width:auto;min-width:120px}.book-appointment-btn{margin-left:55px}}@media screen and (max-width: 768px){.store-heading{margin-top:10%}.store-image-bg{width:250px}.store-heading-text{font-size:35px}.store-actions-row{flex-direction:row;gap:32px;padding:12px 4%;align-items:center;justify-content:space-between}.store-main-content{padding:5px 4%}.store-action.search{width:40%;margin-left:0}.store-action.location{margin-left:0;white-space:nowrap}.store-action.help{width:auto;margin-left:0;margin-top:0;margin-right:20px}.store-action.location .icon-img{width:14px;height:14px}.store-action.location span:not(.icon-location-store){font-size:12px}.icon-img{width:18px;height:18px}.store-action input{font-size:13px}.store-card{padding:10px 15px;border-radius:15px}.store-card-header{font-size:.92rem}.store-card-title{font-size:16px}.store-card-info{font-size:11px;gap:2px}.store-card-actions{gap:7px;margin-top:0}.store-details-btn,.book-appointment-btn{font-size:10px;padding:7px 9px;border-radius:1rem;width:auto;min-width:70px}.book-appointment-btn{margin-left:90px}.store-cards-column{margin-right:0;width:-webkit-fill-available}}@media screen and (max-width: 426px){.store-heading{margin-top:2%}.store-image-bg{width:200px;margin-left:0}.store-heading-text{font-size:26px}.store-actions-row{flex-direction:column;gap:15px;align-items:stretch;padding:12px 8%}.store-action.search{width:auto}.store-action.location{width:auto;justify-content:flex-start}.store-action.help{width:auto;margin-right:0;justify-content:center}.store-main-content{flex-direction:column;gap:30px;margin-bottom:50px}.store-card{height:auto}.store-card-actions{gap:10px;align-items:stretch}.book-appointment-btn{margin-left:0}.store-map-column{width:100%}.store-map-img{width:75%;max-width:100%}}@media screen and (max-width: 383px){.store-map-img{width:80%;max-width:100%}}@media screen and (max-width: 320px){.store-actions-row{padding:8px 0%;gap:8px;margin-left:30px}.store-action.search{width:70%}.store-action.location,.store-action.help{width:70%;font-size:11px}.store-main-content{padding:0 0%;gap:12px;margin-bottom:30px}.store-cards-column{padding:5px 2%}.store-card{padding:5px 10px;border-radius:10px;width:85%;margin-left:8px}.store-card-header{font-size:.8rem}.store-card-title{font-size:13px}.store-card-info{font-size:9px}.store-card-actions{gap:5px}.store-details-btn,.book-appointment-btn{font-size:9px;padding:5px;min-width:50px}.store-map-img{width:80%}.store-card-info .icon-img{width:12px;height:12px}}.aboutus{background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%}.aboutus-header{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:11%}.about-us-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:290px}.about-us-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.aboutus-container{padding:80px 10% 0}.aboutus-section{display:flex;align-items:flex-start;justify-content:space-between;gap:11%;margin-bottom:0}.aboutus-image img{border-radius:70px;width:100%}.aboutus-image h2{font-size:117px;font-family:Playfair Display,serif;font-weight:400;margin-top:-22%;margin-left:32%}.mission-section .aboutus-image h2{margin-left:-30%}.aboutus-text{flex:1;display:flex;flex-direction:column;justify-content:center}.why-choose-us-section{padding:50px 0}.why-choose-us-header{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:6%}.why-choose-us-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:290px}.why-choose-us-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#000;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.why-choose-us-cards{display:flex;gap:40px;margin-bottom:32px;padding:0 10%}.choose-card{background:#fff;border:.5px solid #000000;border-radius:24px;box-shadow:0 2px 8px #00000008;padding:32px 24px 24px;width:100%;display:flex;flex-direction:column;align-items:center;transition:box-shadow .2s}.choose-card:hover{box-shadow:0 4px 16px #00000014}.choose-icon{background:#191919;color:#fff;border-radius:20px;width:55px;height:55px;display:flex;align-items:center;justify-content:center;font-size:2rem;margin-top:-55px;box-shadow:0 2px 8px #0000000f}.choose-icon img{height:35px}.choose-card h3{font-family:Playfair Display,serif;font-size:30px;font-weight:400;margin:20px 0 0}.choose-card p{font-family:DM sans,sans-serif;font-size:16px;color:#000;padding:0 25px}.choose-shop-btn-wrapper{display:flex;justify-content:center}.choose-shop-btn{font-family:DM sans,sans-serif;background:#191919;border:1px solid #fff;color:#fff;padding:7px 40px;border-radius:50px;cursor:pointer;font-size:22px;font-weight:300;margin-top:10px}@media (max-width: 1440px){.about-us-img{width:220px}.about-us-title{font-size:36px}.about-us-title{margin-top:8px}.aboutus-container{padding:60px 6% 0}.aboutus-section{gap:7%}.aboutus-image h2{font-size:90px;margin-top:-15%;margin-left:36%}.mission-section .aboutus-image h2{margin-left:-23%}.choose-card h3{font-size:22px}.choose-card p{font-size:15px;padding:0 10px}.choose-shop-btn{font-size:16px;padding:6px 28px}.why-choose-us-img{width:310px}.why-choose-us-title{font-size:36px;margin-top:20px}.why-choose-us-cards{display:flex;gap:40px;margin-bottom:32px;padding:10px 15%}}@media (max-width: 1024px){.about-us-img{width:150px}.about-us-title{font-size:24px;margin-top:10px}.aboutus-container{padding:30px 2% 0}.aboutus-section{gap:3%;flex-direction:row;align-items:flex-start;margin-bottom:30px}.aboutus-image img{border-radius:30px;margin:0 auto;display:block}.aboutus-image h2{font-size:65px;margin-top:-13%;margin-left:37%;text-align:center}.mission-section .aboutus-image h2{margin-left:-65%}.aboutus-text{font-size:14px;padding:0 10px}.why-choose-us-img{width:230px}.why-choose-us-title{font-size:24px;margin-top:17px}.why-choose-us-cards{flex-direction:row;gap:50px;padding:10px 10%}.choose-card{padding:15px 10px 14px 14px;border-radius:16px}.choose-card h3{font-size:18px}.choose-card p{font-size:13px;padding:0 2px}.choose-icon{font-size:5px;margin-top:-28px}.choose-shop-btn{font-size:14px;padding:6px 18px}}@media (max-width: 768px){.aboutus-container{padding:30px 5% 0}.aboutus{padding:10px 0}.history-section{gap:6%;margin-bottom:6px}.aboutus-image img{width:300px;border-radius:40px;margin-top:12px}.aboutus-image h2{font-size:50px;margin-top:-15%;margin-left:50%}.aboutus-text{font-size:12px;padding:0 5%;margin-top:10px}.aboutus-text p{margin:10px 0}.why-choose-us-cards{flex-direction:row;align-items:center;gap:20px;padding:0 2%}.choose-card{padding:14px 14px 5px 10px;border-radius:30px}.choose-card h3{font-size:18px}.choose-card p{font-size:13px;padding:0 6px}.choose-icon{font-size:1.1rem;margin-top:-28px}.choose-icon img{height:30px}.choose-shop-btn{font-size:14px;padding:6px 18px}}@media (max-width: 426px){.why-choose-us-header{margin-bottom:10%}.history-section{gap:6%;margin-bottom:6px;flex-direction:column}.aboutus-header{margin-top:20%}.aboutus-image img{width:300px;border-radius:40px;margin-top:8px;margin-left:15px}.aboutus-section.mission-section{flex-direction:column-reverse}.aboutus-section.mission-section .aboutus-image{margin-left:60px}.aboutus-section{gap:3%;flex-direction:column;align-items:flex-start;margin-bottom:30px}.why-choose-us-cards{flex-direction:column;align-items:center;gap:35px;padding:10px 15% 80px}}@media (max-width: 384px){.aboutus-image h2{font-size:45px;margin-top:-15%;margin-left:50%}.aboutus-image img{width:280px;border-radius:40px;margin-top:8px;margin-left:8px}}@media (max-width: 320px){.aboutus-image h2{font-size:40px;margin-top:-15%;margin-left:52%}.aboutus-image img{width:250px;border-radius:40px;margin-top:8px;margin-left:0}.aboutus-section.mission-section .aboutus-image img{margin-left:-18px}.why-choose-us-title{font-size:20px;margin-top:17px}.why-choose-us-img{width:200px}.why-choose-us-cards{flex-direction:column;align-items:center;gap:35px;padding:0 20%}}.contact{background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%}.contact-heading-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:11%}.contact-bg-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:350px}.contact-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.contact-content{display:flex;gap:8%;align-items:flex-start;padding:100px 10% 40px}.contact-info-card{background:#fff;border:.51px solid #000000;border-radius:40px;padding:30px;display:flex;flex-direction:column;gap:32px;box-shadow:0 2px 8px #00000008;width:350px}.contact-info-card a{text-decoration:none;color:inherit}.contact-info-item{display:flex;align-items:flex-start;gap:20px}.contact-icon{background:#000;color:#fff;font-size:20px;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:10px}.contact-info-title{font-weight:700;font-size:22px;margin-bottom:2px}.contact-info-text{font-size:16px;color:#222}.contact-form{border:.51px solid #000000;border-radius:40px;padding:40px 32px;flex:1;display:flex;flex-direction:column;gap:20px}.form-row{display:flex;gap:20px}.contact-form .form-row:last-child{justify-content:center}.contact-form .btn{background:#000;color:#fff;border:1px solid #000;padding:14px 28px;font-size:16px;font-weight:500;border-radius:12px;cursor:pointer;transition:all .25s ease;letter-spacing:.3px;width:100%}.contact-form .btn:hover{background:#111;border-color:#111;transform:translateY(-1px)}.contact-form .btn:active{transform:translateY(0)}.contact-form .btn:focus-visible{outline:3px solid rgba(0,0,0,.25);outline-offset:2px}.contact-form input,.contact-form textarea{flex:1;padding:16px 14px;border:.26px solid #000000;border-radius:16px;background:#f9f9f9;font-size:16px;outline:none;resize:none;box-sizing:border-box}.contact-form textarea{min-height:100px;max-width:100%}.contact-form .error-message{background-color:#f8d7da;color:#721c24;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #f5c6cb;margin:10px 0}.contact-form .success-message{background-color:#d4edda;color:#155724;padding:12px 16px;border-radius:8px;font-size:14px;border:1px solid #c3e6cb;margin:10px 0}.map-container{padding:0 10%;margin-top:40px;display:flex;justify-content:center}.map-container iframe{width:100%;border-radius:20px;box-shadow:0 2px 8px #0000001a}@media (max-width: 1440px){.contact-title{font-size:45px}.contact-bg-img{width:320px}.contact-content{padding:80px 8% 30px;gap:6%}}@media (max-width: 1024px){.contact-title{font-size:40px}.contact-bg-img{width:280px}.contact-info-text{font-size:14px;color:#222}.contact-info-title{font-weight:700;font-size:18px;margin-bottom:2px}.contact-icon{background:#000;color:#fff;font-size:15px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:8px}.contact-content{padding:60px 6% 25px;gap:5%}}@media (max-width: 768px){.contact-bg-img{width:250px}.contact-title{font-size:35px;margin-top:8px}.contact-content{padding:50px 5% 20px;gap:30px}.contact-info-card{width:-webkit-fill-available}.form-row{flex-direction:column}}@media (max-width: 426px){.contact-title{font-size:30px}.contact-content{padding:40px 10%;flex-direction:column}.contact-form{border:.51px solid #000000;border-radius:40px;padding:40px 30px 42px;flex:1;display:flex;flex-direction:column;gap:20px;width:-webkit-fill-available}}@media (max-width: 384px){.contact-title{font-size:28px;margin-top:8px}.contact-bg-img{width:230px}.contact-form{border:.51px solid #000000;border-radius:40px;padding:30px 20px;flex:1;display:flex;flex-direction:column;gap:18px}.map-container{padding:0 8%;margin:30px 0;display:flex;justify-content:center}}@media (max-width: 320px){.contact-bg-img{width:210px}.contact-title{font-size:25px;margin-top:8px}.contact-form{border:.51px solid #000000;border-radius:40px;padding:25px 18px;flex:1;display:flex;flex-direction:column;gap:18px}}.policy{background-size:cover;background-position:center;background-repeat:no-repeat;padding:60px 0;width:100%}.policy-heading-section{position:relative;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:11%}.policy-bg-img{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:350px}.policy-title{position:relative;font-size:50px;font-family:Playfair Display,serif;color:#191919;font-weight:400;z-index:2;background:transparent;line-height:1.1;margin:0;padding:0 0rem 0rem;display:inline-block}.policy-content-row{display:flex;justify-content:flex-start;align-items:flex-start;gap:90px;padding:10%}.policy-sidebar{width:230px;background:#fff;border:.43px solid #000000;border-radius:32px;padding:40px 50px;display:flex;flex-direction:column;gap:22px;font-family:Playfair Display,serif;font-size:25px;color:#b3b3b3;box-shadow:0 2px 16px #00000008}.policy-sidebar-item{cursor:pointer;transition:color .2s,font-weight .2s}.policy-sidebar-item.active{color:#000;font-weight:500;font-size:40px}.policy-main-content{flex:1;background:#fff;border-radius:0;padding:0;font-family:DM Sans,sans-serif}.policy-main-content h2{font-family:Playfair Display,serif;font-size:50px;color:#191919;font-weight:400;margin-top:0;margin-bottom:18px}.policy-main-content p{font-size:17px;color:#191919;line-height:1.6;max-width:700px;margin:0}@media screen and (max-width: 1440px){.policy-title{font-size:45px}.policy-bg-img{width:320px}.policy-content-row{gap:70px}.policy-main-content h2{font-size:45px}}@media screen and (max-width: 1024px){.policy-title{font-size:40px}.policy-bg-img{width:280px}.policy-content-row{gap:50px}.policy-sidebar{width:200px;padding:30px 40px;font-size:22px}.policy-sidebar-item.active{font-size:35px}.policy-main-content h2{font-size:40px}.policy-main-content p{font-size:14px}}@media screen and (max-width: 768px){.policy-title{font-size:35px}.policy-bg-img{width:250px}.policy-content-row{gap:30px}.policy-sidebar{padding:25px 30px;font-size:20px}.policy-sidebar-item.active{font-size:30px}.policy-main-content h2{font-size:35px}}@media screen and (max-width: 426px){.policy-title{font-size:30px}.policy-bg-img{width:220px}.policy-content-row{padding:15% 10% 10%;flex-direction:column;gap:25px}.policy-sidebar{padding:20px 25px;font-size:18px;width:-webkit-fill-available}.policy-sidebar-item.active{font-size:25px}}@media screen and (max-width: 383px){.policy-title{font-size:28px}.policy-bg-img{width:200px}.policy-content-row{gap:20px}.policy-sidebar{padding:18px 20px;font-size:16px}.policy-sidebar-item.active{font-size:22px}}@media screen and (max-width: 320px){.policy-title{font-size:25px}.policy-bg-img{width:180px}.policy-content-row{gap:15px}.policy-sidebar{padding:15px 18px;font-size:14px}.policy-sidebar-item.active{font-size:20px}}.vivera-public-loader{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#fff;z-index:9999;animation:publicLoaderFadeIn .3s ease-out}.public-loader-content{display:flex;flex-direction:column;align-items:center;text-align:center;animation:publicContentSlideUp .6s ease-out}.public-loader-logo{margin-bottom:1.5rem;animation:publicLogoFloat 2s ease-in-out infinite}.public-loader-icon{width:80px;height:80px;object-fit:contain;border-radius:50%;box-shadow:0 4px 20px #0000001a}.public-loader-text{margin-bottom:2rem}.public-loader-brand{font-size:2rem;font-weight:600;color:#191919;margin:0;font-family:DM Sans,sans-serif;letter-spacing:1px;text-transform:uppercase;animation:publicTextShimmer 2s ease-in-out infinite}.public-loader-progress{width:280px}.public-progress-bar{width:100%;height:6px;background-color:#f0f0f0;border-radius:3px;overflow:hidden;margin-bottom:1rem;box-shadow:inset 0 1px 3px #0000001a}.public-progress-fill{height:100%;background:linear-gradient(90deg,#191919,#333,#191919);background-size:200% 100%;border-radius:3px;transition:width .2s ease-out;animation:publicProgressShimmer 2s ease-in-out infinite}.public-progress-text{font-size:1rem;font-weight:500;color:#666;font-family:DM Sans,sans-serif;text-align:center;animation:publicPercentPulse 2s ease-in-out infinite}@keyframes publicLoaderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes publicContentSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes publicLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes publicTextShimmer{0%,to{opacity:1}50%{opacity:.7}}@keyframes publicProgressShimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes publicPercentPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.02)}}@media (min-width: 1440px){.public-loader-icon{width:100px;height:100px}.public-loader-brand{font-size:2.4rem;letter-spacing:1.5px}.public-loader-progress{width:320px}.public-progress-bar{height:8px}.public-progress-text{font-size:1.1rem}}@media (max-width: 1024px){.public-loader-icon{width:75px;height:75px}.public-loader-brand{font-size:1.8rem;letter-spacing:1px}.public-loader-progress{width:280px}.public-progress-text{font-size:1rem}}@media (max-width: 768px){.public-loader-icon{width:70px;height:70px}.public-loader-brand{font-size:1.6rem;letter-spacing:.8px}.public-loader-logo{margin-bottom:1.2rem}.public-loader-text{margin-bottom:1.8rem}.public-loader-progress{width:250px}.public-progress-bar{height:5px}.public-progress-text{font-size:.95rem}}@media (max-width: 426px){.public-loader-icon{width:65px;height:65px}.public-loader-brand{font-size:1.4rem;letter-spacing:.6px}.public-loader-logo{margin-bottom:1rem}.public-loader-text{margin-bottom:1.5rem}.public-loader-progress{width:220px}.public-progress-bar{height:4px}.public-progress-text{font-size:.9rem}}@media (max-width: 375px){.public-loader-icon{width:60px;height:60px}.public-loader-brand{font-size:1.3rem;letter-spacing:.5px}.public-loader-progress{width:200px}.public-progress-text{font-size:.85rem}}@media (max-width: 320px){.public-loader-icon{width:55px;height:55px}.public-loader-brand{font-size:1.2rem;letter-spacing:.4px}.public-loader-logo{margin-bottom:.8rem}.public-loader-text{margin-bottom:1.2rem}.public-loader-progress{width:180px}.public-progress-bar{height:3px}.public-progress-text{font-size:.8rem}}@media (prefers-reduced-motion: reduce){.vivera-public-loader,.public-loader-content,.public-loader-logo,.public-loader-brand,.public-progress-fill{animation:none!important}.public-loader-content{opacity:1;transform:none}.public-progress-fill{transition:width .4s ease-out}}.splash-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#fafafa,#fff,#f8f9fa);display:flex;justify-content:center;align-items:center;z-index:9999;opacity:1;transition:opacity .8s cubic-bezier(.4,0,.2,1);overflow:hidden}.splash-screen.fade-out{opacity:0;transform:scale(1.02)}.luxury-bg{position:absolute;width:100%;height:100%;pointer-events:none}.bg-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 25% 25%,rgba(0,0,0,.02) 1px,transparent 1px),radial-gradient(circle at 75% 75%,rgba(0,0,0,.02) 1px,transparent 1px);background-size:60px 60px;animation:patternFloat 20s ease-in-out infinite}.elegant-circles{position:absolute;width:100%;height:100%}.circle{position:absolute;border:1px solid rgba(0,0,0,.05);border-radius:50%;animation:circleFloat 15s ease-in-out infinite}.circle-1{width:300px;height:300px;top:10%;right:10%;animation-delay:0s}.circle-2{width:200px;height:200px;bottom:15%;left:15%;animation-delay:5s}.circle-3{width:150px;height:150px;top:60%;right:20%;animation-delay:10s}.splash-content{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:90%;position:relative;z-index:2}.logo-section{margin-bottom:4rem;position:relative;opacity:0;transform:translateY(60px) scale(.8);transition:all 1.5s cubic-bezier(.23,1,.32,1)}.logo-section.show{opacity:1;transform:translateY(0) scale(1)}.logo-frame{position:absolute;top:-30px;left:-30px;right:-30px;bottom:-30px;pointer-events:none}.frame-corner{position:absolute;width:40px;height:40px;border:2px solid #000;opacity:0;animation:frameAppear 2s ease-out .5s forwards}.frame-corner.tl{top:0;left:0;border-right:none;border-bottom:none}.frame-corner.tr{top:0;right:0;border-left:none;border-bottom:none}.frame-corner.bl{bottom:0;left:0;border-right:none;border-top:none}.frame-corner.br{bottom:0;right:0;border-left:none;border-top:none}.luxury-logo{width:350px;height:auto;object-fit:contain;filter:brightness(0) saturate(100%) drop-shadow(0 20px 40px rgba(0,0,0,.1));animation:logoGlow 4s ease-in-out infinite}.tagline-section{margin-bottom:5rem;position:relative;opacity:0;transform:translateY(40px);transition:all 1.2s cubic-bezier(.23,1,.32,1)}.tagline-section.show{opacity:1;transform:translateY(0)}.tagline-ornament{width:80px;height:1px;background:linear-gradient(90deg,transparent,#333,transparent);margin:0 auto;position:relative}.tagline-ornament.top{margin-bottom:2rem;animation:ornamentGrow 1.5s ease-out 1.5s both}.tagline-ornament.bottom{margin-top:2rem;animation:ornamentGrow 1.5s ease-out 2.5s both}.tagline-ornament:before,.tagline-ornament:after{content:"";position:absolute;top:-2px;width:5px;height:5px;background:#333;border-radius:50%}.tagline-ornament:before{left:-10px}.tagline-ornament:after{right:-10px}.luxury-tagline{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap;align-items:center}.tagline-word{display:inline-block;font-size:2.8rem;font-weight:300;color:#1a1a1a;letter-spacing:4px;text-transform:uppercase;font-family:Playfair Display,serif;opacity:0;transform:translateY(40px) rotateX(90deg);animation:luxuryWordReveal 1.2s cubic-bezier(.23,1,.32,1) forwards;position:relative}.tagline-word:after{content:"";position:absolute;bottom:-8px;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,transparent,#333,transparent);animation:underlineGrow .8s ease-out forwards}.word-1{animation-delay:.3s;font-family:Playfair Display,serif}.word-1:after{animation-delay:1.5s}.word-2{animation-delay:.6s;color:#2c2c2c;font-weight:400;font-style:italic;font-family:Playfair Display,serif}.word-2:after{animation-delay:1.8s}.word-3{animation-delay:.9s;font-family:Playfair Display,serif}.word-3:after{animation-delay:2.1s}.loading-section{width:400px;opacity:0;transform:translateY(30px);transition:all 1s cubic-bezier(.23,1,.32,1)}.loading-section.show{opacity:1;transform:translateY(0)}.loading-wrapper{position:relative}.progress-track{width:100%;height:6px;background:linear-gradient(90deg,#f0f0f0,#e8e8e8,#f0f0f0);border-radius:3px;overflow:hidden;position:relative;box-shadow:inset 0 2px 4px #0000001a,0 1px 2px #fffc}.progress-fill{height:100%;background:linear-gradient(90deg,#1a1a1a,#333,#1a1a1a);border-radius:3px;transition:width .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.progress-glow{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:progressShine 2s ease-in-out infinite}.progress-info{display:flex;justify-content:center;align-items:center;margin-top:1.5rem}.progress-percent{font-size:1.1rem;font-weight:600;color:#333;font-family:Playfair Display,serif;animation:percentPulse 2s ease-in-out infinite}@media (min-width: 1440px){.luxury-logo{width:400px}.tagline-word{font-size:3.2rem;letter-spacing:5px}.luxury-tagline{gap:2rem}.logo-section{margin-bottom:4.5rem}.tagline-section{margin-bottom:5.5rem}.loading-section{width:450px}.progress-track{height:8px}.progress-percent{font-size:1.3rem}}@media (max-width: 1024px){.luxury-logo{width:350px}.tagline-word{font-size:2.8rem;letter-spacing:3.5px}.luxury-tagline{gap:1.5rem}.logo-section{margin-bottom:4rem}.tagline-section{margin-bottom:5rem}.loading-section{width:400px}.progress-percent{font-size:1.1rem}}@media (max-width: 768px){.luxury-logo{width:300px}.tagline-word{font-size:2.4rem;letter-spacing:3px}.luxury-tagline{gap:1.2rem}.logo-section{margin-bottom:3.5rem}.tagline-section{margin-bottom:4.5rem}.loading-section{width:350px}.progress-track{height:5px}.progress-percent{font-size:1rem}.circle{display:none}}@media (max-width: 426px){.luxury-logo{width:260px}.tagline-word{font-size:2rem;letter-spacing:2px}.luxury-tagline{gap:1rem;flex-direction:column;line-height:1.2}.logo-section{margin-bottom:3rem}.tagline-section{margin-bottom:4rem}.loading-section{width:300px}.progress-track{height:4px}.progress-percent{font-size:.95rem}.frame-corner{width:30px;height:30px}.logo-frame{top:-20px;left:-20px;right:-20px;bottom:-20px}}@media (max-width: 375px){.luxury-logo{width:220px}.tagline-word{font-size:1.8rem;letter-spacing:1.5px}.luxury-tagline{gap:.8rem}.logo-section{margin-bottom:2.5rem}.tagline-section{margin-bottom:3.5rem}.loading-section{width:280px}.progress-percent{font-size:.9rem}}@media (max-width: 320px){.luxury-logo{width:200px}.tagline-word{font-size:1.6rem;letter-spacing:1px}.luxury-tagline{gap:.6rem}.logo-section{margin-bottom:2rem}.tagline-section{margin-bottom:3rem}.loading-section{width:250px}.progress-percent{font-size:.85rem}.bg-pattern{display:none}}@keyframes patternFloat{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-20px) rotate(180deg);opacity:.6}}@keyframes circleFloat{0%,to{transform:translateY(0) scale(1);opacity:.1}33%{transform:translateY(-30px) scale(1.1);opacity:.2}66%{transform:translateY(20px) scale(.9);opacity:.15}}@keyframes frameAppear{0%{opacity:0;transform:scale(.8)}to{opacity:.8;transform:scale(1)}}@keyframes logoGlow{0%,to{filter:brightness(0) saturate(100%) drop-shadow(0 20px 40px rgba(0,0,0,.1));transform:scale(1)}50%{filter:brightness(0) saturate(100%) drop-shadow(0 25px 50px rgba(0,0,0,.15));transform:scale(1.01)}}@keyframes ornamentGrow{0%{width:0;opacity:0}to{width:80px;opacity:1}}@keyframes luxuryWordReveal{0%{opacity:0;transform:translateY(40px) rotateX(90deg)}60%{opacity:1;transform:translateY(-5px) rotateX(-10deg)}to{opacity:1;transform:translateY(0) rotateX(0)}}@keyframes underlineGrow{0%{width:0;opacity:0}to{width:60%;opacity:.7}}@keyframes progressShine{0%{left:-100%}to{left:100%}}@keyframes percentPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@media (min-width: 1440px){.luxury-logo{width:400px}.tagline-word{font-size:3.2rem;letter-spacing:5px}.luxury-tagline{gap:2rem}.logo-section{margin-bottom:4.5rem}.tagline-section{margin-bottom:5.5rem}.loading-section{width:450px}.progress-track{height:8px}.progress-percent{font-size:1.3rem}.progress-label{font-size:1rem}}@media (max-width: 1024px){.luxury-logo{width:350px}.tagline-word{font-size:2.8rem;letter-spacing:3.5px}.luxury-tagline{gap:1.5rem}.logo-section{margin-bottom:4rem}.tagline-section{margin-bottom:5rem}.loading-section{width:400px}.progress-percent{font-size:1.1rem}.progress-label{font-size:.9rem}}@media (max-width: 768px){.luxury-logo{width:300px}.tagline-word{font-size:2.4rem;letter-spacing:3px}.luxury-tagline{gap:1.2rem}.logo-section{margin-bottom:3.5rem}.tagline-section{margin-bottom:4.5rem}.loading-section{width:350px}.progress-track{height:5px}.progress-percent{font-size:1rem}.progress-label{font-size:.85rem}.circle{display:none}}@media (max-width: 426px){.luxury-logo{width:260px}.tagline-word{font-size:2rem;letter-spacing:2px}.luxury-tagline{gap:1rem;flex-direction:column;line-height:1.2}.logo-section{margin-bottom:3rem}.tagline-section{margin-bottom:4rem}.loading-section{width:300px}.progress-track{height:4px}.progress-percent{font-size:.95rem}.progress-label{font-size:.8rem}.frame-corner{width:30px;height:30px}.logo-frame{top:-20px;left:-20px;right:-20px;bottom:-20px}}@media (max-width: 375px){.luxury-logo{width:220px}.tagline-word{font-size:1.8rem;letter-spacing:1.5px}.luxury-tagline{gap:.8rem}.logo-section{margin-bottom:2.5rem}.tagline-section{margin-bottom:3.5rem}.loading-section{width:280px}.progress-percent{font-size:.9rem}.progress-label{font-size:.75rem}}@media (max-width: 320px){.luxury-logo{width:200px}.tagline-word{font-size:1.6rem;letter-spacing:1px}.luxury-tagline{gap:.6rem}.logo-section{margin-bottom:2rem}.tagline-section{margin-bottom:3rem}.loading-section{width:250px}.progress-percent{font-size:.85rem}.progress-label{font-size:.7rem}.bg-pattern{display:none}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.luxury-logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.splash-screen,.logo-section,.tagline-section,.loading-section,.progress-fill,.luxury-logo,.tagline-word,.frame-corner,.tagline-ornament,.progress-glow,.circle,.bg-pattern{animation:none!important}.splash-screen.fade-out{transition:opacity .3s ease-out}.progress-fill{transition:width .4s ease-out}.logo-section.show,.tagline-section.show,.loading-section.show,.tagline-word{opacity:1;transform:none}.frame-corner{opacity:.8}.tagline-ornament{width:80px;opacity:1}}@media (min-width: 1440px){.splash-logo{width:380px}.word{font-size:2.6rem;letter-spacing:4px}.tagline-text{gap:1.2rem}.logo-container{margin-bottom:3.5rem}.tagline{margin-bottom:4.5rem}.loading-container{width:320px}.loading-bar{height:4px}.loading-text{font-size:1.1rem}}@media (max-width: 1024px){.splash-logo{width:320px}.word{font-size:2.2rem;letter-spacing:2.5px}.tagline-text{gap:1rem}.logo-container{margin-bottom:3rem}.tagline{margin-bottom:4rem}.loading-container{width:280px}.loading-text{font-size:1rem}}@media (max-width: 768px){.splash-logo{width:280px}.word{font-size:1.9rem;letter-spacing:2px}.tagline-text{gap:.8rem}.logo-container{margin-bottom:2.5rem}.tagline{margin-bottom:3.5rem}.loading-container{width:250px}.loading-text{font-size:.95rem}}@media (max-width: 426px){.splash-logo{width:240px}.word{font-size:1.6rem;letter-spacing:1.5px}.tagline-text{gap:.6rem;flex-direction:column;line-height:1.2}.logo-container{margin-bottom:2rem}.tagline{margin-bottom:3rem}.loading-container{width:220px}.loading-text{font-size:.9rem}}@media (max-width: 375px){.splash-logo{width:200px}.word{font-size:1.4rem;letter-spacing:1px}.tagline-text{gap:.5rem}.logo-container{margin-bottom:1.8rem}.tagline{margin-bottom:2.8rem}.loading-container{width:200px}.loading-text{font-size:.85rem}}@media (max-width: 320px){.splash-logo{width:180px}.word{font-size:1.2rem;letter-spacing:.8px}.tagline-text{gap:.4rem}.logo-container{margin-bottom:1.5rem}.tagline{margin-bottom:2.5rem}.loading-container{width:180px}.loading-text{font-size:.8rem}}@media (prefers-reduced-motion: reduce){.splash-screen,.logo-container,.tagline,.loading-container,.loading-progress,.splash-logo,.word{animation:none!important}.splash-screen.fade-out{transition:opacity .3s ease-out}.loading-progress{transition:width .4s ease-out}.logo-container.show,.tagline.show,.loading-container.show,.word{opacity:1;transform:none}}@media (min-width: 1440px){.splash-logo{width:350px}.tagline p{font-size:2.4rem;letter-spacing:2.5px;gap:1rem}.logo-container{margin-bottom:3rem}.tagline{margin-bottom:4rem}.loading-container{width:380px}.loading-bar{height:10px}.loading-text{font-size:1.2rem}.loading-label{font-size:1rem}}@media (max-width: 1024px){.splash-logo{width:280px}.tagline p{font-size:1.8rem;letter-spacing:1.5px;gap:.7rem}.logo-container{margin-bottom:2.2rem}.tagline{margin-bottom:3.2rem}.loading-container{width:300px}.loading-bar{height:7px}.loading-text{font-size:1rem}.loading-label{font-size:.85rem}}@media (max-width: 768px){.splash-logo{width:240px}.tagline p{font-size:1.5rem;letter-spacing:1px;gap:.6rem}.logo-container{margin-bottom:2rem}.tagline{margin-bottom:2.8rem}.loading-container{width:260px}.loading-bar{height:6px}.loading-text{font-size:.95rem}.loading-label{font-size:.8rem}.particle{width:3px;height:3px}}@media (max-width: 426px){.splash-logo{width:200px}.tagline p{font-size:1.3rem;letter-spacing:.8px;gap:.5rem;flex-direction:column;line-height:1.3}.logo-container{margin-bottom:1.5rem}.tagline{margin-bottom:2.5rem}.loading-container{width:220px}.loading-bar{height:5px}.loading-text{font-size:.9rem}.loading-label{font-size:.75rem}.particle{width:2px;height:2px}}@media (max-width: 375px){.splash-logo{width:180px}.tagline p{font-size:1.2rem;letter-spacing:.5px;gap:.4rem}.logo-container{margin-bottom:1.3rem}.tagline{margin-bottom:2.2rem}.loading-container{width:200px}.loading-bar{height:4px}.loading-text{font-size:.85rem}.loading-label{font-size:.7rem}}@media (max-width: 320px){.splash-logo{width:160px}.tagline p{font-size:1.1rem;letter-spacing:.3px;gap:.3rem}.logo-container{margin-bottom:1rem}.tagline{margin-bottom:2rem}.loading-container{width:180px}.loading-bar{height:4px}.loading-text{font-size:.8rem}.loading-label{font-size:.65rem}.particle{display:none}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.splash-logo{image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}}@media (prefers-reduced-motion: reduce){.splash-screen,.splash-content,.logo-container,.tagline,.loading-container,.loading-progress,.particle,.logo-glow,.splash-logo,.word,.loading-shine{animation:none!important}.splash-screen.fade-out{transition:opacity .3s ease-out}.loading-progress{transition:width .5s ease-out}.logo-container.show,.tagline.show,.loading-container.show,.word{opacity:1;transform:none}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dashboard-layout{display:flex;height:100vh;background:#fff;color:#000;font-family:DM Sans,Inter,Arial,sans-serif;position:relative}.dashboard-sidebar{width:240px;background:#000;color:#fff;display:flex;flex-direction:column;align-items:flex-start;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;bottom:0;z-index:100;border-right:1.5px solid #000}.dashboard-layout.collapsed .dashboard-sidebar{width:80px}.sidebar-logo{width:100%;display:flex;align-items:center;justify-content:center;padding:12px 0;border-bottom:1px solid #222;flex-shrink:0;background:#000;z-index:2}.sidebar-logo img{width:auto;height:50px;object-fit:contain;border-radius:12px;padding:4px;transition:all .3s cubic-bezier(.4,0,.2,1)}.dashboard-layout.collapsed .sidebar-logo img{width:40px;height:40px;padding:2px}.sidebar-toggle-btn{position:fixed;left:220px;top:9%;transform:translateY(-50%);background:#fff;color:#000;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:101;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #00000026}.dashboard-layout.collapsed .sidebar-toggle-btn{left:60px}.toggle-arrow{width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.4,0,.2,1)}.toggle-arrow.collapsed{transform:rotate(180deg)}.dashboard-sidebar nav{width:100%;padding-top:12px;flex:1 1 auto;overflow-y:auto;min-height:0;scrollbar-width:none}.dashboard-sidebar ul{list-style:none;padding:0;margin:0;width:100%}.dashboard-sidebar li{width:100%}.dashboard-sidebar a{display:flex;align-items:center;gap:12px;padding:16px 24px;color:#fff;text-decoration:none;font-weight:500;letter-spacing:.02em;border-radius:0 24px 24px 0;transition:all .3s cubic-bezier(.4,0,.2,1);white-space:nowrap;overflow:hidden}.sidebar-icon{min-width:20px;transition:all .3s cubic-bezier(.4,0,.2,1)}.link-text{transition:opacity .3s cubic-bezier(.4,0,.2,1)}.dashboard-layout.collapsed .link-text{opacity:0;width:0}.dashboard-layout.collapsed .sidebar-icon{margin:0 auto}.dashboard-layout.collapsed .dashboard-sidebar a{padding:16px 0;justify-content:center}.dashboard-layout.collapsed .dashboard-sidebar a:hover{padding-left:0}.dashboard-layout.collapsed .dashboard-sidebar a:hover,.dashboard-sidebar a.active{background:#222;color:#fff;padding-left:32px}.dashboard-main{margin-left:240px;flex:1;display:flex;flex-direction:column;min-width:0;height:100vh;transition:margin-left .3s cubic-bezier(.4,0,.2,1);background:#fff}.dashboard-layout.collapsed .dashboard-main{margin-left:80px}.dashboard-header{height:64px;background:#000;color:#fff;display:flex;align-items:center;padding:0 32px;font-size:1.5rem;font-weight:700;border-bottom:1.5px solid #000;position:sticky;top:0;z-index:10;gap:18px;justify-content:space-between}.header-left{flex:0 0 auto}.header-right{display:flex;align-items:center;gap:24px}.fullscreen-toggle{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;cursor:pointer;padding:5px;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0;min-width:40px;min-height:40px;z-index:10;position:relative}.fullscreen-toggle:hover{background-color:#fff3;border-color:#ffffff4d}.global-search{position:relative;width:280px;background:transparent;flex-shrink:0;z-index:1}.global-search .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#fff;z-index:1}.global-search-input{width:100%;padding:10px 12px 10px 40px;border:1px solid #ffffff;border-radius:8px;font-size:14px;background:transparent;color:#fff;transition:all .2s ease;box-sizing:border-box}.global-search-input:focus{outline:none;border-color:none}.global-search-input::placeholder{color:#999}.header-logo img{width:38px;height:38px;object-fit:contain;border-radius:12px;background:#fff;padding:4px}.dashboard-content{flex:1;padding:32px;background:#fff;color:#000;overflow-y:auto}.dashboard-footer{height:48px;background:#000;color:#fff;display:flex;align-items:center;justify-content:center;font-size:1rem;border-top:1.5px solid #000;position:sticky;bottom:0}.dashboard-sidebar nav ul li a{display:flex;align-items:center;padding:12px 20px;color:#fff;text-decoration:none;transition:background-color .3s}.dashboard-sidebar nav ul li a:hover,.dashboard-sidebar nav ul li a.active{background-color:#ffffff1a}.dashboard-sidebar nav ul li a.active{border-left:4px solid #fff}.profile-menu{position:relative}.profile-trigger{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s;color:#fff;gap:.5rem}.profile-dropdown{position:absolute;top:100%;right:0;background-color:#000;border-radius:8px;box-shadow:0 4px 12px #0003;min-width:200px;margin-top:.5rem;z-index:1000}.profile-dropdown .dropdown-item{display:flex;align-items:center;padding:.75rem 1rem;color:#fff;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s;gap:.75rem;font-size:.875rem}.profile-dropdown .dropdown-item:hover{background-color:#ffffff1a;color:#000}.profile-dropdown .dropdown-item.logout{width:100%;border:none;background:none;cursor:pointer;text-align:left;font-size:1rem;color:#f44}.profile-dropdown .dropdown-divider{height:1px;background-color:#ffffff1a;margin:.5rem 0}.admin-name{font-size:.875rem;font-weight:500}.table-container{width:100%;overflow-x:auto;border:1px solid #f0f0f0;border-radius:8px;scrollbar-width:none}.common-table{width:100%;border-collapse:collapse;background-color:#fff}.common-table th,.common-table td{padding:16px;text-align:left;border-bottom:1px solid #f0f0f0;font-size:14px;vertical-align:middle}.common-table th{background-color:#fafafa;font-weight:600;color:#262626;white-space:nowrap}.common-table tbody tr:last-child td{border-bottom:none}.common-table tbody tr:hover{background-color:#f5f5f5}.common-table .s-n{width:5%;text-align:center}.common-table .image-cell img{width:60px;height:40px;object-fit:cover;border-radius:4px}.common-table .status-cell .status{padding:4px 12px;border-radius:16px;font-size:12px;font-weight:500;text-transform:capitalize;display:inline-block}.common-table .status-cell .status.active{color:#c82a46;background-color:#fce8e6}.common-table .status-cell .status.inactive{color:#595959;background-color:#f0f0f0}.common-table .actions-cell{text-align:left}.actions-buttons{display:flex;gap:8px;justify-content:flex-start}@media (max-width: 768px){.common-table th,.common-table td{padding:12px}}.filter-container{display:flex;gap:18px}.filter-item{display:flex;align-items:center}.filter-select{background:#111;color:#fff;border:1px solid #222;border-radius:6px;padding:7px 16px;font-size:15px;transition:border .2s,box-shadow .2s}.filter-select:focus{outline:none;border-color:#fff;box-shadow:0 0 0 2px #fff}.filter-select:hover{border-color:#fff}.dropdown-select{width:100%;margin-bottom:20px}.required-mark{color:#fff;margin-left:2px}.react-select__control{background:#111!important;color:#fff!important;border:1px solid #222!important;min-height:44px;border-radius:6px!important;box-shadow:none!important;transition:border .2s}.react-select__control--is-focused{border:1.5px solid #fff!important}.react-select__single-value,.react-select__input-container,.react-select__placeholder{color:#fff!important}.react-select__menu{background:#111!important;color:#fff!important;border-radius:6px!important;box-shadow:0 4px 16px #0000002e!important}.react-select__option{background:#111!important;color:#fff!important;transition:background .2s,color .2s}.react-select__option--is-selected{background:#fff!important;color:#111!important}.react-select__option--is-focused{background:#222!important;color:#fff!important}.action-buttons{display:inline-flex}.action-buttons .action-btn{padding:6px;border-radius:6px}.action-button:disabled{opacity:.5;cursor:not-allowed}.action-button.edit:hover{color:#000}.action-button.delete:hover{color:#dc2626}.action-button.small{padding:4px}.action-button.small svg{width:14px;height:14px}.action-button.medium{padding:6px}.action-button.medium svg{width:16px;height:16px}.action-button.large{padding:8px}.action-button.large svg{width:18px;height:18px}td .action-button{margin:0 auto}.action-btn-small svg{width:16px;height:16px}.action-btn-medium{padding:6px}.action-btn-medium svg{width:20px;height:20px}.action-btn-large{padding:8px}.action-btn-large svg{width:24px;height:24px}.action-btn-view{color:#000}.action-btn-view:hover{background:#0000000d}.action-btn-edit{color:#000}.action-btn-edit:hover{background:#0000000d}.action-btn-delete{color:#ff3b30}.action-btn-delete:hover{background:#ff3b301a}.action-btn-active{color:#34c759}.action-btn-active:hover{background:#34c7591a}.action-btn-inactive{color:#8e8e93}.action-btn-inactive:hover{background:#8e8e931a}.action-btn-approve{color:#34c759}.action-btn-approve:hover{background:#34c7591a}.action-btn-reject{color:#ff3b30}.action-btn-reject:hover{background:#ff3b301a}.table-actions{display:flex;gap:8px;justify-content:flex-end;align-items:center}.action-btn[title]{position:relative}.action-btn[title]:hover:after{content:attr(title);position:absolute;bottom:100%;left:50%;transform:translate(-50%);padding:4px 8px;background:#000c;color:#fff;font-size:12px;border-radius:4px;white-space:nowrap;pointer-events:none;margin-bottom:4px}.table-with-controls{background:#fff;color:#000;border-radius:12px;padding:22px;box-shadow:0 2px 8px #00000014;border:1px solid rgba(0,0,0,.08)}.table-controls{display:flex;justify-content:flex-end;align-items:center;margin-bottom:18px}.controls-left{display:flex;align-items:center;gap:14px;flex:1}.controls-left:empty{display:none}.controls-right{display:flex;align-items:center;gap:14px;margin-left:auto}.action-buttons{display:flex;gap:10px}.pagination{display:flex;gap:6px;justify-content:center;margin-top:18px}.pagination-btn{background:#fff;color:#000;border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:7px 16px;cursor:pointer;transition:all .2s ease;font-size:15px}.pagination-btn.active,.pagination-btn:hover:not(:disabled){background:#000;color:#fff;border-color:#000}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-ellipsis{color:#000;padding:0 10px;font-size:18px;opacity:.7}.modern-searchbar-form{width:100%;max-width:300px}.modern-searchbar-group{display:flex;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.1);border-radius:6px;padding:6px 12px;transition:all .2s ease}.modern-searchbar-group:focus-within{border-color:#000;box-shadow:0 0 0 2px #0000000d}.modern-searchbar-icon{color:#000;margin-right:10px;opacity:.7}.modern-searchbar-input{background:transparent;color:#000;border:none;outline:none;font-size:16px;width:100%}.modern-searchbar-input::placeholder{color:#00000080}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px;padding-bottom:16px;border-bottom:1px solid rgba(0,0,0,.08)}.page-title{font-size:24px;font-weight:600;color:#000;margin:0}.header-controls{display:flex;align-items:center;gap:14px}.common-button{display:inline-flex;align-items:center;justify-content:center;padding:10px 20px;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:1px solid transparent;gap:8px;min-width:100px;outline:none;position:relative}.common-button:focus{outline:none;box-shadow:0 0 0 2px #0000001a}.common-button.primary{background:#000;color:#fff}.common-button.primary:hover{background:transparent;border-color:#000;color:#000;transform:translateY(-1px)}.common-button.primary:active{transform:translateY(0)}.common-button.secondary{background:#fff;border:1px solid rgba(0,0,0,.1);color:#000}.common-button.secondary:hover{background:#f8f8f8;border-color:#0003;transform:translateY(-1px)}.common-button.secondary:active{transform:translateY(0)}.common-button.danger{background:#ff3b301a;color:#ff3b30;border:1px solid rgba(255,59,48,.2)}.common-button.danger:hover{background:#ff3b3033;border-color:#ff3b304d;transform:translateY(-1px)}.common-button.danger:active{transform:translateY(0)}.common-button:disabled{opacity:.5;cursor:not-allowed;transform:none!important;pointer-events:none}.common-button.small{padding:6px 12px;font-size:13px;min-width:80px}.common-button.large{padding:12px 24px;font-size:15px;min-width:120px}.common-button.icon-only{padding:8px;min-width:auto;border-radius:8px}.common-button.icon-only.small{padding:6px}.common-button.icon-only.large{padding:12px}.common-button.loading{position:relative;color:transparent!important}.common-button.loading:after{content:"";position:absolute;width:16px;height:16px;border:2px solid;border-radius:50%;border-color:currentColor transparent transparent;animation:button-loading .8s linear infinite}@keyframes button-loading{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.input-field{display:flex;flex-direction:column;margin-bottom:18px;color:#fff}.input-field label{display:block;font-size:18px;font-weight:600;color:#000}.text-input,.select-input,.textarea-input{background:#111;color:#fff;border:1px solid #222;border-radius:6px;padding:10px 14px;font-size:16px;transition:border .2s,box-shadow .2s}.text-input:focus,.select-input:focus,.textarea-input:focus{outline:none;border-color:#fff;box-shadow:0 0 0 2px #fff}.file-input-container{display:flex;align-items:center}.file-input-wrapper{position:relative;display:flex;align-items:center}.file-input{opacity:0;position:absolute;left:0;width:100%;height:100%;cursor:pointer}.file-input-placeholder{background:#111;color:#fff;border:1px solid #222;border-radius:6px 0 0 6px;padding:10px 14px;min-width:120px}.file-input-button{background:#fff;color:#111;border:1px solid #fff;border-radius:0 6px 6px 0;padding:10px 18px;cursor:pointer;font-weight:500;transition:background .2s,color .2s}.file-input-button:hover{background:#111;color:#fff}.file-preview{margin-left:18px}.file-preview-image{max-width:70px;max-height:70px;border-radius:6px;border:1px solid #fff}.management-page{padding:24px}.management-container{background-color:#fff;padding:24px;border-radius:12px;box-shadow:0 4px 12px #0000000d}.management-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.management-header .title{font-size:22px;font-weight:600;color:#1a1a1a}.management-header .controls{display:flex;gap:16px;align-items:center}.search-bar-container{position:relative}.search-bar-container .search-input{width:280px;height:40px;padding:0 16px 0 40px;border-radius:6px;border:1px solid #dcdcdc;font-size:14px}.search-bar-container .search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:#8c8c8c}.tab-buttons{display:flex;gap:12px;margin-bottom:20px}.tab-buttons button{padding:10px 20px;border:1px solid #ddd;background:#f8f9fa;border-radius:6px;cursor:pointer;transition:all .3s ease;font-size:14px;font-weight:500}.tab-buttons button:hover{background:#e9ecef}.tab-buttons button[data-variant=primary]{background:#1976d2;color:#fff;border-color:#1976d2}.tab-buttons button[data-variant=primary]:hover{background:#1565c0}.tab-buttons button[data-variant=secondary]{background:#f8f9fa;color:#495057;border-color:#ddd}.tab-buttons button[data-variant=secondary]:hover{background:#e9ecef}.dashboard-page h3{margin-bottom:8px;color:#333;font-size:18px;font-weight:600}.dashboard-page p{margin-bottom:20px;color:#666;font-size:14px}.order-status{padding:4px 8px;border-radius:4px;font-size:12px;font-weight:500;text-transform:capitalize}.order-status.pending{background:#fff3cd;color:#856404}.order-status.approved{background:#d4edda;color:#155724}.order-status.rejected{background:#f8d7da;color:#721c24}.product-variations{font-size:12px;color:#666}.product-variations div{margin-bottom:2px;padding:2px 4px;background:#f8f9fa;border-radius:3px}.modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px;padding-top:20px;border-top:1px solid #eee}.modal-actions button{min-width:100px}.order-details{background:#f8f9fa;padding:16px;border-radius:6px;margin-bottom:16px}.order-details p{margin:4px 0;font-size:14px}.order-details strong{color:#333}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-container{width:100%;max-width:400px;padding:40px;background-color:#fff;border:2px solid #000000;border-radius:12px;box-shadow:0 8px 32px #0000001a}.auth-header{text-align:center;margin-bottom:32px}.logo-container{margin-bottom:24px;display:flex;justify-content:center}.auth-logo{height:60px;width:auto;filter:brightness(0) invert(0)}.auth-header h1{color:#000;font-size:28px;font-weight:700;margin:0 0 8px;letter-spacing:-.5px}.auth-header p{color:#666;font-size:16px;margin:0;font-weight:400}.auth-form{margin-bottom:24px}.form-group{margin-bottom:20px}.form-group label{display:block;color:#000;font-size:14px;font-weight:600;margin-bottom:8px;text-transform:uppercase;letter-spacing:.5px}.form-input{width:100%;padding:12px 16px;border:2px solid #000000;border-radius:8px;font-size:16px;background-color:#fff;color:#000;transition:all .2s ease;box-sizing:border-box}.form-input:focus{outline:none;border-color:#000;box-shadow:0 0 0 3px #0000001a}.form-input::placeholder{color:#999}.error-message{background-color:#ffebee;color:#c62828;padding:12px 16px;border-radius:8px;font-size:14px;margin-bottom:20px;border:1px solid #ffcdd2}.auth-button{width:100%;padding:14px 24px;background-color:#000;color:#fff;border:2px solid #000000;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.auth-button:hover:not(:disabled){background-color:#fff;color:#000;transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.auth-button:disabled{background-color:#ccc;border-color:#ccc;color:#666;cursor:not-allowed;transform:none;box-shadow:none}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e0e0e0}.auth-footer p{color:#666;font-size:12px;margin:0}@media (max-width: 480px){.auth-container{margin:20px;padding:24px}.auth-header h1{font-size:24px}.auth-header p{font-size:14px}.auth-logo{height:50px}}.dashboard-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;margin:20px 0 32px}.stat-card{background:linear-gradient(180deg,#fff,#fbfbfb);border-radius:10px;padding:20px;box-shadow:0 12px 30px #0c0c0e0f;display:flex;align-items:center;gap:18px;border:1px solid rgba(0,0,0,.06);transition:transform .18s cubic-bezier(.2,.9,.3,1),box-shadow .18s ease,border-color .18s ease;position:relative;overflow:hidden}.stat-card:before{content:"";position:absolute;right:-40px;top:-40px;width:120px;height:120px;background:#00000005;transform:rotate(30deg);border-radius:8px}.stat-card:hover{box-shadow:0 20px 46px #0a0a0c17;border-color:#00000024}.stat-icon{width:64px;height:64px;border-radius:8px;background:#111;display:flex;align-items:center;justify-content:center;font-weight:800;color:#fff;flex-shrink:0;font-size:20px;box-shadow:0 6px 16px #00000014}.stat-body{flex:1;display:flex;flex-direction:column;justify-content:center}.stat-label{font-size:12px;color:#4b4b4b;margin:0 0 6px;font-weight:700;text-transform:uppercase;letter-spacing:.6px}.stat-value{font-size:28px;font-weight:900;margin:0;color:#000}.stat-icon.products,.stat-icon.stores,.stat-icon.orders,.stat-icon.revenue{background:#111;color:#fff}.dots{display:inline-flex;gap:4px}.dots span{display:inline-block;width:6px;height:6px;background:#111;border-radius:50%;opacity:.15;transform:translateY(0);animation:dotPulse 1s infinite ease-in-out}.dots span:nth-child(1){animation-delay:0s}.dots span:nth-child(2){animation-delay:.12s}.dots span:nth-child(3){animation-delay:.24s}@keyframes dotPulse{0%,80%,to{opacity:.15;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.count-animate{display:inline-block;animation:popIn .36s cubic-bezier(.2,.9,.3,1)}@keyframes popIn{0%{transform:scale(.84);opacity:0}60%{transform:scale(1.06);opacity:1}to{transform:scale(1)}}.stats-loader-overlay{display:flex;align-items:center;justify-content:center;padding:20px 0}
