/* ============================================
   Çocuk Nefroloji Derneği - Ana Stil Dosyası
   Bootstrap 5 ile birlikte kullanılır
   ============================================ */

:root{
    --fixed-margin-size: 1rem;
    --bs-body-font-size: 1.2rem;
}
@font-face {
    font-family: 'SourceSans3-Bold';
    src: url('../fonts/SourceSans3-Bold.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-Medium';
    src: url('../fonts/SourceSans3-Medium.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-Light';
    src: url('../fonts/SourceSans3-Light.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-Regular';
    src: url('../fonts/SourceSans3-Regular.ttf');
    font-display: swap;
}
@font-face {
    font-family: 'SourceSans3-SemiBold';
    src: url('../fonts/SourceSans3-SemiBold.ttf');
    font-display: swap;
}

/* ---- Reset & Genel ---- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SourceSans3-Regular', sans-serif;
    color: #333;
    background-color: #f4f6f9;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
.cursor-pointer{
    cursor: pointer;
}
.cursor-default{
    cursor: default;
}
b, strong, .fw-bold, .f-bold {
    font-family: SourceSans3-Bold, sans-serif;
}
.fw-semi-bold{
    font-family: SourceSans3-SemiBold, sans-serif;
}
.fmt{
    margin-top: var(--fixed-margin-size) !important;
}
.fmb{
    margin-bottom: var(--fixed-margin-size) !important;
}
.fpt{
    padding-top: var(--fixed-margin-size) !important;
}
.fpb{
    padding-bottom: var(--fixed-margin-size) !important;
}
.f-ligth, .fw-light{
    font-family: SourceSans3-Light, sans-serif !important;
}

/* ==========================================
   HEADER
   ========================================== */
.top-header {
    background: #fff;
    padding: 10px 0;
}

.logo-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.logo-text {
    font-weight: 700;
    font-size: 2rem;
    color: #333;
    margin-left: 14px;
}

.btn-custom-1 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #9c27b0;
    --bs-btn-border-color: #9c27b0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #7b1fa2;
    --bs-btn-hover-border-color: #7b1fa2;
    --bs-btn-focus-shadow-rgb: 156, 39, 176;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #7b1fa2;
    --bs-btn-active-border-color: #7b1fa2;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(156, 39, 176, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #9c27b0;
    --bs-btn-disabled-border-color: #9c27b0;
}
.btn-outline-custom-1 {
    --bs-btn-color: #9c27b0;
    --bs-btn-border-color: #9c27b0;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #9c27b0;
    --bs-btn-hover-border-color: #9c27b0;
    --bs-btn-focus-shadow-rgb: 156, 39, 176;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #9c27b0;
    --bs-btn-active-border-color: #9c27b0;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #9c27b0;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #9c27b0;
    --bs-gradient: none;
}

.btn-custom-2 {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4a5fc1;
    --bs-btn-border-color: #4a5fc1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3949ab;
    --bs-btn-hover-border-color: #3949ab;
    --bs-btn-focus-shadow-rgb: 74, 95, 193;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3949ab;
    --bs-btn-active-border-color: #3949ab;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(74, 95, 193, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4a5fc1;
    --bs-btn-disabled-border-color: #4a5fc1;
}
.btn-outline-custom-2 {
    --bs-btn-color: #4a5fc1;
    --bs-btn-border-color: #4a5fc1;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #4a5fc1;
    --bs-btn-hover-border-color: #4a5fc1;
    --bs-btn-focus-shadow-rgb: 74, 95, 193;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4a5fc1;
    --bs-btn-active-border-color: #4a5fc1;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #4a5fc1;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #4a5fc1;
    --bs-gradient: none;
}

.custom-alert-1 {
    --bs-alert-color: white;
    --bs-alert-bg: #4a5fc1;
    --bs-alert-border-color: #4a5fc1;
    --bs-alert-link-color: white;
    font-family: BaiJamjuree-Bold, sans-serif;
}

header .header-btn{
    border-top-left-radius: 0;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 10px;
}

/* ==========================================
   NAVBAR
   ========================================== */
.main-navbar {
    background-color: #43a047;
    padding: 0;
    min-height: 42px;
    border: none;
}

.main-navbar .navbar-nav {
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.main-navbar .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 700;
    padding: 10px 18px;
    transition: background 0.2s;
    white-space: nowrap;
}

.main-navbar .navbar-nav .nav-link:hover,
.main-navbar .navbar-nav .nav-link:focus {
    background-color: rgba(255,255,255,0.15);
}
.offcanvas-body .navbar-not-hover{
    height: 0;
    display: none;
}
.main-navbar .navbar-nav .nav-item {
    position: relative;
    display: flex;
    align-items: center;
}

/*.main-navbar .navbar-nav .nav-item + .nav-item::before {
    content: '|';
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
    font-weight: 400;
    padding: 0 2px;
    flex-shrink: 0;
}*/

.main-navbar .dropdown-menu {
    background-color: #43a047;
    border: none;
    border-radius: 0 0 8px 8px;
    margin-top: 0;
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.main-navbar .dropdown-menu .dropdown-item {
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    padding: 8px 20px;
}

.main-navbar .dropdown-menu .dropdown-item:hover {
    background-color: rgba(255,255,255,0.15);
}

.main-navbar .navbar-toggler {
    border-color: rgba(255,255,255,0.5);
}

.main-navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mobile-canvas-logo{
    width: 50%;
}
.main-navbar .dropdown-item:focus{
    background-color: #43a047;
}
/* ==========================================
   HERO SECTION (Ana Sayfa)
   ========================================== */
.hero-section {
    padding: 24px 0 16px;
    background-color: #eef1f5;
}

.hero-wrapper {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.hero-left {
    flex: 0 0 58%;
    max-width: 58%;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    min-height: 300px;
    background: #eef1f5;
}

.hero-left img.hero-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
    display: block;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 28px;
    background: none;
}

.hero-overlay h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.65rem;
    color: #2c3e50;
    margin-bottom: 8px;
    line-height: 1.25;
}

.hero-overlay p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 0.88rem;
    color: #555;
    margin-bottom: 16px;
    line-height: 1.45;
}

.btn-detayli {
    background-color: #43a047;
    color: #fff !important;
    border: none;
    border-radius: 20px;
    padding: 8px 24px;
    font-weight: 700;
    font-size: 0.85rem;
    display: inline-block;
    width: fit-content;
}
.btn-detayli:hover {
    background-color: #388e3c;
    color: #fff !important;
}

/* Hero Sağ - Haberler */
.hero-right {
    flex: 1;
    background: #fff;
    border-radius: 14px;
    padding: 22px 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
}

.news-list li {
    border-bottom: 1px solid #eee;
    font-size: 1rem;
    font-weight: 600;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #333;
}

.news-list li:last-child {
    border-bottom: none;
}

.news-list li a {
    color: #333;
}
.news-list li a:hover {
    text-decoration: underline;
}

.news-dot {
    width: 11px;
    height: 11px;
    display: inline-block;
    flex-shrink: 0;
    margin-top: 5px;
}

.news-dot.green  { background-color: #5c9a6f; }
.news-dot.blue   { background-color: #3e6ec5; }
.news-dot.purple { background-color: #5c9a6f; }
.news-dot.orange { background-color: #5c9a6f; }

.news-link-all {
    color: #1a237e;
    font-weight: 700;
    font-size: 0.92rem;
    text-align: right;
    display: block;
    margin-top: 10px;
    text-decoration: underline;
}
.news-link-all:hover {
    text-decoration: underline !important;
}

/* ==========================================
   ARAMA KUTUSU
   ========================================== */
.search-section {
    padding: 12px 0 20px;
}

.search-box {
    background: #e8eaee;
    border: none;
    border-radius: 28px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.search-box input {
    border: none;
    flex: 1;
    padding: 14px 22px;
    font-size: 0.88rem;
    outline: none;
    background: transparent;
    color: #999;
}

.search-box .btn-search {
    background-color: #2c3e50;
    color: #fff;
    border: none;
    padding: 12px 24px;
    font-weight: 800;
    font-size: 0.92rem;
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    border-radius: 24px;
    margin: 4px 4px 4px 0;
}
.search-box .btn-search:hover {
    background-color: #1a2a3a;
}

/* ==========================================
   KATEGORİ KARTLARI
   ========================================== */
.category-cards {
    padding: 8px 0 28px;
}

.category-card {
    text-align: center;
    padding: 0;
    border-radius: 18px;
    box-shadow: 0 1px 6px rgba(0,0,0,0.05);
    transition: transform 0.25s, box-shadow 0.25s;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    color: #333;
    height: 100%;
    min-height: 200px;
    overflow: hidden;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.category-card.card-cndtv {
    background-color: #dbe9da;
}
.category-card.card-hastalar {
    background-color: #d4e4f0;
}
.category-card.card-calisma {
    background-color: #d4e4f0;
}

.category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.09);
    color: #333;
}

.category-card .card-img {
    width: 100%;
    max-width: 220px;
    height: auto;
    margin: 0 auto;
    display: block;
    padding: 16px 16px 0;
}

.category-card h5 {
    font-weight: 800;
    font-size: 1.05rem;
    color: #1a237e;
    margin: 0;
    padding: 10px 16px;
    width: 100%;
    background: #fff;
    border-radius: 0 0 18px 18px;
}

/* ==========================================
   BAĞLANTILAR
   ========================================== */
.baglantilar-section {
    padding: 16px 0 32px;
}

.baglantilar-wrapper {
    background: #fff;
    border-radius: 18px;
    padding: 24px 28px 28px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}

.baglantilar-section h4 {
    font-weight: 900;
    font-size: 1.25rem;
    color: #333;
    margin-bottom: 18px;
}

.partner-logo {
    background: #fff;
    border: none;
    border-radius: 14px;
    padding: 20px 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.partner-logo:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}

.partner-logo img {
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
}

/* Partner slider */
.partner-slider {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
}
.partner-slider::-webkit-scrollbar {
    display: none;
}
.partner-slider .row {
    flex-wrap: nowrap;
    min-width: max-content;
}
.partner-slider .col-md-3 {
    min-width: 220px;
    flex: 0 0 24%;
}

/* Slider noktaları */
.slider-dots {
    display: flex;
    gap: 6px;
    justify-content: flex-end;
    margin-bottom: 4px;
}
.slider-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ccc;
    display: inline-block;
}
.slider-dots span.active {
    background: #555;
}

/* ==========================================
   SAYFA BAŞLIK İKON ALANI
   ========================================== */
.page-header-icon {
    text-align: center;
    padding: 0;
    background: #ede8ed;
    position: relative;
    overflow: hidden;
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-header-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--header-bg);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    opacity: 0.15;
}

.page-header-icon .header-inner {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 20px;
}

.page-header-icon .header-icon-img {
    max-width: 140px;
    max-height: 130px;
    margin: 0 auto 6px;
    display: block;
}

.page-header-icon h3 {
    font-weight: 800;
    color: #1a237e;
    font-size: 1.15rem;
}

/* ==========================================
   VİDEO GRİD (ÇND TV, Hastalar İçin)
   ========================================== */
.video-grid-section {
    padding: 14px 0 36px;
    background: #eef1f5;
}

.video-grid-section .desc-text {
    font-size: 0.86rem;
    color: #777;
    margin-bottom: 22px;
    line-height: 1.6;
}

.video-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.video-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

.video-card .video-thumb-wrap {
    position: relative;
    width: 100%;
    aspect-ratio: 4/3;
    overflow: hidden;
    border-radius: 14px 14px 0 0;
}

.video-card .video-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.video-card .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48px;
    height: 48px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 2px 10px rgba(0,0,0,0.25);
}

.video-card .play-btn i {
    font-size: 1.3rem;
    color: #1565c0;
    margin-left: 3px;
}

.video-card .video-label {
    background: #fff;
    color: #333;
    text-align: center;
    padding: 10px 8px 12px;
    font-size: 0.82rem;
    font-weight: 700;
    line-height: 1.35;
}

/* Video grid */
.video-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}

@media (max-width: 991px) {
    .video-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 575px) {
    .video-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ==========================================
   ÇALIŞMA GRUPLARI GRİD
   ========================================== */
.calisma-grid-section {
    padding: 14px 0 36px;
    background: #eef1f5;
}

.calisma-grid-section .desc-text {
    font-size: 0.86rem;
    color: #777;
    margin-bottom: 22px;
    line-height: 1.6;
}

.calisma-card {
    background: #f5f5f5;
    border: 1.5px solid #ddd;
    border-radius: 14px;
    padding: 22px 12px;
    text-align: center;
    font-weight: 700;
    font-size: 0.84rem;
    color: #555;
    margin-bottom: 12px;
    cursor: pointer;
    transition: all 0.2s;
    min-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.35;
}

.calisma-card:hover,
.calisma-card.active {
    background: #e3f2fd;
    border-color: #90caf9;
    box-shadow: 0 3px 12px rgba(0,0,0,0.06);
    color: #333;
}

/* ==========================================
   HABERLER LİSTESİ
   ========================================== */
.haberler-section {
    padding: 14px 0 36px;
    background: #eef1f5;
}

.haber-item {
    padding: 24px 0;
    border-bottom: 3px solid #43a047;
}

.haber-item:last-child {
    border-bottom: none;
}

.haber-item h5 {
    font-weight: 800;
    font-size: 1rem;
    color: #1a237e;
    margin-bottom: 8px;
}

.haber-item p {
    font-size: 0.84rem;
    color: #777;
    margin-bottom: 0;
    line-height: 1.65;
}

/* ==========================================
   İLETİŞİM SAYFASI
   ========================================== */
.iletisim-section {
    padding: 20px 0 36px;
    background: #eef1f5;
}

.iletisim-section h4 {
    font-weight: 800;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 18px;
    text-align: center;
}

.iletisim-section .form-control {
    border: 1.5px solid #ccc;
    border-radius: 4px;
    padding: 11px 14px;
    font-size: 0.88rem;
    margin-bottom: 8px;
    background: #fff;
}

.iletisim-section textarea.form-control {
    min-height: 90px;
    resize: vertical;
}

.btn-gonder {
    background-color: #1565c0;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 9px 30px;
    font-weight: 700;
    font-size: 0.88rem;
}
.btn-gonder:hover {
    background-color: #0d47a1;
    color: #fff !important;
}

.iletisim-bilgi {
    text-align: center;
    padding: 24px 0;
}

.iletisim-bilgi h5 {
    font-weight: 800;
    font-size: 1.1rem;
    color: #333;
    margin-bottom: 14px;
}

.iletisim-bilgi p {
    font-size: 0.86rem;
    color: #666;
    margin-bottom: 2px;
}

.iletisim-bilgi .label {
    font-weight: 800;
    color: #333;
}

.map-container {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    margin-top: 16px;
}

.map-container iframe {
    width: 100%;
    height: 280px;
    border: 0;
}

/* ==========================================
   ÜYE KAYIT FORMU
   ========================================== */
.kayit-section {
    padding: 14px 0 36px;
    background: #eef1f5;
}

.kayit-section .form-label {
    font-weight: 700;
    font-size: 0.86rem;
    color: #555;
    margin-bottom: 3px;
}

.kayit-section .form-control,
.kayit-section .form-select {
    border: 1.5px solid #ccc;
    border-radius: 4px;
    padding: 9px 12px;
    font-size: 0.86rem;
    margin-bottom: 4px;
    background: #fff;
}

.uyelik-kosullari {
    background: #f8f8f8;
    border: 1.5px solid #ddd;
    border-radius: 6px;
    padding: 14px;
    font-size: 0.8rem;
    color: #777;
    max-height: 120px;
    overflow-y: auto;
    margin-bottom: 16px;
    line-height: 1.55;
}

.btn-kayit {
    background-color: #e53935;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 9px 30px;
    font-weight: 700;
    font-size: 0.88rem;
}
.btn-kayit:hover {
    background-color: #c62828;
    color: #fff !important;
}

/* ==========================================
   FOOTER (Banner + Social + Copyright)
   ========================================== */
.site-footer {
    background: #4a6a9f;
}

.footer-img-banner {
    position: relative;
    min-height: 260px;
    text-align: center;
    color: #fff;
    overflow: hidden;
    border-radius: 50px;
    margin-top: -125px;
}
footer{
    margin-top: 150px;
}



.footer-img-banner .banner-content {
    position: relative;
    z-index: 2;
    padding: 40px 20px;
}

.footer-img-banner h2 {
    font-size: 3.2rem;
    font-weight: 800;
    line-height: 1.1;
    text-shadow: 2px 3px 12px rgba(0,0,0,0.5);
    margin-bottom: 8px;
}

.footer-img-banner .banner-bird {
    display: inline-block;
    font-size: 1.2rem;
    margin-left: 2px;
    vertical-align: super;
}

.footer-img-banner .banner-date {
    font-size: 1.5rem;
    font-weight: 800;
    text-shadow: 1px 2px 6px rgba(0,0,0,0.5);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.footer-img-banner .banner-location {
    font-size: 0.85rem;
    font-weight: 700;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.5);
    letter-spacing: 2px;
    text-transform: uppercase;
}

.footer-social {
    background: #4a6a9f;
    text-align: center;
    padding: 32px 0 24px;
}

.footer-social h5 {
    font-weight: 800;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 16px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.social-icons a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.1rem;
    transition: transform 0.2s, opacity 0.2s;
}

.social-icons a:hover {
    transform: scale(1.15);
    opacity: 0.85;
}

.social-icons .fb  { background: #1877f2; }
.social-icons .tw  { background: #333; }
.social-icons .yt  { background: #ff0000; }
.social-icons .pin { background: #e60023; }
.social-icons .gp  { background: #25d366; }
.social-icons .lin { background: #0a66c2; }
.social-icons .ins { background: #c13584; }

.footer-bottom {
    background: #4a6a9f;
    color: white;
    text-align: center;
    padding: 18px 0;
    font-size: 0.8rem;
    font-weight: 600;
    border-top: 1px solid rgba(255,255,255,0.1);
}

/* ==========================================
   CONTENT CONTAINER
   ========================================== */
.content-container {
    max-width: 800px;
    margin: 0 auto;
}

/* ==========================================
   RESPONSIVE
   ========================================== */
@media (max-width: 991px) {
    .hero-wrapper {
        flex-direction: column;
    }
    .hero-left {
        flex: none;
        max-width: 100%;
    }
    .hero-right {
        flex: none;
    }
    .footer-img-banner h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 767px) {
    .top-header .logo-text {
        font-size: 1rem;
    }
    .btn-ana-sayfa, .btn-uye-giris {
        padding: 7px 14px;
        font-size: 0.8rem;
    }
    .hero-overlay {
        width: 100%;
        padding: 20px;
        background: rgba(255,255,255,0.85);
    }
    .hero-overlay h2 {
        font-size: 1.15rem;
    }
    .footer-img-banner h2 {
        font-size: 1.7rem;
    }
    .footer-img-banner .banner-date {
        font-size: 1rem;
    }
    .footer-img-banner .banner-location {
        font-size: 0.72rem;
    }
    .category-card .card-img {
        max-width: 140px;
    }
}
.border-radius-10{
    border-radius: 10px;
}
.border-radius-30{
    border-radius: 30px !important;
}
.border-radius-40{
    border-radius: 40px;
}
.border-radius-50{
    border-radius: 50px;
}
.index-content{
    border: 1px solid #d8dbe3;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.text-line-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text-line-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.color-unset{
    color:unset;
}
.slider-content{
    right: 40%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    top: 15%;
    color: #3c4250;
}
.links-container{
    background-color: #fbfcfc;
}
.links-container .swiper-slide{
    border-radius: 30px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.links-container .swiper-slide img{
    max-height: 150px;
}
/* Kendi belirlediğin sınıfı boyutlandır */
.custom-swiper-pagination {
    width: auto !important;
    position: relative !important; /* Dışarıda olduğu için mutlak konuma gerek yok */
    bottom: 0 !important;
}

/* Noktaların stilini korumak için */
.custom-swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
    cursor: pointer;
    width: 20px;
    height: 10px;
    border-radius: 5px;
    background-color: #3c4250;
}
ul.pagination .page-link{
    color: #3c4250;
}
ul.pagination .active>.page-link, .page-link.active{
    background-color: #9c27b0;
    color: white;
    border-color: #9c27b0;
}
.register-form-input{
    background-color: #e8e9eb;
    border-radius: 0;
    border: 1px solid #d7d8d8;
    padding-left: 30px;
}
label.required:after {
    content: "*";
    font-size: 1em;
    margin: 0.3em;
    position: relative;
    top: -2px;
    color: red;
}

/* TURKEY MAP*/
/*! SVG Türkiye Haritası | CSS | MIT Lisans | dnomak.com */

.svg-turkiye-haritasi svg {
    width: 100%;
    height: auto;
}
.il-isimleri {
    position: absolute;
    z-index: 2;
}
.il-isimleri div {
    display: inline-block;
    background: #a2def2;
    color: #fff;
    padding: 8px 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
#svg-turkiye-haritasi path {
    cursor: pointer;
    fill: #eaeaea;
}
#svg-turkiye-haritasi path:hover {
    fill: #eaeaea;
}
#svg-turkiye-haritasi .tr-map-active path {
    fill: #f1b0bd;
}
#guney-kibris {
    pointer-events: none;
}

/* TURKEY MAP*/
.tr-map-form{
    margin-top: -90px;
}
.index-links-list {
    padding: 15px 15px 25px 15px !important;
}
.breadcrumb-title-bar{
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding: .5rem 1rem .5rem 1rem;
    bottom: 10%;
}
.accordion-button:not(.collapsed){
    background-color: white;
}
.dropdown .dropdown-item.active, .dropdown-item:active{
    background-color: #f4f6f9;
    color: unset;
}
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .mobile-logo-bar a{
        flex-direction: column;
    }
    .mobile-logo-bar img{
        width: 100%;
        height: 120px;
    }
    .tr-map-form{
        margin-top: -50px;
    }
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
    .tr-map-form{
        margin-top: -20px;
    }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {
    .tr-map-form{
        margin-top: -50px;
    }
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {
    .tr-map-form{
        margin-top: -70px;
    }
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}
