.founder-section{padding:90px 20px;background:linear-gradient(135deg,#FD6A02,#042544);display:flex;justify-content:center}.founder-container{max-width:1250px;display:flex;align-items:center;gap:60px}.founder-img-box{position:relative;width:340px;height:340px}.founder-img{object-fit:cover;box-shadow:0 20px 45px rgba(0,0,0,.15)}.founder-img,.founder-social{width:100%;height:100%;border-radius:26px;transition:.35s ease}.founder-social{position:absolute;left:0;top:0;background:rgba(0,0,0,.55);display:flex;justify-content:center;align-items:center;gap:22px;opacity:0}.founder-img-box:hover .founder-social{opacity:1}.founder-social a{font-size:30px;color:#fff;transition:.25s ease}.founder-social a:hover{transform:scale(1.15)}.founder-label{font-size:14px;font-weight:600;color:#fff;letter-spacing:1px;text-transform:uppercase;margin-bottom:8px}.founder-name{font-size:38px;font-weight:800;color:#042544;margin-bottom:10px}.founder-role{font-size:18px;margin-bottom:20px;color:#fff}.founder-tagline{font-size:17px;font-weight:500;color:#fff;line-height:1.5;margin-bottom:25px}.founder-about{font-size:16px;color:#fff;line-height:1.75;margin-bottom:35px;max-width:600px}.founder-btn-box{width:100%;display:flex;justify-content:center;align-items:center;margin-top:30px}.founder-btn{padding:10px 24px;border-radius:30px;border:none;background:#FD6A02;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.3s ease;width:auto;min-width:180px;text-align:center}.founder-btn:hover{background:#042544;transform:translateY(-2px)}@media (max-width:950px){.founder-container{flex-direction:column;text-align:center}.founder-img-box{margin-bottom:20px}.founder-name{font-size:32px}}