   /* Social Section */
                                .ngsv4sidebar {
                                    padding-bottom: 30px;
                                }

                                .social-sec a i {
                                    color: #fbab32;
                                }

                                /* Site Ana Menü Full Width */
                                #menu-wrapper {
                                    width: 100%;
                                }

                                header .hdr-cntr .mn-menu ul li a {
                                    padding: 0 8px 0 8px;
                                }

                                header.header-fix {
                                    width: calc(100% - 260px);
                                    left: unset;
                                    right: 0;
                                }

                                #sticky-container {
                                    width: calc(100% - 252px);
                                    margin-left: 252px;
                                    margin-top: -16px;
                                    transition: 0.5s;
                                    padding: 16px 8px;
                                }

                                /* ngsv4sidebar stilleri */
                                .ngsv4sidebar {
                                    height: 100%;
                                    width: 260px;
                                    position: fixed;
                                    top: 0;
                                    left: 0;
                                    background-color: #191919;
                                    overflow-x: hidden;
                                    transition: 0.5s;
                                    padding: 16px 12px;
                                    font-family: 'Righteous', Arial, sans-serif;
                                    /* Scrollbar stilleri */
                                    scrollbar-width: thin;
                                    scrollbar-color: #141414 #1f1c22;
                                }

                                /* Webkit tarayıcılar için scrollbar stilleri */
                                .ngsv4sidebar::-webkit-scrollbar {
                                    width: 8px;
                                }

                                .ngsv4sidebar::-webkit-scrollbar-track {
                                    background: #1f1c22;
                                }

                                .ngsv4sidebar::-webkit-scrollbar-thumb {
                                    background: linear-gradient(to bottom, #a26d33, #fcbb32);
                                    border-radius: 4px;
                                }

                                .ngsv4sidebar::-webkit-scrollbar-thumb:hover {
                                    background: linear-gradient(to bottom, #fcbb32, #a26d33);
                                }

                                .ngsv4sidebar a {
                                    text-decoration: none;
                                    background-color: #222222;
                                }

                                .ngsv4sidebar a:hover {
                                    color: #f1f1f1;
                                }

                                .ngsv4sidebar .close-btn {
                                    position: absolute;
                                    top: 0;
                                    right: 0;
                                    font-size: 36px;
                                    text-align: center;
                                    padding: 8px 16px;
                                }

                                /* Menü açma butonu */
                                .menu-btn {
                                    font-size: 20px;
                                    cursor: pointer;
                                    background-color: #333;
                                    color: white;
                                    padding: 10px 16px;
                                    border: none;
                                    border-radius: 5px;
                                }

                                .menu-btn:hover {
                                    background-color: #555;
                                }

                                .hamburger-icon {
                                    display: flex;
                                    flex-direction: column;
                                    justify-content: space-between;
                                    width: 25px;
                                    height: 20px;
                                    padding: 0;
                                }

                                .hamburger-icon span {
                                    display: block;
                                    width: 100%;
                                    height: 3px;
                                    background-color: #fff;
                                    border-radius: 2px;
                                    transition: 0.5s;
                                }

                                .close-btn {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    padding: 16px !important;
                                }

                                .ngsv4sidebar-head {
                                    display: flex;
                                    flex-direction: column;
                                    gap: 8px;
                                }

                                .ngsv4sidebar-head-top {
                                    display: flex;
                                    justify-content: space-between;
                                    gap: 8px;
                                }

                                .ngsv4sidebar-head-top a,
                                .ngsv4sidebar-head-bottom a {
                                    display: flex;
                                    align-items: center;
                                    justify-content: center;
                                    padding: 14px;
                                    color: #fff;
                                    text-decoration: none;
                                    transition: background 0.3s ease;
                                    background-color: #222222;
                                    border-radius: 16px 2px 16px 2px;
                                    gap: 8px;
                                    font-size: 12px;
                                }

                                .ngsv4sidebar-head-bottom a:first-child {
                                    background-color: rgb(255, 153, 0);
                                }

                                .ngsv4sidebar-head-bottom a:last-child {
                                    background-color: rgb(6, 185, 45);
                                }

                                .ngsv4sidebar-head-bottom a {
                                    /* flex: 1; */
                                    gap: 16px;
                                    width: 48%;
                                }

                                .ngsv4sidebar-head-top a img,
                                .ngsv4sidebar-head-bottom a img {
                                    min-width: 16px;
                                    max-width: 16px;
                                    max-height: 16px;
                                }

                                .ngsv4sidebar-head-top a:nth-child(n+2) img,
                                .ngsv4sidebar-head-bottom a img {
                                    filter: brightness(0) invert(1);
                                    min-width: 16px;
                                    max-width: 16px;
                                    max-height: 16px;
                                }

                                .ngsv4sidebar-head-bottom {
                                    display: flex;
                                    flex-direction: row;
                                    justify-content: space-between;
                                    height: 100%;
                                }

                                .menu-section {
                                    padding: 10px 0;
                                    display: flex;
                                    flex-direction: column;
                                    gap: 8px;
                                }

                                .menu-section-title {
                                    padding: 10px 16px 10px 0;
                                    font-size: 12px;
                                    text-transform: uppercase;
                                    color: #a29aac;
                                    font-family: sans-serif;
                                    font-weight: 600;
                                }

                                .menu-item {
                                    display: flex;
                                    align-items: center;
                                    justify-content: flex-start;
                                    padding: 12px 14px 12px 14px;
                                    color: #fff;
                                    text-decoration: none;
                                    transition: background 0.3s ease;
                                    background-color: #1f1c22;
                                    border-radius: 16px 2px 16px 2px;
                                    gap: 16px;
                                }

                                .menu-item span {
                                    font-size: 13px;
                                }

                                .menu-item:hover,
                                .tt-btn:hover {
                                    /* background: linear-gradient(to right, #1f1d22, #765e20 250%); */
                                    background: linear-gradient(-38deg, rgb(250 209 38 / 85%) 0%, rgb(255 84 79 / 55%) 100%);
                                }

                                .menu-item img {
                                    max-width: 16px;
                                    max-height: 16px;
                                }

                                .ngsv4sidebar-narrow .ngsv4sidebar-head-top,
                                .ngsv4sidebar-narrow .ngsv4sidebar-head-bottom {
                                    flex-direction: column;
                                }

                                .ngsv4sidebar-narrow .ngsv4sidebar-head-top a {
                                    flex: 1;
                                }

                                .ngsv4sidebar-narrow .ngsv4sidebar-head-bottom a {
                                    width: 98%;
                                }

                                .ngsv4sidebar-narrow .ngsv4sidebar-head-bottom a:last-child {
                                    margin-top: 8px;
                                }

                                .ngsv4sidebar-narrow .ngsv4sidebar-head-top span,
                                .ngsv4sidebar-narrow .ngsv4sidebar-head-bottom span,
                                .ngsv4sidebar-narrow .menu-item span,
                                .ngsv4sidebar-narrow .menu-section-title {
                                    display: none;
                                }

                                .ngsv4sidebar-narrow .menu-item {
                                    gap: 0;
                                    justify-content: center;
                                    padding: 12px 16px;
                                }

                                .ngsv4sidebar-narrow .menu-item img,
                                .ngsv4sidebar-narrow .ngsv4sidebar-head-top a img,
                                .ngsv4sidebar-head-bottom a img {
                                    max-width: 20px;
                                    max-height: 20px;
                                }