    /* style */
    
    a {
        text-decoration: none;
        color: unset;
    }
    
    .container.custom-container {
        max-width: 1540px;
        margin: 0 auto;
        padding: 0 15px;
    }
    
    .drop-btn {
        display: flex !important;
        align-items: center !important;
        column-gap: 8px !important;
        border: 0 !important;
        padding: 0 !important;
        font-family: Manrope !important;
        font-weight: 500 !important;
        font-style: Medium !important;
        font-size: 16px !important;
        leading-trim: NONE !important;
        line-height: 100% !important;
        letter-spacing: 0% !important;
        color: #FFFFFF !important;
    }
    
    .nav-drop.dropdown {
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    
    .nav-drop.dropdown:hover .dropdown-menu {
        display: block;
        opacity: 1;
        transform: translateX(-50%) translateY(0);
        pointer-events: auto;
    }
    /* Menü konumlandırma */
    
    .nav-drop .dropdown-item:focus,
    .nav-drop .dropdown-item:hover {
        color: #333333 !important;
        background-color: unset !important;
    }
    
    .nav-drop.dropdown .dropdown-menu {
        padding: 15px !important;
        left: 50%;
        top: 100%;
        transform: translateX(-50%) translateY(30px);
        opacity: 0;
        transition: opacity 0.3s ease, transform 0.3s ease;
        position: absolute;
        padding-top: 12px;
        z-index: 999;
        pointer-events: none;
    }
    /* Üçgen */
    
    .nav-drop.dropdown .dropdown-menu::after {
        content: "";
        position: absolute;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        z-index: 1;
    }
    
    .nav-drop .dropdown-menu li a {
        padding: 16px;
        border-bottom: 1px solid #0000001A;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #333333;
    }
    
    .bars-btn {
        transition: .3s !important;
        background-color: #FE0000 !important;
        color: white !important;
        width: 48px !important;
        height: 48px !important;
        -webkit-transition: .3s !important;
        -moz-transition: .3s !important;
        -ms-transition: .3s !important;
        -o-transition: .3s !important;
    }
    
    .yesil-btn {
        transition: .3s !important;
        background-color: #06A139 !important;
        color: white !important;
        width: 48px !important;
        height: 48px !important;
        -webkit-transition: .3s !important;
        -moz-transition: .3s !important;
        -ms-transition: .3s !important;
        -o-transition: .3s !important;
    }
    
    .nav-drop.dropdown:hover .bars-btn {
        transition: .3s !important;
        background-color: white !important;
        color: #FE0000 !important;
    }
    
    .nav-drop .dropdown-menu li:last-child a {
        border-bottom: 0 !important;
    }
    
    .nav-drop .dropdown-menu li:hover a {
        color: #333333 !important;
    }
    
    .drop-btn i {
        color: #FE0000 !important;
    }
    
    .btn-check:checked+.btn,
    .btn.active,
    .btn.show,
    .btn:first-child:active,
     :not(.btn-check)+.btn:active {
        color: var(--bs-btn-active-color);
        background-color: var(--bs-btn-active-bg);
        border-color: unset !important;
        border: 0 !important;
    }
    
    .banner {
        background-image: linear-gradient(90deg, rgb(0 0 0 / 53%) 0%, rgba(0, 0, 0, 0) 100%), url(/img/bull-metal-banner.png);
        position: relative;
        width: 100%;
        height: 544px;
        overflow: hidden;
        display: flex;
        align-items: center;
        background-position: center;
        background-size: cover;
    }
    
    .banner-text-area {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .banner-title {
        font-family: Manrope;
        font-weight: 600;
        font-size: 46px;
        color: #FFFFFF;
    }
    
    .banner-button {
        max-width: 100%;
        height: 100%;
        padding: 8px 16px;
        border: 2px solid #FFFFFF3D;
        border-radius: 4px;
    }
    
    .index-link {
        color: #FFFFFF99;
        font-family: Raleway;
        font-weight: 500;
        font-size: 14px;
    }
    
    .bannerbutton-link {
        font-family: Raleway;
        font-weight: 500;
        font-size: 14px;
        color: #FFFFFF;
    }
    
    .banner-bigname {
        margin: auto;
        position: absolute;
        bottom: 0;
        font-family: Manrope;
        font-weight: 700;
        font-style: Bold;
        font-size: 140px;
        text-align: center;
        line-height: 88px;
        letter-spacing: 40%;
        color: transparent;
        -webkit-text-stroke: 1px #FFFFFF5C;
        width: 100%;
        letter-spacing: 50px;
    }
    /* style */
    
    .site-header {
        background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
        padding: 17px 0;
        color: white;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 2;
    }
    
    .main-nav {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    
    .nav-left,
    .nav-right {
        display: flex;
        align-items: center;
        gap: 25px;
    }
    
    .main-nav a {
        color: #FFFFFF;
        text-decoration: none;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        transition: color 0.3s ease;
        display: flex;
        align-items: center;
    }
    
    .main-nav a:hover {
        color: #ffffff;
    }
    
    .has-dropdown .fa-chevron-down {
        font-size: 15px;
        margin-left: 5px;
        color: #FE0000 !important;
    }
    
    .logo {
        flex-shrink: 0;
    }
    
    .logo img {
        height: 60px;
        /* Logo boyutunu ayarlayabilirsiniz */
    }
    
    .language-selector {
        display: flex;
        align-items: center;
        gap: 8px;
        padding-right: 15px;
        border-right: 1px solid #424242;
    }
    
    .language-selector .flag {
        font-weight: bold;
    }
    
    .language-selector i {
        color: #FE0000 !important;
    }
    
    .hamburger-menu {
        background-color: #e53935;
        border: none;
        color: white;
        padding: 10px 17px;
        font-size: 18px;
        cursor: pointer;
        border-radius: 4px;
        transition: background-color 0.3s ease;
    }
    
    .hamburger-menu:hover {
        background-color: #c62828;
    }
    
    .social-icons {
        display: flex;
        gap: 8px;
        align-items: center;
    }
    
    .social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: white;
        font-size: 18px;
    }
    
    .social-icon.facebook {
        background-color: #ec407a;
        /* Pembe */
    }
    
    .social-icon.other {
        background-color: #333333;
    }
    
    .site-header.fixed-header {
        z-index: 2252525255255252525;
        position: fixed !important;
        padding-top: 17px;
        background-color: #000000;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
        animation: slideDown 0.5s ease-out forwards;
        padding-bottom: 17px;
    }
    
    @keyframes slideDown {
        from {
            transform: translateY(-100%);
        }
        to {
            transform: translateY(0);
        }
    }
    
    .sosyal-media {
        display: flex;
        flex-direction: column;
        row-gap: 2rem;
        position: absolute;
        bottom: 8rem;
        z-index: 515;
    }
    
    .sosyal-media-card {
        backdrop-filter: blur(5.490196228027344px);
        background-color: #FFFFFF1A;
        width: 46px;
        height: 46px;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }
    
    .sticky-tabs {
        position: fixed;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }
    
    .tabs-wrapper {
        position: fixed;
        bottom: 12rem;
        right: 0;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 10px;
        z-index: 9999;
    }
    
    .tab {
        position: relative;
        width: 60px;
        height: 60px;
        border-radius: 8px 0 0 8px;
        cursor: pointer;
        -webkit-border-radius: 8px 0 0 8px;
        -moz-border-radius: 8px 0 0 8px;
        -ms-border-radius: 8px 0 0 8px;
        -o-border-radius: 8px 0 0 8px;
    }
    
    .tab-content {
        text-decoration: none !important;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 60px;
        display: flex;
        align-items: center;
        transition: width 0.3s ease;
        color: white;
        white-space: nowrap;
        backdrop-filter: blur(5.490196228027344px);
        background-color: #FFFFFF1A;
    }
    
    .tab:hover .tab-content {
        width: 180px !important;
    }
    
    .tab:hover .tab-content {
        justify-content: space-between;
        padding-right: 30px;
        backdrop-filter: blur(5.490196228027344px);
        background-color: #FFFFFF1A;
        border-right: 3px solid #FE0000;
    }
    
    .icon {
        width: 60px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        left: 0;
        position: relative;
    }
    
    .icon.katalog {
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        background-color: #FE0000 !important;
    }
    
    .icon.play {
        font-size: 30px;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        background-color: #8A8A8A !important;
    }
    
    .icon.message {
        font-size: 30px;
        border-top-left-radius: 4px !important;
        border-bottom-left-radius: 4px !important;
        background-color: #39DA56;
    }
    
    .text {
        opacity: 0;
        transition: opacity 0.3s ease;
        font-family: Manrope;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 14px;
        leading-trim: CAP_HEIGHT;
        line-height: 120%;
        letter-spacing: 0px;
        vertical-align: middle;
        color: #FFFFFF;
    }
    
    .tab:hover .text {
        opacity: 1;
    }
    
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 255155115511551 !important;
        top: 0;
        left: 0;
        background-color: rgb(0, 0, 0);
        background-color: rgb(0 0 0);
        overflow-x: hidden;
        transition: 0.5s;
    }
    
    .overlay-content {
        width: 65%;
        margin: auto;
        position: relative;
        top: 15%;
        text-align: center;
        padding-bottom: 5rem;
    }
    
    .overlay a {
        text-align: start;
        padding: 16px;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        display: block;
        letter-spacing: 0%;
        color: #FFFFFF;
        transition: 0.3s;
        text-decoration: none;
    }
    
    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }
    
    .mobile-ust {
        padding: 15px 30px 15px 30px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .overlay .closebtn {
        padding: 0 !important;
        font-size: 40px;
    }
    
    .mobile-navbar {
        position: absolute;
        display: flex !important;
        background-color: #000000;
        align-items: center;
        justify-content: space-between;
        padding: 15px 30px 15px 30px;
        top: 0;
        width: 100%;
        z-index: 5;
    }
    
    .mobile-accardion .accordion-item {
        border: 0 !important;
    }
    
    .mobile-navbar {
        display: none !important;
    }
    
    .mobile-accardion .accordion-button {
        padding: 16px !important;
        display: flex !important;
        justify-content: space-between !important;
    }
    
    .mobile-accardion .accordion-button::after {
        display: none !important;
    }
    
    .mobile-accardion .accordion .accordion-body li {
        list-style-type: none;
        border: 1px solid #0000001A !important;
        text-decoration: none !important;
        color: white !important;
        text-align: start;
    }
    
    .mobile-accardion .accordion .accordion-body ul {
        padding-left: 1rem !important;
        display: flex;
        flex-direction: column;
        row-gap: 15px;
    }
    
    .mobile-accardion .accordion .accordion-button {
        background-color: black !important;
        color: white !important;
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 20px;
        leading-trim: NONE;
        line-height: 100%;
        display: block;
        letter-spacing: 0%;
        color: #FFFFFF;
        transition: 0.3s;
        text-align: center;
        text-decoration: none;
    }
    
    .mobile-accardion .accordion-button:focus {
        z-index: 3;
        outline: unset !important;
        box-shadow: unset !important;
    }
    
    .mobile-accardion .accordion-button:not(.collapsed) {
        color: var(--bs-accordion-active-color);
        background-color: var(--bs-accordion-active-bg);
        box-shadow: unset !important;
    }
    
    .mobile-accardion .accordion-body {
        border: 0 !important;
        background-color: black !important;
    }
    
    .rotate-icon {
        transition: transform 0.3s ease;
    }
    /* Açıkken döndür */
    
    .accordion-button:not(.collapsed) .rotate-icon {
        transform: rotate(180deg) !important;
        -webkit-transform: rotate(180deg) !important;
        -moz-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
        -o-transform: rotate(180deg) !important;
    }
    /* banner style */
    
    .social-follow-section {
        background-image: url(/img/sosyal-medyadan-bizi-takip-edin.webp);
        contain: cover;
        /* Bölümün arkaplan rengi */
        padding: 4rem 0;
        /* Resimdeki gibi hafif bir arkaplan deseni isterseniz aşağıdaki satırı ekleyebilirsiniz */
        /*
        background-image: url('https://www.transparenttextures.com/patterns/light-paper-fibers.png');
        */
    }
    
    .social-follow-title h2 {
        font-weight: 800;
        color: #212529;
        font-size: 2rem;
        line-height: 1.1;
    }
    
    .social-follow-title p {
        font-size: 1.5rem;
        color: #495057;
    }
    
    .social-buttons-wrapper {
        justify-content: end !important;
        display: flex;
        flex-wrap: wrap;
        /* Mobil cihazlarda butonların alt satıra inmesi için */
        gap: 1rem;
        /* Butonlar arası boşluk */
    }
    
    .social-button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 200px;
        height: 70px;
        font-family: Manrope;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        leading-trim: CAP_HEIGHT;
        line-height: 120%;
        letter-spacing: 0px;
        color: #282828;
        border-radius: 4px;
        background-color: #ffffff;
        text-decoration: none;
        transition: all 0.3s ease;
        border: 1px solid #ffffff;
    }
    
    .social-button i {
        font-size: 1.25rem;
        margin-right: 0.75rem;
    }
    /* İkon Renkleri */
    
    .fa-facebook {
        color: #0866FF;
    }
    
    .fa-instagram {
        color: #000100;
    }
    
    .fa-linkedin {
        color: #0A66C2;
    }
    
    .fa-youtube {
        color: #FF0302;
    }
    /* footer style */
    
    .footer-section {
        border-top: 1px solid #E6E6E6;
        background-color: #ffffff;
        padding-top: 80px;
        /* Logo için üstte boşluk */
    }
    
    .footer-section .ic-sayfalar {
        display: flex;
        flex-direction: column;
        row-gap: 42px;
    }
    /* --- LOGO --- */
    
    .footer-logo-wrapper {
        text-align: center;
        margin-bottom: 50px;
    }
    
    .footer-logo {
        max-width: 200px;
    }
    /* --- FOOTER İÇERİĞİ --- */
    
    .footer-widget h6 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #000000;
    }
    
    .footer-widget ul {
        padding-left: 0;
        list-style: none;
    }
    
    .footer-widget ul li {
        margin-bottom: 10px;
    }
    /* --- BİZE ULAŞIN BÖLÜMÜ --- */
    
    .contact-info p {
        display: flex;
        align-items: flex-start;
        margin-bottom: 20px;
        font-family: Plus Jakarta Sans;
        font-weight: 500;
        font-style: Medium;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 15px;
        letter-spacing: 0%;
        color: #333333;
        align-items: center;
    }
    
    .argede-logo {
        display: flex;
        justify-content: end;
    }
    
    .contact-info .icon {
        background-color: #FE0000;
        color: #ffffff;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin-right: 15px;
        flex-shrink: 0;
        /* İkonun küçülmesini engelle */
    }
    
    .footer-bottom-links {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 22px;
        text-align: center;
    }
    
    .footer-widget .footer-icerik {
        margin-top: 22px !important;
    }
    
    .contact-info a {
        text-decoration: none;
    }
    /* --- ALT BÖLÜM (COPYRIGHT) --- */
    
    .footer-bottom {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-top: 1px solid #e5e5e5;
        padding: 20px 0;
        margin-top: 40px;
    }
    
    .footer-bottom-text {
        font-family: Manrope;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #545454;
    }
    
    .footer-bottom-links a {
        color: #545454;
        font-family: Manrope;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        text-decoration: none;
        transition: color 0.3s;
    }
    
    .ergeder-logo {
        vertical-align: middle;
    }
    
    .bize-ulasin {
        font-family: Manrope;
        font-weight: 500;
        font-style: Medium;
        font-size: 24px;
        leading-trim: NONE;
        line-height: 32px;
        letter-spacing: 0%;
        color: #000000;
    }
    
    .footer-section .basliklar {
        font-family: Manrope;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 18px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #000000;
    }
    
    .footer-widget ul li a {
        font-family: Manrope;
        text-decoration: none;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 100%;
        letter-spacing: 0%;
        color: #545454;
    }
    /* --- RESPONSIVE AYARLAR --- */
    
    .social-follow-title {
        font-family: Manrope;
        font-weight: 600;
        font-style: SemiBold;
        font-size: 32px;
        leading-trim: CAP_HEIGHT;
        line-height: 140%;
        letter-spacing: 0px;
        color: #000000;
    }
    
    .footer-row {
        justify-content: center !important;
    }
    
    @media (max-width: 767.98px) {
        .footer-bottom .col-md-6 {
            text-align: center;
        }
    }
    /* footer style */
    
    @media (max-width:1400px) {
        .banner-bigname {
            font-size: 100px;
        }
    }
    
    @media (max-width:1158px) {
        .banner-bigname {
            font-size: 80px;
            line-height: 50px;
        }
    }
    
    @media (max-width:1040px) {
        .social-button {
            width: 145px;
        }
        .banner-bigname {
            font-size: 70px;
            line-height: 50px;
        }
    }
    
    @media (max-width:991px) {
        .sticky-top {
            z-index: 1 !important;
            position: relative !important;
        }
        .social-follow-section .row>div {
            text-align: center;
        }
        .social-buttons-wrapper {
            justify-content: center;
            margin-top: 2rem;
        }
        .footer-widget {
            margin-bottom: 30px;
        }
        .footer-bottom .text-end {
            text-align: center !important;
            margin-top: 10px;
        }
        .footer-bottom-links a {
            margin-left: 10px;
            margin-right: 10px;
        }
        .site-header {
            display: none !important;
        }
        .mobile-navbar {
            display: flex !important;
        }
        .banner-bigname {
            font-size: 60px;
            line-height: 50px;
            letter-spacing: 30px;
        }
    }
    
    @media (max-width:700px) {
        .banner-bigname {
            letter-spacing: 20px;
        }
    }
    
    @media (max-width:700px) {
        .banner-bigname {
            font-size: 40px;
            line-height: 37px;
        }
    }
    
    @media (max-width:465px) {
        .banner-bigname {
            font-size: 35px;
            line-height: 25px;
            letter-spacing: 10px;
        }
    }
    
    @media (max-width:465px) {
        .banner-bigname {
            font-size: 35px;
            letter-spacing: 10px;
            line-height: 25px;
        }
    }
    /* banner style */
    
    @media only screen and (max-width: 991px) {
        .closebtn {
            font-size: 20px;
        }
        .mobile-right {
            font-size: 20px;
            cursor: pointer;
        }
        .mobile-logo {
            width: 7rem !important;
        }
        .social-button {
            justify-content: center !important;
        }
        .social-buttons-wrapper {
            justify-content: center !important;
        }
        .sosyal-media {
            bottom: 3rem;
        }
        .tabs-wrapper {
            display: none;
        }
        .site-header {
            display: none;
        }
        .slider-title {
            font-size: 30px !important;
            line-height: 0 !important;
        }
        .slider-title span {
            font-size: 35px !important;
        }
    }
    
    @media only screen and (max-width: 768px) {
        .banner-title {
            text-align: center !important;
        }
        .footer-row {
            justify-content: start !important;
        }
        .footer-bottom {
            row-gap: 2rem;
            flex-direction: column;
        }
        .social-follow-title h2 {
            font-size: 1.8rem;
        }
        .social-follow-title p {
            font-size: 1.3rem;
        }
        .social-buttons-wrapper {
            flex-direction: column;
            /* Çok küçük ekranlarda butonları alt alta diz */
            align-items: center;
        }
        .social-button {
            width: 80%;
            justify-content: flex-start;
            /* İkon ve yazıyı sola yasla */
        }
        .tab {
            width: 50px;
            height: 50px;
        }
        .tab:hover {
            width: 220px;
        }
        .tab-icon {
            font-size: 18px;
        }
        .tab-text {
            font-size: 14px;
        }
    }
    
    @media (max-width: 480px) {
        .banner-title {
            font-size: 30px;
        }
        .banner {
            height: 430px;
        }
        .banner-text-area {
            margin-top: 3rem;
            flex-direction: column;
            row-gap: 2rem;
        }
        .overlay-content {
            width: 90%;
        }
        .social-follow-title {
            font-size: 25px;
        }
        .tab:hover {
            width: 180px;
        }
    }
    
    @media (max-width: 440px) {
        .footer-bottom-links {
            flex-direction: column;
            row-gap: 1rem;
        }
    }

/* Dropdown: Bootstrap'ın mavi active rengini kapat */
.nav-drop .dropdown-menu {
  /* Bootstrap 5 değişkenlerini de ezelim */
  --bs-dropdown-link-active-bg: transparent;
  --bs-dropdown-link-hover-bg: #f3f4f6;  /* istersen değiştir */
}

.nav-drop .dropdown-item {
  color: #333333;
  background-color: transparent;
  outline: none;
  box-shadow: none;
}

.nav-drop .dropdown-item:hover,
.nav-drop .dropdown-item:focus,
.nav-drop .dropdown-item:focus-visible,
.nav-drop .dropdown-item:active,
.nav-drop .dropdown-item.active {
  color: #333333 !important;
  background-color: transparent !important; /* mavi yok */
  outline: none !important;
  box-shadow: none !important;
}