.categories-section{padding:3rem 2rem;background-color:#fdfdfd;font-family:Segoe UI,sans-serif}.category-header{margin-bottom:1rem;padding:0 1rem;display:flex;justify-content:space-between;align-items:center}.category-title-link h3.product-title{font-size:1.8rem;font-weight:600;color:#0f172a;transition:color .3s ease;position:relative}.category-title-link h3.product-title:after{content:"";width:0;height:3px;background:#0ea5e9;position:absolute;bottom:-6px;left:0;border-radius:2px;transition:width .3s ease}.category-title-link:hover h3.product-title{color:#0284c7}.category-title-link:hover h3.product-title:after{width:100%}.scroll-wrapper{position:relative;display:flex;align-items:center}.products-scroll{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-padding:1rem;padding:2rem;gap:2rem}.products-scroll::-webkit-scrollbar{display:none}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:rgba(14,165,233,.1);border:none;padding:.6rem;border-radius:50%;cursor:pointer;color:#0284c7;box-shadow:0 2px 6px rgba(0,0,0,.15);transition:all .3s ease}.scroll-arrow:hover{background-color:#0284c7;color:white}.scroll-arrow.left{left:.5rem}.scroll-arrow.right{right:.5rem}.product-card{flex:0 0 auto;width:270px;background-color:white;border-radius:16px;box-shadow:0 6px 20px rgba(2,132,199,.15);transition:transform .3s ease,box-shadow .3s ease;overflow:hidden;border:1px solid #e2e8f0;cursor:pointer;margin-left:4.2rem}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px rgba(2,132,199,.2)}.product-img{width:100%;height:230px;object-fit:contain;background:#fcfcfc;padding:10px;border-bottom:1px solid #e2e8f0}.product-info{padding:1rem;text-align:center}.product-name{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:.4rem;transition:color .3s ease}.product-name:hover{color:#0284c7}.product-price{font-size:1.2rem;color:#059669;font-weight:500}.no-products-message{text-align:center;font-size:1.2rem;color:#94a3b8;padding:2rem 0}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:9999;display:flex;justify-content:center;align-items:center;overflow:auto}.modal-content{background:#fff;padding:2rem;max-width:900px;width:95%;border-radius:12px;position:relative;display:flex;flex-direction:column;animation:fadeIn .3s ease}.close-modal{position:absolute;right:20px;top:15px;background:transparent;border:none;font-size:1.5rem;cursor:pointer}.modal-product-details{display:flex;flex-direction:row;gap:2rem}.left{flex:1 1}.main-img{width:100%;height:300px;object-fit:cover;border-radius:8px}.thumbs{display:flex;gap:10px;margin-top:10px}.thumb-img{width:60px;height:60px;object-fit:cover;border:1px solid #ccc;cursor:pointer}.right{flex:1 1}.modal-price{font-size:1.4rem;color:#2e7d32;margin-bottom:.5rem}.old-price{text-decoration:line-through;color:#888;margin-left:10px}.stock.in{color:green}.stock.out{color:red}.modal-description{margin-top:1rem;line-height:1.5;color:#333}.share{margin-top:1.5rem;display:flex;align-items:center;gap:15px}.share a{color:#333;font-size:1.2rem}.product-actions{margin-top:10px;display:flex;flex-direction:row;justify-content:space-around;align-items:center;gap:8px;margin-bottom:10px}.product-actions .whatsapp-btn:hover{background-color:#036b4a}.whatsapp-btn{background-color:#059669;padding:8px 12px;text-align:center;text-decoration:none;font-size:14px}.enquiry-btn,.whatsapp-btn{width:40%;color:white;border:none;border-radius:6px;cursor:pointer}.enquiry-btn{background-color:#ff0800;padding:.5rem 1rem;font-weight:600;transition:background .3s ease}.enquiry-btn:hover{background-color:#770404}.product-details{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:40px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:30px;margin-top:20px;border-radius:12px;background:#ffffff;transition:box-shadow .3s ease}.product-sel-desc{flex:1 1;font-size:1rem;color:#333;line-height:1.6;margin-bottom:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.product-sel-image{width:280px;height:auto;border-radius:10px;object-fit:contain;margin-top:10px}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.contactus-desc{margin-top:1rem;color:#555;font-size:1rem;line-height:1.4}.contactus-form{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.contactus-form input,.contactus-form textarea{padding:.75rem 1rem;border:1px solid #ccc;border-radius:6px;font-size:1rem;outline:none;transition:border .3s ease}.contactus-form input:focus,.contactus-form textarea:focus{border-color:#0284c7}.contactus-form button[type=submit]{background-color:#0284c7;color:white;padding:.7rem 1.2rem;font-size:1rem;border:none;border-radius:6px;cursor:pointer;transition:background .3s ease}.contactus-form button[type=submit]:hover{background-color:#0369a1}.contactus-success{background:#d1fae5;padding:1rem;border:1px solid #10b981;color:#065f46;border-radius:6px;margin-top:1rem}.error-msg{color:#dc2626;font-size:.95rem;margin-top:.5rem}@media (max-width:900px){.category-block{padding:1rem;background:#ffffff;border-radius:12px;margin-bottom:1.5rem;box-shadow:0 4px 8px rgba(0,0,0,.05)}.category-title-link h3.product-title{font-size:1.4rem;margin-bottom:.8rem;text-align:center}.products-scroll{display:flex;overflow-x:auto;gap:1rem;padding:1rem 0;scroll-snap-type:x mandatory;scroll-padding:1rem;-webkit-overflow-scrolling:touch}.products-scroll::-webkit-scrollbar{display:none}.product-card{flex:0 0 90%;width:90%;margin:0 10px;scroll-snap-align:center;border-radius:12px}.product-img{height:160px;object-fit:contain}.product-name{font-size:1.3rem}.product-price{font-size:1.1rem}.scroll-arrow{display:none}.modal-product-details{flex-direction:column}.main-img{height:200px}}