.hero{color:linear-gradient(135deg,#007bff,#00aaff);text-align:center;padding:100px 20px;height:20vh;display:flex;justify-content:center;align-items:center;flex-direction:column}.hero h1{font-size:4rem;margin-bottom:20px;font-weight:700}.hero p{font-size:1.5rem;max-width:600px;margin:0 auto}.about-us{background-color:#fff;margin-top:30px}.about-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.about-text{flex:1;margin-right:30px;font-size:1.1rem}.about-image{flex:1;text-align:center}.about-image img{max-width:100%;border-radius:8px;transition:transform .3s ease}.about-image img:hover{transform:scale(1.05)}@media (max-width: 768px){.about-content{flex-direction:column;text-align:center}.hero h1{font-size:2.5rem}.hero p{font-size:1.3rem}.about-us{margin-top:0}.about-image{margin-top:30px}.about-text{margin:0}}
