      body {
        background-color: #050505;
        color: #ffffff;
      }
      .glass-panel {
        background: rgba(255, 255, 255, 0.03);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border: 1px solid rgba(255, 255, 255, 0.05);
      }
      /* Hide scrollbar */
      .no-scrollbar::-webkit-scrollbar {
          display: none;
      }
      .no-scrollbar {
          -ms-overflow-style: none;
          scrollbar-width: none;
      }
      
      /* Mobile Menu Transitions */
      #mobile-menu-overlay {
        transition: transform 0.3s ease-in-out;
      }
      
      /* Accordion Transitions */
      .accordion-content {
        transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out;
      }
      
      /* Manuel Sosyal Brand Renkleri */
      .text-brand-facebook { color: #1877F2 !important; font-weight: 400 !important; }
      .text-brand-instagram { color: #FB66A5 !important; font-weight: 400 !important; }
      .text-brand-linkedin { color: #0A66C2 !important; font-weight: 400 !important; }
      .text-brand-twitter { color: #7ba8eb !important; font-weight: 400 !important; }
      .text-brand-youtube { color: #FF0000 !important; font-weight: 400 !important; }
      .text-brand-urartech { color: #F36E46 !important; font-weight: 400 !important; }

      /* Manuel Sosyal Brand Hover Renkleri */
      .hover\:text-brand-facebook:hover { color: #1877F2 !important; font-weight: 700 !important; }
      .hover\:text-brand-instagram:hover { color: #FB66A5 !important; font-weight: 700 !important; }
      .hover\:text-brand-linkedin:hover { color: #0A66C2 !important; font-weight: 700 !important; }
      .hover\:text-brand-twitter:hover { color: #7ba8eb !important; font-weight: 700 !important; }
      .hover\:text-brand-youtube:hover { color: #FF0000 !important; font-weight: 700 !important; }
      .hover\:text-brand-urartech:hover { color: #F36E46 !important; font-weight: 700 !important; }