.thankyou-wrapper{width:100%;min-height:80vh;background-repeat:no-repeat;background-size:cover;background-position:top;display:flex;align-items:center;justify-content:flex-start;padding:60px 20px}.thankyou-container{max-width:1100px;width:100%;text-align:left;position:relative}.arrow-box{margin-bottom:20px;display:flex;justify-content:flex-start}.arrow-box .arrow{width:140px;height:auto;animation:float 3s ease-in-out infinite}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.content h1{font-size:48px;font-weight:800;margin-bottom:10px;color:#402e63}.content p{font-size:20px;color:#402e63}@media(max-width:768px){.content h1{font-size:36px}.content p{font-size:18px}.arrow-box .arrow{width:90px}}