.hero-section{background-color:#fff;grid-template-rows:1fr;grid-template-columns:1fr 1fr;align-items:center;min-height:100vh;margin-top:-80px;padding:120px 40px 40px;display:grid;position:relative;overflow:hidden}.hero-section:before{display:none}.hero-left{z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:0;padding-right:20px;display:flex;position:relative}.hero-left:before{content:"";z-index:-1;pointer-events:none;background-image:linear-gradient(#0003 1px,#0000 1px),linear-gradient(90deg,#0003 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:20px 100px 0}.hero-logo{-o-object-fit:contain;object-fit:contain;width:100%;max-width:420px;height:auto}.hero-text-content{text-align:center;margin-top:16px}.hero-text-content .hero-title{font-family:var(--font-cairo), "Cairo", sans-serif;color:#1b5e3b;direction:rtl;margin:0;font-size:2.6rem;font-weight:800;line-height:1.4}.hero-text-content .hero-subtitle{font-family:var(--font-cairo), "Cairo", sans-serif;color:#1b5e3b;direction:rtl;margin:0;font-size:1.8rem;font-weight:600;line-height:1.5}.hero-right{z-index:2;justify-content:center;align-items:center;display:flex;position:relative}.hero-teacher-img{-o-object-fit:contain;object-fit:contain;width:100%;max-width:550px;height:auto}.hero-cliff-wrapper{z-index:1;pointer-events:none;position:absolute;bottom:30px;left:0}.hero-cliff-img{-o-object-fit:contain;object-fit:contain;opacity:.85;width:200px;height:auto}@keyframes heroFadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes heroFadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes heroFadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}.hero-left{animation:.9s ease-out both heroFadeInRight}.hero-right{animation:.9s ease-out .2s both heroFadeInLeft}.hero-cliff-wrapper{animation:1s ease-out .5s both heroFadeInUp}.hero-text-content{animation:.8s ease-out .4s both heroFadeInUp}@media (max-width:1024px){.hero-section{grid-template-rows:auto auto;grid-template-columns:1fr;gap:30px;min-height:auto;padding:140px 30px 80px}.hero-left{order:1;padding-right:0}.hero-right{order:2}.hero-logo{max-width:340px}.hero-teacher-img{max-width:400px}.hero-text-content .hero-title{font-size:2rem}.hero-text-content .hero-subtitle{font-size:1.4rem}.hero-cliff-wrapper{bottom:10px}.hero-cliff-img{width:150px}}@media (max-width:640px){.hero-section{gap:20px;padding:120px 16px 60px}.hero-logo{max-width:260px}.hero-teacher-img{max-width:300px}.hero-text-content .hero-title{font-size:1.5rem}.hero-text-content .hero-subtitle{font-size:1.1rem}.hero-cliff-wrapper{display:none}}
