

/* Screen Reader Only Text - Accessibility */
.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* Font Optimization for Better FCP Performance */
/* This file overrides font-display settings for better loading performance */

/* Font Awesome 6 Free - Regular */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    font-synthesis: none;
    src: url('fontawesome/webfonts/fa-regular-400.woff2') format('woff2'),
         url('fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
}

/* Font Awesome 6 Free - Solid */
@font-face {
    font-family: 'Font Awesome 6 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    font-synthesis: none;
    src: url('fontawesome/webfonts/fa-solid-900.woff2') format('woff2'),
         url('fontawesome/webfonts/fa-solid-900.ttf') format('truetype');
}

/* Font Awesome 4 Compatibility */
@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    font-synthesis: none;
    src: url('../fontawesome/webfonts/fa-regular-400.woff2') format('woff2'),
         url('../fontawesome/webfonts/fa-regular-400.ttf') format('truetype');
}

/* Poppins Font Optimization */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    font-synthesis: none;
    src: url('fonts/Poppins-Normal.woff2') format('woff2'),
         url('fonts/Poppins-Regular.otf') format('opentype');
}

/* Font loading optimization */
.fa, .fas, .far, .fab {
    font-display: swap;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Reduce layout shift with font loading */
.fa, .fas, .far, .fab {
    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Optimize font loading for critical icons */
.fa-search, .fa-home, .fa-bars, .fa-eye, .fa-heart, .fa-comment-alt {
    font-display: swap;
}

/* Font loading fallback optimization */
.fa, .fas, .far, .fab {
    font-family: 'Font Awesome 6 Free', 'FontAwesome', sans-serif;
}

/* Prevent font loading blocking */
* {
    font-display: auto;
}

/* Optimize font loading for body text */
body, p, h1, h2, h3, h4, h5, h6 {
    font-synthesis: none;
} 


/* ===================== Font Awesome İkon Düzeltmeleri ===================== */
.fa,
.fas,
.far,
.fal,
.fab {
    font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 5 Free", "Font Awesome 5 Pro", "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-solid,
.fas {
    font-weight: 900;
}

.fa-regular,
.far {
    font-weight: 400;
}

.fa-light,
.fal {
    font-weight: 300;
}

.fa-duotone,
.fad {
    font-weight: 900;
}

.fa-brands,
.fab {
    font-weight: 400;
}

:root {
    --ana-renk: #309843;
    --ana-renk2: #36ad4c;
    --ana-renk-rgb: 48, 152, 67;
    --ana-renk2-rgb: 54, 173, 76;
    --link-hover: #3468C0;
    --arka-plan: #f8f8f8;
    --ust-menu-yazi-rengi: #ffffff;
    --kutu-baslik-rengi: #ffffff;
    --link-hover: #000000;
    --yazi-baslik-rengi: #FFF;
    --yazi-alt-baslik-rengi: #309843;
    --footer-baslik-rengi: #309843;
    --renk-birincil: #141430;
    --renk-ikincil: #1a1a1a;
    --renk-vurgu: #41cb5a;
    --renk-metin: #333333;
    --renk-beyaz: #ffffff;
    --renk-siyah: #000000;
    --renk-saf-kirmizi: #ff0000;
    --renk-cok-koyu-grimsi-mavi: #2a3239;
    --renk-cok-acik-gri-beyaz: #f8f8f8;
    --renk-grimsi-mavi: #b1b8bf;
    --renk-cok-koyu-siyahimsi-mavi: #232a30;
    --renk-cok-acik-gri: #e4e4e4;
    --renk-koyu-turuncu: #fbab00;
    --hover-gradient-start: #f2f6f8;
    --hover-gradient-end: #e9ecef;
    --kontrast-yuksek-metin: #1a1a1a;
    --kontrast-yuksek-arka: #ffffff;
    --kontrast-yuksek-buton: #2c5aa0;
    --kontrast-yuksek-buton-metin: #ffffff;
}

* {
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
    list-style-type: none;
    box-sizing: border-box;
    
}

html {
    background-color: #fff;
    scroll-behavior: smooth;
    overflow-x: hidden;
}

blockquote,q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

ins {
    text-decoration: none
}

:focus {
    outline: 0
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    line-height: 17px;
    font-family: "Poppins", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 13px;
    display: block;
    background: var(--arka-plan);
    overflow-x: hidden;
}

h1 {
    font-size: 60px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.2;

}
h2 {
    font-size: 46px;
    font-weight: 700;
    text-transform: capitalize;
    color: var(--kontrast-yuksek-metin);
    font-family: "Poppins", sans-serif;
}
h3 {
    font-size: 20px;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: var(--kontrast-yuksek-metin);
    font-family: "Lexend Deca", sans-serif;
}
h4 {
    font-size: 18px;
    font-weight: 600;
    /* text-transform: capitalize; */
    color: var(--kontrast-yuksek-metin);
    font-family: "Lexend Deca", sans-serif;
}
h5 {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--kontrast-yuksek-metin);
    font-family: "Lexend Deca", sans-serif;
}
h6 {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    padding-left: 34px;
    position: relative;
    text-transform: capitalize;
    color: var(--kontrast-yuksek-metin);
    font-family: "Lexend Deca", sans-serif;
}
h6::before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    width: 24px;
    height: 2px;
    position: absolute;
    background-color: var(--e-global-color-accent);
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
    outline: 0
}

a {
    text-decoration: none;
    color: #000;
    font-size: 14px
}

a:hover {
    color: var(--link-hover);
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    text-decoration: none
}

select {
    border: 1px solid #bebebe;
    width: 297px;
    min-height: 32px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

select:hover {
    border: 1px solid #999
}

option {
    padding: 1px
}

textarea {
    border: 1px solid #bebebe;
    border-radius: 2px;
    width: 290px;
    height: 2cm;
    margin: 3px;
    padding: 2px
}

textarea:hover {
    box-shadow: #f8f8f8 0 0 14px;
    border: 1px solid #525050
}

input[type=button],
input[type=submit]
{
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin: 20px 0 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    vertical-align: middle;
    cursor: pointer;
    color: var(--kontrast-yuksek-buton-metin);
    background: linear-gradient(to right, var(--kontrast-yuksek-buton) 0, var(--kontrast-yuksek-buton) 100%);
    border: 1px solid var(--kontrast-yuksek-buton);
    font-size: 18px;
    font-weight: 700;
}

input[type=button]:hover,
input[type=submit]:hover
{
    box-shadow: #fff 2px 2px 14px
}

input[type=button]:active,
input[type=submit]:active
{
    box-shadow: #fff 0 0 14px;
    text-shadow: 0 0 0 #fff7d2
}
::selection {
    background-color: #644135;
    color: #fff
}

::moz-selection {
    background-color: #644135;
    color: #fff
}

::webkit-selection {
    background-color: #644135;
    color: #fff
}

.oval1 {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

.oval2 {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.oval3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.oval4 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.oval5 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.ustsol_ovalyok {
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0
}

.ustsag_ovalyok {
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.altsol_ovalyok {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}

.altsag_ovalyok {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}

.sayfalama {
    margin-top: 2px
}

.sayfalama ul {
    height: 32px;
    text-align: center;
    padding-left: 0;
    padding: 7px;
    padding-right: 0;
    padding-bottom: 2px;
    float: right
}

.sayfalama ul .secili {
    border: 1px solid #16a085;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 13px;
    padding-right: 13px;
    margin-top: -2px;
    margin-left: 2px;
    margin-right: 2px;
    background: #1abc9c;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.sayfalama ul li {
    float: left;
    margin: 2px
}

.sayfalama ul li a {
    color: #16a085;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 13px;
    padding-right: 13px;
    border: 1px solid #16a085;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.sayfalama ul li a:hover {
    color: #fff;
    background: #1abc9c
}

.hata {
    width: 100%;
    margin: 0;
    border: 1px solid #e0011b;
    background: #e0011b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px
}

.hata .baslik {
    color: #fff;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 700
}

.hata ul {
    background: #fbe3e4;
    margin: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.hata ul li {
    background: url(/Images/mini_error.png) no-repeat;
    background-position: 4px 3px;
    margin: 0;
    padding: 10px;
    font-size: 13.5px;
    padding-left: 10px;
    list-style-type: none
}

.hata a {
    color: #d12f19
}

.onay {
    width: 100%;
    margin: 0;
    border: 1px solid #72c868;
    background: #72c868;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.onay .baslik {
    color: #fff;
    padding-top: 3px;
    padding-left: 6px;
    font-size: 16px;
    font-weight: 700
}

.onay ul {
    background: #ddf2db;
    margin: 5px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.onay ul li {
    background: url(/Images/mini_error.png) no-repeat;
    background-position: 4px 3px;
    padding: 1px;
    font-size: 13.5px;
    padding-left: 10px
}

.onay a {
    color: #d12f19
}

.clear {
    clear: both
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

::-webkit-scrollbar-button:end:increment,
::-webkit-scrollbar-button:start:decrement {
    display: none
}

::-webkit-scrollbar-track-piece {
    background-color: #f5f4f4
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 1px;
    background: #dcdcdc
}

#dis_cerceve {
    margin: auto
}

@keyframes ust {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

header {
    margin: 0 auto !important;
    display: block;
    max-height: 80px;
    min-height: 80px;
    width: 100%;
    max-width: 100vw;
    background: #016a70;
    animation: ust 10s ease infinite;
    background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
    background-size: 400% 400%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    z-index: inherit;
    position: relative;
    
}

/* Elektrikli Araç Animasyonlu Arka Plan */
header::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Elektrikli Araba İkonu - Sol Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.22.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></svg>') 5% 8% no-repeat,
        /* Şarj İkonu - Sağ Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 92% 15% no-repeat,
        /* Batarya İkonu - Sol Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"/></svg>') 8% 88% no-repeat,
        /* Yeşil Yaprak İkonu - Sağ Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 88% 92% no-repeat,
        /* Elektrik İkonu - Orta Sol */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 22% 40% no-repeat,
        /* Güneş Paneli İkonu - Orta Sağ */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"/></svg>') 78% 50% no-repeat,
        /* Motor İkonu - Sol Orta */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M7 4V2C7 1.45 7.45 1 8 1H16C16.55 1 17 1.45 17 2V4H20C20.55 4 21 4.45 21 5V7C21 7.55 20.55 8 20 8H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V8H4C3.45 8 3 7.55 3 7V5C3 4.45 3.45 4 4 4H7ZM9 3V4H15V3H9ZM7 8V19H17V8H7Z"/></svg>') 15% 75% no-repeat,
        /* Çevre İkonu - Sağ Orta */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 75% 80% no-repeat,
        /* Şarj İstasyonu İkonu - Sol Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>') 35% 25% no-repeat,
        /* Hız İkonu - Sağ Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 65% 30% no-repeat,
        /* Teknoloji İkonu - Orta Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"/></svg>') 50% 85% no-repeat,
        /* Yeşil Enerji İkonu - Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.06)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 50% 15% no-repeat;
    background-size: 42px 42px, 32px 32px, 38px 38px, 28px 28px, 30px 30px, 36px 36px, 26px 26px, 24px 24px, 22px 22px, 20px 20px, 18px 18px, 16px 16px;
    opacity: 1;
    pointer-events: none;
    animation: floatIcons 25s ease-in-out infinite;
}

header #kutu {
    display: flex;
    margin: auto;
    height: 80px;
    width: 1250px;
    max-width: 100%;
    vertical-align: middle;
    align-items: center;
}

header #kutu #ust_sol {
    float: left;
    box-sizing: border-box;
    width: 15%;
}

header #kutu #ust_sol #logo {
    float: left;
    width: 160px;
}

header #kutu #ust_sol #logo img{
    width: 160px;
    height: 50px;
}

header #kutu #ust_orta {
    float: left;
    width: 75%;
}

header #kutu #ust_sag {
    width: 10%;
    margin: 0;
    padding-right: 3%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.mobil-giris-ikonu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40px;
    height: 40px;
}
.mobil-giris-ikonu i {
    font-size: 18px;
    color: var(--renk-beyaz);
}

.mobil-giris-ikonu-link, .mobil-kullanici-ikonu {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255,255,255,0.10);
    color: var(--renk-ikincil);
    text-decoration: none;
    font-size: 20px;
    transition: background 0.2s;
}
.mobil-giris-ikonu-link:hover, .mobil-kullanici-ikonu:hover {
    background: rgba(255,255,255,0.32);
    color: var(--ana-renk);
}
.mobil-avatar-resim {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    background-color: #fff;
}   



#ust-menu {
    margin: auto;
    float: left;
}

#ust-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px
}

#ust-menu ul:after {
    clear: both
}

#ust-menu ul>li {
    float: left
}

#ust-menu ul>li>a {
    font-family: 'Poppins';
    position: relative;
    display: block;
    margin: 0px 5px;
    padding: 7px 10px;
    color: var(--renk-beyaz);
    font-size: 1.2em;
    font-weight: bold;
    text-decoration: none;
    border-radius: 25px;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -moz-transition-timing-function: ease-in;
    -o-transition-timing-function: ease-in;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in
}

#ust-menu ul>li>a:hover {
    background-color: rgba(255, 255, 255, .9);
    color:var(--renk-vurgu);
}

#ust-menu ul>li>a:focus {
    background: var(--renk-cok-koyu-siyahimsi-mavi);
    color: var(--renk-cok-acik-gri-beyaz);
    
}

#ust-menu ul>li>a:hover::after {
    width: 100%
}

#ust-menu ul>li>label {
    color: #fff;
    font-weight: 700;
    cursor: pointer
}

#ust-menu ul>li>label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    height: 5px;
    background-color: #222;
    transition: all .2s
}

#ust-menu ul>li>label::after {
    color: #fff
}

#ust-menu ul>li.acilan {
    position: relative;
    z-index: 9999
}

#ust-menu ul>li.acilan:hover .acilan-menu {
    top: 100%;
    opacity: 1;
    visibility: visible
}

#ust-menu ul>li.acilan .acilan-menu {
    width: 180px;
    position: absolute;
    height: auto;
    top: 400%;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    padding: 5px 0 5px 0;
    transition: all 250ms;
    box-shadow: 0 0 15px rgba(0, 0, 0, .18);
    text-shadow: 1px 1px 2px rgba(255, 255, 255, 1)
}

#ust-menu ul>li.acilan .acilan-menu::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
    margin-top: -11px;
    margin-left: 20px
}

#ust-menu ul>li.acilan .acilan-menu li {
    width: 100%;
    padding: 0;
    margin: 0
}

#ust-menu ul>li.acilan .acilan-menu li a {
    color: #000;
    width: 100%;
    display: block;
    font-size: 14px;
    padding: 7px 20px;
    margin: 0;
}

#ust-menu ul>li.acilan .acilan-menu li a::after {
    display: none
}

#ust-menu ul>li.acilan .acilan-menu li a:hover {
    color: #000;
    background: #fdfae8
}

.arama {
    display: none;
    float: right;
    width: 17px;
    height: 16px;
    vertical-align: auto;
    padding: 20px 12px 6px 13px;
    margin: 10px 5px 5px 5px;
    cursor: pointer;
    font-size: 33px;
    border-radius: 60%;
    -moz-border-radius: 60%;
    -webkit-border-radius: 60%;
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    background-color: #ffe240
}

.arama:hover {
    color: #fff;
    background-color: #363535
}

.arama-kutusu {
    background-color: #f7f7f7;
    transform: scale(0);
    transform-origin: 100% 0;
    display: none;
    font-size: 30px;
    width: 75px;
    padding: 10px 0 10px 0;
    box-shadow: 0 3px 8px rgba(0, 0, 0, .6)
}

.arama-kutusu i {
    position: absolute;
    vertical-align: middle;
    padding: 10px;
    margin-left: 5px;
    font-size: 20px
}

.arama-kutusu form input[type=text] {
    height: 50px;
    font-size: 30px;
    background-color: #f7f7f7;
    border: none;
    padding-left: 50px;
    width: 100%;
    margin: 0 10px 0 10px;
    
    font: normal 20px Poppins, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    border-bottom: 3px solid #000
}

.arama-kutusu input:focus {
    outline: 0
}

#arama-check {
    display: none
}

#arama-check:checked+div.arama-kutusu {
    position: absolute;
    z-index: 9999;
    display: block;
    animation: trans-in .5s ease;
    animation-fill-mode: forwards;
    width: 100%
}

#arama-check:checked .arka-siyah {
    display: block
}

@keyframes trans-in {
    from {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

/* Eski uye_girisi stilleri kaldırıldı - artık kullanici-giris-alani kullanılıyor */

main {
    width: 1250px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 50px;
    max-width: 1250px;
    padding: 0;
}

main #orta_sol {
    float: left;
    width: 935px;
    min-width: 935px;
    margin-right: 15px;
    height: auto;
}

main #orta_sag {
    float: left;
    width: 300px;
    margin: 0
}

/* Modern Footer Styles */
.modern-footer {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-top: 1px solid #dee2e6;
    margin-top: 50px;
}

.footer-main {
    padding: 60px 0 40px;
}

.footer-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1.5fr;
    gap: 40px;
    align-items: start;
}

.footer-section {
    display: flex;
    flex-direction: column;
}

.footer-brand {
    gap: 30px;
}

.footer-logo .site-title {
    font-size: 2rem;
    font-weight: 700;
    color: var(--footer-baslik-rengi);
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.footer-logo .site-description {
    font-size: 0.95rem;
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}

.footer-social h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #495057;
    margin: 0 0 15px 0;
}

.social-links {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #6c757d;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    border: 1px solid #e9ecef;
}

.social-link:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    color: #fff;
}

.social-link.instagram:hover {
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.social-link.twitter:hover {
    background: #1da1f2;
}

.social-link.facebook:hover {
    background: #1877f2;
}

.social-link.youtube:hover {
    background: #ff0000;
}

.footer-title {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--footer-baslik-rengi);
    margin: 0 0 20px 0;
    position: relative;
    padding-bottom: 10px;
}

.footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--footer-baslik-rengi);
    border-radius: 1px;
}

.footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-menu-item {
    margin: 0;
}

.footer-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
    line-height: 1.4;
}

.footer-link:hover {
    background: rgba(56, 178, 74, 0.1);
    color: var(--footer-baslik-rengi);
    transform: translateX(5px);
}

.footer-link i {
    font-size: 0.7rem;
    color: var(--footer-baslik-rengi);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.footer-link:hover i {
    opacity: 1;
    transform: scale(1.2);
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #495057;
    font-size: 0.9rem;
}

.contact-item i {
    width: 16px;
    color: var(--footer-baslik-rengi);
    opacity: 0.8;
}

.quick-actions {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.quick-link {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    color: #495057;
    text-decoration: none;
    border-radius: 6px;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.quick-link:hover {
    background: rgba(56, 178, 74, 0.1);
    color: var(--footer-baslik-rengi);
}

.quick-link i {
    color: var(--footer-baslik-rengi);
    opacity: 0.7;
}

.footer-bottom {
    background: #fff;
    border-top: 1px solid #dee2e6;
    padding: 20px 0;
}

.footer-bottom-container {
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 20px;
}

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.copyright p {
    margin: 0;
    color: #6c757d;
    font-size: 0.9rem;
}

.footer-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--footer-baslik-rengi);
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(56, 178, 74, 0.3);
}

.back-to-top:hover {
    background: #2d9a3f;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(56, 178, 74, 0.4);
    color: #fff;
}

.back-to-top i {
    font-size: 0.9rem;
}

/* Responsive Footer */
@media (max-width: 1024px) {
    .footer-container {
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }
    
    .footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 768px) {
    .footer-main {
        padding: 40px 0 30px;
    }
    
    .footer-container {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .footer-bottom-content {
        flex-direction: column;
        gap: 15px;
        text-align: center;
    }
    
    .footer-actions {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .footer-main {
        padding: 30px 0 20px;
    }
    
    .footer-container {
        padding: 0 15px;
        gap: 20px;
    }
    
    .footer-logo .site-title {
        font-size: 1.5rem;
    }
    
    .social-links {
        gap: 8px;
    }
    
    .social-link {
        width: 35px;
        height: 35px;
    }
}

.breadcrumbs {
    border: 1px solid #cbd2d9;
    border-radius: .3rem;
    display: flex;
    justify-content: center;
    overflow: hidden;
    width: 1250px;
    max-width: 1250px;
    font-size: .5em;
    margin: 0 auto;
    margin-top: 10px;
    z-index: inherit;
}

.breadcrumbs__item {
    background: #fff;
    color: #333;
    padding: 12px 12px;
    position: relative;
    text-decoration: none;
    transition: background .2s linear;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.breadcrumbs__item:hover,
.breadcrumbs__item:hover:after {
    background: #edf1f5
}

.breadcrumbs__item.is-active:focus,
.breadcrumbs__item:focus,
.breadcrumbs__item:focus:after {
    background: #323f4a;
    color: #fff
}

.breadcrumbs__item:after,
.breadcrumbs__item:before {
    background: #fff;
    bottom: 0;
    clip-path: polygon(50% 50%, -50% -50%, 0 100%);
    content: "";
    left: 100%;
    position: absolute;
    top: 0;
    transition: background .2s linear;
    width: 1em;
    z-index: 1;
}

.breadcrumbs__item:before {
    background: #cbd2d9;
    margin-left: 1px
}

.breadcrumbs__item:first-child {
    width: auto;
    min-width: 50px;
    justify-content: center;
}

.breadcrumbs__item:nth-child(2) {
    width: auto;
    flex: 1;
    text-align: left;
}

.breadcrumbs__item:last-child {
    border-right: none;
    width: auto;
    flex: 2;
    
}

.breadcrumbs__item.is-active {
    background: #edf1f5
}

.kutu {
    width: 100%;
    margin: 0;
    padding: 0;
    color: var(--foregroundColor)
}

.kutu .kutu_baslik {
    padding: 15px 10px 15px 10px;
    margin: 0;
    font-size: 15px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background: var(--ana-renk);
    background: linear-gradient(-20deg, var(--ana-renk), var(--ana-renk2));
    animation: ust 10s ease infinite;
    background-size: 400% 400%;
    color: var(--kutu-baslik-rengi)
}

.kutu .kutu_icerik {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.kutu .kutu_beyaz {
    background: #fff
}

.kutu .kutu_icerik p {
    margin: 15px
}

.kategori-ust {
    margin-bottom: 10px;
    display: block;
    background: var(--ana-renk);
    animation: ust 10s ease infinite;
    background-size: 400% 400%;
    color: #fff;
    padding: 15px;
    border-radius: 3px;
    text-shadow: 1px 1px 2px #7f7e7e
}

.kategori-ust .kategori-baslik {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center
}

.kategori-ust .kategori-aciklama {
    font-size: 14px;
    text-align: center
}

.anasayfa-widget {
    width: 100%;
    position: relative;
    padding: 5px 0px 5px 0px;
}

.anasayfa-widget ul {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%;
}

.anasayfa-widget ul li:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.anasayfa-widget ul li {
    flex: 0 1 calc(25% - 10px);
    min-height: 140px;
    border-radius: .3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 8px;
    margin-bottom: 3px;
    list-style-type: none;
}

@media (max-width:1440px) {
    .anasayfa-widget ul li {
        flex-basis: calc(20% - 10px)
    }
}

@media (max-width:1200px) {
    .anasayfa-widget ul li {
        flex-basis: calc(25% - 10px)
    }
}

@media (max-width:992px) {
    .anasayfa-widget ul li {
        flex-basis: calc(33.333% - 9px)
    }
}

@media (max-width:768px) {
    .anasayfa-widget ul li {
        flex-basis: calc(50% - 7px)
    }
}

@media (max-width:480px) {
    .anasayfa-widget ul li {
        flex-basis: calc(50% - 7px);
        min-height: 120px
    }
}

.anasayfa-widget ul li a {
    margin-top: 5px;
    font-weight: bolder;
    font-size: 1.2em;
}

.anasayfa-widget ul li a:hover {
    color: var(--link-hover)
}

.anasayfa-widget ul li .yayin-akisi-adi {
    margin-top: 5px;
    padding-left: 2px;
    text-overflow: ellipsis;
    width: 100%;
    height: auto;
    overflow: hidden;
    
}

.anasayfa-widget ul li .yayin-akisi-detay {
    font-family: 'Poppins Medium';
    margin-top: 10px;
    margin-bottom: 4px;
    width: 100%;
    display: flex;
    gap: 10px;
    font-size: 11px;
    color: #666;
    justify-content:baseline;
    flex-wrap: wrap;
    padding: 6px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.anasayfa-widget ul li .yayin-akisi-detay a {
    color: #373737;
    text-decoration: none;
}

.anasayfa-widget ul li .yayin-akisi-resim {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.anasayfa-widget ul li .yayin-akisi-resim img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.kategoriler {
    display: inline-block;
    width: calc(100% - 10px);
    list-style-type: none;
    padding: 5px
}

.kategoriler a {
    display: block;
    margin-bottom: 2px;
    background: #f9f9f9;
    color: #333;
    align-items: center;
    font-weight: 500;
    line-height: 40px;
    padding: 0 10px;
    border-left: 4px solid #f1f1f1;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px
}

.kategoriler a:hover {
    color: #000;
    background: #f1f1f1;
    border-left: 4px solid #e1e1e1
}

.populer_haberler {
    margin: 10px 0 10px 0;
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    border: 1px solid #dcdcdc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}

.populer_haberler ul li {
    padding: 15px;
    width: 268px;
    height: 80px;
    list-style: none;
    display: block;
    position: relative
}

.populer_haberler ul li .populer_resim {
    float: left;
    width: 80px;
    height: 80px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    object-fit: cover
}

.populer_haberler ul li .populer_baslik {
    float: right;
    width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 700
}

.populer_haberler ul li .populer_tarih {
    float: right;
    width: 165px;
    margin-top: 5px;
    padding-left: 15px;
    font-size: 11px;
    line-height: 12px;
    font-weight: 400;
    color: grey;
    background: url(../images/saat.gif) no-repeat;
    background-position: left center
}

.sidebar-buyuk-listele {
    width: 300px;
    height: 180px;
    margin-bottom: 5px;
    display: block;
    transition: .5s;
    z-index: 2;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07)
}

.sidebar-buyuk-listele img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 15%;
    transition: transform .2s
}

.sidebar-buyuk-listele:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 12px rgba(0, 0, 0, .12);
    opacity: .9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: linear-gradient(to bottom, transparent 70%, #000 100%)
}

.sidebar-buyuk-listele span {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 10px;
    margin: 5px;
    word-wrap: break-word;
    text-shadow: 0 5px px #000;
    font-weight: 900;
    font-size: 16px;
    z-index: 222;
    transition: .4s;
    color: #fff
}

.kutu_konu_listele {
    width: 300px;
    list-style: none;
    margin-top: 5px
}

.kutu_konu_listele li {
    width: 300px;
    display: inline-block;
    margin-bottom: 5px
}

.kutu_konu_listele li .konu_resim {
    float: left;
    width: 100px;
    height: 60px;
    margin-right: 5px;
    padding: 1px;
    border: 1px solid #eee
}

.kutu_konu_listele li .konu_resim img {
    width: 100px;
    height: 60px
}

.kutu_konu_listele li .konu_baslik {
    float: right;
    font-size: 15px;
    font-weight: 700;
    width: 191px;
    height: 25px;
    padding-top: 5px;
    text-align: left;
    z-index: 9999
}

.sag_kutu {
    width: 100%;
    height: auto;
    margin: 0;
    -webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    -moz-box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
    box-shadow: 0 2px 1px rgba(0, 0, 0, .07)
}

.sag_kutu_baslik {
    width: 100%;
    background: #e1e1e1;
    background: linear-gradient(-20deg, #ebebeb, #f5f4f4, #ecebeb);
    border: 1px solid #e1e1e1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px;
    color: #000;
    font-weight: 700;
    font-size: 15px;
    
}

.sag_kutu_alt {
    height: auto;
    border: 1px solid #e1e1e1;
    padding: 5px 5px 3px 5px;
    background-color: #fff;
    font-size: 13px;
    margin-bottom: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0
}

.sayfa {
    width: 100% - 20px;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #fff;
}

.sayfa_baslik {
    width: 100%;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 2em;
    background: var(--ana-renk);
    color: var(--yazi-baslik-rengi);
    border-radius: 5px;
    animation: ust 10s ease infinite;
    background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
    background-size: 400% 400%;
    line-height: 1.2;
}

.sayfa_icerik {
    width: 100%;
    margin: 10px 0 10px 0
}

.sayfa .yazi_alani {
    background-color: #fff;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    
}

.youtube-player {
    position: relative;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

.youtube-player img {
    width: 100%;
    height: auto
}

.youtube-player .play {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 60px solid #fff;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, .5))
}

.sayfa .yazi_baslik {
    padding: 10px;
    margin: 0;
    margin-bottom: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-size: 1.8em;
    background: var(--ana-renk);
    color: var(--yazi-baslik-rengi);
    width: 100%;
    border-radius: 3px;
    animation: ust 10s ease infinite;
    background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
    background-size: 400% 400%;
    
}

.sayfa .yazi_aciklama {
    padding: 20px;
    padding: 5px 0 0 0;
    margin-bottom: 10px
}

.sayfa .yazi_resim {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    object-fit: cover;
    background-size: cover;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.sayfa #icindekiler {
    width: 100%;
    padding: 5px;
    margin: 0px;
}

.sayfa #icindekiler li {
    min-height: 30px;
    width: 100%;
}

.sayfa #icindekiler a {
    font-size: 0.9em;
    padding: 2px 0px 2px 0px;
}

.sayfa p {
    margin: 15px 0 15px 0;
    padding: 3px 2px 3px 2px;
    font-size: 1.2em;
    text-align: justify;
    line-height: 25px;
    background-color: #fff
}

.sayfa p a {
    font-size: 1em;
    font-weight: 700;
    background-position: bottom;
    color: #a82900
}

.sayfa p a:hover {
    color: #e94c1a;
    background-image: linear-gradient(0deg, rgba(243, 208, 46, .5), rgba(243, 208, 46, .5));
    background-size: 1px 2px;
    background-repeat: repeat-x;
    background-position: bottom
}

.sayfa h2 {
    width: cal(100% - 30px);
    color: var(--yazi-alt-baslik-rengi);
    padding: 5px 10px 5px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 700;
    word-wrap: break-word
}

.sayfa h2 a {
    font-size: 1em;
    font-weight: 700;
    background-position: bottom;
    color: #a82900
}

.sayfa h2 a:hover {
    text-decoration: underline
}

.sayfa h3 {
    width: cal(100% - 30px);
    color: var(--yazi-alt-baslik-rengi);
    padding: 5px 10px 5px 0;
    margin: 0;
    font-size: 1.3em;
    font-weight: 700;
    word-wrap: break-word
}

.sayfa table {
    width: 100%;
    border: 1px solid #d2d2d5;
    border-bottom: 2px solid #d2d2d5;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

.sayfa table thead tr th {
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    padding: 7px;
    border: 1px solid #f8f8f8;
    background-color: var(--ana-renk);
    color: #000
}

.sayfa table tbody tr th {
    font-size: 1em;
    font-weight: 700;
    text-align: left;
    padding: 7px;
    border: 1px solid #d2d2d5;
    background-color: #fbf6f6
}

.sayfa table tbody tr td {
    text-align: left;
    padding: 7px;
    border: 1px solid #d2d2d5
}

.sayfa ul {
    list-style-type: square;
    margin: 10px 0 20px 40px
}

.sayfa ul li {
    font-size: 1.2em
}

.sayfa ol li {
    font-size: 1em;
    list-style-type: decimal;
    margin: 10px 0 20px 40px
}

.sayfa blockquote {
    text-align: center;
    width: 100%;
    border: 2px dashed #e74712;
    color: #212121;
    padding: 0 15px 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    
}

.yazi_bilgi {
    width: 100%;
    height: 60px;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 1px solid #eee;
    vertical-align: middle
}

.yazi_bilgi .yazi_bilgi_sol {
    float: left;
    width: 50%
}

.yazi_bilgi .yazi_bilgi_sag {
    float: right;
    width: 50%
}

.yazi_bilgi .yazi_profil {
    float: left;
    display: block;
    width: 180px;
    height: 60px
}

.yazi_bilgi .yazi_profil .yazar_resim {
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 2px;
    border: 1px solid #ff9843
}

.yazi_bilgi .yazi_profil .yazar_isim {
    float: right;
    margin: 5px 0 0 0;
    width: 125px;
    height: 20px;
    font-weight: 700;
    font-size: 15px
}

.yazi_bilgi .yazi_profil .yazi_zaman {
    float: right;
    margin: 0;
    width: 125px;
    height: 20px;
    font-size: 12px
}

.yazi_bilgi .yazi_yorum {
    float: right;
    height: 25px;
    width: 40px;
    padding: 5px 0 2px 24px;
    margin: 12px 5px 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    background: url(../images/yorum.png) no-repeat;
    background-position: left;
    background-size: 25%
}

.yazi_bilgi .yazi_goruntulenme {
    float: right;
    height: 24px;
    width: 40px;
    padding: 6px 0 2px 25px;
    margin: 12px 5px 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    background: url(../images/yorum_goruntulenme.png) no-repeat;
    background-position: left;
    background-size: 32%
}

.yazi_bilgi .yazi_begen {
    float: right;
    height: 25px;
    width: 40px;
    padding: 5px 0 2px 24px;
    margin: 12px 5px 0 0;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    background: url(../images/begen_kalp.png) no-repeat;
    background-position: left;
    background-size: 27%
}

.sosyal {
    padding: 10px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
    justify-content: center;
    align-items: center
}

.sosyal a {
    display: inline-block;
    text-decoration: none;
    color: inherit;
    margin: 10px;
    text-align: center
}

.sosyal i {
    font-size: 24px;
    border-radius: 50%;
    padding: 8px;
    background-color: #f0f0f0;
    color: #333;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px
}

.sosyal i:hover {
    animation: ust 10s ease infinite;
    background: linear-gradient(-45deg, #efe523, #dbb51b, #e7ca12, #efd021, #d2b11e, #ffde09)
}

/* Yazi Guncelleme */
.yazi-guncelleme {
    font-size: 14px;
    color: var(--kontrast-yuksek-metin);
    margin: 10px 0;
    padding: 8px 0;
    border-top: 1px solid #e0e0e0;
    font-style: italic;
}

.yorum {
    padding: 0;
    margin: 0;
    width: 100%
}

.yorum>.baslik {
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    animation: ust 10s ease infinite;
    background: linear-gradient(-45deg, #efe523, #dbb51b, #e7ca12, #efd021, #d2b11e, #ffde09);
    background-size: 400% 400%;
    
}

.yorum>.yorum-formu {
    width: 100%;
    margin: 10px 0 0 0;
    font-size: 16px
}

.yorum>.yorum-formu ul {
    margin: 0
}

.yorum>.yorum-formu ul li {
    list-style-type: none
}

.yorum>.yorum-formu textarea {
    width: 100%;
    padding: 8px 5px 8px 5px;
    margin: 0;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    resize: none;
    font-size: 15px;
    
}

.yorum>.yorum-formu textarea:focus {
    border: 1px solid #dab902
}

.yorum>.yorum-formu input[type=text] {
    padding: 8px 5px 8px 5px;
    margin: 0 0 5px 0;
    width: 100%;
    height: 35px;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    
}

.yorum>.yorum-formu input[type=text]:focus {
    border: 1px solid #f3cf02
}

.yorum>.yorum-formu input[type=submit] {
    padding: 20px;
    margin: 10px 0 0 0;
    width: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    vertical-align: middle;
    cursor: pointer;
    border: 0 solid #000;
    background: linear-gradient(to right, var(--kontrast-yuksek-buton) 0, var(--kontrast-yuksek-buton) 100%);
    color: var(--kontrast-yuksek-buton-metin);
    font-size: 18px;
    font-weight: 700
}

.yorum>.yorum-formu input[type=submit]:active {
    color: var(--kontrast-yuksek-buton-metin);
    background: linear-gradient(to right, #1a1a1a 0, #2a2a2a 100%)
}

.yorum-listele {
    width: 100%
}

.yorum-listele .yorum_isim {
    font-weight: 700;
    color: var(--kontrast-yuksek-metin)
}

.yorum-listele .yorum_zaman {
    font-weight: 700;
    color: var(--kontrast-yuksek-metin)
}

.yorum-listele .yorum_metni {
    font-size: 16px;
    color: var(--kontrast-yuksek-metin)
}

.galeri {
    display: inline-block;
    width: 990px;
    margin: 5px 5px 0 5px
}

.galeri .galeri_reklam {
    min-width: 160px;
    max-width: 160px;
    min-height: 600px;
    max-height: 600px;
    float: left;
    margin: 0 5px 0 5px
}

.galeri .galeri_orta {
    float: left;
    width: 640px;
    height: auto;
    margin: 0 5px 0 5px
}

.galeri .galeri_orta li {
    list-style: none
}

.galeri .galeri_orta img {
    width: 100%;
    padding: 2px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px
}

.galeri .galeri_orta li.aciklama {
    text-indent: 2px;
    width: 718px;
    padding: 5px 5px 5px 5px;
    font-size: 15px;
    font-weight: 400;
    color: #222
}

.galeri .yonerge {
    height: 50px;
    margin: 5px 0 0 0
}

.galeri .yonerge a {
    color: #222
}

.galeri .yonerge .geri {
    transition: all .5s;
    float: left;
    padding: 10px;
    background: #eee url(/images/site/ok-sol.png) left center no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.galeri .yonerge .geri:hover {
    background: #ddd url(/images/site/ok-sol.png) left center no-repeat
}

.galeri .yonerge .geri span {
    display: block;
    width: 70px;
    padding: 0 20px 0 20px;
    text-align: right;
    font-size: 15px;
    font-weight: 700
}

.galeri .yonerge .ileri {
    transition: all .5s;
    float: right;
    padding: 10px;
    background: #eee url(/images/site/ok-sag.png) right center no-repeat;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

.galeri .yonerge .ileri:hover {
    background: #ddd url(/images/site/ok-sag.png) right center no-repeat
}

.galeri .yonerge .ileri span {
    display: block;
    width: 70px;
    padding: 0 20px 0 20px;
    text-align: left;
    font-size: 15px;
    font-weight: 700
}

.manset {
    margin: 0 0 20px 0;
    width: 100%;
    height: auto;
    height: 330px
}

.manset a {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.manset a:hover {
    color: #fff;
    text-decoration: none
}





.sayfa_widget {
    width: calc(100% - 22px);
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px;
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 10px 15px 10px
}

.sayfa_widget_icerik {
    margin: 10px 0 10px 0;
    width: calc(100% - 20px)
}

.sayfa_widgt_buton {
    padding: 5px;
    background-color: var(--ana-renk);
    font-size: .8em;
    color: #000;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px
}



/* Arama Butonu */ 
.search-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 300px;
    background: #38b24a;
    box-shadow: 0 8px 32px rgba(56, 178, 74, 0.15);
    margin: 15px 0;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    transition: all 0.3s ease;
}


.search-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.05)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.4;
    pointer-events: none;
}

/* Elektrikli Araç Animasyonlu Arka Plan */
.search-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        /* Elektrikli Araba İkonu - Sol Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.22.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></svg>') 5% 8% no-repeat,
        /* Şarj İkonu - Sağ Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 92% 15% no-repeat,
        /* Batarya İkonu - Sol Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"/></svg>') 8% 88% no-repeat,
        /* Yeşil Yaprak İkonu - Sağ Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 88% 92% no-repeat,
        /* Elektrik İkonu - Orta Sol */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 22% 40% no-repeat,
        /* Güneş Paneli İkonu - Orta Sağ */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"/></svg>') 78% 50% no-repeat,
        /* Motor İkonu - Sol Orta */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M7 4V2C7 1.45 7.45 1 8 1H16C16.55 1 17 1.45 17 2V4H20C20.55 4 21 4.45 21 5V7C21 7.55 20.55 8 20 8H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V8H4C3.45 8 3 7.55 3 7V5C3 4.45 3.45 4 4 4H7ZM9 3V4H15V3H9ZM7 8V19H17V8H7Z"/></svg>') 15% 75% no-repeat,
        /* Çevre İkonu - Sağ Orta */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 75% 80% no-repeat,
        /* Şarj İstasyonu İkonu - Sol Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>') 35% 25% no-repeat,
        /* Hız İkonu - Sağ Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 65% 30% no-repeat,
        /* Teknoloji İkonu - Orta Alt */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"/></svg>') 50% 85% no-repeat,
        /* Yeşil Enerji İkonu - Orta Üst */
        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.06)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 50% 15% no-repeat;
    background-size: 42px 42px, 32px 32px, 38px 38px, 28px 28px, 30px 30px, 36px 36px, 26px 26px, 24px 24px, 22px 22px, 20px 20px, 18px 18px, 16px 16px;
    opacity: 1;
    pointer-events: none;
    animation: floatIcons 25s ease-in-out infinite;
}

@keyframes floatIcons {
    0% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.9;
    }
    20% {
        transform: translateY(-6px) rotate(1deg) scale(1.03);
        opacity: 0.9;
    }
    40% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    60% {
        transform: translateY(6px) rotate(-1deg) scale(1.03);
        opacity: 0.9;
    }
    80% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.8;
    }
    100% {
        transform: translateY(0px) rotate(0deg) scale(1);
        opacity: 0.8;
    }
}

/* Focus durumunda sadece hafif parlaklık artışı */
.search-section:focus-within::after {
    opacity: 0.9;
}

.search-welcome {
    text-align: center;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
    animation: fadeInUp 0.8s ease-out;
}

.welcome-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 25px;
    padding: 8px 16px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    animation: slideInDown 0.6s ease-out 0.2s both;
}

.welcome-badge i {
    color: #ffd700;
    font-size: 1rem;
    animation: pulse 2s infinite;
}

.search-welcome h1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 15px;
    text-shadow: 0 4px 12px rgba(0,0,0,0.15);
    letter-spacing: -1px;
    background: linear-gradient(135deg, #fff 0%, #f0f8ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeInUp 0.8s ease-out 0.3s both;
}

.welcome-message {
    color: #fff;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out 0.4s both;
}

.welcome-stats {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 25px;
    animation: fadeInUp 0.8s ease-out 0.6s both;
}

.stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.stat-item i {
    color: #ffd700;
    font-size: 1.5rem;
    margin-bottom: 5px;
}

.stat-number {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.stat-label {
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-weight: 500;
    text-align: center;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.search-container {
    width: 100%;
    max-width: 900px;
    position: relative;
    z-index: 1;
}

.search-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    overflow: hidden;
}

.search-input-wrapper:focus-within {
    box-shadow: 0 12px 40px rgba(67, 182, 73, 0.2);
    background: linear-gradient(135deg, #fff 0%, #f8fffe 100%);
}

.search-icon {
    position: absolute;
    left: 25px;
    color: var(--ana-renk);
    font-size: 22px;
    z-index: 0;
    pointer-events: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    transition: all 0.3s ease;
    background: transparent;
}

.search-icon i {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.search-input-wrapper:focus-within .search-icon {
    color: var(--ana-renk2);
    transform: scale(1.1);
}

.search-input {
    flex: 1;
    border: none;
    outline: none;
    padding: 10px 10px 10px 75px;
    font-size: 18px;
    font-weight: 500;
    color: #2c3e50;
    background: transparent;
    width: 100%;
    letter-spacing: 0.3px;
    transition: all 0.3s ease;
    min-height: 50px;
    position: relative;
    z-index: 2;
}

.search-input::placeholder {
    color: #95a5a6;
    font-weight: 400;
    font-style: italic;
    transition: all 0.3s ease;
}

.search-input:focus::placeholder {
    color: #bdc3c7;
    transform: translateX(5px);
}

.search-clear {
    position: absolute;
    right: 80px;
    background: none;
    border: none;
    color: #bdc3c7;
    font-size: 18px;
    cursor: pointer;
    padding: 12px;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: none;
    z-index: 3;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    opacity: 0;
    visibility: hidden;
}

.search-clear i {
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.search-clear:hover {
    color: #e74c3c;
    background: rgba(231, 76, 60, 0.1);
    transform: scale(1.1);
}

.search-clear.visible {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

.search-button {
    position: absolute;
    right: 0;
    background: #38b24a;
    border: none;
    color: #fff;
    width: 100px;
    height: 100%;
    border-radius: 0 50px 50px 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.3s ease;
    z-index: 10;
    box-shadow: 0 4px 12px rgba(56, 178, 74, 0.2);
    top: -10;
    transform: none;
}

.search-button i {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: bold;
}

.search-button:hover {
    transform: none;
    box-shadow: 0 8px 25px rgba(56, 178, 74, 0.5);
    background: #2d9a3f;
}

.search-button:active {
    transform: none;
    box-shadow: 0 2px 8px rgba(56, 178, 74, 0.3);
}

/* ===================== Arama Önerileri ===================== */
.search-suggestions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    margin-top: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s ease;
    z-index: 5000;
    max-height: 400px;
    overflow: hidden;
    border: 1px solid rgba(67, 182, 73, 0.1);
}

.search-suggestions.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.suggestions-header {
    padding: 16px 20px 8px;
    border-bottom: 1px solid #f0f0f0;
}

.suggestions-header span {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.suggestions-list {
    max-height: 300px;
    overflow-y: auto;
}

.suggestion-item {
    display: flex;
    align-items: center;
    padding: 16px 24px;
    cursor: pointer;
    transition: all 0.1s ease;
    border-bottom: 1px solid #f8f8f8;
    position: relative;
}

.suggestion-item.loading {
    cursor: default;
    opacity: 0.7;
}

.suggestion-item.error {
    cursor: default;
    color: #e74c3c;
}

.suggestion-item.arac-suggestion {
    padding: 12px 24px;
}

.suggestion-item.arac-suggestion:hover {
    background: linear-gradient(135deg, #f8fffe 0%, #f0f8f0 100%);
    border-left: 3px solid var(--ana-renk);
}

.suggestion-item:hover {
    background: linear-gradient(135deg, #f8fffe 0%, #f0f9ff 100%);
}

.suggestion-item:last-child {
    border-bottom: none;
}


.suggestion-item:last-child {
    border-bottom: none;
}

.suggestion-icon {
    width: 48px;
    height: 27px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 16px;
    color: #fff;
    font-size: 14px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(67, 182, 73, 0.2);
}

.suggestion-icon i {
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease;
}

.arac-resim-mini {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 6px;
    background: #f8f9fa;
}

.suggestion-item:hover .suggestion-icon {
    transform: scale(1.01);
    box-shadow: 0 4px 12px rgba(67, 182, 73, 0.3);
}

.suggestion-content {
    flex: 1;
}

.suggestion-title {
    font-size: 15px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
    transition: all 0.3s ease;
}

.suggestion-subtitle {
    font-size: 13px;
    color: #7f8c8d;
    transition: all 0.3s ease;
}

.suggestion-type {
    font-size: 11px;
    color: var(--ana-renk);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    transition: all 0.3s ease;
}

.suggestion-item:hover .suggestion-title {
    color: var(--ana-renk);
}

.suggestion-item:hover .suggestion-subtitle {
    color: #95a5a6;
}

.suggestion-item:hover .suggestion-type {
    color: var(--ana-renk2);
}

/* ===================== Responsive Tasarım ===================== */
@media (max-width: 768px) {
    .search-section {
        min-height: 250px;
        padding: 30px 15px;
        margin: 15px 0;
    }
    
    .search-section::after {
        background-size: 32px 32px, 26px 26px, 30px 30px, 22px 22px, 24px 24px, 28px 28px, 20px 20px, 18px 18px, 16px 16px, 15px 15px, 14px 14px, 12px 12px;
        animation: floatIcons 20s ease-in-out infinite;
    }
    
    .welcome-badge {
        font-size: 0.8rem;
        padding: 6px 12px;
        margin-bottom: 15px;
    }
    
    .search-welcome h1 {
        font-size: 2.2rem;
        margin-bottom: 12px;
    }
    
    .welcome-message {
        font-size: 1.1rem;
        margin-bottom: 8px;
    }
    
    .welcome-subtitle {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .welcome-stats {
        gap: 15px;
        margin-top: 20px;
    }

    .stat-item {
        padding: 12px 15px;
    }

    .stat-item i {
        font-size: 1.2rem;
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-label {
        font-size: 0.8rem;
    }
    
    .search-input {
        padding: 20px 65px 20px 45px;
        font-size: 15px;
        min-height: 60px;
    }
    
    .search-icon {
        left: 15px;
        font-size: 16px;
    }
    
    .search-icon i {
        font-size: 16px;
    }
    
    .search-clear {
        right: 65px;
        font-size: 14px;
    }
    
    .search-clear i {
        font-size: 14px;
    }
    
    .search-button {
        width: 60px;
        height: 100%;
        font-size: 16px;
        transform: none;
        right: 0;
        border-radius: 0 50px 50px 0;
        z-index: 5000;
    }
    
    .search-button i {
        font-size: 18px;
        font-weight: bold;
    }
}

@media (max-width: 480px) {
    .search-section {
        min-height: 220px;
        padding: 25px 10px;
        border-radius: 16px;
    }
    
    .search-section::after {
        background-size: 26px 26px, 20px 20px, 24px 24px, 18px 18px, 20px 20px, 22px 22px, 16px 16px, 14px 14px, 12px 12px, 11px 11px, 10px 10px, 9px 9px;
        animation: floatIcons 18s ease-in-out infinite;
    }
    
    .welcome-badge {
        font-size: 0.7rem;
        padding: 5px 10px;
        margin-bottom: 12px;
    }
    
    .search-welcome h1 {
        font-size: 1.8rem;
        margin-bottom: 10px;
        line-height: 19px;
    }
    
    .welcome-message {
        font-size: 1rem;
        margin-bottom: 6px;
    }
    
    .welcome-subtitle {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .welcome-stats {
        gap: 10px;
        margin-top: 15px;
        flex-wrap: wrap;
    }

    .stat-item {
        padding: 10px 12px;
        min-width: 80px;
    }

    .stat-item i {
        font-size: 1rem;
    }

    .stat-number {
        font-size: 1rem;
    }

    .stat-label {
        font-size: 0.75rem;
    }
    
    .search-input {
        padding: 18px 55px 18px 40px;
        font-size: 14px;
        min-height: 55px;
    }
    
    .search-icon {
        left: 12px;
        font-size: 15px;
    }
    
    .search-icon i {
        font-size: 15px;
    }
    
    .search-clear {
        right: 55px;
        font-size: 13px;
    }
    
    .search-clear i {
        font-size: 13px;
    }
    
    .search-button {
        width: 55px;
        height: 100%;
        font-size: 14px;
        top: 0;
        transform: none;
        right: 0;
        border-radius: 0 50px 50px 0;
        z-index: 5000;
    }
    
    .search-button i {
        font-size: 16px;
        font-weight: bold;
    }
    
    .suggestion-item {
        padding: 10px 15px;
    }
    
    .suggestion-icon {
        width: 28px;
        height: 21px;
        font-size: 11px;
        margin-right: 10px;
    }
    
    .suggestion-icon i {
        font-size: 11px;
    }
    
    .arac-resim-mini {
        width: 100%;
        aspect-ratio: 16/9;
        object-fit: cover;
        border-radius: 4px;
    }
}

.test{
    padding-bottom: 10px;
    border: 1px solid #cdcdcd;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.test:hover {
    border: 1px solid #222;
}

.test .baslik {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 10px 15px 10px;
    font-size: 16px
}

.test .soru {
    padding: 15px 10px 15px 10px;
    font-size: 18px;
}

.test .coktan_secmeli {

    display: inline-block;
    width: 100%;

    .secenek {
        float: left;
        padding: 14px;
        margin: 2px 10px 3px 10px;
        width: calc(50% - 50px);
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        font-size: 15px;
        border: 1px solid #e1e1e1;
        cursor: pointer;
        
    }

    .secenek:hover {
    background-color: var(--ana-renk);
    color: #000
    }

    .secenek .secenek_adi {
    color: #000;
    background-color: #f3d02e;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 15px;
    margin: 0 10px 0 0
    }
}

.test .cevap_secenek {
    padding: 14px;
    margin: 2px 5px 2px 5px;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    
}

.test .cevap_secenek .secenek_adi {
    color: #000;
    background-color: #f3d02e;
    display: inline-block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 16px;
    font-weight: bolder;
    padding: 10px 15px;
    margin: 0 10px 0 0
}

.test .dogru {
    background-color: #039b00;
    color: #fff;
    font-weight: 700
}

.test .dogru .secenek_adi {
    background-color: #036902;
    color: #fff;
    font-weight: 700
}

.test .yanlis {
    background-color: #bc0505;
    color: #fff;
    font-weight: 700
}

.test .yanlis .secenek_adi {
    background-color: #820202;
    color: #fff;
    font-weight: 700
}

.test input[type='text']
{
    padding: 8px 5px 8px 5px;
    margin: 0 0 5px 0;
    height: 30px;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    background-color:  #f3d02e;;
    border-radius: 2px;
    text-align: center;
}

.test input:focus {
    border: 1px solid #820202
}

.test .olumlu_donut {
    padding: 10px;
    color:white;
    background-color: #036902; 
    text-align: center;
}

.test .olumsuz_donut {
    padding: 10px;
    color:white;
    background-color: #bc0505; 
    text-align: center;
}

#sonuclari_al {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    margin: 20px 0 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(to right, #fb622b 0, #fb622b 100%);
    border: 1px solid #681d02;
    font-size: 18px;
    font-weight: 700
}

#sonuclari_al:hover {
    background: linear-gradient(to right, #271711 0, #351205 100%)
}

.hesaplama {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 14px
}

.hesaplama:hover {
    border: 1px solid #a1a1a1
}

.hesaplama .baslik {
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid #e1e1e1;
    padding: 15px 10px 15px 10px;
    font-size: 18px
}

.hesaplama ul {
    width: calc(100% - 40px);
    display: inline-block;
    margin: 20px
}

.hesaplama ul li {
    width: 100%;
    list-style: none;
    font-weight: 700;
    font-size: 17px
}

.hesaplama .hesaplama_form {
    padding: 15px 10px 15px 10px;
    font-size: 18px
}

.hesaplama .hesaplama_form ul {
    width: 100%;
    display: inline-flex;
    margin: 2px 0 2px 0
}

.hesaplama .hesaplama_form .gerekli {
    font-weight: 700;
    color: red
}

.hesaplama .hesaplama_form ul li.hesaplama_form_sol {
    list-style: none;
    float: left;
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
    padding: 2px 0 2px 0;
    font-weight: 700;
    font-size: 17px;
    word-wrap: break-word
}

.hesaplama .hesaplama_form ul li.hesaplama_form_sag {
    list-style: none;
    float: left;
    width: calc(40%)
}

.hesaplama>.hesaplama_form input {
    padding: 8px 5px 8px 5px;
    margin: 0 0 5px 0;
    width: 100px;
    height: 30px;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    font-size: 18px;
    color: #820202;
    border: 1px solid #bebebe;
    border-radius: 2px
}

.hesaplama>.hesaplama_form input:focus {
    border: 1px solid #820202
}

.hesaplama>.hesaplama_form select {
    padding: 10px 5px 10px 5px;
    margin: 0 0 5px 0;
    width: 100%;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    font-size: 18px;
    color: #820202;
    border: 1px solid #bebebe;
    border-radius: 2px
}

.hesaplama>.hesaplama_form select:focus {
    border: 1px solid #820202
}

.hesaplama>.hesaplama_form input[type=submit] {
    padding: 20px 30px 40px 30px;
    margin: 10px 0 0 0;
    width: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    vertical-align: middle;
    cursor: pointer;
    border: 0 solid #000;
    background: linear-gradient(to right, #fbdc2b 0, #f7ca18 100%);
    font-size: 18px;
    font-weight: 700
}

.hesaplama>.hesaplama_form input[type=submit]:active {
    color: #fff;
    background: linear-gradient(to right, #363535 0, #6e6d6d 100%)
}



.yillik-plan {
    font-size: 18px;
    padding: 0px;
    width: 100%;
}

.yillik-plan  ul {
    margin: 5px;
    padding: 5px;
    width: calc((100% / 4) - 22px);
    display: inline-flex;
}

.yillik-plan .gerekli {
    font-weight: 700;
    color: red
}

.yillik-plan label {
    font-size: 0.7em;
    width: 100%;
}
.yillik-plan input {
    padding: 8px 5px 8px 5px;
    margin: 0 0 5px 0;
    width: calc(100% - 20px);
    height: 30px;
    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    font-size: 18px;
    color: #820202;
    border: 1px solid #bebebe;
    border-radius: 2px
}

.yillik-plan input:focus {
    border: 1px solid #820202
}

.yillik-plan select {
    width: 100% !important;
    padding: 10px 5px 10px 5px;
    margin: 0 0 5px 0;

    box-shadow: 0 0 10px rgba(58, 58, 58, .1);
    font-size: 18px;
    color: #820202;
    border: 1px solid #bebebe;
    border-radius: 2px
}

.yillik-plan select:focus {
    border: 1px solid #820202
}

.yillik-plan input[type=submit] {
    padding: 20px 30px 40px 30px;
    margin: 10px 0 0 0;
    width: 200px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    vertical-align: middle;
    cursor: pointer;
    border: 0 solid #000;
    background: linear-gradient(to right, #fbdc2b 0, #f7ca18 100%);
    font-size: 18px;
    font-weight: 700
}

.yillik-plan input[type=submit]:active {
    color: #fff;
    background: linear-gradient(to right, #363535 0, #6e6d6d 100%)
}


@media only screen and (min-width:601px) and (max-width:1024px) {


    header #kutu #ust_sol {
        float: left;
        width: 25%;
    }

    header #kutu #ust_sol #logo {
        width: 160px !important;
        position: absolute;
    }

    header #kutu #ust_sol .menu-toggle {
        display: block;
        width: 40px;
        height: 20px;
        padding: 10px 0 10px 0;
        margin: 10px 5px 5px 10px;
        border-radius: 60%;
        -moz-border-radius: 60%;
        -webkit-border-radius: 60%
    }

    header #kutu #ust_orta {
        width: 50%;
        position: relative;
        top: 0;
        z-index: 5000;
        display: flex;
        justify-content: center;
    }


    #ust #ust-menu {
        margin: auto;
        margin-top: 4px;
        width: 100%;
        height: 100%;
        height: auto;
        float: left
    }

    #ust #ust-menu>ul {
        box-shadow: 0 3px 8px rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        display: none;
        background: #fff;
        z-index: 5000;
    }

    #ust-menu>ul>li {
        width: 100%;
        float: none;
        background: #fff;
        z-index: 5000;
    }

    #ust-menu>ul>li>a {
        text-align: left;
        font-size: 20px;
        font-weight: 700
    }

    #ust-menu>ul>li>label {
        text-align: left
    }

    #ust-menu ul>li.acilan .acilan-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        margin-top: -11px;
        margin-left: 20px
    }

    #ust-menu>ul>li.acilan:hover .acilan-menu {
        width: 100%;
        position: static;
        height: 100%;
        visibility: visible;
        background-color: #fff;
        padding: 5px 0 5px 0;
        margin-bottom: 10px;
        transition: all 1s;
        box-shadow: 0 0 15px rgba(0, 0, 0, .18)
    }

    #ust-menu>ul>li.acilan .acilan-menu {
        width: 180px;
        height: auto;
        background-color: #fff;
        padding: 5px 0 5px 0
    }

    #ust-menu>ul>li.acilan .acilan-menu::before {
        display: none
    }

    #ust-menu>ul>li.acilan .acilan-menu li {
        color: #fff;
        text-align: left;
        padding: 0 0 0 10px;
        margin: 1px 0 1px 0;
        height: 100%;
        width: calc(100% - 10px)
    }

    #ust-menu>ul>li.acilan .acilan-menu li a {
        color: #000;
        text-align: left;
        font-size: 16px
    }

    #ust-menu>ul>li.acilan .acilan-menu li a:hover {
        color: #000
    }



    .breadcrumbs {
        font-size: 11px;
        color: #732052;
        width: 100%;
        max-width: 100%;
        margin: 10px 0 0 0;
        overflow: hidden;
    }

    #orta_bolge {
        min-width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        height: auto;
        margin: 20px;
        padding: 20px;
        
    }

    #orta_bolge #orta_sol {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #orta_bolge #orta_sag {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #menu {
        height: auto
    }

    #menu #menu_kapali {
        display: block;
        min-width: 768px;
        max-width: 768px
    }

    #menu #menu_buton {
        display: block
    }

    #menu #menu_ic {
        display: none;
        overflow: none;
        min-width: 768px;
        max-width: 768px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #menu #menu_ic ul {
        overflow: none
    }

    #menu #menu_ic ul li {
        min-width: 768px;
        max-width: 768px;
        float: none;
        border-bottom: 1px solid #732052
    }

    #menu #menu_ic ul li a {
        margin-bottom: 2px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .galeri {
        margin: 0;
        min-width: 768px;
        max-width: 768px
    }

    .galeri .galeri_orta {
        margin: 0;
        min-width: 768px;
        max-width: 768px
    }

    .galeri .galeri_orta li.resim {
        list-style: none
    }

    .galeri .galeri_orta img {
        max-width: 768px;
        padding: 0
    }

    .galeri .galeri_orta li.aciklama {
        text-indent: 2px
    }

    .galeri .yonerge {
        height: 50px;
        margin: 5px 5px 5px 0
    }

    .galeri .galeri_reklam {
        display: inline-block;
        float: none;
        margin: auto;
        width: 768px;
        min-width: 768px;
        max-width: 768px;
        height: 90px;
        min-height: 90px;
        max-height: 90px
    }



    .search-container { width: 95% !important; max-width: 800px !important;}


    .search-input {width: 70% !important; }
}


    .populer_haberler {
        width: 100%
    }

    .populer_haberler ul li {
        padding: 15px;
        width: 100%;
        height: 80px;
        list-style: none;
        display: block;
        position: relative
    }

    .populer_haberler ul li .populer_baslik {
        float: right;
        width: calc(100% - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: 700;
        margin-top: 5px
    }

    .populer_haberler ul li .populer_tarih {
        float: right;
        width: calc(100% - 105px)
    }



    .search-container { width: 100% !important; max-width: 700px !important;}


    .search-input {width: 80% !important; }


@media only screen and (min-width:1024px) {
    #menu #menu_ic {
        display: block
    }
}

@media only screen and (min-width:601px) and (max-width:1024px) {
    header {
        padding: 0;
        background: #016a70;
        animation: ust 10s ease infinite;
        background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
        background-size: 400% 400%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    }

    /* Elektrikli Araç Animasyonlu Arka Plan - Tablet */
    header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            /* Elektrikli Araba İkonu - Sol Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.22.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></svg>') 5% 8% no-repeat,
            /* Şarj İkonu - Sağ Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 92% 15% no-repeat,
            /* Batarya İkonu - Sol Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"/></svg>') 8% 88% no-repeat,
            /* Yeşil Yaprak İkonu - Sağ Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 88% 92% no-repeat,
            /* Elektrik İkonu - Orta Sol */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 22% 40% no-repeat,
            /* Güneş Paneli İkonu - Orta Sağ */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"/></svg>') 78% 50% no-repeat,
            /* Motor İkonu - Sol Orta */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M7 4V2C7 1.45 7.45 1 8 1H16C16.55 1 17 1.45 17 2V4H20C20.55 4 21 4.45 21 5V7C21 7.55 20.55 8 20 8H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V8H4C3.45 8 3 7.55 3 7V5C3 4.45 3.45 4 4 4H7ZM9 3V4H15V3H9ZM7 8V19H17V8H7Z"/></svg>') 15% 75% no-repeat,
            /* Çevre İkonu - Sağ Orta */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 75% 80% no-repeat,
            /* Şarj İstasyonu İkonu - Sol Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>') 35% 25% no-repeat,
            /* Hız İkonu - Sağ Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 65% 30% no-repeat,
            /* Teknoloji İkonu - Orta Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"/></svg>') 50% 85% no-repeat,
            /* Yeşil Enerji İkonu - Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.06)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 50% 15% no-repeat;
        background-size: 42px 42px, 32px 32px, 38px 38px, 28px 28px, 30px 30px, 36px 36px, 26px 26px, 24px 24px, 22px 22px, 20px 20px, 18px 18px, 16px 16px;
        opacity: 1;
        pointer-events: none;
        animation: floatIcons 25s ease-in-out infinite;
    }

    header #kutu #ust_sol {
        float: left;
        width: 25%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header #kutu #ust_sol #logo {
        width: 110px;
    }

    header #kutu #ust_sol .menu-toggle {
        display: block;
        width: 40px;
        height: 20px;
        padding: 10px 0 10px 0;
        margin: 10px 5px 5px 10px;
        border-radius: 60%;
        -moz-border-radius: 60%;
        -webkit-border-radius: 60%
    }

    header #kutu #ust_orta {
        width: 50%;
        position: relative;
        top: 0;
        z-index: 9999
    }


    #ust #ust-menu {
        margin: auto;
        margin-top: 4px;
        width: 100%;
        height: 100%;
        height: auto;
        float: left
    }

    #ust #ust-menu>ul {
        box-shadow: 0 3px 8px rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        display: none;
        background: #fff;
        z-index: 9999
    }

    #ust-menu>ul>li {
        width: 100%;
        float: none;
        background: #fff;
        z-index: 9999
    }

    #ust-menu>ul>li>a {
        text-align: left;
        font-size: 20px;
        font-weight: 700
    }

    #ust-menu>ul>li>label {
        text-align: left
    }

    #ust-menu ul>li.acilan .acilan-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        margin-top: -11px;
        margin-left: 20px
    }

    #ust-menu>ul>li.acilan:hover .acilan-menu {
        width: 100%;
        position: static;
        height: 100%;
        visibility: visible;
        background-color: #fff;
        padding: 5px 0 5px 0;
        margin-bottom: 10px;
        transition: all 1s;
        box-shadow: 0 0 15px rgba(0, 0, 0, .18)
    }

    #ust-menu>ul>li.acilan .acilan-menu {
        width: 180px;
        height: auto;
        background-color: #fff;
        padding: 5px 0 5px 0
    }

    #ust-menu>ul>li.acilan .acilan-menu::before {
        display: none
    }

    #ust-menu>ul>li.acilan .acilan-menu li {
        color: #fff;
        text-align: left;
        padding: 0 0 0 10px;
        margin: 1px 0 1px 0;
        height: 100%;
        width: calc(100% - 10px)
    }

    #ust-menu>ul>li.acilan .acilan-menu li a {
        color: #000;
        text-align: left;
        font-size: 16px
    }

    #ust-menu>ul>li.acilan .acilan-menu li a:hover {
        color: #000
    }

    .slid3 {
        width: 100%;
        height: 400px;
        background-color: #ccc;
        float: left;
        margin: 1px 1px 10px 1px;
        display: flex;
        position: relative
    }

    .slid3:nth-child(1) h2 {
        font-size: 14px
    }

    .slid3:nth-child(2) h2 {
        font-size: 14px
    }

    .slid3:nth-child(3) h2 {
        font-size: 14px
    }

    .slid3:nth-child(4) h2 {
        font-size: 14px
    }

    .slid3:nth-child(4) h2 {
        font-size: 14px
    }

    .slid3:nth-child(1) {
        width: calc(50% - 3px);
        height: 80%
    }

    .slid3:nth-child(2) {
        width: calc(50% - 3px);
        height: 80%
    }

    .slid3:nth-child(3) {
        width: calc(31% - 10px);
        height: 60%
    }

    .slid3:nth-child(4) {
        width: calc(31% - 10px);
        height: 60%
    }

    .slid3:nth-child(5) {
        width: calc(31% - 10px);
        height: 60%
    }

    .breadcrumbs {
        font-size: 11px;
        color: #732052;
        width: 100%;
        max-width: 100%;
        margin: 10px 5px;
    }

    #orta_bolge {
        min-width: calc(100% - 80px);
        max-width: calc(100% - 80px);
        margin: 20px;
        padding: 20px;
        
    }

    #orta_bolge #orta_sol {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #orta_bolge #orta_sag {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #menu {
        height: auto
    }

    #menu #menu_kapali {
        display: block;
        min-width: 768px;
        max-width: 768px
    }

    #menu #menu_buton {
        display: block
    }

    #menu #menu_ic {
        display: none;
        overflow: none;
        min-width: 768px;
        max-width: 768px;
        padding-top: 10px;
        padding-bottom: 10px
    }

    #menu #menu_ic ul {
        overflow: none
    }

    #menu #menu_ic ul li {
        min-width: 768px;
        max-width: 768px;
        float: none;
        border-bottom: 1px solid #732052
    }

    #menu #menu_ic ul li a {
        margin-bottom: 2px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px
    }

    .galeri {
        margin: 0;
        min-width: 768px;
        max-width: 768px
    }

    .galeri .galeri_orta {
        margin: 0;
        min-width: 768px;
        max-width: 768px
    }

    .galeri .galeri_orta li.resim {
        list-style: none
    }

    .galeri .galeri_orta img {
        max-width: 768px;
        padding: 0
    }

    .galeri .galeri_orta li.aciklama {
        text-indent: 2px
    }

    .galeri .yonerge {
        height: 50px;
        margin: 5px 5px 5px 0
    }

    .galeri .galeri_reklam {
        display: inline-block;
        float: none;
        margin: auto;
        width: 768px;
        min-width: 768px;
        max-width: 768px;
        height: 90px;
        min-height: 90px;
        max-height: 90px
    }

    footer #alt_bolge {
        margin: 20px;
        padding: 20px;
        width: calc(100% - 80px)
    }
    
    footer #en_alt {
        width: calc(100% - 80px);
        margin: 10px 20px 0 20px;
    }

    footer #footer_sol {
        display: block;
        width: 100%;
        margin-bottom: 20px
    }

    footer #footer_sag {
        display: block;
        width: 100%
    }

    footer #footer_sag .alt-menu {
        width: 100%;
        margin-bottom: 10px
    }


}

@media only screen and (max-width:600px) {
    header {
        padding: 0;
        background: #016a70;
        animation: ust 10s ease infinite;
        background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
        background-size: 400% 400%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
    }

    /* Elektrikli Araç Animasyonlu Arka Plan - Mobil */
    header::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: 
            /* Elektrikli Araba İkonu - Sol Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M18.92 6.01C18.72 5.42 18.16 5 17.5 5h-11c-.66 0-1.22.42-1.42 1.01L3 12v8c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-1h12v1c0 .55.45 1 1 1h1c.55 0 1-.45 1-1v-8l-2.08-5.99zM6.5 16c-.83 0-1.5-.67-1.5-1.5S5.67 13 6.5 13s1.5.67 1.5 1.5S7.33 16 6.5 16zm11 0c-.83 0-1.5-.67-1.5-1.5s.67-1.5 1.5-1.5 1.5.67 1.5 1.5-.67 1.5-1.5 1.5zM5 11l1.5-4.5h11L19 11H5z"/></svg>') 5% 8% no-repeat,
            /* Şarj İkonu - Sağ Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 92% 15% no-repeat,
            /* Batarya İkonu - Sol Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M15.67 4H14V2h-4v2H8.33C7.6 4 7 4.6 7 5.33v15.33C7 21.4 7.6 22 8.33 22h7.33c.74 0 1.34-.6 1.34-1.33V5.33C17 4.6 16.4 4 15.67 4zM13 18h-2v-2h2v2zm0-4h-2V9h2v5z"/></svg>') 8% 88% no-repeat,
            /* Yeşil Yaprak İkonu - Sağ Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.12)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 88% 92% no-repeat,
            /* Elektrik İkonu - Orta Sol */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M7 2v11h3v9l7-12h-4l4-8z"/></svg>') 22% 40% no-repeat,
            /* Güneş Paneli İkonu - Orta Sağ */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.10)"><path d="M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zM2 13h2c.55 0 1-.45 1-1s-.45-1-1-1H2c-.55 0-1 .45-1 1s.45 1 1 1zm18 0h2c.55 0 1-.45 1-1s-.45-1-1-1h-2c-.55 0-1 .45-1 1s.45 1 1 1zM11 2v2c0 .55.45 1 1 1s1-.45 1-1V2c0-.55-.45-1-1-1s-1 .45-1 1zm0 18v2c0 .55.45 1 1 1s1-.45 1-1v-2c0-.55-.45-1-1-1s-1 .45-1 1zM5.99 4.58c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0s.39-1.03 0-1.41L5.99 4.58zm12.37 12.37c-.39-.39-1.03-.39-1.41 0-.39.39-.39 1.03 0 1.41l1.06 1.06c.39.39 1.03.39 1.41 0 .39-.39.39-1.03 0-1.41l-1.06-1.06zm1.06-10.96c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06zM7.05 18.36c.39-.39.39-1.03 0-1.41-.39-.39-1.03-.39-1.41 0l-1.06 1.06c-.39.39-.39 1.03 0 1.41s1.03.39 1.41 0l1.06-1.06z"/></svg>') 78% 50% no-repeat,
            /* Motor İkonu - Sol Orta */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M7 4V2C7 1.45 7.45 1 8 1H16C16.55 1 17 1.45 17 2V4H20C20.55 4 21 4.45 21 5V7C21 7.55 20.55 8 20 8H19V19C19 20.1 18.1 21 17 21H7C5.9 21 5 20.1 5 19V8H4C3.45 8 3 7.55 3 7V5C3 4.45 3.45 4 4 4H7ZM9 3V4H15V3H9ZM7 8V19H17V8H7Z"/></svg>') 15% 75% no-repeat,
            /* Çevre İkonu - Sağ Orta */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 75% 80% no-repeat,
            /* Şarj İstasyonu İkonu - Sol Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-1 17.93c-3.94-.49-7-3.85-7-7.93 0-.62.08-1.21.21-1.79L9 15v1c0 1.1.9 2 2 2v1.93zm6.9-2.54c-.26-.81-1-1.39-1.9-1.39h-1v-3c0-.55-.45-1-1-1H8v-2h2c.55 0 1-.45 1-1V7h2c1.1 0 2-.9 2-2v-.41c2.93 1.19 5 4.06 5 7.41 0 2.08-.8 3.97-2.1 5.39z"/></svg>') 35% 25% no-repeat,
            /* Hız İkonu - Sağ Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"/></svg>') 65% 30% no-repeat,
            /* Teknoloji İkonu - Orta Alt */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.08)"><path d="M20 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm-5 14H4v-4h11v4zm0-5H4V9h11v4zm5 5h-4V9h4v9z"/></svg>') 50% 85% no-repeat,
            /* Yeşil Enerji İkonu - Orta Üst */
            url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="rgba(255,255,255,0.06)"><path d="M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z"/></svg>') 50% 15% no-repeat;
        background-size: 42px 42px, 32px 32px, 38px 38px, 28px 28px, 30px 30px, 36px 36px, 26px 26px, 24px 24px, 22px 22px, 20px 20px, 18px 18px, 16px 16px;
        opacity: 1;
        pointer-events: none;
        animation: floatIcons 25s ease-in-out infinite;
    }


    header #kutu #ust_sol {
        float: left;
        width: 85%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header #kutu #ust_sol #logo {
        width: 110px;
        height: 50px;
    }

    header #kutu #ust_sol .menu-toggle {
        display: block;
        width: 40px;
        height: 20px;
        padding: 10px 0 10px 0;
        margin: 10px 5px 5px 10px;
        border-radius: 60%;
        -moz-border-radius: 60%;
        -webkit-border-radius: 60%;
        border: 1px solid red;
    }

    header #kutu #ust_orta {
        width: 50%;
        position: relative;
        top: 0;
        z-index: 9999
    }

    #ust #ust-menu {
        margin: auto;
        margin-top: 4px;
        width: 100%;
        height: 100%;
        height: auto;
        float: left
    }

    #ust #ust-menu>ul {
        box-shadow: 0 3px 8px rgba(0, 0, 0, .6);
        width: 100%;
        height: 100%;
        display: none;
        background: #fff;
        z-index: 9999
    }

    #ust-menu>ul>li {
        width: 100%;
        float: none;
        background: #fff;
        z-index: 9999
    }

    #ust-menu>ul>li>a {
        text-align: left;
        font-size: 20px;
        font-weight: 700
    }

    #ust-menu>ul>li>label {
        text-align: left
    }

    #ust-menu ul>li.acilan .acilan-menu::before {
        content: "";
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        margin-top: -11px;
        margin-left: 20px
    }

    #ust-menu>ul>li.acilan:hover .acilan-menu {
        width: 100%;
        position: static;
        height: 100%;
        visibility: visible;
        background-color: #fff;
        padding: 5px 0 5px 0;
        margin-bottom: 10px;
        transition: all 1s;
        box-shadow: 0 0 15px rgba(0, 0, 0, .18)
    }

    #ust-menu>ul>li.acilan .acilan-menu {
        width: 180px;
        height: auto;
        background-color: #fff;
        padding: 5px 0 5px 0
    }

    #ust-menu>ul>li.acilan .acilan-menu::before {
        display: none
    }

    #ust-menu>ul>li.acilan .acilan-menu li {
        color: #fff;
        text-align: left;
        padding: 0 0 0 10px;
        margin: 1px 0 1px 0;
        height: 100%;
        width: calc(100% - 10px)
    }

    #ust-menu>ul>li.acilan .acilan-menu li a {
        color: #000;
        text-align: left;
        font-size: 16px
    }

    #ust-menu>ul>li.acilan .acilan-menu li a:hover {
        color: #000
    }

    #orta_bolge {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 10px;
        
    }

    #orta_bolge #orta_sol {
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    #orta_bolge #orta_sag {
        display: none;
        min-width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0
    }

    .breadcrumbs {
        font-size: 10px;
        color: #732052;
        width: 100%;
        max-width: 100%;
        margin: 8px 3px;
    }

    .breadcrumbs__item:first-child {
        width: auto;
        min-width: 35px;
        text-align: center;
        font-size: 10px;
    }

    .breadcrumbs__item:nth-child(2) {
        width: auto;
        flex: 1;
        font-size: 10px;
    }

    .breadcrumbs__item:last-child {
        border-right: none;
        width: auto;
        flex: 2;
        font-size: 10px;
    }

    .slid3 {
        width: 100%;
        height: 75%;
        background-color: #ccc;
        float: left;
        margin: 1px 1px 10px 1px;
        display: flex;
        position: relative
    }

    .slid3:nth-child(1) h2 {
        font-size: 20px
    }

    .slid3:nth-child(1) {
        width: 100%;
        height: 85%
    }

    .slid3:nth-child(2) h2 {
        font-size: 20px
    }

    .slid3:nth-child(3) h2 {
        font-size: 20px
    }

    .slid3:nth-child(4) h2 {
        font-size: 20px
    }

    .slid3:nth-child(2) {
        width: 100%;
        height: 75%
    }

    .slid3:nth-child(3) {
        width: 100%;
        height: 90%
    }

    .slid3:nth-child(4) {
        width: 100%;
        height: 90%
    }

    .slid3:nth-child(5) {
        width: 100%;
        height: 90%
    }

    .konu {
        margin: 0
    }

    .konu .yazi_alani .yazi_baslik {
        font-size: 1.8rem
    }

    .konu .yazi_alani {
        font-size: 18px
    }

    .populer_haberler {
        width: 100%
    }

    .populer_haberler ul li {
        padding: 15px;
        width: 100%;
        height: 80px;
        list-style: none;
        display: block;
        position: relative
    }

    .populer_haberler ul li .populer_baslik {
        float: right;
        width: calc(100% - 90px);
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        font-weight: 700;
        margin-top: 5px
    }

    .populer_haberler ul li .populer_tarih {
        float: right;
        width: calc(100% - 105px)
    }
}



.arac-bilgi {
    width: 100%;
    position: relative;
    margin: 5px 0;
    padding: 0
}

.arac-bilgi ul {
    display: flex;
    justify-content: flex-start;
    gap: 13px;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    width: 100%
}

.arac-bilgi ul li {
    flex: 0 1 calc(16.666% - 29px);
    border-radius: .3rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background: #fff;
    padding: 8px;
    margin-bottom: 3px;
    list-style-type: none;
}

.arac-bilgi ul li .ozellik_ismi{
    font-size: 1.0em;
    font-weight: bold;
    color: var(--yazi-alt-baslik-rengi);
    display: block;
    width: 100%;
    margin: 0px 0px 5px 0px;
}

.arac-bilgi ul li .ozellik_degeri{
    display: block;
    width: 100%;
    font-size: 1.1em;
    font-weight: bold;
}



@media (max-width:1440px) {
    .arac-bilgi ul li {
        flex-basis: calc(16.66% - 26px)
    }
}

@media (max-width:1200px) {
    .arac-bilgi ul li {
        flex-basis: calc(20% - 26px)
    }
}

@media (max-width:992px) {
    .arac-bilgi ul li {
        flex-basis: calc(25% - 26px)
    }
}

@media (max-width:768px) {
    .arac-bilgi ul li {
        flex-basis: calc(33.333% - 25px)
    }
}

@media (max-width:480px) {
    .arac-bilgi ul li {
        flex-basis: calc(33.3333% - 27px);
        min-height: 120px
    }
}

/* ===================== ARAÇ DETAY SAYFASI CSS ===================== */

/* ===================== Temel Grid ve Layout ===================== */
.arac-detay-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin: 10px 0;
}
@media (max-width: 1024px) {
	.arac-detay-container {
		grid-template-columns: 1fr;
	}
}
/* ===================== Basit Galeri ===================== */
.arac-galeri-sol {
	position: sticky;
	top: 10px;
}

.galeri-container {
	position: relative;
	width: 100%;
	aspect-ratio: 16/9;
	overflow: hidden;
	cursor: grab;
}

.galeri-container:active {
	cursor: grabbing;
}
@media (max-width: 1024px) {
	.arac-galeri-sol {
		position: static;
	}
}

.basit-galeri {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 8px 25px rgba(0,0,0,0.10);
	background: #fff;
}



.galeri-slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease;
}

.galeri-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
	transition: z-index 0.3s ease;
}

.galeri-slide:hover {
	z-index: 100;
	overflow: visible;
}

.galeri-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	pointer-events: none;
}

.galeri-slide:hover img {
	transform: scale(1.01);
}

.slide-aciklama {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(transparent, rgba(0,0,0,0.7));
	color: #fff;
	padding: 20px 16px 16px;
	font-size: 14px;
	font-weight: 500;
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
}

.galeri-slide:hover .slide-aciklama {
	opacity: 1;
	transform: translateY(0);
}

/* Navigasyon Butonları */
.galeri-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.9);
	border: none;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
	box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.galeri-nav:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.1);
	box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}

.galeri-prev {
	left: 16px;
}

.galeri-next {
	right: 16px;
}

.galeri-nav i {
	color: #333;
	font-size: 16px;
}

/* İndikatörler */
.galeri-indikatorlar {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 8px;
	z-index: 10;
}

.indikator {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: rgba(255,255,255,0.5);
	cursor: pointer;
	transition: all 0.3s ease;
}

.indikator.aktif {
	background: #fff;
	transform: scale(1.2);
}

/* Lightbox Tetikleyici */
.galeri-lightbox-trigger {
	position: absolute;
	top: 16px;
	right: 16px;
	background: rgba(0,0,0,0.6);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 10;
}

.galeri-lightbox-trigger:hover {
	background: rgba(0,0,0,0.8);
	transform: scale(1.1);
}

.galeri-lightbox-trigger i {
	font-size: 14px;
}

/* Lightbox Modal */
.lightbox-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.95);
	z-index: 1000000000;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.lightbox-modal.aktif {
	opacity: 1;
	visibility: visible;
}

.lightbox-content {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.lightbox-close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: rgba(255,255,255,0.2);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1010;
	backdrop-filter: blur(10px);
}

.lightbox-close:hover {
	background: rgba(255,255,255,0.3);
	transform: scale(1.1);
}

.lightbox-close i {
	font-size: 20px;
}

/* Lightbox Slider */
.lightbox-slider {
	display: flex;
	width: 100%;
	height: 100%;
	transition: transform 0.4s ease;
	cursor: grab;
}

.lightbox-slider:active {
	cursor: grabbing;
}

.lightbox-slide {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px;
}

.lightbox-slide img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 8px 32px rgba(0,0,0,0.3);
	pointer-events: none;
}

.lightbox-aciklama {
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(0,0,0,0.8);
	color: #fff;
	padding: 12px 20px;
	border-radius: 20px;
	font-size: 16px;
	font-weight: 500;
}

.lightbox-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.2);
	color: #fff;
	border: none;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.3s ease;
	z-index: 1010;
}

.lightbox-nav:hover {
	background: rgba(255,255,255,0.3);
	transform: translateY(-50%) scale(1.1);
}

.lightbox-prev {
	left: 20px;
}

.lightbox-next {
	right: 20px;
}

.lightbox-nav i {
	font-size: 20px;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
	.galeri-container {
		aspect-ratio: 16/9;
	}
	
	.galeri-nav {
		width: 40px;
		height: 40px;
	}
	
	.galeri-nav i {
		font-size: 14px;
	}
	
	.lightbox-slide {
		padding: 20px;
	}
	
	.lightbox-nav {
		width: 50px;
		height: 50px;
	}
	
	.lightbox-nav i {
		font-size: 16px;
	}
}

@media (max-width: 480px) {
	.galeri-container {
		aspect-ratio: 16/9;
	}
	
	.galeri-nav {
		width: 36px;
		height: 36px;
	}
	
	.galeri-nav i {
		font-size: 12px;
	}
	
	.lightbox-slide {
		padding: 10px;
	}
	
	.lightbox-aciklama {
		font-size: 14px;
		padding: 8px 16px;
	}
}

/* ===================== Sağ Taraf - Özellikler ===================== */
.arac-ozellikler-sag {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.ozellik-kart {
	width: 100%;
}
.ozellik-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
	margin-bottom: 12px;
}
@media (max-width: 1024px) {
	.ozellik-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}

.ozellik-item {
	padding: 12.5px;
	background: linear-gradient(135deg, #f8fafb 0%, #f3f6f8 100%);
	border-radius: 8px;
	border-left: 3px solid var(--ana-renk);
	transition: background 0.3s, transform 0.3s;
}
.ozellik-item:hover {
	background: linear-gradient(135deg, #f2f6f8 0%, #e9ecef 100%);
	transform: translateX(5px);
}
.ozellik-label {
	font-size: 1em;
	color: #666;
	margin-bottom: 4px;
    font-weight: bold;
}
.ozellik-deger {
	font-size: 1.15em;
	font-weight: 600;
	color: #333;
}
.ozellik-deger .birim {
	color: var(--ana-renk);
	font-size: 0.95em;
	font-weight: 500;
	margin-left: 2px;
}

/* ===================== İstatistikler ===================== */
.istatistikler {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
@media (max-width: 1024px) {
	.istatistikler { grid-template-columns: repeat(2, 1fr); gap: 14px; }
}
@media (max-width: 600px) {
	.istatistikler { grid-template-columns: 1fr; gap: 12px; }
}
.istatistik-kutu {
	background: linear-gradient(135deg, #f8fafb 0%, #f3f6f8 100%);
	border-radius: 12px;
	border: 1px solid #dee2e6;
	box-shadow: 0 2px 8px rgba(0,0,0,0.06);
	padding: 15px 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	transition: all 0.3s;
	position: relative;
	overflow: hidden;
}
@media (max-width: 600px) {
	.istatistik-kutu { padding: 16px 12px; }
}
.istatistik-kutu:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 16px rgba(0,0,0,0.12);
	background: linear-gradient(135deg, #f2f6f8 0%, #e9ecef 100%);
}
.istatistik-sayi {
	font-size: 1.3rem;
	color: #222;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 700;
	letter-spacing: 0.5px;
	text-shadow: 0 2px 8px rgba(0,0,0,0.08);
	margin-bottom: 4px;
}
.istatistik-sayi i {
	margin-right: 5px;
	font-size: 1.1em;
	color: var(--ana-renk);
	vertical-align: middle;
}
.istatistik-aciklama {
	font-size: 0.95rem;
	color: #666;
	font-weight: 500;
}

/* ===================== Tüm Özellikler Bölümü ===================== */
#tum-ozellikler {
	margin-top: 5px;
}
.ozellik-kategoriler {
	display: grid;
	gap: 30px;
}
.ozellik-kategori {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
	transition: box-shadow 0.3s;
}
.ozellik-kategori:hover {
	box-shadow: 0 4px 15px rgba(0,0,0,0.10);
}
.ozellik-kategori h2 {
	color: #fff;
	margin: 0;
	padding: 15px 20px;
	background: var(--ana-renk);
	border-bottom: 1px solid #dee2e6;
	font-size: 16px;
	font-weight: 600;
}
.ozellik-liste {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
	padding: 10px;
}
@media (max-width: 1024px) {
	.ozellik-liste { grid-template-columns: repeat(4, 1fr); gap: 7px; }
}
@media (max-width: 700px) {
	.ozellik-liste { grid-template-columns: 1fr; gap: 6px; }
}
.ozellik-satir {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	background: linear-gradient(135deg, #f8fafb 0%, #f3f6f8 100%);
	border-radius: 8px;
	border-left: 3px solid var(--ana-renk);
	box-shadow: 0 1px 3px rgba(0,0,0,0.03);
	padding: 8px 12px 6px 12px;
	min-height: 48px;
	margin: 5px 0;
	transition: background 0.3s, transform 0.3s;
}


.ozellik-satir:hover {
	background: linear-gradient(135deg, var(--hover-gradient-start) 0%, var(--hover-gradient-end) 100%);
	transform: translateX(5px);
}
.ozellik_ismi {
	font-size: 13px;
	color: #666;
	font-weight: 500;
	margin-bottom: 2px;
}
.ozellik_degeri {
	font-size: 15px;
	font-weight: 700;
	color: #222;
	line-height: 1.3;
}
.ozellik_degeri .birim {
	color: var(--ana-renk);
	font-size: 12px;
	font-weight: 500;
	margin-left: 2px;
}
@media (max-width: 700px) {
	.ozellik-satir {
		min-height: 40px;
		padding: 7px 8px 5px 8px;
	}
	
	.ozellik-liste {
		grid-template-columns: repeat(2, 1fr);
		gap: 6px;
	}
}
@media (max-width: 480px) {
	.ozellik-satir {
		min-height: 32px;
		padding: 6px 6px;
	}
	
	.ozellik-liste {
		grid-template-columns: 1fr;
		gap: 5px;
	}
}

/* ===================== Yorumlar Alanı ===================== */
.yorumlar-alani {
  background: #f7f8fa;
  border-radius: 14px;
  box-shadow: 0 2px 8px rgba(67,182,73,0.07);
  padding: 32px 20px;
  margin: 32px 0;
  width: 100%;
}
@media (max-width: 600px) {
	.yorumlar-alani { padding: 18px 6px; }
}
.yorumlar-baslik {
	color: #43b649;
	font-size: 1.5rem;
	margin-bottom: 18px;
	font-weight: 700;
}
.yorum-formu {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 24px;
}
.yorum-formu input,
.yorum-formu textarea {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 10px;
	font-size: 1rem;
	resize: none;
}
.yorum-formu button {
	background: var(--kontrast-yuksek-buton);
	color: var(--kontrast-yuksek-buton-metin);
	border: none;
	border-radius: 8px;
	padding: 10px 0;
	font-size: 1rem;
	font-weight: 600;
	cursor: pointer;
	transition: background .2s;
}
.yorum-formu button:hover {
	background: #1a4a1e;
}
.yorumlar-listesi {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.yorum {
	background: #fff;
	border-radius: 10px;
	padding: 14px 16px;
	box-shadow: 0 1px 4px rgba(67,182,73,0.05);
	position: relative;
}
.yorum-ad {
	font-weight: 600;
	color: var(--kontrast-yuksek-metin);
	margin-bottom: 2px;
}
.yorum-tarih {
	font-size: 0.85rem;
	color: var(--kontrast-yuksek-metin);
	margin-bottom: 6px;
}
.yorum-metin {
	color: var(--kontrast-yuksek-metin);
	font-size: 1rem;
}

/* ===================== Diğer ve Butonlar ===================== */
.btn-detay {
	background: var(--ana-renk);
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}
.btn-detay:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(65, 203, 90, 0.3);
	color: #fff;
}

/* ===================== Araç Aksiyonları ===================== */
.arac-aksiyonlar {
	display: flex;
	align-items: center;
	gap: 10px;
}

@media (max-width: 768px) {
	.arac-aksiyonlar {
		flex-direction: column;
		padding: 12px;
		gap: 10px;
	}
}

.aksiyon-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 15px 20px;
	border: none;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	transition: all 0.3s ease;
	text-decoration: none;
	flex: 1;
	position: relative;
	overflow: hidden;
}

.aksiyon-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.aksiyon-btn:active {
	transform: translateY(0);
}

.aksiyon-btn i {
	font-size: 16px;
	transition: transform 0.3s ease;
}

.aksiyon-btn:hover i {
	transform: scale(1.1);
}

/* Beğeni Butonu */
.begeni-btn {
	background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
	color: white;
	box-shadow: 0 2px 8px rgba(255, 107, 107, 0.3);
}

.begeni-btn:hover {
	background: linear-gradient(135deg, #ee5a52 0%, #d63031 100%);
	box-shadow: 0 4px 16px rgba(255, 107, 107, 0.4);
}

.begeni-btn.begenildi {
	background: linear-gradient(135deg, #e74c3c 0%, #c0392b 100%);
	animation: begeniAnimasyon 0.5s ease;
}

.begeni-btn.begenildi i {
	color: #fff;
	animation: kalpAnimasyon 0.5s ease;
}

.begeni-sayi {
	background: rgba(255,255,255,0.2);
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 4px;
	backdrop-filter: blur(5px);
}

/* Karşılaştır Butonu */
.karsilastir-btn {
	background: linear-gradient(135deg, #28a745 0%, #20c997 100%);
	color: white;
	box-shadow: 0 2px 8px rgba(40, 167, 69, 0.3);
}

.karsilastir-btn:hover {
	background: linear-gradient(135deg, #20c997 0%, #17a2b8 100%);
	box-shadow: 0 4px 16px rgba(40, 167, 69, 0.4);
}

.karsilastir-btn.secildi {
	background: linear-gradient(135deg, #17a2b8 0%, #138496 100%);
	animation: secimAnimasyon 0.5s ease;
}

.karsilastir-btn.secildi i {
	animation: teraziAnimasyon 0.5s ease;
}

/* Görüntülenme Butonu */
.goruntulenme-btn {
	background: linear-gradient(135deg, #6f42c1 0%, #5a32a3 100%);
	color: white;
	box-shadow: 0 2px 8px rgba(111, 66, 193, 0.3);
}

.goruntulenme-btn:hover {
	background: linear-gradient(135deg, #5a32a3 0%, #4c2a8a 100%);
	box-shadow: 0 4px 16px rgba(111, 66, 193, 0.4);
}

.goruntulenme-sayi {
	background: rgba(255,255,255,0.2);
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 4px;
	backdrop-filter: blur(5px);
}

/* Yorum Butonu */
.yorum-btn {
	background: linear-gradient(135deg, #ffa726 0%, #ff9800 100%);
	color: white;
	box-shadow: 0 2px 8px rgba(255, 167, 38, 0.3);
}

.yorum-btn:hover {
	background: linear-gradient(135deg, #ff9800 0%, #f57c00 100%);
	box-shadow: 0 4px 16px rgba(255, 167, 38, 0.4);
}

.yorum-puan {
	background: rgba(255,255,255,0.2);
	padding: 2px 6px;
	border-radius: 10px;
	font-size: 12px;
	font-weight: 700;
	margin-left: 4px;
	backdrop-filter: blur(5px);
}

/* Animasyonlar */
@keyframes begeniAnimasyon {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

@keyframes kalpAnimasyon {
	0% { transform: scale(1); }
	50% { transform: scale(1.3); }
	100% { transform: scale(1.1); }
}

@keyframes secimAnimasyon {
	0% { transform: scale(1); }
	50% { transform: scale(1.05); }
	100% { transform: scale(1); }
}

@keyframes teraziAnimasyon {
	0% { transform: scale(1) rotate(0deg); }
	50% { transform: scale(1.2) rotate(5deg); }
	100% { transform: scale(1.1) rotate(0deg); }
}

/* Responsive Tasarım */
@media (max-width: 480px) {
	.arac-aksiyonlar {
		padding: 10px;
		gap: 8px;
	}
	
	.aksiyon-btn {
		padding: 10px 16px;
		font-size: 13px;
	}
	
	.aksiyon-btn i {
		font-size: 14px;
	}
	
	.begeni-sayi {
		font-size: 11px;
		padding: 1px 5px;
	}
	
	.arac-aksiyonlar .istatistik-item {
		padding: 10px;
	}
	
	.arac-aksiyonlar .istatistik-deger {
		font-size: 1rem;
	}
}

/* ===================== Diğer Küçük Detaylar ===================== */
html { scroll-behavior: smooth; }
.begeni-istatistik {
	cursor: pointer;
	transition: box-shadow 0.2s, border 0.2s;
	border: 2px solid transparent;
}
.begeni-istatistik:hover, .begeni-istatistik.begenildi {
	border: 2px solid #e74c3c;
}
.begeni-istatistik .istatistik-sayi {
	color: #e74c3c;
	transition: color 0.2s;
}
.begeni-istatistik.begenildi .istatistik-sayi {
	color: #c0392b;
}
.been-btn {
	background: #2563eb;
	color: #fff;
	border: none;
	padding: 12px 24px;
	border-radius: 8px;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	transition: background 0.2s, color 0.2s, box-shadow 0.2s;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(37,99,235,0.08);
}
.been-btn:hover {
	background: #1d4ed8;
	color: #fff;
	box-shadow: 0 4px 16px rgba(37,99,235,0.15);
}

/* ===================== Modern Dil Seçici Tasarımı ===================== */

.footer-bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0;
    border-top: 1px solid #e9ecef;
    margin-top: 20px;
}

.copyright {
    font-size: 14px;
    color: #666;
    font-weight: 500;
}

.language-selector {
    position: relative;
}

.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 25px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-width: 140px;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}

.language-toggle:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.language-toggle:active {
    transform: translateY(0);
}

.language-toggle i:first-child {
    color: var(--ana-renk);
    font-size: 16px;
}

.current-language {
    font-weight: 600;
    color: #333;
}

.language-toggle i:last-child {
    font-size: 12px;
    color: #6c757d;
    transition: transform 0.3s ease;
}

.language-dropdown.active .language-toggle i:last-child {
    transform: rotate(180deg);
}

.language-menu {
    position: absolute;
    bottom: 100%;
    right: 0;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.12);
    min-width: 200px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 1000;
    margin-bottom: 8px;
    overflow: hidden;
    max-height: 300px;
    overflow-y: auto;
}

.language-dropdown.active .language-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.language-menu::before {
    content: '';
    position: absolute;
    bottom: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
    z-index: -1;
}

.language-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    color: #495057;
    text-decoration: none;
    transition: all 0.2s ease;
    border-bottom: 1px solid #f8f9fa;
    position: relative;
}

.language-option:last-child {
    border-bottom: none;
}

.language-option:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    color: var(--ana-renk);
    transform: translateX(4px);
}

.language-option.active {
    background: linear-gradient(135deg, var(--ana-renk) 0%, var(--ana-renk2) 100%);
    color: #fff;
}

.language-option.active:hover {
    background: linear-gradient(135deg, var(--ana-renk2) 0%, var(--ana-renk) 100%);
    color: #fff;
}

.language-flag {
    font-size: 18px;
    width: 24px;
    text-align: center;
    filter: drop-shadow(0 1px 2px rgba(0,0,0,0.1));
}

.language-name {
    flex: 1;
    font-weight: 500;
    font-size: 14px;
}

.language-option i {
    font-size: 12px;
    color: var(--ana-renk);
    opacity: 0;
    transition: opacity 0.2s ease;
}

.language-option.active i {
    opacity: 1;
    color: #fff;
}

/* Responsive Tasarım */
@media (max-width: 768px) {
    .footer-bottom-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .language-toggle {
        min-width: 160px;
        justify-content: center;
    }
    
    .language-menu {
        right: 50%;
        transform: translateX(50%) translateY(10px);
        min-width: 180px;
    }
    
    .language-dropdown.active .language-menu {
        transform: translateX(50%) translateY(0);
    }
    
    .language-menu::before {
        right: 50%;
        bottom: -6px;
        transform: translateX(50%) rotate(45deg);
    }
}

@media (max-width: 480px) {
    .footer-bottom-content {
        padding: 15px 0;
        gap: 12px;
    }
    
    .copyright {
        font-size: 13px;
    }
    
    .language-toggle {
        padding: 8px 12px;
        font-size: 13px;
        min-width: 140px;
    }
    
    .language-menu {
        min-width: 160px;
    }
    
    .language-option {
        padding: 10px 12px;
        gap: 10px;
    }
    
    .language-flag {
        font-size: 16px;
        width: 20px;
    }
    
    .language-name {
        font-size: 13px;
    }
}

/* Animasyonlar */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.language-menu {
    animation: slideIn 0.3s ease;
}

/* ===================== Dil Loading Overlay ===================== */
.language-loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.language-loading-content {
    background: white;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0,0,0,0.1);
    max-width: 300px;
    width: 90%;
}

.language-loading-spinner {
    width: 40px;
    height: 40px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid var(--ana-renk);
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 15px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.language-loading-content p {
    margin: 0;
    color: #666;
    font-weight: 500;
    font-size: 16px;
}

/* Hover efektleri */
.language-option:hover .language-flag {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

.language-toggle:hover i:first-child {
    animation: pulse 1s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* ===================== Header ve Navigasyon Geliştirmeleri ===================== */

/* Sticky Header */
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
    background-size: 400% 400%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.15);
    animation: ust 10s ease infinite;
}

.sticky-header.scrolled {
    background: linear-gradient(-60deg, var(--ana-renk), var(--ana-renk2));
    background-size: 400% 400%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

/* Hamburger Menü Animasyonu */
.hamburger {
    display: none;
    border-radius: 50%;
    background-color: rgb(255, 255, 255, 0.1);
    flex-direction: column;
    justify-content: space-around;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    padding: 8px;
    margin-left: 2%;
    justify-content: center;
    align-items: center;
    z-index: 10000000;
}
.hamburger:hover {
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.hamburger-box {
    width: 22px;
    height: 22px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 22px;
    height: 3px;
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    transition: transform 0.3s ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: '';
    display: block;
    width: 22px;    
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.3s ease;
}

.hamburger-inner::before {
    top: -7px;
}

.hamburger-inner::after {
    bottom: -7px;
}

/* Hamburger Menü Aktif Durumu */
.hamburger.active .hamburger-inner {
    transform: rotate(45deg);
    background-color: var(--ana-renk);
}

.hamburger.active .hamburger-inner::before {
    transform: rotate(-90deg) translate(-7px, 0);
    background-color: var(--ana-renk);
}

.hamburger.active .hamburger-inner::after {
    transform: rotate(-90deg) translate(8px, 0);
    background-color: var(--ana-renk);
}

/* Mobil Menü Overlay */
.mobil-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999998;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.mobil-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobil Menü Paneli */
.mobil-menu-panel {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    z-index: 9999999;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 5px 0 30px rgba(0, 0, 0, 0.15);
    overflow-y: auto;
    padding: 80px 0 20px 0;
}

.mobil-menu-panel.active {
    left: 0;
}

.mobil-menu-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobil-menu-panel ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mobil-menu-panel ul li a {
    display: block;
    padding: 18px 30px;
    color: var(--renk-ikincil);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mobil-menu-panel ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--ana-renk);
    transform: scaleY(0);
    transition: transform 0.3s ease;
}

.mobil-menu-panel ul li a:hover {
    background: rgba(48, 152, 67, 0.05);
    color: var(--ana-renk);
    padding-left: 35px;
}

.mobil-menu-panel ul li a:hover::before {
    transform: scaleY(1);
}

/* Mobil Kullanıcı Auth */
.mobil-kullanici-auth {
    margin-top: 20px;
}

.mobil-kullanici-auth .kullanici-avatar {
    display: flex;
    align-items: center;
    padding: 15px 0;
    text-decoration: none;
    color: var(--renk-ikincil);
    transition: all 0.3s ease;
}

.mobil-kullanici-auth .kullanici-avatar:hover {
    color: var(--ana-renk);
}

.mobil-kullanici-auth .giris-butonu,
.mobil-kullanici-auth .cikis-butonu {
    display: block;
    width: calc(100% - 16px);
    padding: 12px 20px;
    margin: 8px 8px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    box-sizing: border-box;
}

.mobil-kullanici-auth .giris-butonu {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 25px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.mobil-kullanici-auth .giris-butonu:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.mobil-kullanici-auth .giris-butonu:active {
    transform: translateY(0);
}

.mobil-kullanici-auth .giris-butonu i {
    color: var(--ana-renk);
    font-size: 16px;
}

.mobil-kullanici-auth .cikis-butonu {
    background: #e74c3c;
    color: white;
}

.mobil-kullanici-auth .cikis-butonu:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

/* Modern Kullanıcı Butonları */
.kullanici-giris-alani {
    display: flex;
    align-items: center;
    gap: 15px;
}

.kullanici-avatar {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: var(--renk-ikincil);
    padding: 8px 12px;
    border-radius: 25px;
    transition: all 0.3s ease;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.kullanici-avatar:hover {
    background: rgba(255, 255, 255, 1);
    color: var(--ana-renk);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.avatar-resim {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--ana-renk);
}

.kullanici-adi {
    font-weight: 500;
    font-size: 14px;
    white-space: nowrap;
}

.giris-butonu,
.cikis-butonu {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 20px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    white-space: nowrap;
}

.giris-butonu {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
    border-radius: 25px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 500;
    color: #495057;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    min-width: 120px;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.giris-butonu:hover {
    background: linear-gradient(135deg, #e9ecef 0%, #dee2e6 100%);
    border-color: #adb5bd;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.giris-butonu:active {
    transform: translateY(0);
}

.giris-butonu i {
    color: var(--ana-renk);
    font-size: 16px;
}

.cikis-butonu {
    background: #e74c3c;
    color: white;
    padding: 6px 12px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    justify-content: center;
}

.cikis-butonu:hover {
    background: #c0392b;
    transform: translateY(-2px) scale(1.1);
}

/* ===================== MOBİL HEADER DÜZENLEMELERİ ===================== */

/* Tablet ve küçük ekranlar (1024px ve altı) */
@media (max-width: 1024px) {
   
    .hamburger {
        display: flex;
    }
    
    /* Orta menü ve masaüstü giriş gizli */
    #ust_orta, .masaustu-giris { display: none !important; }
    
    /* Masaüstü üye girişi gizle */
    .masaustu-giris {
        display: none;
    }
    
    /* Header yüksekliğini ayarla */
    header {
        height: 60px;
        padding: 0;
    }
    
    /* Logo düzenlemesi */
    header #kutu #ust_sol {
        flex: 1;
        display: flex;
        align-items: center;
        position: relative;
    }
    
    header #kutu #ust_sol #logo {
        font-size: 1.4em;
        transform: none;
        margin-left: -5%;
    }
    
    /* Mobil üye girişi ikonu */
    .mobil-kullanici-ikonu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.2);
        transition: all 0.3s ease;
    }
    
    .mobil-kullanici-ikonu:hover {
        background: rgba(255, 255, 255, 0.3);
    }
    
    .mobil-avatar-resim {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        object-fit: cover;
    }
    

    
    /* Sticky header ayarları */
    .sticky-header {
        height: 60px;
    }
    
    body {
        padding-top: 60px;
    }
}

/* Orta boyutlu mobil (768px ve altı) */
@media (max-width: 768px) {
    /* Header daha küçük */
    header {
        height: 55px;
    }
    
    
    /* Logo en küçük */
    header #kutu #ust_sol #logo {
        font-size: 1.1em;
    }

    header #kutu #ust_sol #logo img {
        width: 150px;
    }
    
    /* Hamburger menü daha küçük */
    /* Hamburger menü en küçük */
    .hamburger {
        display: flex;
    }
    
    /* Mobil menü paneli */
    .mobil-menu-panel {
        width: 280px;
    }
   
    
    /* Sticky header ayarları */
    .sticky-header {
        height: 55px;
    }
    
    body {
        padding-top: 55px;
    }
}

/* Küçük mobil (480px ve altı) */
@media (max-width: 480px) {
    /* Header en küçük */
    header {
        height: 50px;
    }
    
    /* Logo en küçük */
    header #kutu #ust_sol #logo {
        font-size: 1.1em;
    }

    header #kutu #ust_sol #logo img {
        width: 130px;
    }
    
    /* Hamburger menü en küçük */
    .hamburger {
        display: flex;
    }
    
    /* Mobil menü paneli tam genişlik */
    .mobil-menu-panel {
        width: 100%;
        right: -100%;
    }
    

    
    .mobil-avatar-resim {
        width: 24px;
        height: 24px;
    }
    
    
    /* Sticky header ayarları */
    .sticky-header {
        height: 50px;
    }
    
    body {
        padding-top: 50px;
    }
}

/* Body padding for sticky header */
body {
    padding-top: 80px;
}

/* Smooth transitions for all interactive elements */
* {
    transition: all 0.3s ease;
}

/* Loading animation for menu transitions */
.mobil-menu-panel.loading {
    pointer-events: none;
}

.mobil-menu-panel.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid var(--ana-renk);
    border-top: 2px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Üye Girişi Sayfası Stilleri */
.hata-mesaj {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a52 100%);
    color: white;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 20px;
        display: flex;
        align-items: center;
    gap: 10px;
    border: 1px solid #ff4757;
    box-shadow: 0 4px 15px rgba(255, 107, 107, 0.2);
}

.hata-mesaj i {
    font-size: 18px;
    color: #fff;
}

.hata-mesaj span {
    font-size: 14px;
    font-weight: 500;
    }

.giris-container {
        display: flex;
        justify-content: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 20px;
}

.giris-form-wrapper {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.giris-baslik {
    text-align: center;
    margin-bottom: 30px;
}

.giris-baslik i {
    font-size: 48px;
    color: var(--ana-renk);
    margin-bottom: 15px;
    display: block;
}

.giris-baslik h2 {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 8px;
}

.giris-baslik p {
    color: #666;
    font-size: 16px;
}

.giris-form {
    margin-bottom: 30px;
}

.form-grup {
    margin-bottom: 20px;
}

.form-grup label {
    display: block;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    font-size: 14px;
}

.input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.input-wrapper i {
    position: absolute;
    left: 15px;
    color: #999;
    font-size: 16px;
    z-index: 2;
}

.input-wrapper input {
    width: 100%;
    padding: 15px 15px 15px 45px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    font-size: 16px;
    transition: all 0.3s ease;
    background: #fafbfc;
}

.input-wrapper input:focus {
    outline: none;
    border-color: var(--ana-renk);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(115, 32, 82, 0.1);
}

.input-wrapper input::placeholder {
    color: #999;
}

.sifre-goster {
    position: absolute;
    right: 15px;
        background: none;
        border: none;
    color: #999;
    cursor: pointer;
    font-size: 16px;
        padding: 0;
    z-index: 2;
    transition: color 0.3s ease;
}

.sifre-goster:hover {
    color: var(--ana-renk);
}

.form-options {
        display: flex;
    justify-content: space-between;
        align-items: center;
    margin-bottom: 25px;
    }

.checkbox-wrapper {
        display: flex;
        align-items: center;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.checkbox-wrapper input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    accent-color: var(--ana-renk);
}

.sifremi-unuttum-link {
    color: var(--ana-renk);
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.sifremi-unuttum-link:hover {
    color: #5a1f4a;
    text-decoration: underline;
}

.btn-giris {
    width: 100%;
    background: linear-gradient(135deg, var(--ana-renk) 0%, #5a1f4a 100%);
    color: white;
    border: none;
    padding: 15px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    gap: 8px;
}

.btn-giris:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(115, 32, 82, 0.3);
}

.btn-giris:active {
    transform: translateY(0);
}

.giris-alt {
    text-align: center;
}

.ayirici {
    position: relative;
    margin: 25px 0;
    text-align: center;
}

.ayirici::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e1e5e9;
    }

.ayirici span {
    background: #fff;
    padding: 0 15px;
    color: #999;
    font-size: 14px;
    }

.sosyal-giris {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 25px;
}

.btn-sosyal {
    padding: 12px 20px;
    border: 2px solid #e1e5e9;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
        display: flex;
        align-items: center;
        justify-content: center;
    gap: 10px;
}

.btn-sosyal:hover {
    border-color: var(--ana-renk);
    background: #fafbfc;
    transform: translateY(-1px);
}

.btn-google:hover {
    border-color: #4285f4;
    color: #4285f4;
}

.btn-facebook:hover {
    border-color: #1877f2;
    color: #1877f2;
}

.uye-ol-link {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e1e5e9;
}

.uye-ol-link p {
    color: #666;
    font-size: 14px;
}

.uye-ol-link a {
    color: var(--ana-renk);
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
    }

.uye-ol-link a:hover {
    color: #5a1f4a;
    text-decoration: underline;
}



/* Responsive Tasarım */
@media (max-width: 768px) {
    .giris-container {
        padding: 15px;
    }
    
    .giris-form-wrapper {
        padding: 30px 20px;
    }
    
    .giris-baslik h2 {
        font-size: 24px;
    }
    
    .form-options {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
    
    .sosyal-giris {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .giris-container {
        padding: 10px;
    }
    
    .giris-form-wrapper {
        padding: 25px 15px;
    }
    
    .giris-baslik i {
        font-size: 40px;
    }
    
    .giris-baslik h2 {
        font-size: 22px;
    }
    
    .input-wrapper input {
        padding: 12px 12px 12px 40px;
        font-size: 15px;
    }
    
    .btn-giris {
        padding: 12px;
        font-size: 15px;
    }
}
