.custom-toggler{border:none;background:transparent;padding:10px;outline:none!important;box-shadow:none!important}.hamburger-icon{width:30px;height:20px;position:relative;margin:0;transform:rotate(0deg);transition:.5s ease-in-out;cursor:pointer}.hamburger-icon span{display:block;position:absolute;height:2px;width:100%;background:#4a90e2;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger-icon span:nth-child(1){top:0px}.hamburger-icon span:nth-child(2){top:9px}.hamburger-icon span:nth-child(3){top:18px}.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(1){top:9px;transform:rotate(135deg)}.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(2){opacity:0;left:-60px}.navbar-toggler[aria-expanded="true"] .hamburger-icon span:nth-child(3){top:9px;transform:rotate(-135deg)}.dark-mode .hamburger-icon span{background:#fff}@media (max-width:991.98px){.custom-toggler{display:block}.navbar-toggler:focus{box-shadow:none}}.sponsor-btn{display:inline-flex;align-items:center;gap:8px;background-color:#4a90e2;color:white;padding:12px 24px;border-radius:6px;font-weight:600;text-decoration:none;transition:all 0.3s}