 .partnerSwiper .swiper-wrapper {
     transition-timing-function: linear !important;
 }

 .hide-scrollbar::-webkit-scrollbar {
     display: none;
 }

 .hide-scrollbar {
     -ms-overflow-style: none;
     scrollbar-width: none;
 }

 .nav-link.active {
     color: #3b82f6;
     font-weight: 600;
 }

 .dark .nav-link.active {
     color: #60a5fa;
 }

 .lang-switcher button.active {
     background-color: #3b82f6;
     color: white;
 }

 /* Background Grid */
 .bg-grid-pattern {
     background-size: 32px 32px;
     background-image:
         linear-gradient(to right, rgba(120, 120, 120, 0.07) 1px, transparent 1px),
         linear-gradient(to bottom, rgba(120, 120, 120, 0.07) 1px, transparent 1px);
 }