    /* Ana Kapsayıcı */
   .nortech-sticky-bar {
    position: fixed;
    right: 0; /* SAĞ TARAFA ALINDI */
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 1px;
    /* Gölge yönü değiştirildi */
    box-shadow: -3px 0px 10px rgba(0,0,0,0.15); 
}

/* Link Kutuları */
.sticky-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #0e2a47; /* Nortech Metal Lacivert */
    color: #ffffff;
    transition: all 0.3s ease;
    text-decoration: none;
    
    /* SOL taraftaki köşeler yuvarlatıldı, sağ taraf düz */
    border-top-left-radius: 4px; 
    border-bottom-left-radius: 4px;
}

.sticky-icon svg {
    width: 24px;
    height: 24px;
}

/* Hover (Üzerine gelince) Efekti */
.sticky-icon:hover {
    width: 60px; /* Sola doğru genişler */
    background-color: #1a4064;
}

/* Desktop - Hide mobile menu button */
@media (min-width: 1024px) {
    .mobile-menu-btn {
        display: none !important;
    }

    /* Increase mega menu width for better product name visibility */
    .mega-menu {
        width: 1080px !important;
        max-width: 95vw !important;
    }

    /* Ensure hero search box is visible */
    .hero form[action*="urunlerimiz"] {
        display: block !important;
        z-index: 30 !important;
        bottom: 0px !important;
    }
    

    
    
}

/* Footer Menu - Default Desktop State */
.footer-menu-items {
    display: block !important;
}

.footer-toggle-icon {
    display: none !important;
}

/* Mobile Menu Styles */
@media (max-width: 1023px) {
    /* Footer Menu Accordion - Override for Mobile */
    .footer-menu-items {
        display: none !important;
    }

    .footer-toggle-icon {
        display: inline-block !important;
    }
    /* Navbar height adjustment for mobile */
    .navbar {
        height: 80px !important;
    }

    /* Ensure hamburger icon is visible */
    .mobile-menu-btn {
        display: flex !important;
        align-items: center;
        justify-content: center;
        z-index: 1001;
        position: relative;
        width: 44px;
        height: 44px;
        cursor: pointer;
    }

    .mobile-menu-btn i {
        font-size: 1.5rem !important;
    }

    /* Mobile menu sliding from right */
    .nav-menu {
        position: fixed !important;
        top: 0 !important;
        right: -100% !important;
        width: 80% !important;
        max-width: 320px !important;
        height: 100vh !important;
        background: #00305c !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        padding: 6rem 2rem 2rem !important;
        gap: 0 !important;
        transition: right 0.3s ease-in-out !important;
        overflow-y: auto !important;
        z-index: 1000 !important;
        box-shadow: -4px 0 20px rgba(0, 0, 0, 0.3) !important;
    }

    .nav-menu.active {
        right: 0 !important;
    }

    .nav-menu a {
        width: 100% !important;
        padding: 1rem 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        font-size: 0.95rem !important;
        cursor: pointer !important;
        display: block !important;
        color: white !important;
        text-decoration: none !important;
        position: relative !important;
        z-index: 1 !important;
    }

    /* Hide mega menu dropdown on mobile */
    .mega-menu-trigger .mega-menu {
        display: none !important;
    }

    /* Remove dropdown icon on mobile */
    .mega-menu-trigger a i.fa-chevron-down {
        display: none;
    }

    /* Container adjustments for mobile */
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    /* Prevent horizontal scroll */
    body.menu-open {
        overflow: hidden;
    }

    /* Hero section height adjustment */
    .hero {
        height: 600px !important;
    }

    /* Adjust hero padding for shorter navbar */
    .hero .pt-\[122px\] {
        padding-top: 80px !important;
    }

    /* Footer Menu Accordion Active State */
    .footer-menu-column.active .footer-menu-items {
        display: block !important;
    }

    .footer-menu-column.active .footer-toggle-icon {
        transform: rotate(180deg);
    }

    .footer-menu-header {
        padding: 0.75rem 0 !important;
        border-bottom: none !important;
        margin-bottom: 0 !important;
    }

    .footer-menu-column.active .footer-menu-header {
        margin-bottom: 1rem !important;
    }

    .footer-menu-column {
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        padding-bottom: 0.5rem;
    }
}

/* Desktop - Additional desktop-only styles */
@media (min-width: 1024px) {
    .footer-menu-header {
        border-bottom: none !important;
        padding: 0 !important;
        cursor: default !important;
    }
}

/* Ensure footer is visible and no white space below */
footer {
    display: block !important;
    overflow: visible !important;
    margin-bottom: 0 !important;
}

/* Fix contact icon circles to be perfectly round */
footer .w-10.h-10.rounded-full {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px !important;
    min-height: 40px !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
}

body {
    margin: 0 !important;
    padding: 0 !important;
    overflow-x:hidden;
}

html {
    margin: 0 !important;
    padding: 0 !important;
}

/* Ensure copyright background extends to bottom */
footer > div[style*="background:#012443"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

/* Copyright section visibility */
footer > div[style*="background:#012443"] {
    display: block !important;
    min-height: 60px;
}

/* Remove any pseudo-elements that might create white space */
body::after,
html::after,
footer::after {
    content: none !important;
    display: none !important;
}

/* Desktop copyright layout */
@media (min-width: 1024px) {
    footer .hidden.lg\:block {
        display: block !important;
    }

    /* Align Atolye logo with copyright text */
    footer .hidden.lg\:block {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        position: relative !important;
    }

    footer .hidden.lg\:block > div.absolute.left-0 {
        position: absolute !important;
        left: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }

    footer .hidden.lg\:block > a.absolute.right-0 {
        position: absolute !important;
        right: 0 !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
    }
}

/* Mobile copyright layout */
@media (max-width: 1023px) {
    footer .lg\:hidden {
        display: flex !important;
    }

}

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    
      .nortech-sticky-bar {
        /* Mobilde ekranın biraz daha aşağısında dursun */
        top: 60%; 
    }

    .sticky-icon {
        width: 45px; /* Mobilde biraz küçülttük */
        height: 45px;
        opacity: 0.95;
    }
    
    .sticky-icon:hover {
        width: 45px; /* Mobilde genişlemeyi engelledik */
    }
    
    .sticky-icon svg {
        width: 22px;
        height: 22px;
    }
}
