.products-page{padding:50px;background-color:#f5f5f5;text-align:center;color:#333}.description-section{margin-bottom:40px}.description-section h1{font-size:2.5rem;margin-bottom:20px;color:#045c8c}.description-section p{font-size:1.2rem;line-height:1.6;color:#555}.products-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:20px}.product-card{position:relative;width:250px;text-align:center;border-radius:10px;overflow:hidden;cursor:pointer;background-color:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.product-card img{width:100%;height:200px;object-fit:cover;transition:transform .3s ease}.product-card h3{font-size:1.2rem;color:#045c8c;margin:10px 0;font-weight:700}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.2)}.product-card:hover img{transform:scale(1.05)}.cta-section{margin-top:60px;padding:50px 20px;text-align:center;background:linear-gradient(135deg,#045c8c,#4580a5);color:#fff;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.cta-section h2{font-size:2.5rem;margin-bottom:20px;color:gold;text-transform:uppercase}.cta-section p{font-size:1.2rem;margin-bottom:30px;line-height:1.6;color:#f8f8f8}.cta-button{padding:15px 30px;background-color:gold;font-size:1.2rem;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px rgba(0,0,0,.2)}.cta-button:hover{background-color:#ffc300;box-shadow:0 6px 15px rgba(0,0,0,.3);transform:translateY(-3px)}.cta-button:active{transform:translateY(0);box-shadow:0 3px 8px rgba(0,0,0,.2)}@media (max-width:768px){.products-grid{flex-direction:column;gap:30px}.product-card{width:100%}}.machine-shop-main{font-family:Poppins,sans-serif;color:#333;background:#f9f9f9;padding:20px;max-width:1200px;margin:0 auto;line-height:1.6}.machine-shop-hero{text-align:center;padding:60px 20px;background:#045c8c;color:#fff;border-radius:10px;margin-bottom:40px}.machine-shop-hero h1{font-size:3rem;margin-bottom:10px}.machine-shop-hero p{font-size:1.2rem}.machine-shop-content{background:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1);margin-bottom:40px}.machine-shop-details h3{color:#045c8c;font-size:1.8rem;margin-top:20px}.machine-shop-details ul{list-style-type:disc;padding-left:20px}.machine-shop-details p{font-size:1.1rem;margin-bottom:15px}.machine-shop-gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;margin-top:20px}.gallery-item{text-align:center;background:#f5f5f5;padding:10px;border-radius:8px;box-shadow:0 2px 6px rgba(0,0,0,.1)}.gallery-item img{width:100%;height:auto;border-radius:8px}.gallery-item p{margin-top:10px;font-weight:700}.machine-shop-cta{text-align:center;background:#045c8c;color:#fff;padding:40px;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.machine-shop-cta h2{font-size:2rem;margin-bottom:10px}.cta-button{display:inline-block;margin-top:20px;padding:12px 24px;background:gold;color:#333;border-radius:5px;font-weight:700;text-transform:uppercase;text-decoration:none;transition:background .3s ease}.cta-button:hover{background:#ffc300}