html{height:100%;overflow-y:scroll;overflow-x:hidden}header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;background-color:#333;color:#fff;position:relative}body{font-family:Assistant,sans-serif;padding:0;background-color:#f8f9fa;color:#212529;max-width:1366px;margin:auto;border:1.5px solid lightgray}.cover-image{width:100%;height:400px;background-image:url(office3.d2a64c02a400e38d.jpg);background-size:cover;background-position:center}.content-wrapper{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-top:-50px}.content{height:calc(100vh - 460px);overflow-y:auto}section{padding:30px 20px}#home,#about,#services,#contact{margin-top:0}.home-content{padding:20px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;direction:rtl;text-align:right}.home-content h1{font-size:2em;color:#333;margin-bottom:20px}.home-content p{font-size:1.2em;color:#666;line-height:1.6;margin-bottom:20px}.home-content h2{font-size:1.5em;color:#444;margin-top:30px;margin-bottom:15px}.home-content ul{list-style-type:disc;margin-right:20px}.home-content ul li{font-size:1.2em;color:#555;margin-bottom:10px}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}::-webkit-scrollbar-thumb{background:#888;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#555}.fade-in{opacity:0;transition:opacity 1s ease-in}.fade-in.visible{opacity:1}
