@import"https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap";:root{--primary-color: #009185;--primary-hover: #007a6f;--text-dark: #333;--text-light: #666;--bg-light: #f8f9fa}*{margin:0;padding:0;box-sizing:border-box}.hero-section{padding:80px 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.hero-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);margin-bottom:1rem;text-align:start}.hero-description{font-size:1.2rem;color:var(--text-light);margin-bottom:1.5rem}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);padding:.75rem 2rem;font-weight:600;transition:all .3s ease}.btn-primary:hover{background-color:var(--primary-hover);border-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #0091854d}.products-section{padding:80px 0;background-color:#fff}.section-title{font-size:2rem;font-weight:700;color:var(--text-dark);position:relative;padding-bottom:1rem}.section-title:after{content:"";position:absolute;bottom:0;right:50%;transform:translate(50%);width:80px;height:3px;background-color:var(--primary-color)}.product-card{border:none;border-radius:12px;overflow:hidden;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.product-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px #00918533}.product-card img{height:auto;object-fit:cover}.product-card .card-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.product-price{font-size:1.5rem;font-weight:700;color:var(--primary-color);margin-bottom:1rem}.product-card .btn{width:100%}@media(max-width:991px){.hero-title{font-size:2rem}.hero-section,.products-section{padding:50px 0}}@media(max-width:767px){.hero-title{font-size:1.75rem}.hero-description{font-size:1rem}.section-title{font-size:1.5rem}}
