.banner{width:100%;height:100vh;position:relative;overflow:hidden;box-shadow:0 30px 60px #50b8ea;display:flex;align-items:center;padding:0 50px}.banner-background{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(/assets/images/desk.jpg);background-size:cover;background-position:center;background-repeat:no-repeat}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#667eead9,#50b9eac2)}.geometric-shapes{position:absolute;width:100%;height:100%;overflow:hidden}.shape{position:absolute;background:#ffffff1a;border-radius:50%}.shape-1{width:200px;height:200px;top:-100px;right:-100px;animation:float 6s ease-in-out infinite}.shape-2{width:150px;height:150px;bottom:-75px;left:-75px;animation:float 8s ease-in-out infinite reverse}.shape-3{width:100px;height:100px;top:50%;right:10%;animation:float 4s ease-in-out infinite}.shape-4{width:150px;height:150px;top:25px;left:40px;animation:float 8s ease-in-out infinite reverse}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(180deg)}}.banner-content{position:relative;z-index:10;height:100%;display:flex;flex-direction:column;justify-content:center;padding:60px;color:#fff}.main-headline{font-size:50px;font-weight:700;line-height:1.2;margin-bottom:30px;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.subtitle{font-size:20px;font-weight:300;line-height:1.5;margin-bottom:40px;opacity:.9;max-width:600px}.stats{display:flex;flex-direction:column;gap:12px}.stat-item{display:flex;align-items:center;gap:15px;padding:12px 20px;background:#ffffff1a;border-radius:25px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);transition:all .3s ease;width:60%}.stat-item:hover{background:#fff3;transform:translateY(-2px)}.stat-icon{width:12px;height:12px;background:#fff;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}.footer-text{position:absolute;bottom:30px;left:60px;font-size:14px;color:#ffffffb3}@media (max-width: 768px){.banner-content{padding:40px 30px}.main-headline{font-size:36px}.subtitle{font-size:16px}.banner{height:70vh}.footer-text{left:30px;bottom:20px}}@media (max-width: 991px){.banner{height:60vh}}.profile-picture-upload{position:relative;display:inline-block}.profile-picture-upload input[type=file]{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.profile-picture-preview{border:2px dashed #dee2e6;border-radius:50%;padding:20px;text-align:center;transition:all .3s ease;cursor:pointer}.profile-picture-preview:hover{border-color:#007bff;background-color:#f8f9fa}.profile-picture-preview img{max-width:100%;height:auto;border-radius:50%}.avatar-placeholder{display:flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background-color:#f8f9fa;border:2px dashed #dee2e6;color:#6c757d;font-size:2rem}.avatar-placeholder:hover{border-color:#007bff;background-color:#e3f2fd}.bg-dark-blue{background:#5ba3dc}.logo-lg img{height:32px!important}.company-switch-dropdown .dropdown-item{display:flex;align-items:center;padding:.75rem 1rem;border:none;background:transparent;transition:all .2s ease}.company-switch-dropdown .dropdown-item:hover{background-color:rgba(var(--bs-primary-rgb),.1);color:var(--bs-primary)}.company-switch-dropdown .dropdown-item.active{background-color:rgba(var(--bs-success-rgb),.1);color:var(--bs-success);font-weight:600}.company-switch-dropdown .dropdown-item.active:hover{background-color:rgba(var(--bs-success-rgb),.15)}.company-switch-dropdown .dropdown-item i{transition:transform .2s ease}.company-switch-dropdown .dropdown-item:hover i{transform:scale(1.1)}.company-switch-dropdown .dropdown-header{font-weight:600;color:var(--bs-gray-700);border-bottom:1px solid var(--bs-gray-200);margin-bottom:.5rem}
