@import"https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700&family=Open+Sans:wght@300;400;500&display=swap";@import"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css";:root{--primary-color: #cc0033;--dark-primary: #130101;--text-color: #fff;--body-color: #4c4d56;--heading-color: #0e0e0e;--secondary-color: #0d6efd}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Jost,sans-serif;font-size:14px;font-weight:400;color:var(--body-color);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none;padding:0;margin:0}img{max-width:100%;display:block}.container{max-width:1200px;margin:0 auto;padding:0 15px}.row{display:flex;flex-wrap:wrap;margin:0 -15px}.col-lg-3{flex:0 0 25%;max-width:25%;padding:0 15px}.col-lg-4{flex:0 0 33.33%;max-width:33.33%;padding:0 15px}.col-lg-5{flex:0 0 41.66%;max-width:41.66%;padding:0 15px}.col-lg-6{flex:0 0 50%;max-width:50%;padding:0 15px}.col-lg-7{flex:0 0 58.33%;max-width:58.33%;padding:0 15px}.col-lg-10{flex:0 0 83.33%;max-width:83.33%;padding:0 15px}.col-lg-12{flex:0 0 100%;max-width:100%;padding:0 15px}.col-md-6{padding:0 15px}.col-12{flex:0 0 100%;padding:0 15px}.text-center{text-align:center}.mb-4{margin-bottom:24px}.mt-3{margin-top:12px}.mt-4{margin-top:24px}.pt-2{padding-top:8px}.pt-4{padding-top:24px}.pt-5{padding-top:48px}.pb-5{padding-bottom:48px}.py-2{padding-top:8px;padding-bottom:8px}.py-4{padding-top:24px;padding-bottom:24px}.py-5{padding-top:48px;padding-bottom:48px}.p-4{padding:24px}.w-100{width:100%}.px-0{padding-left:0;padding-right:0}.m-auto{margin:auto}.rounded{border-radius:8px}.align-items-center{align-items:center}.header-section{position:sticky;top:0;z-index:999;background:#fff;box-shadow:0 2px 12px #00000014;padding:10px 0}.header-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}.logo-text{font-family:Jost,sans-serif;font-weight:700;font-size:20px;color:var(--primary-color);letter-spacing:-.5px}.footer-logo.logo-text{font-size:22px;display:block;margin-bottom:12px}.header-menu.desktop-menu .main-menu{display:flex;gap:28px}.main-menu li a{font-size:14px;font-weight:500;color:var(--heading-color);padding:4px 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s;cursor:pointer}.main-menu li.active a,.main-menu li a:hover{color:var(--primary-color);border-color:var(--primary-color)}.header-social ul{display:flex;gap:10px;align-items:center}.header-social ul li a{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--body-color);transition:color .2s}.header-social ul li a:hover{color:var(--primary-color)}.header-meta{display:flex;align-items:center;gap:12px}.mobile-toggle{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:4px}.mobile-toggle span{display:block;width:24px;height:2px;background:var(--heading-color);border-radius:2px}.offcanvas-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1100;display:flex}.offcanvas{width:280px;background:#fff;height:100%;padding:20px;display:flex;flex-direction:column;gap:20px;animation:slideIn .25s ease}@keyframes slideIn{0%{transform:translate(-100%)}to{transform:translate(0)}}.offcanvas-header{display:flex;align-items:center;justify-content:space-between}.close-btn{background:none;border:none;cursor:pointer;font-size:18px;color:var(--heading-color)}.main-menu.mobile{flex-direction:column;gap:4px}.main-menu.mobile li a{display:block;padding:10px 8px;font-size:16px;border-bottom:1px solid #f0f0f0}.section{padding:60px 0}.section.section-padding{padding:80px 0}.section.pt-0{padding-top:0}.section.pt-2{padding-top:16px}.sc-hero-section-05{position:relative;min-height:80vh;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.sc-hero-section-05:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0000008c}.sc-hero-wrap{position:relative;z-index:1;width:100%;padding:40px 0}.hero-content{text-align:center;color:#fff;max-width:700px;margin:auto}.hero-content .sub-title{font-size:16px;font-weight:400;letter-spacing:2px;text-transform:uppercase;color:var(--primary-color);margin-bottom:12px}.hero-content .title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:16px;font-family:Jost,sans-serif}.hero-content .title span{color:var(--primary-color)}.hero-content p{font-size:16px;margin-bottom:28px;opacity:.9}.hero-dots{position:absolute;bottom:24px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2}.hero-dots .dot{width:10px;height:10px;border-radius:50%;background:#ffffff80;cursor:pointer;transition:background .2s}.hero-dots .dot.active{background:var(--primary-color)}.btn{display:inline-flex;align-items:center;justify-content:center;min-width:160px;height:44px;padding:10px 24px;font-size:14px;font-weight:500;border:1px solid var(--primary-color);background:var(--primary-color);color:#fff;cursor:pointer;transition:background .2s,color .2s;font-family:Jost,sans-serif}.btn:hover{background:transparent;color:var(--primary-color)}.btn-sm{min-width:auto;height:34px;padding:6px 14px;font-size:13px}.btn:disabled{opacity:.6;cursor:not-allowed}.brands-row{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:24px}.single-brand img{width:140px;height:100px;object-fit:contain;filter:grayscale(30%);transition:filter .2s}.single-brand img:hover{filter:none}.about-img-wrap{position:relative;padding-bottom:60px}.about-img-big img{width:100%;height:420px;object-fit:cover;border-radius:8px}.about-img-sm{position:absolute;bottom:0;right:-20px;border:4px solid #fff;box-shadow:0 8px 24px #0000001f;border-radius:8px;overflow:hidden}.about-img-sm img{width:220px;height:220px;object-fit:cover}.about-content{padding:0 0 0 20px}.about-content>*{padding-top:12px;padding-bottom:12px}.about-content .title{font-size:20px;font-weight:600;color:var(--heading-color);font-family:Jost,sans-serif}.about-content .text{font-size:14px;line-height:1.8;color:var(--body-color)}.about-content ul li{font-size:14px;line-height:1.7;padding:4px 0 4px 16px;position:relative}.about-content ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.section-title .sub-title{font-size:15px;font-weight:500;color:var(--primary-color);text-transform:uppercase;letter-spacing:2px;margin-bottom:8px}.section-title .title{font-size:30px;font-weight:700;color:var(--heading-color);font-family:Jost,sans-serif;line-height:1.3}.service-item{padding:30px 20px;border:1px solid #f0f0f0;border-radius:8px;transition:box-shadow .2s,transform .2s}.service-item:hover{box-shadow:0 8px 24px #cc00331a;transform:translateY(-4px)}.service-icon{font-size:36px;color:var(--primary-color);margin-bottom:14px}.service-item h4{font-size:14px;font-weight:600;color:var(--heading-color);margin-bottom:8px;letter-spacing:1px}.service-item p{font-size:13px;line-height:1.7}.offers-wrap .section-title{margin-bottom:32px}.offers-img img{width:100%;object-fit:cover;border-radius:8px}.offers-item-big .offers-img img{height:320px}.offers-item-sm{margin-bottom:16px}.offers-item-sm .offers-img img{height:90px}.faq-item{border:1px solid #eee;border-radius:6px;margin-bottom:10px;overflow:hidden}.faq-header{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;cursor:pointer;background:#fafafa;transition:background .2s}.faq-header:hover{background:#fff5f5}.faq-item.open .faq-header{background:var(--primary-color);color:#fff}.faq-header h5{font-size:15px;font-weight:500;margin:0}.faq-body{padding:14px 18px;font-size:14px;line-height:1.7;background:#fff}.testimonial-wrap-02 .section-title{margin-bottom:32px}.single-testimonial-02{display:flex;gap:24px;align-items:flex-start;max-width:700px;margin:auto;background:#fff;padding:32px;border-radius:12px;box-shadow:0 4px 20px #00000012}.testimonial-thumb{width:80px;height:80px;border-radius:50%;overflow:hidden;flex-shrink:0}.testimonial-thumb img{width:100%;height:100%;object-fit:cover}.testimonial-content p{font-size:14px;line-height:1.8;margin-bottom:10px;font-style:italic}.testimonial-content .name{font-weight:600;font-size:15px;color:var(--heading-color);display:block}.testimonial-content .designation{font-size:13px;color:var(--primary-color);display:block}.testi-dots{display:flex;justify-content:center;gap:8px;margin-top:24px}.testi-dots .dot{width:10px;height:10px;border-radius:50%;background:#ddd;cursor:pointer;transition:background .2s}.testi-dots .dot.active{background:var(--primary-color)}.breadcrumb-banner{background-size:cover;background-position:center;position:relative;padding:60px 0;color:#fff;text-align:center}.breadcrumb-banner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#0009}.breadcrumb-banner .container{position:relative;z-index:1}.breadcrumb-banner h2{font-size:36px;font-weight:700;font-family:Jost,sans-serif;margin-bottom:8px}.breadcrumb-banner p{font-size:15px;opacity:.85}.product-cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:20px}.product-card{border:1px solid #f0f0f0;border-radius:8px;overflow:hidden;cursor:pointer;transition:box-shadow .2s,transform .2s;background:#fff}.product-card:hover{box-shadow:0 8px 24px #0000001a;transform:translateY(-3px)}.product-card .item{display:flex;flex-direction:column;height:100%}.product-card .image{height:160px;background:#f9f9f9;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-card .image img{width:100%;height:100%;object-fit:cover}.product-card .no-img{font-size:32px;color:#ddd}.product-card .info{padding:12px;flex:1;display:flex;flex-direction:column;gap:4px}.product-card .product-name{font-size:14px;font-weight:600;color:var(--heading-color);line-height:1.3}.product-card .cat-name{font-size:12px;color:var(--body-color)}.product-card .price{font-size:16px;font-weight:700;color:var(--primary-color);margin-top:4px}.product-card .enquiry-btn{margin-top:auto;width:100%}.product-card.skeleton{pointer-events:none}.skel-img{height:160px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}.skel-line{height:14px;background:linear-gradient(90deg,#f0f0f0 25%,#e8e8e8,#f0f0f0 75%);background-size:200% 100%;animation:shimmer 1.4s infinite;border-radius:4px;margin:12px 12px 6px}.skel-line.short{width:60%;height:12px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:1200;display:flex;align-items:center;justify-content:center;padding:20px}.modal-box{background:#fff;border-radius:12px;padding:28px;max-width:440px;width:100%;max-height:90vh;overflow-y:auto;position:relative}.modal-close{position:absolute;top:14px;right:16px;background:none;border:none;cursor:pointer;font-size:18px;color:var(--body-color)}.modal-product-name{font-size:18px;font-weight:600;color:var(--heading-color);margin-bottom:14px;padding-right:24px}.modal-img{width:100%;height:180px;object-fit:cover;border-radius:8px;margin-bottom:18px}.enquiry-form h4{font-size:16px;font-weight:600;margin-bottom:14px}.enquiry-form input{display:block;width:100%;padding:10px 14px;font-size:14px;border:1px solid #ddd;border-radius:6px;margin-bottom:10px;font-family:Jost,sans-serif;transition:border-color .2s}.enquiry-form input:focus{outline:none;border-color:var(--primary-color)}.enquiry-form .btn{width:100%;margin-top:4px}.enquiry-success{text-align:center;padding:24px 0}.enquiry-success i{font-size:48px;color:#22c55e;margin-bottom:14px;display:block}.enquiry-success p{font-size:15px;color:var(--heading-color)}.gallery-item img{width:100%;height:220px;object-fit:cover;border-radius:8px}.about-wrap .title{font-size:20px;font-weight:600;color:var(--heading-color);font-family:Jost,sans-serif;margin-bottom:8px}.about-wrap .text{font-size:14px;line-height:1.8}.about-wrap ul{padding-left:0}.about-wrap ul li{font-size:14px;line-height:1.8;padding-left:16px;position:relative}.about-wrap ul li:before{content:"•";position:absolute;left:0;color:var(--primary-color)}.contact-form input{display:block;width:100%;padding:10px 14px;font-size:14px;border:1px solid #ddd;border-radius:6px;font-family:Jost,sans-serif;transition:border-color .2s}.contact-form input:focus{outline:none;border-color:var(--primary-color)}.contact-form h4.caption{font-size:18px;font-weight:600;margin-bottom:4px}.social-infos .item-row{margin-bottom:28px}.social-infos .title{font-size:17px;font-weight:600;color:var(--heading-color);margin-bottom:4px}.social-infos .caption{font-size:13px;color:var(--body-color);display:block;margin-bottom:10px}.social-infos .list{display:flex;flex-direction:column;gap:10px}.social-infos .list li{display:flex;align-items:center;gap:10px;font-size:14px}.social-infos .list li .icon{width:28px;color:var(--primary-color);font-size:16px}.social-infos .list li .link{color:var(--body-color);transition:color .2s}.social-infos .list li .link:hover{color:var(--primary-color)}.heading_container{font-size:28px;font-weight:700;color:var(--heading-color);font-family:Jost,sans-serif}.map{border-radius:0;overflow:hidden}.btn_box{text-align:center}.footer-section{background:#fff5f5;padding-top:40px}.footer-widget-about p{font-size:14px;line-height:1.8;color:var(--body-color);margin:12px 0}.footer-widget-title{font-size:18px;font-weight:600;color:var(--heading-color);margin-bottom:16px}.widget-info ul{display:flex;gap:24px;align-items:flex-start;justify-content:center;flex-wrap:wrap;margin-top:12px}.widget-info ul li{display:flex;align-items:center;gap:10px;font-size:14px}.widget-info ul li .info-icon{color:var(--primary-color);font-size:16px}.footer-social .social{display:flex;gap:12px;justify-content:center}.footer-social .social li a{width:36px;height:36px;border:1px solid #ddd;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--body-color);transition:background .2s,color .2s,border-color .2s}.footer-social .social li a:hover{background:var(--primary-color);color:#fff;border-color:var(--primary-color)}.footer-copyright-area{border-top:1px solid #f0e0e0;padding:16px 0;margin-top:24px}.copyright-text p{font-size:13px;color:var(--body-color);margin-bottom:4px}.copyright-text a{font-size:13px;color:var(--primary-color)}.not-banner{min-height:60vh}@media (max-width: 992px){.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-10,.col-lg-12{flex:0 0 100%;max-width:100%}.header-menu.desktop-menu{display:none}.mobile-toggle{display:flex}.hero-content .title{font-size:32px}.about-img-sm{display:none}.single-testimonial-02{flex-direction:column;align-items:center;text-align:center}.widget-info ul{flex-direction:column;align-items:center}.product-cards{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}}@media (max-width: 576px){.hero-content .title{font-size:26px}.section-title .title,.heading_container{font-size:22px}}
