:root {
    /* Bu varsayılan değerler, PHP'nin tanımladığı değişkenler tarafından ezilecektir. */
    --birincil-renk: #e30613;
    --ikincil-renk: #1a1a1a;
    --iletisim-renk: #e30613;
    --hover-renk: #b00511;
    --kisayol-arkaplan-url: url('https://www.demo.dernekweb.com/public/themes/primary/assets/img/pattern.png');
}

#ana-header a { font-size: 14px; }
.creative-slider-wrapper { position: relative; overflow: hidden; background-color: #f8f9fa; padding: 0; }
.main-slider { height: 75vh; min-height: 600px; }
.main-slider .swiper-slide { overflow: hidden; display: flex; align-items: center; }
.main-slider .slide-bg { position: absolute; top: 0; right: 0; width: 65%; height: 100%; background-size: cover; background-position: center center; z-index: 1; transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1); }
.main-slider .slide-bg::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%); }
.main-slider .slide-content-wrapper { position: relative; z-index: 3; width: 100%; }
.main-slider .slide-content { background-color: #fff; padding: 38px 64px; max-width: 650px; box-shadow: 0 15px 40px rgba(0,0,0,0.1); position: relative; border-left: 5px solid var(--birincil-renk); }
.main-slider .slide-content::before { content: '\F435'; font-family: 'bootstrap-icons'; position: absolute; right: 20px; bottom: 10px; font-size: 240px; opacity: 0.03; color: #000; z-index: 0; line-height: 0; }
.main-slider .badge-custom { background-color: var(--birincil-renk); color: white; padding: 5px 15px; font-size: 15px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 32px; display: inline-block; }
.main-slider h2.title { font-size: 30px; font-weight: 700; line-height: 1.1; color: var(--ikincil-renk); margin-bottom: 32px; }
.main-slider h2.title a { color: var(--ikincil-renk); text-decoration: none;font-size:34px; }
.main-slider .description { color: #666; font-size: 18px; line-height: 1.6; margin-bottom: 32px; }
.main-slider .btn-creative { padding: 15px 40px; background-color: var(--birincil-renk); color: white; font-weight: 600; letter-spacing: 1px; position: relative; overflow: hidden; display: inline-block; z-index: 1; border: none; transition: all 0.4s ease; }
.main-slider .btn-creative:hover { color: white; box-shadow: 0 10px 20px -10px rgba(0,0,0,0.2); }
.main-slider .btn-creative::before { content: ''; position: absolute; top: 0; left: -100%; width: 100%; height: 100%; background-color: var(--birincil-renk); z-index: -1; transition: all 0.4s ease; }
.main-slider .btn-creative:hover::before { left: 0; }
.creative-nav-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 60px; height: 60px; background-color: #fff; color: var(--ikincil-renk); display: flex; align-items: center; justify-content: center; z-index: 10; cursor: pointer; font-size: 32px; transition: all 0.3s ease; border: 1px solid #eee; }
.creative-nav-btn:hover { background-color: var(--birincil-renk); color: white; border-color: var(--birincil-renk); }
.creative-prev { left: 0; border-left: none; }
.creative-next { right: 0; border-right: none; }
.slider-ticker-wrapper { padding: 16px 0; border-bottom: 1px solid #f0f0f0; }
.ticker-item { display: flex; align-items: center; justify-content: center; gap: 16px; text-align: center; }
.ticker-item a { font-weight: 500; color: #333; font-size: 17px; text-decoration: none; }
.ticker-item span { color: #777; white-space: nowrap;font-size:13px; }
.ticker-item span i { color: var(--birincil-renk); margin-right: 5px; }
.ticker-nav-btn { background: none; border: none; font-size: 30px; color: #aaa; cursor: pointer; transition: color 0.3s;margin-left:-11px; }
.ticker-nav-btn:hover { color: var(--birincil-renk); }
.middle__area { padding: 48px 0; background-color:#f8f9fa; }
.ah-tab-wrapper { background-color: #f8f9fa; border: 1px solid #ddd; }
.ah-tab { display: flex; flex-wrap: wrap; background-color: var(--birincil-renk); }
.ah-tab-item { padding: 15px 25px; color: white; font-weight: 500;font-size: 18px; cursor: pointer; transition: all 0.3s ease; flex-grow: 1; text-align: center;}
.ah-tab-item:hover { background-color: rgba(255,255,255,0.1); }
.ah-tab-item[data-ah-tab-active="true"] { background-color: white; color: var(--birincil-renk); }
.ah-tab-content { display: none; background: white; }
.ah-tab-content[data-ah-tab-active="true"] { display: block; }
.tab__items { display: flex; gap: 20px; padding: 16px; border-bottom: 1px solid #f0f0f0; align-items: center; }
.tab__items:last-child { border-bottom: none; }
.tab__items .img img { width: 120px; height: auto; object-fit: cover; }
.tab__items .info { flex: 1; }
.tab__items .info strong { display: block; margin-bottom: 8px; font-size: 17px; }
.tab__items .info small { color: #666; font-size: 15px; }
.tab__items .date { background-color: #f8f9fa; border-radius: 5px; border: 1px solid #eee; width: 110px; padding: 10px 0; display: flex; flex-direction: column; justify-content: center; align-items: center; box-sizing: border-box; }
.tab__items .date span { display: block; font-size: 14px; }
.tab__items .date span:first-child { font-weight: 700; color: var(--birincil-renk); font-size: 20px; }
.tab__items .date span:last-child { text-transform:uppercase; }
.shortcut__area { padding: 40px 0; background-color: #e8e8e8 !important; background-image: var(--kisayol-arkaplan-url); }
.shortcut__items { background-color: var(--birincil-renk); text-align: center; transition: all 0.3s ease; }
.shortcut__items:hover { box-shadow: 0 5px 15px rgba(0,0,0,0.2); transform: translateY(-5px); }
.shortcut__items .page__btns { display: flex; align-items: center; justify-content: center; width: 100%; height: 70px; background-color: var(--birincil-renk); color: white; font-size: 16px; font-weight:600; transition: background-color 0.2s ease; }
.shortcut__items .page__btns:hover { background-color: var(--hover-renk); }
.shortcut__items i { font-size: 28px; margin-right: 10px; }
.press-announcement-section { padding: 48px 0; background-color: #f0f0f0; }
.press-announcement-wrapper { display: flex; box-shadow: 0 4px 15px rgba(0,0,0,0.1); background-color: #fff; overflow: hidden; width: 100%;}
.iletisim-sutunu { flex-basis: 25%; }
.form-sutunu { flex-basis: 41.667%; }
.harita-sutunu { flex-basis: 33.333%; }
.contact-section { background-color: var(--iletisim-renk); color: white; padding: 40px 30px; display: flex; flex-direction: column; height: 100%;}
.contact-section h4 { font-size: 22px; font-weight: 700; margin-top: 0; padding-bottom: 10px; border-bottom: 2px solid white; letter-spacing: 1px; }
.contact-info { flex-grow: 1; margin-top: 24px; }
.contact-item { display: flex; align-items: flex-start; margin-bottom: 25px; }
.contact-item i { font-size: 20px; margin-right: 15px; margin-top: 5px; width: 20px; text-align: center; }
.contact-item p { margin: 0; line-height: 1.6; font-size: 15px; }
.social-icons { display: flex; justify-content: flex-start; gap: 20px; }
.social-icons a { color: white; font-size: 22px; text-decoration: none; }
.contact-form-section { padding: 40px 30px; background-color: #ffffff; }
.contact-form-section h3 { font-size: 26px; color: #333; margin: 0 0 32px 0; font-weight: 700; padding-bottom: 10px; border-bottom: 3px solid var(--iletisim-renk); display: inline-block; }
.contact-form-section .form-control { border-radius: 0; border: 1px solid #ddd; padding: 12px 15px; font-size: 15px; }
.contact-form-section .form-control:focus { border-color: var(--iletisim-renk); box-shadow: 0 0 0 0.25rem rgba(0,0,0,0.1); }
.contact-form-section .btn-submit-form { background-color: var(--iletisim-renk); color: white; border: none; padding: 17px 30px; font-weight: 600; font-size: 13px; letter-spacing: 1px; width: 100%; transition: background-color 0.3s ease; margin-top: 25px; }
.contact-form-section .btn-submit-form:hover { background-color: var(--hover-renk); }
.map-section { width: 100%; height: 100%; min-height: 450px; }
.map-section iframe { width: 100%; height: 100%; border: 0; }
.history-section { padding: 60px 0; position: relative; overflow: hidden; background-color: #f7f8fa; }
.history-section .red-background-shape { position: absolute; top: 0; left: 0; width: 45%; height: 100%; background-color: var(--iletisim-renk); z-index: 1; clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%); }
.history-section .content-wrapper { display: flex; align-items: center; gap: 40px; position: relative; z-index: 2; }
.history-section .text-content { flex: 1 1 55%; background-color: #fff; padding: 40px 50px; border-radius: 8px; box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08); font-size:14px;}
.history-section .image-wrapper { flex: 1 1 45%; }
.history-section .image-wrapper img { width: 100%; height: auto; display: block; border-radius: 8px; box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.08); }
.history-section .text-content h2 { font-size: 36px; font-weight: 700; color: #1e1e1e; margin-bottom: 20px; }
.history-section .text-content p { font-size: 16px; color: #555; margin-bottom: 15px; }
.history-section .stats-container { display: flex; gap: 30px; margin-top: 30px; flex-wrap: wrap; }
.history-section .stat-item { display: flex; align-items: center; gap: 12px; }
.history-section .stat-item i { font-size: 32px; color: var(--iletisim-renk); }
.history-section .stat-item .text { display: flex; flex-direction: column; }
.history-section .stat-item .number { font-size: 24px; font-weight: 700; color: #1e1e1e; line-height: 1.2; }
.history-section .stat-item .label { font-size: 15px; color: #666; }
.home__banner { padding: 48px 0; background-color: #f0f2f5; }
.banner-card { position: relative; display: block; overflow: hidden; border-radius: 12px; text-decoration: none; box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1); }
.banner-card img { width: 100%; height: auto; display: block; transition: transform 0.4s ease; }
.banner-card:hover img { transform: scale(1.05); }
.banner-card .banner-overlay { position: absolute; bottom: 0; left: 0; width: 100%; height: 70%; background: linear-gradient(to top, rgba(0, 0, 0, 0.85), transparent); z-index: 1; }
.banner-card .banner-title { position: absolute; bottom: 20px; left: 20px; right: 20px; color: #ffffff; font-size: 20px; font-weight: 600; line-height: 1.3; z-index: 2; text-shadow: 1px 1px 3px rgba(0,0,0,0.5); transition: transform 0.4s ease; }
.banner-card:hover .banner-title { transform: translateY(-5px); }
.main-slider .swiper-slide .slide-content, .main-slider .swiper-slide-active .slide-content, .main-slider .swiper-slide .slide-content > *, .main-slider .swiper-slide-active .slide-content > * { animation: none !important; transition: none !important; transform: none !important; opacity: 1 !important; }
@media (max-width: 991.98px) { .main-slider { height: auto; min-height: auto; } .main-slider .swiper-slide { flex-direction: column; } .main-slider .slide-bg { position: relative; width: 100%; height: 300px; order: 1; } .main-slider .slide-content-wrapper { order: 2; } .main-slider .slide-content { max-width: 100%; padding: 32px; box-shadow: none; border-left: none; border-top: 5px solid var(--birincil-renk); } .main-slider h2.title { font-size: 32px; } .creative-nav-btn { display: none; } .press-announcement-wrapper { flex-direction: column; } .iletisim-sutunu, .form-sutunu, .harita-sutunu { flex-basis: 100%; } .history-section .content-wrapper { flex-direction: column; gap: 30px; } .history-section .red-background-shape { width: 100%; height: 60%; clip-path: none; } .history-section .text-content { order: 2; } .history-section .image-wrapper { width: 100%; order: 1; } }
@media (max-width: 768px) { 
    .ticker-item { flex-direction: column; gap: 4px; }  
    .ah-tab-item { padding: 12px 10px; font-size: 16px; } 
    .history-section { padding: 40px 0; } 
    .history-section .red-background-shape { height: 50%; } 
    .history-section .text-content { padding: 30px; } 
    .history-section .text-content h2 { font-size: 28px; } 
    .banner-card .banner-title { font-size: 16px; bottom: 15px; left: 15px; right: 15px; }
    .main-slider .swiper-wrapper, .main-slider .swiper-slide { height: auto !important; }
    .main-slider .slide-bg { position: relative; width: 100%; aspect-ratio: 16 / 9; background-size: cover; background-position: center; border-radius: 0; }
    @supports not (aspect-ratio: 16 / 9) { .main-slider .slide-bg { height: 55vw; } }
    .main-slider .slide-content-wrapper { padding: 0 16px; margin-top: 0; }
    .main-slider .slide-content { background: #fff; box-shadow: 0 5px 15px rgba(0,0,0,0.08); padding: 24px 20px; text-align: center; border-top: 4px solid var(--birincil-renk); border-left: none; max-width: 100%; margin-top: -10px; }
    .main-slider h2.title { font-size: 22px; margin-bottom: 10px; line-height: 1.3; }
    .main-slider .description { font-size: 15px; margin-bottom: 16px; line-height: 1.5; }
    .main-slider .btn-creative { padding: 7px 25px; font-size: 14px; }
    .main-slider .badge-custom { font-size: 12px; padding: 4px 10px; margin-bottom: 8px; }
    .map-section { width: 100%; height: 100%; min-height: 0; }
    .tab__items { gap:2px; display: flex; flex-direction: column; background: #ffffff; border: 1px solid #f0f0f0; border-radius: 6px; overflow: hidden; margin-bottom: 16px; box-shadow: 0 4px 12px rgba(0,0,0,0.06); text-align: left; }
    .tab__items .img { display: block !important; width: 100%; order: 1; }
    .tab__items .img img { width: 100%; height: auto; display: block; }
    .tab__items .info { padding: 15px 15px 12px 15px; order: 2; }
    .tab__items .info strong { font-size: 17px; font-weight: 600; line-height: 1.4; margin-bottom: 5px; color: var(--ikincil-renk); }
    .tab__items .info small { font-size: 15px; color: #555; line-height: 1.5; }
    .tab__items .date { order: 3; width: 100%; background: var(--birincil-renk); border-top: 1px solid #f0f0f0; padding: 5px 15px; text-align: center; display: block; margin: 0; }
    .tab__items .date span { display: block; line-height: 1.3; color: #fff; }
    .tab__items .date span:first-child { font-size: 20px; font-weight: 700; }
    .tab__items .date span:last-of-type { font-size: 13px; font-weight: 500; text-transform: uppercase; }
    .home__banner { padding: 16px 0; background-color: #f0f2f5; }
    body, html { overflow-x: hidden; }
    .history-section .stats-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 0; margin-top: 20px; }
    .history-section .stat-item { flex-basis: 45%; justify-content: center; }
    .shortcut__items .page__btns { display: flex; align-items: center; justify-content: center; width: 95%; height: 69px; background-color: var(--birincil-renk); color: white; font-size: 12px; font-weight: 500; }
    .shortcut__area { padding: 0 0; background-color: #e8e8e8 !important; background-image: var(--kisayol-arkaplan-url); }
    .middle__area { padding: 25px 0; background-color: #f8f9fa; }

}
#content .content-body {
font-size:16px;
}
.shortcut__area .row {
    display: flex;
    flex-wrap: wrap; 
}

.shortcut__area .row > .col-lg-3 {
    flex: 0 0 25%; 
    max-width: 25%; 
    padding: 6px; 
}
@media (max-width: 768px) {
    .shortcut__area .row > .col-lg-3 {
        flex: 0 0 50%; 
        max-width: 50%; 
    }
        .shortcut__items .page__btns {
        font-size: 13px; 
        height: 60px;
        padding: 5px;
    }

    .shortcut__items i {
        margin-right: 5px;
    }
}
.contact-image-wrapper {
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0 10px; 
}
.contact-image-wrapper img {
    padding-left: 20px;
    height: 200px; 
    display: block; 
    border-radius: 8px;
}