.hero{background:linear-gradient(to right,#047857,#10b981);color:white;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:0 20px;animation:fadeIn 1.5s ease-in-out}.hero h1{font-family:'Poppins',sans-serif;font-size:3.2rem;font-weight:700;margin-bottom:15px}.hero p{font-size:1.2rem;margin-bottom:25px}.hero button{background-color:white;color:#047857;border:none;padding:12px 24px;font-size:1rem;border-radius:8px;cursor:pointer;transition:all 0.3s ease}.hero button:hover{background-color:#10b981;color:white;transform:scale(1.05)}@keyframes fadeIn{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.et_pb_text_0.et_pb_text{color:#009879!important}.et_pb_text_0{font-family:'Poppins',Helvetica,Arial,Lucida,sans-serif;font-weight:600;font-size:40px;padding-top:80px!important;padding-bottom:60px!important;margin-top:0px!important;margin-bottom:0px!important}