.hero-section{min-height:55vh;display:flex;align-items:center;position:relative;overflow:hidden}.hero-odl-online{background:url("../images/Artboard 4.jpg") center/cover no-repeat}.hero-content{opacity:0;transform:translateY(40px);transition:all 1s ease}.hero-content.show{opacity:1;transform:translateY(0)}.hero-title{text-shadow:0 4px 20px rgb(0 0 0 / .4);font-size:3rem!important}@media (max-width:768px){.hero-odl-online{background:url("../images/Artboard 4.jpg") center/cover no-repeat}}.odl-status-section{background:#fafafa;padding:90px 0}.odl-status-wrap{max-width:900px;margin:auto;background:#fff;border-radius:20px;display:flex;align-items:center;gap:30px;padding:35px 40px;box-shadow:0 14px 36px rgb(0 0 0 / .08);position:relative;transition:0.35s ease}.odl-status-wrap:hover{transform:translateY(-4px);box-shadow:0 22px 48px rgb(0 0 0 / .12)}.odl-status-icon{width:70px;height:70px;background:#065ba7;color:#fff;border-radius:50%;font-size:1.7rem;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 25px rgb(3 91 166 / .35);flex-shrink:0}.odl-status-content span{display:inline-block;background:rgb(3 91 166 / .1);color:#035ba6;font-weight:600;padding:6px 14px;border-radius:30px;font-size:13px;margin-bottom:18px;letter-spacing:.5px}.odl-status-content h2{color:#065ba7;font-weight:600;margin-bottom:10px}.odl-status-content p{font-size:16px;color:#444;margin:0;line-height:1.6}@media(max-width:768px){.odl-status-wrap{flex-direction:column;text-align:center;padding:28px 22px}}