/* Global Variables */
:root {
    --heading-color: #6e6259;
    --body-font: 'Times New Roman', Times, serif;
}

* {
    font-family: var(--body-font);
}

body {
    font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #6e6259 !important;
}
p
{
    color: #716259 !important;
    margin-bottom: 0!important;
    text-align: left!important;
    line-height: 2.8rem!important;
    font-size: 1.5rem!important ;
}
/* Contract Modal Styles */
.contract-content {
    line-height: 1.8;
    font-size: 0.95rem;
}

.contract-content h1,
.contract-content h2,
.contract-content h3,
.contract-content h4,
.contract-content h5,
.contract-content h6 {
    color: #6E6259;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.contract-content h1 {
    font-size: 1.8rem;
    border-bottom: 2px solid #6E6259;
    padding-bottom: 0.5rem;
}

.contract-content h2 {
    font-size: 1.5rem;
}

.contract-content h3 {
    font-size: 1.3rem;
}

.contract-content p {
    margin-bottom: 1rem;
    text-align: justify;
}

.contract-content ul,
.contract-content ol {
    margin-bottom: 1rem;
    padding-left: 1.5rem;
}

.contract-content li {
    margin-bottom: 0.5rem;
}

.contract-content strong {
    color: #6E6259;
    font-weight: 600;
}

.contract-content .highlight {
    background-color: #f8f9fa;
    padding: 1rem;
    border-left: 4px solid #6E6259;
    margin: 1rem 0;
    border-radius: 0 5px 5px 0;
}

/* Page View Styles */
.page-view {
    overflow: hidden;
}

.page-view .card-body {
    height: 100%;
}

.page-view-image-wrapper {
    height: 100%;
    min-height: 260px;
    overflow: hidden;
}

.page-view-image {
    width: 100%;
  
   
}

.page-content {
    line-height: 1.8;
    font-size: 1.1rem;
}

.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #6e6259;
}



.page-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 1.5rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.page-content ul,
.page-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.page-content li {
    margin-bottom: 0.5rem;
}

.page-content blockquote {
    border-left: 4px solid #6E6259;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #4a5568;
    background: #f8f9fa;
    padding: 1rem 1.5rem;
    border-radius: 0 8px 8px 0;
}

.page-content a {
    color: #6E6259;
    text-decoration: underline;
}

.page-content a:hover {
    color: #017a8f;
}

.menu-cards {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.menu-card {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    text-decoration: none;
    color: #495057;
    transition: all 0.2s ease;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.menu-card:hover {
    background: #f8f9fa;
    border-color: #6E6259;
    text-decoration: none;
    color: #6E6259;
    transform: translateY(-1px);
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.menu-card.active {
    background: #6E6259;
    border-color: #6E6259;
    color: white;
    box-shadow: 0 2px 8px rgba(1, 145, 168, 0.3);
}

.blog-category-card {
    background-color: #6e6259 !important;
    border: 1px solid #5c524a !important;
    color: #ffffff !important;
}

.blog-category-card .p-4 {
    background-color: transparent;
}

.blog-category-card h4 {
    color: #ffffff;
}

.blog-category-card h4 a {
    color: #ffffff !important;
}

.blog-category-card-excerpt {
    color: rgba(255, 255, 255, 0.8);
}

.blog-category-card .btn-outline-primary {
    border-color: #ffffff;
    color: #ffffff;
}

.blog-category-card .btn-outline-primary:hover {
    background-color: #e8dccb !important;
    color: #6e6259 !important;
    border-color: #e8dccb !important;
}

.menu-arrow {
    font-style: normal;
    font-weight: bold;
    margin-right: 8px;
    font-size: 14px;
}

.menu-card.active .menu-arrow {
    color: white;
}

.menu-text {
    font-size: 14px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .page-view .row {
        flex-direction: column;
    }

    .page-view-image-wrapper {
        min-height: 220px;
    }
}

@media (max-width: 768px) {
    .menu-cards {
        gap: 6px;
    }

    .menu-card {
        padding: 10px 14px;
    }

    .menu-text {
        font-size: 13px;
    }
}

/* Modal özel stilleri */
#contractModal .modal-dialog {
    max-width: 800px;
}

#contractModal .modal-content {
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

#contractModal .modal-header {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    color: white;
    border-radius: 10px 10px 0 0;
}

#contractModal .modal-header .btn-close {
    filter: invert(1);
}

#contractModal .modal-body {
    max-height: 70vh;
    overflow-y: auto;
    padding: 2rem;
}

#contractModal .modal-footer {
    border-top: 1px solid #dee2e6;
    background-color: #f8f9fa;
    border-radius: 0 0 10px 10px;
}

/* Genel Ayarlar */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Global Font Definition */
@import url('https://fonts.googleapis.com/css2?family=Times+New+Roman:wght@400;500;600;700&display=swap');

:root {
    --heading-color: #6e6259;
    --body-font: 'Times New Roman', Times, serif;
}

* {
    font-family: var(--body-font);
}

body {
    font-family: var(--body-font);
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

/* Override Bootstrap default fonts */
html, body, input, textarea, select, button {
    font-family: var(--body-font) !important;
}

/* Dil Seçici (Language Selector) */
#languageDropdown {
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

#languageDropdown:hover {
    color: #6E6259 !important;
}

#languageDropdown .bi-globe2 {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

#languageDropdown:hover .bi-globe2 {
    transform: rotate(15deg);
}

/* Dil seçici dropdown menü */
#languageDropdown + .dropdown-menu {
    min-width: 150px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    padding: 0.5rem 0;
}

#languageDropdown + .dropdown-menu .dropdown-item {
    padding: 0.6rem 1.2rem;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

#languageDropdown + .dropdown-menu .dropdown-item:hover {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    color: white !important;
    padding-left: 1.5rem;
}

#languageDropdown + .dropdown-menu .dropdown-item.active {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    color: white;
    font-weight: 600;
}

#languageDropdown + .dropdown-menu .dropdown-item i {
    font-size: 1rem;
}

/* Navbar Bağış Yap Butonu */
.navbar .btn-danger {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    padding: 0.6rem 1.5rem !important;
    box-shadow: 0 4px 15px rgba(1, 145, 168, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.navbar .btn-danger:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(1, 145, 168, 0.4);
    background: linear-gradient(135deg, #017a8f 0%, #6E6259 100%);
}

.navbar .btn-danger:active {
    transform: translateY(0);
}

.navbar .btn-danger i {
    animation: heartBeat 1.5s infinite;
}

@keyframes heartBeat {
    0%, 100% { transform: scale(1); }
    10%, 30% { transform: scale(1.1); }
    20%, 40% { transform: scale(0.9); }
}

/* Navbar Dropdown */
.navbar .dropdown-menu {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 0.5rem 0;
    min-width: 280px;
    margin-top: 0.5rem;
}

.navbar .dropdown-item {
    padding: 0.6rem 1.25rem;
    transition: all 0.3s ease;
    font-size: 0.95rem;
}

.navbar .dropdown-item:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    color: #6E6259;
    padding-left: 1.5rem;
}

.navbar .dropdown-item.fw-bold {
    border-bottom: 1px solid #e9ecef;
    margin-bottom: 0.5rem;
    color: #6E6259;
}

.navbar .dropdown-item i {
    width: 20px;
    text-align: center;
}

.navbar .dropdown-divider {
    margin: 0.5rem 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--body-font);
    font-weight: 600;
    margin-bottom: 1rem;
    color: var(--heading-color);
}

a {
    text-decoration: none;
    transition: all 0.3s ease;
}

/* ==========================================
   AUTH PAGES
========================================== */

.auth-page {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    min-height: 100vh;
}

.auth-container {
    position: relative;
    z-index: 1;
}

.auth-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    animation: fadeInUp 0.6s ease;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.auth-card-header {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    padding: 2.5rem 2rem;
    text-align: center;
}

.auth-logo-text {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: 2px;
}

.auth-logo-img {
    max-height: 60px;
    max-width: 200px;
    margin-bottom: 0.5rem;
    object-fit: contain;
}

.auth-logo-subtitle {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
}

.auth-card-body {
    padding: 2.5rem 2rem;
}

.auth-title {
    color: #2d3748;
    font-size: 1.75rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    text-align: center;
}

.auth-description {
    color: #6e6259;
    font-size: 0.95rem;
    text-align: center;
    margin-bottom: 2rem;
}

.auth-form .form-label {
    color: #6e6259;
    font-weight: 500;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.auth-form .form-control {
    padding: 0.75rem 1rem;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
}

.auth-form .form-control:focus {
    border-color: #6E6259;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.auth-form .form-check-input {
    border-radius: 4px;
    border: 1px solid #cbd5e0;
}

.auth-form .form-check-input:checked {
    background-color: #6E6259;
    border-color: #6E6259;
}

.auth-form .form-check-label {
    color: #4a5568;
    font-size: 0.9rem;
}

.btn-auth {
    padding: 0.875rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-primary.btn-auth {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    border: none;
}

.btn-primary.btn-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
}

.auth-links {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.auth-links p {
    color: #718096;
    font-size: 0.9rem;
}

.auth-link {
    color: #6E6259;
    font-weight: 500;
}

.auth-link:hover {
    color: #764ba2;
    text-decoration: underline;
}

/* Alert Styles */
.alert {
    border-radius: 8px;
    border: none;
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
}

.alert ul {
    padding-left: 1.25rem;
}

/* Test Users Section */
.test-users-section {
    margin-top: 2rem;
}

.test-user-card {
    background: #f8f9fa;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.test-user-card:hover {
    background: #fff;
    border-color: #6E6259;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.2);
}

.test-user-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    flex-shrink: 0;
}

.test-user-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.test-user-info strong {
    font-size: 0.9rem;
    color: #2d3748;
    font-weight: 600;
}

.test-user-info small {
    font-size: 0.75rem;
    color: #718096;
    font-weight: 400;
}

.test-users-section code {
    background: #f1f5f9;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    color: #6E6259;

    font-size: 0.85rem;
}

/* ==========================================
   ADMIN PANEL - Modern & Minimal Design
========================================== */



.admin-wrapper {
    display: flex;
    min-height: 100vh;
    background: #f8f9fa;
}

.admin-sidebar {
    width: 280px;
    background: #ffffff;
    color: #2d3748;
    position: fixed;
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 1000;
    border-right: 1px solid #e2e8f0;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.03);
}

.admin-sidebar::-webkit-scrollbar {
    width: 6px;
}

.admin-sidebar::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.admin-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

.admin-sidebar::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* Custom Scrollbar */
.admin-sidebar::-webkit-scrollbar {
    width: 6px;
}

.admin-sidebar::-webkit-scrollbar-track {
    background: #f1f5f9;
}

.admin-sidebar::-webkit-scrollbar-thumb {
    background: #cbd5e0;
    border-radius: 3px;
}

.admin-sidebar::-webkit-scrollbar-thumb:hover {
    background: #a0aec0;
}

.admin-sidebar-header {
    padding: 1rem;
    background: transparent;
    text-align: center;
    border-bottom: 2px solid #e2e2e2;
}

.admin-sidebar-header img {
    height: 60px !important;
    object-fit: contain;
    max-width: 100%;
}

.admin-logo {
    font-size: 1.75rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.admin-logo i {
    font-size: 1.5rem;
}

.admin-nav {
    padding: 1.5rem 0.75rem;
}

.admin-nav-item {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    color: #64748b;
    font-weight: 500;
    font-size: 0.95rem;
    border-radius: 10px;
    margin-bottom: 0.35rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}

.admin-nav-item i {
    font-size: 1.1rem;
    width: 24px;
    transition: all 0.3s ease;
}

.admin-nav-item:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.08) 0%, rgba(118, 75, 162, 0.08) 100%);
    color: #6E6259;
    transform: translateX(4px);
    text-decoration: none;
}

.admin-nav-item.active {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    color: #fff;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

.admin-nav-item.active i {
    transform: scale(1.1);
}

/* Nav Item Hover Effect */
.admin-nav-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 0;
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    border-radius: 0 4px 4px 0;
    transition: height 0.3s ease;
}

.admin-nav-item:hover::before {
    height: 70%;
}

.admin-nav-item.active::before {
    height: 0;
}

/* Accordion Menu Styles */
.admin-nav .accordion-item {
    border: none !important;
}

.admin-nav-group {
    display: flex;
    align-items: center;
    padding: 0.875rem 1.25rem;
    color: #64748b;
    font-weight: 600;
    font-size: 0.95rem;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
}

.admin-nav-group:hover {
    color: #6E6259;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%) !important;
}

.admin-nav-group:not(.collapsed) {
    color: #6E6259;
}

.admin-nav-group::after {
    margin-left: auto;
    font-size: 0.8rem;
}

.admin-nav .accordion-body .admin-nav-item {
    font-size: 0.9rem;
    padding-left: 3rem !important;
}

.admin-content {
    flex: 1;
    margin-left: 280px;
    background: #f8f9fa;
    min-height: 100vh;
}

.admin-header {
    background: #ffffff;
    padding: 1.5rem 2.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 100;
    border-bottom: 1px solid #e2e8f0;
}

.admin-header h5 {
    color: #1e293b;
    font-weight: 600;
    font-size: 1.5rem;
    margin: 0;
}

.admin-header .d-flex {
    background: #f8f9fa;
    padding: 0.75rem 1.25rem;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
}

.admin-header .d-flex i {
    color: #6E6259;
    font-size: 1.25rem;
}

.admin-header .d-flex strong {
    color: #334155;
    font-weight: 600;
}

.admin-main {
    padding: 2.5rem;
}

.admin-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    padding: 1.75rem;
    margin-bottom: 1.75rem;
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
}

.admin-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    /* transform: translateY(-2px); - Geçici olarak kaldırıldı */
}

.admin-card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.75rem;
    padding-bottom: 1.25rem;
    border-bottom: 2px solid #f1f5f9;
}

.admin-card-title {
    font-size: 1.35rem;
    font-weight: 600;
    color: #1e293b;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.admin-card-title i {
    color: #6E6259;
}

/* Stats Cards */
.stat-card {
    position: relative;
    overflow: hidden;
}

.stat-card::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.stat-icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.stat-card:hover .stat-icon::before {
    transform: translateX(100%);
}

.stat-icon i {
    font-size: 1.75rem;
    position: relative;
    z-index: 1;
}

.admin-card .bg-primary {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%) !important;
}

.admin-card .bg-success {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%) !important;
}

.admin-card .bg-warning {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%) !important;
}

.admin-card .bg-info {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%) !important;
}

.admin-card .bg-danger {
    background: linear-gradient(135deg, #ef4444 0%, #dc2626 100%) !important;
}

/* Table Styles */
.admin-card .table {
    margin-bottom: 0;
}

.admin-card .table thead th {
    background: #f8f9fa;
    color: #64748b;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 2px solid #e2e8f0;
    padding: 1rem;
}

.admin-card .table tbody tr {
    transition: all 0.2s ease;
}


.admin-card .table tbody tr:hover {
    background: #f8f9fa;
    transform: scale(1.01);
}

.admin-card .table tbody td {
    padding: 1rem;
    vertical-align: middle;
    color: #334155;
    font-size: 0.9rem;
}

/* Badges */
.badge {
    padding: 0.5rem 0.875rem;
    font-weight: 500;
    font-size: 0.8rem;
    border-radius: 6px;
}

/* Buttons */
.btn-primary {
    background: #6e6259;;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
}

.btn-outline-primary {
    color: #6E6259;
    border-color: #6E6259;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #e9dccb;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

/* Empty State */
.admin-card .text-center.py-5 {
    padding: 4rem 2rem !important;
}

.admin-card .text-center.py-5 i {
    color: #cbd5e0;
}

.admin-card .text-center.py-5 .text-muted {
    color: #94a3b8 !important;
}

/* ==========================================
   FAQ / SSS
========================================== */

.accordion-item {
    border: 1px solid #e2e8f0 !important;
    overflow: hidden;
}

.accordion-button {
    background: #ffffff;
    color: #2d3748;
    font-weight: 500;
    padding: 1.25rem 1.5rem;
    border: none;
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.1) 0%, rgba(118, 75, 162, 0.1) 100%);
    color: #6E6259;
    box-shadow: none;
}

.accordion-button:hover {
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(118, 75, 162, 0.05) 100%);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: #6E6259;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23667eea'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.accordion-body {
    padding: 1.5rem;
    line-height: 1.8;
    color: #4a5568;
}

/* ==========================================
   SLIDER
========================================== */

.slider-section {
    position: relative;
    overflow: hidden;

}



.slider-image {
   

    object-fit: cover;
    width: 100%;
}

.carousel-item {
    position: relative;
}
.carousel-caption {
    z-index: 2;
    text-align: left;
    left: 0;
    right: 0;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 0;
    padding-bottom: 0;
}

.slider-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.slider-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 1rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    line-height: 1.2;
}

.slider-description {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 0;
    line-height: 1.6;
}

.slider-buttons .btn {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.slider-buttons .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* Mobile Responsive */
@media (max-width: 992px) {
    .slider-title {
        font-size: 2.5rem;
    }
    
    .slider-description {
        font-size: 1.1rem;
    }
    
    .slider-buttons .btn {
        font-size: 1rem;
        padding: 0.6rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .carousel-caption {
        text-align: center;
    }
    
    .slider-subtitle {
        font-size: 0.9rem;
    }
    
    .slider-title {
        font-size: 2rem;
    }
    
    .slider-description {
        font-size: 1rem;
    }
    
    .slider-buttons .btn {
        display: block;
        width: 100%;
        margin: 0.5rem 0 !important;
    }
}

/* Carousel Indicators */
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background-color: transparent;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: #ffffff;
    opacity: 1;
    transform: scale(1.2);
}

/* Carousel Controls */
.carousel-control-prev,
.carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.8;
    transition: all 0.3s ease;
}

.carousel-control-prev {
    left: 20px;
}

.carousel-control-next {
    right: 20px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 24px;
    height: 24px;
}

/* Fade Animation */
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

.carousel-fade .carousel-item.active {
    opacity: 1;
}

/* ==========================================
   TESTIMONIALS
========================================== */

.testimonials-section {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8ZGVmcz4KICAgIDxwYXR0ZXJuIGlkPSJwYXR0ZXJuIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHBhdHRlcm5Vbml0cz0idXNlclNwYWNlT25Vc2UiPgogICAgICA8Y2lyY2xlIGN4PSIyMCIgY3k9IjIwIiByPSIxIiBmaWxsPSIjZjhmOGY4IiBvcGFjaXR5PSIwLjMiLz4KICAgICAgPGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMC41IiBmaWxsPSIjZjhmOGY4IiBvcGFjaXR5PSIwLjIiLz4KICAgICAgPGNpcmNsZSBjeD0iMzAiIGN5PSIzMCIgcj0iMC41IiBmaWxsPSIjZjhmOGY4IiBvcGFjaXR5PSIwLjIiLz4KICAgIDwvcGF0dGVybj4KICA8L2RlZnM+CiAgPHJlY3Qgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNwYXR0ZXJuKSIvPgo8L3N2Zz4K');
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    padding: 80px 0;
    position: relative;
}

.testimonials-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 1;
}

.testimonials-section .container {
    position: relative;
    z-index: 2;
}

.testimonial-card {
    transition: all 0.3s ease;
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.95);
}

/* Mobile Responsive - Testimonials */
@media (max-width: 768px) {
    .testimonials-section {
        padding: 2rem 0 !important;
    }
    
    .testimonials-section .row {
        display: flex !important;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
        scroll-behavior: smooth !important;
        -webkit-overflow-scrolling: touch !important;
        margin: 0 !important;
        padding: 0 1rem !important;
    }
    
    .testimonials-section .col-lg-4,
    .testimonials-section .col-md-6 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 0.5rem 0 0 !important;
        padding: 0 !important;
    }
    
    .testimonial-card {
        margin-bottom: 1rem;
        min-width: calc(100% - 1rem);
    }
    
    .testimonial-card .card-body {
        padding: 1.5rem !important;
    }
    
    .testimonial-card .card-text {
        font-size: 0.9rem !important;
        line-height: 1.5 !important;
    }
    
    .testimonial-card .card-title {
        font-size: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
    
    .testimonial-card .text-muted {
        font-size: 0.8rem !important;
    }
}

@media (max-width: 576px) {
    .testimonials-section {
        padding: 1.5rem 0 !important;
    }
    
    .testimonials-section .row {
        padding: 0 0.5rem !important;
    }
    
    .testimonial-card {
        min-width: calc(100% - 0.5rem);
    }
    
    .testimonial-card .card-body {
        padding: 1rem !important;
    }
    
    .testimonial-card .card-text {
        font-size: 0.85rem !important;
    }
    
    .testimonial-card .card-title {
        font-size: 0.9rem !important;
    }
    
    .testimonial-card .text-muted {
        font-size: 0.75rem !important;
    }
}

/* ==========================================
   ADMIN STAT CARDS (Modern & Minimal)
========================================== */

.admin-stat-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 1rem 1rem;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.admin-stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--stat-color, #6E6259) 0%, var(--stat-color-light, #764ba2) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.admin-stat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: rgba(0, 0, 0, 0.08);
}

.admin-stat-card:hover::before {
    opacity: 1;
}

.stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    color: white;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
}

.stat-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.admin-stat-card:hover .stat-icon::after {
    transform: translate(-50%, -50%) scale(2);
}

.stat-icon.bg-primary {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
}

.stat-icon.bg-success {
    background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}

.stat-icon.bg-info {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.stat-icon.bg-warning {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.stat-icon.bg-danger {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.stat-icon.bg-secondary {
    background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
}

.stat-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stat-value {
    font-size: 1rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
    margin-bottom: 0.25rem;
    letter-spacing: -0.5px;
}

.stat-label {
    font-size: 0.7rem;
    color: #718096;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
    margin: 0;
}

/* Legacy support for old admin-stat-icon and admin-stat-content classes */
.admin-stat-icon {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    margin-bottom: 1rem;
    color: white;
    position: relative;
    overflow: hidden;
}

.admin-stat-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0.5s ease;
}

.admin-stat-card:hover .admin-stat-icon::after {
    transform: translate(-50%, -50%) scale(2);
}

.admin-stat-icon.bg-primary {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
}

.admin-stat-icon.bg-success {
    background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%);
}

.admin-stat-icon.bg-info {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.admin-stat-icon.bg-warning {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%);
}

.admin-stat-icon.bg-danger {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.admin-stat-icon.bg-secondary {
    background: linear-gradient(135deg, #4e54c8 0%, #8f94fb 100%);
}

.admin-stat-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.admin-stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #1a202c;
    line-height: 1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.5px;
}

.admin-stat-label {
    font-size: 0.875rem;
    color: #718096;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

/* Responsive */
@media (max-width: 768px) {
    .admin-stat-card {
        padding: 1.25rem 1rem;
        margin-bottom: 1rem;
    }
    
    .admin-stat-icon {
        width: 48px;
        height: 48px;
        font-size: 1.25rem;
        margin-bottom: 0.75rem;
    }
    
    .admin-stat-number {
        font-size: 1.5rem;
    }
    
    .admin-stat-label {
        font-size: 0.75rem;
    }
}

/* Animation on load */
@keyframes statCardFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-stat-card {
    animation: statCardFadeIn 0.5s ease forwards;
}

.admin-stat-card:nth-child(1) { animation-delay: 0.1s; }
.admin-stat-card:nth-child(2) { animation-delay: 0.2s; }
.admin-stat-card:nth-child(3) { animation-delay: 0.3s; }
.admin-stat-card:nth-child(4) { animation-delay: 0.4s; }
.admin-stat-card:nth-child(5) { animation-delay: 0.5s; }
.admin-stat-card:nth-child(6) { animation-delay: 0.6s; }

/* ==========================================
   AUTH PAGES (Modern Authentication)
========================================== */

/* Auth Page Layout */
.auth-page {

    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    min-height: 100vh;
    overflow-x: hidden;
}

.auth-wrapper {
    display: flex;
    min-height: 100vh;
}

/* Sol Taraf - Görsel */
.auth-visual {
    flex: 1;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9) 0%, rgba(118, 75, 162, 0.9) 100%);
    background-image: 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.1)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.1)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.auth-visual-content {
    text-align: center;
    color: white;
    z-index: 2;
    position: relative;
    padding: 2rem;
    max-width: 500px;
}

.auth-visual-icon {
    font-size: 4rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    animation: pulse 2s infinite;
}

.auth-visual-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.auth-visual-description {
    font-size: 1.1rem;
    opacity: 0.9;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.auth-visual-stats {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 2rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    display: block;
}

.stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-top: 0.5rem;
}

.auth-visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, rgba(102, 126, 234, 0.3) 0%, rgba(118, 75, 162, 0.3) 100%);
    z-index: 1;
}

/* Sağ Taraf - Form */
.auth-form-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    position: relative;
}

.auth-form-container {
    width: 100%;
    max-width: 450px;
    padding: 2rem;
}

.auth-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-logo-text {
    font-size: 2.5rem;
    font-weight: 700;
    color: #6E6259;
    margin-bottom: 0.5rem;
}

.auth-logo-img {
    max-height: 60px;
    max-width: 200px;
    margin-bottom: 0.5rem;
    object-fit: contain;
}

.auth-logo-subtitle {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

/* Form Stilleri */
.auth-form-header {
    text-align: center;
    margin-bottom: 2rem;
}

.auth-title {
    font-size: 1.8rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.5rem;
}

.auth-description {
    color: #6c757d;
    font-size: 1rem;
    margin: 0;
}

.auth-form {
    margin-top: 1.5rem;
}

.form-label {
    font-weight: 500;
    color: #2d3748;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
}

.form-label i {
    color: #6E6259;
}

.auth-input {
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: #ffffff;
}

.auth-input:focus {
    border-color: #6E6259;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
}

.auth-input::placeholder {
    color: #a0aec0;
}

/* Password Input Wrapper */
.password-input-wrapper {
    position: relative;
}

.password-toggle {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #6c757d;
    cursor: pointer;
    padding: 0.25rem;
    transition: color 0.3s ease;
}

.password-toggle:hover {
    color: #6E6259;
}

/* Form Check */
.form-check-input {
    border: 2px solid #e2e8f0;
    border-radius: 4px;
}

.form-check-input:checked {
    background-color: #6E6259;
    border-color: #6E6259;
}

.form-check-input:focus {
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.form-check-label {
    color: #4a5568;
    font-size: 0.9rem;
    line-height: 1.4;
}

/* Auth Button */
.btn-auth {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    border: none;
    border-radius: 8px;
    padding: 0.875rem 1.5rem;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
    text-transform: none;
}

.btn-auth:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(102, 126, 234, 0.3);
    background: linear-gradient(135deg, #5a67d8 0%, #6b46c1 100%);
}

.btn-auth:active {
    transform: translateY(0);
}

/* Auth Links */
.auth-link {
    color: #6E6259;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.auth-link:hover {
    color: #5a67d8;
    text-decoration: underline;
}

.auth-links {
    margin-top: 1.5rem;
}

.auth-links p {
    font-size: 0.95rem;
    color: #4a5568;
}

/* Auth Divider */
.auth-divider {
    position: relative;
    text-align: center;
    margin: 1.5rem 0;
}

.auth-divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #e2e8f0;
}

.auth-divider span {
    background: #ffffff;
    padding: 0 1rem;
    color: #6c757d;
    font-size: 0.9rem;
    position: relative;
}

/* Test Users Section (Development) */
.test-users-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid #e2e8f0;
}

.test-user-card {
    background: #f8f9fa;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.test-user-card:hover {
    border-color: #6E6259;
    background: #f0f4ff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
}

.test-user-badge {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.2rem;
}

.test-user-info strong {
    display: block;
    font-size: 0.9rem;
    color: #2d3748;
    margin-bottom: 0.25rem;
}

.test-user-info small {
    color: #6c757d;
    font-size: 0.8rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .auth-wrapper {
        flex-direction: column;
    }
    
    .auth-visual {
        min-height: 300px;
        flex: none;
    }
    
    .auth-visual-content {
        padding: 1rem;
    }
    
    .auth-visual-title {
        font-size: 2rem;
    }
    
    .auth-visual-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }
    
    .auth-visual-stats {
        gap: 1rem;
    }
    
    .stat-number {
        font-size: 1.5rem;
    }
    
    .auth-form-container {
        padding: 1.5rem;
    }
    
    .auth-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .auth-visual-stats {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .auth-form-container {
        padding: 1rem;
    }
    
    .row .col-md-6 {
        margin-bottom: 1rem;
    }
}

/* Animations */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

/* ==========================================
   STORIES (Instagram Tarzı)
========================================== */

/* Story Carousel Wrapper */
#storyCarousel {
    position: relative;
    overflow: hidden;
    padding: 0 80px;
    margin: 0 -80px;
}

#storyCarousel .carousel-inner {
    overflow: visible;
}

#storyCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Story Container Slide */
.story-container-slide {
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    padding: 10px 0;
    flex-wrap: wrap;
}

@media (min-width: 768px) {
    .story-container-slide {
        flex-wrap: nowrap;
        justify-content: center;
    }
}

/* Story Carousel Navigation */
.story-carousel-prev,
.story-carousel-next {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #6E6259;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
}

.story-carousel-prev {
    left: -60px;
}

.story-carousel-next {
    right: -60px;
}

.story-carousel-prev:hover,
.story-carousel-next:hover {
    opacity: 1;
}

.story-carousel-prev:hover,
.story-carousel-next:hover {
    background: #6E6259;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

.story-carousel-prev i,
.story-carousel-next i {
    font-size: 20px;
}

/* Bootstrap carousel control override for stories */
#storyCarousel .carousel-control-prev,
#storyCarousel .carousel-control-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    border: 1px solid #e9ecef;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    color: #6E6259;
    opacity: 0.7;
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

#storyCarousel .carousel-control-prev:hover,
#storyCarousel .carousel-control-next:hover {
    opacity: 1;
    background: #6E6259;
    color: white;
    transform: translateY(-50%) scale(1.1);
}

#storyCarousel .carousel-control-prev-icon,
#storyCarousel .carousel-control-next-icon {
    background: none;
    width: auto;
    height: auto;
    font-size: 20px;
}

/* Legacy - Keep for backwards compatibility */
.story-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 10px 0;
    scrollbar-width: thin;
}

.story-container::-webkit-scrollbar {
    height: 6px;
}

.story-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.story-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.story-item {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.story-item:hover {
    transform: translateY(-5px);
}

.story-circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    padding: 1px;
    background: linear-gradient(135deg, #1d1d1e 0%, #312e34 100%);
    margin: 0 auto 8px;
}

.story-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #0189a0;
}

.story-title {
    font-size: 0.85rem;
    margin: 0;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    color: #2d3748;
}

/* Story Modal */
.story-modal-content {
    background: #000;
    border: none;
    border-radius: 0;
}

.story-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 1060;
    background: rgba(255, 255, 255, 0.3);
    opacity: 1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.story-close:hover {
    background: rgba(255, 255, 255, 0.5);
}

.story-content {
    position: relative;
    height: 100vh;
    max-height: 800px;
}

.story-image-container {
    width: 100%;
    height: 100%;
}

.story-full-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.story-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, transparent 100%);
    padding: 40px 30px;
    color: white;
    text-align: center;
}

.story-overlay-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #ffffff;
}

.story-overlay-description {
    font-size: 1.1rem;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
}

/* Mobile Responsive */
@media (max-width: 768px) {
    /* Stories section mobile padding */
    .py-4 {
        padding: 1rem 0 !important;
    }
    
    #storyCarousel {
        padding: 0 40px;
        margin: 0 -40px;
    }
    
    .story-carousel-prev {
        left: -35px;
    }
    
    .story-carousel-next {
        right: -35px;
    }
    
    .story-circle {
        width: 60px;
        height: 60px;
    }
    
    .story-title {
        font-size: 0.7rem;
        max-width: 60px;
        margin-top: 0.5rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
    
    .story-overlay-title {
        font-size: 1.5rem;
    }
    
    .story-overlay-description {
        font-size: 1rem;
    }
    
    .story-content {
        max-height: 100vh;
    }
    
    /* Mobil görünümde 5 adet story göster */
    .story-container-slide {
        display: flex;
        gap: 6px;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 0.5rem 0;
    }
    
    .story-container-slide .story-item {
        flex: 0 0 calc(20% - 4.8px);
        max-width: calc(20% - 4.8px);
        text-align: center;
    }
    
    .story-container-slide .story-item:nth-child(n+6) {
        display: none;
    }
}

@media (max-width: 576px) {
    /* Stories section extra small padding */
    .py-4 {
        padding: 0.75rem 0 !important;
    }
    
    #storyCarousel {
        padding: 0 30px;
        margin: 0 -30px;
    }
    
    .story-carousel-prev {
        left: -25px;
    }
    
    .story-carousel-next {
        right: -25px;
    }
    
    .story-carousel-prev,
    .story-carousel-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
        opacity: 0.8;
    }
    
    #storyCarousel .carousel-control-prev,
    #storyCarousel .carousel-control-next {
        width: 30px;
        height: 30px;
        font-size: 14px;
        opacity: 0.8;
    }
    
    #storyCarousel .carousel-control-prev-icon,
    #storyCarousel .carousel-control-next-icon {
        font-size: 14px;
    }
    
    /* Küçük ekranlarda da 5 adet story göster */
    .story-container-slide {
        display: flex;
        gap: 4px;
        justify-content: center;
        flex-wrap: nowrap;
        padding: 0.25rem 0;
    }
    
    .story-container-slide .story-item {
        flex: 0 0 calc(20% - 3.2px);
        max-width: calc(20% - 3.2px);
        text-align: center;
    }
    
    .story-container-slide .story-item:nth-child(n+6) {
        display: none;
    }
    
    .story-circle {
        width: 50px;
        height: 50px;
    }
    
    .story-title {
        font-size: 0.65rem;
        max-width: 50px;
        margin-top: 0.25rem;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ==========================================
   COUNTERS / STATISTICS
========================================== */

.counter-icon {
    font-size: 3.5rem;
    margin-bottom: 1rem;
    display: block;
    opacity: 0.9;
}

.counter-number {
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 0.5rem;
    font-weight: 700;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.counter-title {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .counter-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -0.5rem !important;
    }
    
    .counter-section .col-lg-3,
    .counter-section .col-md-6 {
        flex: 0 0 calc(50% - 1rem) !important;
        max-width: calc(50% - 1rem) !important;
        width: calc(50% - 1rem) !important;
        margin: 0 0.5rem 1rem 0.5rem !important;
        padding: 0 !important;
    }
    
    .counter-item {
        margin-bottom: 1rem;
    }
    
    .counter-number {
        font-size: 1.25rem;
    }
    
    .counter-icon {
        font-size: 1.25rem;
    }
    
    .counter-title {
        font-size: 0.5rem;
    }
}

@media (max-width: 576px) {
    .counter-section .row {
        display: flex !important;
        flex-wrap: wrap !important;
        margin: 0 -0.25rem !important;
    }
    
    .counter-section .col-lg-3,
    .counter-section .col-md-6 {
        flex: 0 0 calc(50% - 0.5rem) !important;
        max-width: calc(50% - 0.5rem) !important;
        width: calc(50% - 0.5rem) !important;
        margin: 0 0.25rem 0.75rem 0.25rem !important;
        padding: 0 !important;
    }
    
    .counter-item {
        margin-bottom: 0.75rem;
    }
    
    .counter-number {
        font-size: 2rem;
    }
    
    .counter-icon {
        font-size: 2rem;
    }
    
    .counter-title {
        font-size: 0.8rem;
    }
}

/* ==========================================
   VIDEOS
========================================== */

.video-card-thumbnail {
    position: relative;
    overflow: hidden;
}

.video-play-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 4rem;
    color: #ffffff;
    opacity: 0.9;
    transition: all 0.3s ease;
}

.video-card-thumbnail:hover .video-play-overlay {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.1);
}

.video-duration {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 600;
}

.video-player iframe {
    width: 100%;
    height: 450px;
    border-radius: 8px;
}

/* ==========================================
   BLOG
========================================== */

.blog-content {
    font-size: 1.1rem;
    line-height: 1.9;
    color: #2d3748;
}

.blog-content h1,
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: #1a202c;
}

.blog-content p {
    margin-bottom: 1.5rem;
}

.blog-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 2rem 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.blog-content ul,
.blog-content ol {
    margin-bottom: 1.5rem;
    padding-left: 2rem;
}

.blog-content li {
    margin-bottom: 0.5rem;
}

.blog-content blockquote {
    border-left: 4px solid #6E6259;
    padding-left: 1.5rem;
    margin: 2rem 0;
    font-style: italic;
    color: #4a5568;
}

.blog-content a {
    color: #6E6259;
    text-decoration: underline;
}

.blog-content a:hover {
    color: #764ba2;
}

/* ==========================================
   PUBLIC FRONTEND
========================================== */

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
}

.navbar-nav .nav-link {
    font-weight: 500;
    color: #4a5568;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
    color: #6E6259;
}

.hero-section {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    color: #fff;
    padding: 5rem 0;
    text-align: center;
}

.hero-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.hero-description {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 2rem;
}

.donation-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.donation-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.donation-card-img {
    height: 220px;
    object-fit: cover;
}

.donation-card-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    padding: 0.5rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.85rem;
}

.donation-card-body {
    padding: 1.5rem;
}

.donation-card-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.75rem;
}

.donation-card-text {
    color: #718096;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.donation-card-price {
    font-size: 1.5rem;
    font-weight: 700;
    color: #6E6259;
    margin-bottom: 1rem;
}

.btn-donation {
    width: 100%;
    padding: 0.75rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

/* ==========================================
   CATEGORIES SECTION (Ana Sayfa)
========================================== */

/* Kategoriler bölümü iconları */
.categories-section .admin-card i {
    color: #6E6259 !important;
    transition: all 0.3s ease;
}

.categories-section .admin-card:hover i {
    transform: scale(1.1);
    color: #017a8f !important;
}

/* Kategoriler bölümü h5 başlıkları */
.categories-section .admin-card h5 {
    color: #6E6259 !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.categories-section .admin-card:hover h5 {
    color: #017a8f !important;
}

/* Kategoriler bölümü butonları */
.categories-section .admin-card .badge {
    background-color: #ff6651 !important;
    color: white !important;
    font-weight: 500;
    transition: all 0.3s ease;
}

.categories-section .admin-card:hover .badge {
    background-color: #ff5537 !important;
    transform: translateY(-2px);
}

/* Kategoriler kart hover efekti */
.categories-section .admin-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.categories-section .admin-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(1, 145, 168, 0.15);
    border-color: rgba(1, 145, 168, 0.2);
}

/* ==========================================
   NAVBAR LAYOUT - YENİ TASARIM
========================================== */

/* Desktop Navbar */
.navbar {
    position: relative;
    background: #6e6259;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Mobile Navbar */
.navbar.d-lg-none {
    padding: 0.75rem 1rem;
    background: #6e6259;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar.d-lg-none .container-fluid {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

/* Mobile Menu Toggle */
.navbar.d-lg-none .btn-link {
    color: #ffffff !important;
    text-decoration: none;
    padding: 0.5rem;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
}

.navbar.d-lg-none .btn-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff !important;
}

/* Mobile Logo */
.navbar.d-lg-none .navbar-brand {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2d3748;
}

.navbar.d-lg-none .navbar-brand:hover {
    color: #6E6259;
}

/* Mobile Bağış Butonu */
.navbar.d-lg-none .btn-danger {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    border: none;
    border-radius: 25px;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    box-shadow: 0 2px 8px rgba(1, 145, 168, 0.3);
    transition: all 0.3s ease;
}

.navbar.d-lg-none .btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(1, 145, 168, 0.4);
    background: linear-gradient(135deg, #017a8f 0%, #6E6259 100%);
}

/* Mobile Offcanvas */
.offcanvas {
    width: 280px !important;
}

.offcanvas-header {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
}

.offcanvas-title {
    color: #333;
    font-weight: 600;
    margin: 0;
}

.offcanvas-body {
    padding: 0;
}

/* Mobile Menu Items */
.offcanvas-body .list-group-item {
    border: none;
    border-bottom: 1px solid #f8f9fa;
    padding: 1rem 1.5rem;
    transition: all 0.3s ease;
}

.offcanvas-body .list-group-item:hover {
    background: #f8f9fa;
    padding-left: 2rem;
}

.offcanvas-body .list-group-item i {
    width: 20px;
    text-align: center;
}

/* Mobile Dropdown Menus */
.offcanvas-body .list-group-item .btn-link {
    color: #333 !important;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.offcanvas-body .list-group-item .btn-link:hover {
    color: #6E6259 !important;
    background: #f8f9fa;
    text-decoration: none;
}

.offcanvas-body .list-group-item .btn-link:focus {
    color: #6E6259 !important;
    box-shadow: none;
    text-decoration: none;
}

.offcanvas-body .list-group-item .btn-link i.bi-chevron-down {
    transition: transform 0.3s ease;
}

.offcanvas-body .list-group-item .btn-link[aria-expanded="true"] i.bi-chevron-down {
    transform: rotate(180deg);
}

/* Dropdown Content */
.offcanvas-body .collapse .dropdown-item {
    padding: 0.75rem 1.5rem 0.75rem 3rem;
    background: #f8f9fa;
    border-left: 3px solid #6E6259;
    margin: 0.25rem 0;
    border-radius: 0.375rem;
    transition: all 0.3s ease;
    display: block;
    color: #333;
    text-decoration: none;
}

.offcanvas-body .collapse .dropdown-item:hover {
    background: #e9ecef;
    padding-left: 3.5rem;
    color: #6E6259;
    text-decoration: none;
}

.offcanvas-body .collapse .dropdown-item i {
    width: 20px;
    text-align: center;
}

/* Remove list styles from mobile dropdown */
.offcanvas-body .collapse li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-body .collapse ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.offcanvas-body .collapse .dropdown-item {
    padding: 0.75rem 1.5rem 0.75rem 0.75rem;
    background: #f8f9fa;
    border-left: 3px solid #6E6259;
    margin-left: 1rem;
    margin-right: 1rem;
    border-radius: 0.375rem;
    margin-bottom: 0.25rem;
    transition: all 0.3s ease;
    display: block;
    color: #333;
    text-decoration: none;
}

.offcanvas-body .collapse .dropdown-item:hover {
    background: #e9ecef;
    padding-left: 3.5rem;
    color: #6E6259;
    text-decoration: none;
}

.offcanvas-body .collapse .dropdown-item i {
    width: 20px;
    text-align: center;
}

/* Gönüllü Ol Butonu */
.offcanvas-body .btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #ff8c00 100%);
    border: none;
    border-radius: 0.5rem;
    font-weight: 700;
    font-size: 1rem;
    padding: 0.75rem 1rem;
    box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
    transition: all 0.3s ease;
}

.offcanvas-body .btn-warning:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(255, 193, 7, 0.4);
    background: linear-gradient(135deg, #ff8c00 0%, #ffc107 100%);
}

/* Mobile Giriş Yap Bölümü */
.offcanvas-body .p-3 {
    background: #ffffff;
}

.offcanvas-body .btn {
    border-radius: 0.5rem;
    font-weight: 500;
    transition: all 0.3s ease;
}

.offcanvas-body .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Mobile Dil Seçimi */
.offcanvas-body .border-top {
    border-color: #e9ecef !important;
}

.offcanvas-body .btn-group .btn {
    border-radius: 0.375rem;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.375rem 0.75rem;
    transition: all 0.3s ease;
    border: 1px solid #dee2e6;
}

.offcanvas-body .btn-group .btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.offcanvas-body .btn-group .btn-primary {
    background: linear-gradient(135deg, #6E6259 0%, #017a8f 100%);
    border-color: #6E6259;
}

.offcanvas-body .btn-group .btn-outline-primary {
    color: #6E6259;
    border-color: #6E6259;
}

.offcanvas-body .btn-group .btn-outline-primary:hover {
    background: #6E6259;
    color: white;
}

/* Üst bar - Sepet, dil, kullanıcı */
.navbar-top {
    background: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
    padding: 0.5rem 0;
}

.navbar-top .container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
}

.navbar-top .nav-item {
    margin: 0;
}

.navbar-top .nav-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
}

.navbar-top .nav-link:hover {
    color: #6E6259;
}

/* Ana navbar - Logo ve menü */
.navbar-main {
    padding: 1rem 0;
}

.navbar-main .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Logo alanı - Sol taraf */
.navbar-brand {
    flex-shrink: 0;
    margin-right: 2rem;
    font-size: 1.5rem;
    font-weight: 700;
    color: #2d3748;
    text-decoration: none;
}

.navbar-brand:hover {
    color: #6E6259;
}

/* Menü alanı - Orta */
.navbar-nav.main-nav {
    position: static;
    margin-left: auto;
    margin-right: 0;
    transform: none;
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background-color: #6e6259;
    padding: 0.3rem 1rem;
    border-radius: 999px;
}

.navbar-nav.main-nav .nav-link {
    color: #ffffff;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.navbar-nav.main-nav .nav-link:hover {
    color: #e8dccb;
}

.navbar-nav.main-nav .nav-link.active,
.navbar-nav.main-nav .nav-link.active:hover {
    background-color: #e8dccb;
    color: #6e6259;
}

/* Sağ taraf butonlar */
.navbar-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

/* Mobile toggler */
.navbar-toggler {
    order: 3;
    border: none;
    background: none;
    font-size: 1.25rem;
    color: #ffffff;
}

.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, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile responsive */
@media (max-width: 991.98px) {
    .navbar-top {
        padding: 0.25rem 0;
    }
    
    .navbar-top .container {
        gap: 0.5rem;
    }
    
    .navbar-top .nav-link {
        padding: 0.125rem 0.25rem;
        font-size: 0.8rem;
    }
    
    .navbar-main {
        padding: 0.75rem 0;
    }
    
    .navbar-nav.main-nav {
        position: static;
        transform: none;
        left: auto;
        width: 100%;
        margin-top: 1rem;
        background-color: transparent;
        padding: 0;
        border-radius: 0;
        gap: 0;
    }

    .navbar-nav.main-nav .nav-link {
        border-radius: 12px;
        padding: 0.75rem 1.25rem;
    }

    .navbar-nav.main-nav .nav-link.active {
        background-color: #e8dccb;
        color: #6e6259;
    }
    
    .navbar-actions {
        position: absolute;
        top: 50%;
        right: 70px; /* Toggler'dan önce */
        transform: translateY(-50%);
        gap: 0.5rem;
    }
    
    .navbar-actions .nav-item {
        margin: 0;
    }
    
    .navbar-actions .btn {
        padding: 0.375rem 0.75rem;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .navbar-top {
        padding: 0.125rem 0;
    }
    
    .navbar-top .nav-link {
        padding: 0.125rem 0.25rem;
        font-size: 0.75rem;
    }
    
    .navbar-main {
        padding: 0.5rem 0;
    }
    
    .navbar-actions {
        right: 60px;
        gap: 0.25rem;
    }
    
    .navbar-actions .nav-link {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}

/* ==========================================
   BANK ACCOUNTS PAGE
========================================== */

/* Bank logo responsive sizing */
@media (max-width: 768px) {
    .admin-card img[style*="height: 35px"] {
        height: 25px !important;
        max-width: 80px;
    }
}

@media (max-width: 576px) {
    .admin-card img[style*="height: 35px"] {
        height: 20px !important;
        max-width: 60px;
    }
}

/* Bank name font size */
.admin-card h3[style*="font-size: 1rem"] {
    font-size: 1rem !important;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .admin-card h3[style*="font-size: 1rem"] {
        font-size: 0.9rem !important;
    }
}

@media (max-width: 576px) {
    .admin-card h3[style*="font-size: 1rem"] {
        font-size: 0.85rem !important;
    }
}

/* ==========================================
   FAQ PAGE
========================================== */

/* FAQ category titles */
h3[style*="font-size: 1.3rem"] {
    font-size: 1.3rem !important;
    line-height: 1.3;
}

@media (max-width: 768px) {
    h3[style*="font-size: 1.3rem"] {
        font-size: 1.2rem !important;
    }
}

@media (max-width: 576px) {
    h3[style*="font-size: 1.3rem"] {
        font-size: 1.1rem !important;
    }
}

/* ==========================================
   SIMILAR DONATIONS CARD BODY
========================================== */

/* Benzer Bağışlar bölümündeki card-body padding */
.donations-view .donation-card .card-body {
    padding: 10px !important;
}

/* ==========================================
   FOOTER CONTACT ICONS
========================================== */

/* Footer ana container */
footer .container {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Footer row */
footer .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Footer columns */
footer .col-lg-4,
footer .col-md-6,
footer .col-sm-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Footer iletişim bilgileri iconları */
footer .col-lg-4 .bi-geo-alt-fill,
footer .col-lg-4 .bi-telephone-fill,
footer .col-lg-4 .bi-envelope-fill,
footer .col-lg-4 .bi-whatsapp {
    color: #6E6259 !important;
}

/* WhatsApp iconu özel olarak primary color yap */
footer .col-lg-4 .bi-whatsapp {
    color: #6E6259 !important;
}

/* Footer Contact Information - Strong etiketleri */
footer .col-lg-3 strong,
footer .col-md-6 strong {
    color: #6e6259 !important;
}

/* ==========================================
   WHATSAPP LIVE SUPPORT BUTTON
========================================== */

.whatsapp-support-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #075E54;
    color: white;
    border-radius: 50px;
    padding: 15px 20px;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    transition: all 0.3s ease;
    animation: whatsappPulse 2s infinite;
}

.whatsapp-support-btn:hover {
    background: #128C7E;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    text-decoration: none;
}

.whatsapp-support-btn i {
    font-size: 24px;
}

.whatsapp-text {
    font-size: 14px;
    font-weight: 600;
}

/* Pulse animasyonu */
@keyframes whatsappPulse {
    0% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
    50% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4), 0 0 0 10px rgba(37, 211, 102, 0.1);
    }
    100% {
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    }
}

/* Mobile responsive */
@media (max-width: 768px) {
    .whatsapp-support-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 15px 20px;
        justify-content: center;
        box-shadow: 0 -2px 10px rgba(37, 211, 102, 0.3);
        animation: none;
        margin: 0;
        box-sizing: border-box;
    }
    
    .whatsapp-text {
        display: inline;
        font-size: 16px;
        font-weight: 600;
    }
    
    .whatsapp-support-btn i {
        font-size: 24px;
        margin-right: 10px;
    }
    
    .whatsapp-support-btn:hover {
        transform: none;
        background: #128C7E;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .whatsapp-support-btn {
        padding: 12px 15px;
    }
    
    .whatsapp-text {
        font-size: 14px;
    }
    
    .whatsapp-support-btn i {
        font-size: 20px;
        margin-right: 8px;
    }
}

/* Add bottom padding to body on mobile to prevent content overlap */
@media (max-width: 768px) {
    body {
        padding-bottom: 70px;
        overflow-x: hidden;
    }
    
    .whatsapp-support-btn {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100vw;
        max-width: 100vw;
        margin: 0;
        padding: 15px 20px;
        box-sizing: border-box;
        transform: none;
        z-index: 1000;
    }
    
    /* Ensure no horizontal overflow */
    html, body {
        overflow-x: hidden;
        max-width: 100%;
    }
    
    /* Fix any container issues */
    .container, .container-fluid {
        max-width: 100%;
        overflow-x: hidden;
    }
}

/* ==========================================
   NEWSLETTER SECTION MOBILE RESPONSIVE
========================================== */

/* Newsletter section mobile adjustments */
@media (max-width: 768px) {
    /* Footer container mobile */
    footer .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    
    /* Footer row mobile */
    footer .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    
    /* Footer columns mobile */
    footer .col-lg-4,
    footer .col-md-6,
    footer .col-sm-12 {
        padding-left: 15px !important;
        padding-right: 15px !important;
        margin-bottom: 1rem;
    }
    
    /* Newsletter section padding */
    footer .py-5 {
        padding: 2rem 0 !important;
    }
    
    /* Newsletter icon */
    footer .bi-envelope-at {
        font-size: 2.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Newsletter title */
    footer h3 {
        font-size: 1.5rem !important;
        margin-bottom: 1rem !important;
    }
    
    /* Newsletter description */
    footer .fs-5 {
        font-size: 1rem !important;
        margin-bottom: 1.5rem !important;
        line-height: 1.4;
    }
    
    /* Newsletter form */
    .newsletter-form .col-lg-8 {
        max-width: 100%;
    }
    
    /* Newsletter input group */
    .newsletter-form .input-group-lg {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .newsletter-form .input-group-lg .form-control {
        padding: 1.2rem 1.5rem !important;
        font-size: 1.1rem;
        border-radius: 0.375rem;
        border-top-right-radius: 0.375rem !important;
        border-bottom-right-radius: 0.375rem !important;
        margin-bottom: 0.5rem;
        width: 100%;
        min-height: 3.5rem;
    }
    
    .newsletter-form .input-group-lg .btn {
        min-width: 100% !important;
        padding: 0.75rem 1rem;
        font-size: 1rem;
        border-radius: 0.375rem;
    }
    
    /* Newsletter privacy note */
    .newsletter-form small {
        font-size: 0.8rem;
        margin-top: 0.75rem;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    /* Footer container extra small */
    footer .container {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    
    /* Footer columns extra small */
    footer .col-lg-4,
    footer .col-md-6,
    footer .col-sm-12 {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-bottom: 0.75rem;
    }
    
    /* Newsletter section padding */
    footer .py-5 {
        padding: 1.5rem 0 !important;
    }
    
    /* Newsletter icon */
    footer .bi-envelope-at {
        font-size: 2rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Newsletter title */
    footer h3 {
        font-size: 1.25rem !important;
        margin-bottom: 0.75rem !important;
    }
    
    /* Newsletter description */
    footer .fs-5 {
        font-size: 0.9rem !important;
        margin-bottom: 1rem !important;
        line-height: 1.3;
    }
    
    /* Newsletter form */
    .newsletter-form .input-group-lg .form-control {
        padding: 1rem 1.2rem !important;
        font-size: 1rem;
        min-height: 3rem;
    }
    
    .newsletter-form .input-group-lg .btn {
        padding: 0.6rem 0.8rem;
        font-size: 0.9rem;
    }
    
    /* Newsletter privacy note */
    .newsletter-form small {
        font-size: 0.75rem;
        margin-top: 0.5rem;
    }
}

/* ==========================================
   FOOTER COPYRIGHT NOTICE
========================================== */

.footer-copyright-notice {
    background-color: #f8f9fa;
    border-top: 1px solid #e9ecef;
    padding: 1rem 0;
}

.footer-copyright-notice .container {
    padding: 0 15px;
}

.footer-copyright-notice p {
    font-size: 0.6rem;
    line-height: 1.4;
    margin-bottom: 0;
    color: #6c757d;
}

.footer-copyright-notice .logo-area {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.footer-copyright-notice .logo-area img {
    max-height: 40px;
    object-fit: contain;
}

.footer-copyright-notice .logo-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #adb5bd;
    font-size: 0.75rem;
}

.footer-copyright-notice .logo-placeholder i {
    font-size: 1.5rem;
    margin-bottom: 0.25rem;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .footer-copyright-notice .row {
        flex-direction: column;
    }
    
    .footer-copyright-notice .col-10 {
        margin-bottom: 1rem;
        order: 1;
    }
    
    .footer-copyright-notice .col-2 {
        text-align: center !important;
        order: 2;
        margin-top: 0.5rem;
    }
    
    .footer-copyright-notice p {
        font-size: 0.7rem;
        text-align: center;
    }
    
    .footer-copyright-notice .logo-area {
        justify-content: center;
    }
}

/* Extra small screens */
@media (max-width: 576px) {
    .footer-copyright-notice .col-10 {
        margin-bottom: 0.75rem;
    }
    
    .footer-copyright-notice .col-2 {
        margin-top: 0.25rem;
    }
    
    .footer-copyright-notice p {
        font-size: 0.65rem;
        line-height: 1.3;
    }
    
    .footer-copyright-notice .logo-area img {
        max-height: 35px;
    }
}

/* ==========================================
   UTILITIES
========================================== */

.text-gradient {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.btn-gradient {
    background: linear-gradient(135deg, #6E6259 0%, #764ba2 100%);
    border: none;
    color: #fff;
}

.btn-gradient:hover {
    background: linear-gradient(135deg, #764ba2 0%, #6E6259 100%);
    color: #fff;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 992px) {
    .admin-sidebar {
        transform: translateX(-100%);
        transition: transform 0.3s ease;
    }
    
    .admin-sidebar.show {
        transform: translateX(0);
    }
    
    .admin-content {
        margin-left: 0;
    }
    
    .admin-main {
        padding: 1.5rem;
    }
    
    .admin-header {
        padding: 1rem 1.5rem;
    }
}

@media (max-width: 768px) {
    .auth-card-header {
        padding: 2rem 1.5rem;
    }
    
    .auth-card-body {
        padding: 2rem 1.5rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-description {
        font-size: 1rem;
    }
    
    .admin-header h5 {
        font-size: 1.25rem;
    }
    
    .admin-card {
        padding: 1.25rem;
    }
    
    .admin-card-title {
        font-size: 1.15rem;
    }
    
    .test-user-card {
        padding: 0.75rem;
    }
}

/* Smooth Animations */
@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.admin-card {
    animation: slideIn 0.4s ease;
}

/* Glass Effect */
.glass-effect {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.text-primary {
    --bs-text-opacity: 1;
    color: #6E6259  !important;
}

/* Popup Advertisement Styles */
.popup-ad-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.popup-ad-overlay.show {
    opacity: 1;
    visibility: visible;
}

.popup-ad-container {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    background: white;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transform: scale(0.8);
    transition: transform 0.3s ease;
}

.popup-ad-overlay.show .popup-ad-container {
    transform: scale(1);
}

.popup-ad-image {
    width: 100%;
    height: auto;
    max-width: 800px;
    max-height: 600px;
    object-fit: contain;
    display: block;
}

.popup-ad-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.popup-ad-close:hover {
    background: rgba(0, 0, 0, 0.9);
    transform: scale(1.1);
}

.popup-ad-close:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 145, 168, 0.3);
}

/* Popup Link Styles */
.popup-ad-link {
    display: block;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.popup-ad-link:hover {
    transform: scale(1.02);
}

.popup-ad-link:focus {
    outline: 2px solid #6E6259;
    outline-offset: 2px;
}

/* Mobile responsive popup */
@media (max-width: 768px) {
    .popup-ad-container {
        max-width: 95vw;
        max-height: 95vh;
        margin: 10px;
    }
    
    .popup-ad-image {
        max-width: 100%;
        max-height: 80vh;
    }
    
    .popup-ad-close {
        width: 35px;
        height: 35px;
        font-size: 18px;
        top: 10px;
        right: 10px;
    }
}

/* Popup animation effects */
@keyframes popupFadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.popup-ad-container.animate {
    animation: popupFadeIn 0.3s ease-out;
}
a
{
    color:#6E6259   ;
}
.fs-7
{   
    font-size: 0.7rem !important;
}
.fs-8
{   
    font-size: 0.8rem !important; 
}
.fs-9
{   
    font-size: 0.9rem !important;
}

/* ==========================================
   Admin Panel - Mobil Responsive
========================================== */

/* Mobil Header */
.admin-mobile-header {
    background: #fff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.admin-mobile-header .admin-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-weight: 600;
    color: #6E6259;
    text-decoration: none;
}

.admin-mobile-header .admin-logo i {
    font-size: 1.5rem;
}

/* Mobil Offcanvas */
.offcanvas-start {
    width: 280px !important;
    border-right: 1px solid #e9ecef;
}

.offcanvas-header {
    background: #6E6259;
    color: white;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.offcanvas-header .admin-logo {
    color: white;
}

.offcanvas-header .admin-logo i {
    color: white;
}

.offcanvas-body {
    padding: 0;
}

/* Mobil Admin Nav */
.offcanvas-body .admin-nav {
    padding: 1rem 0;
}

.offcanvas-body .admin-nav-item {
    display: flex;
    align-items: center;
    padding: 0.75rem 1.5rem;
    color: #6c757d;
    text-decoration: none;
    border: none;
    transition: all 0.3s ease;
    font-weight: 500;
    font-size: 0.8rem;
}

.offcanvas-body .admin-nav-item:hover {
    background: #f8f9fa;
    color: #6E6259;
    padding-left: 2rem;
}

.offcanvas-body .admin-nav-item.active {
    background: #e3f2fd;
    color: #6E6259;
    border-right: 3px solid #6E6259;
}

.offcanvas-body .admin-nav-item i {
    font-size: 1rem;
    margin-right: 0.75rem;
    width: 18px;
    text-align: center;
}

/* Mobil menü badge'leri */
.offcanvas-body .admin-nav-item .badge {
    font-size: 0.7rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.375rem;
}

/* Mobil Accordion */
.offcanvas-body .accordion-button {
    background: transparent;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    color: #495057;
    font-size: 0.8rem;
}

.offcanvas-body .accordion-button:not(.collapsed) {
    background: #f8f9fa;
    color: #6E6259;
    box-shadow: none;
}

.offcanvas-body .accordion-button:focus {
    box-shadow: none;
    border: none;
}

.offcanvas-body .accordion-button::after {
    margin-left: auto;
    font-size: 0.8rem;
}

.offcanvas-body .accordion-body {
    padding: 0;
}

/* Mobil Admin Content */
@media (max-width: 992px) {
    .admin-main {
        padding: 0.5rem;
    }
    
    .admin-content {
        margin-left: 0 !important;
        padding-top: 0 !important;
    }
    
    .admin-header {
        padding: 1rem !important;
        border-bottom: 1px solid #e9ecef;
        background: #fff;
    }
    
    .admin-header h5 {
        font-size: 1.1rem !important;
    }
    
    .admin-card {
        margin: 1rem;
        border-radius: 10px;
    }
    
    .admin-card-header {
        padding: 1rem !important;
    }
    
    .admin-card-body {
        padding: 1rem !important;
    }
    
    .admin-card-title {
        font-size: 1rem !important;
    }
    
    /* Mobil tablolar */
    .table-responsive {
        border-radius: 8px;
    }
    
    .table th,
    .table td {
        padding: 0.5rem !important;
        font-size: 0.85rem;
    }
    
    /* Mobil butonlar */
    .btn-group-sm .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.75rem;
    }
    
    /* Mobil formlar */
    .form-control,
    .form-select {
        font-size: 0.9rem;
        padding: 0.5rem 0.75rem;
    }
    
    .form-label {
        font-size: 0.9rem;
        font-weight: 500;
    }
    
    /* Mobil modal */
    .modal-dialog {
        margin: 1rem;
    }
    
    .modal-content {
        border-radius: 10px;
    }
    
    /* Mobil alert */
    .alert {
        margin: 1rem;
        border-radius: 8px;
        font-size: 0.9rem;
    }
}

/* Çok küçük ekranlar */
@media (max-width: 576px) {
    .admin-card {
        margin: 0.5rem;
    }
    
    .admin-header {
        padding: 0.75rem !important;
    }
    
    .admin-header h5 {
        font-size: 1rem !important;
    }
    
    .table th,
    .table td {
        padding: 0.25rem !important;
        font-size: 0.8rem;
    }
    
    .btn-group-sm .btn {
        padding: 0.2rem 0.4rem;
        font-size: 0.7rem;
    }
    
    .modal-dialog {
        margin: 0.5rem;
    }
    
    .alert {
        margin: 0.5rem;
        font-size: 0.85rem;
    }
    
    /* Dashboard Mobil Optimizasyonu */
    .stat-label {
        font-size: 0.65rem !important;
        letter-spacing: 0.3px !important;
    }
    
    .stat-number {
        font-size: 1.4rem !important;
        font-weight: 700 !important;
    }
    
    .stat-icon {
        width: 35px !important;
        height: 35px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    
    .stat-icon i {
        font-size: 1rem !important;
    }
    
    /* Mobil kartlar için ekstra spacing */
    .g-3 > * {
        padding: 0.375rem !important;
    }
}

/* Dashboard İstatistik Kartları */
.stat-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.stat-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.stat-icon {
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease;
}

.stat-icon i {
    font-size: 1.2rem;
}

.stat-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.stat-number {
    font-size: 2rem;
    font-weight: 700;
    color: #1e293b;
}

/* Mobil Dashboard Kartları */
@media (max-width: 767.98px) {
    .stat-card {
        padding: 0.75rem !important;
    }
    
    .stat-icon {
        width: 40px;
        height: 40px;
    }
    
    .stat-number {
        font-size: 1.6rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
}

/* Gizlenen Menü Öğeleri */
/* Bağış Yönetimi */
.hidden-menu-item {
    display: none !important;
}

/* Sistem Logları */
a[href*="/admin/logs"].admin-nav-item,
.offcanvas-body a[href*="/admin/logs"].admin-nav-item {
    display: none !important;
}

/* SMS Şablonları */
a[href*="/admin/sms-templates"].admin-nav-item,
.offcanvas-body a[href*="/admin/sms-templates"].admin-nav-item {
    display: none !important;
}

/* SMS Logları */
a[href*="/admin/sms-logs"].admin-nav-item,
.offcanvas-body a[href*="/admin/sms-logs"].admin-nav-item {
    display: none !important;
}

/* Döviz Kurları */
a[href*="/admin/currency-rates"].admin-nav-item,
.offcanvas-body a[href*="/admin/currency-rates"].admin-nav-item {
    display: none !important;
}

/* Home Disclaimer Section */
.home-disclaimer-section {
    background-color: #e8dccb;
    padding: 120px 0;
    color:#716259;
    font-size: 1.5rem;
}



/* Home Disclaimer Section */
.home-disclaimer-section-information {
    background-color: #fff;
    padding: 120px 0;
    color:#716259;
    font-size: 1.5rem;
}

.home-disclaimer-section-information h3 {
    font-size: 3rem;
    font-weight: 600;
        color:#716259;
    }

/* Home Contact Form Button Hover */
.home-disclaimer-section-information .btn-primary:hover {
    background-color: #e8dccb !important;
    color: #6e6259 !important;
    border-color: #e8dccb !important;
}

/* Contact Page Form Button Hover */
#contactForm .btn-primary:hover {
    background-color: #e8dccb !important;
    color: #6e6259 !important;
    border-color: #e8dccb !important;
}

/* Blog Category Detail Button Hover */
.blog-category-card .btn-outline-primary:hover {
    background-color: #e8dccb !important;
    color: #6e6259 !important;
    border-color: #e8dccb !important;
}

/* Slide in from left animation */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.slide-in-left.animate {
    opacity: 1;
    transform: translateX(0);
}
.home-disclaimer-section-kopru {
        background-color: #e8dccb;
        padding: 120px 0;
        color:#716259;
        font-size: 1.5rem;
    }

.home-disclaimer-section-kopru h3 {
        font-size: 3rem;
        font-weight:400;
}
.btn-ozel {
    background: #6E6259;
    border: none;
    padding: 0.625rem 1.25rem;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.3s ease;
    color:#e8dccb;
    font-size: 1.5rem;
}
.home-disclaimer-section-process {
    background-color: #fff;
    padding: 120px 0;
    color:#716259;
    font-size: 1.5rem;
}
.home-disclaimer-section-process h3 {
    font-size: 3rem;
    font-weight: 500;
}
.home-disclaimer-section-why {
    background-color: #e9dccb;
    padding: 120px 0;
    color:#716259;
    font-size: 1.5rem;
}

.home-disclaimer-section-why h3 {
    font-size: 3rem;
    font-weight: 500;
}
.home-disclaimer-section-giris {
    background-color: #fff;
    padding: 160px 0;
    color:#716259;
    font-size: 1.5rem;
    position: relative;
    overflow: hidden;
}
.home-disclaimer-section-giris h3 {
    font-size: 3rem;
    font-weight: 500;
    color: var(--heading-color);
}
h3.girisbaslik {
    font-size:5rem;
    font-weight: 500;
    color: var(--heading-color);
    position: relative;
    display: inline-block;
}

.girisbaslik .typing-caret {
    display: inline-block;
    width: 2px;
    height: 1.1em;
    background-color: var(--heading-color);
    margin-left: 4px;
    animation: caretBlink 0.75s steps(1) infinite;
    vertical-align: bottom;
}

@keyframes caretBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
}
.home-disclaimer-section-giris .giris-bg-layer {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: scale(1);
    animation: heroZoom 12s ease-in-out infinite alternate;
    filter: brightness(0.35);
    z-index: 0;
}

.home-disclaimer-section-giris::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}

.home-disclaimer-section-giris .container,
.home-disclaimer-section-giris .row,
.home-disclaimer-section-giris .col-12 {
    position: relative;
    z-index: 2;
}

@keyframes heroZoom {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.12);
    }
}

@media (max-width: 991.98px) {
    .home-disclaimer-section-giris .giris-bg-layer {
        filter: brightness(0.45);
    }
}
.girisparagraf
{
    font-size: 2rem;
    font-weight: 500;
    color: var(--heading-color);
}
/* ===========================
   RESPONSIVE (mobil uyum)
   =========================== */

/* 991px ve altı: tablet + küçük ekranlar */
@media (max-width: 991.98px) {
    .home-disclaimer-section,
    .home-disclaimer-section-information,
    .home-disclaimer-section-kopru,
    .home-disclaimer-section-process,
    .home-disclaimer-section-why,
    .home-disclaimer-section-giris {
        padding: 70px 0;
    }

    /* 2 sütunlu layout'u tek sütuna düşür */
    .home-disclaimer-section .row > div[class*="col-6"],
    .home-disclaimer-section-information .row > div[class*="col-6"],
    .home-disclaimer-section-kopru .row > div[class*="col-6"],
    .home-disclaimer-section-process .row > div[class*="col-6"],
    .home-disclaimer-section-why .row > div[class*="col-6"] {
        width: 100%;
        max-width: 100%;
    }

    /* Metinleri ortala */
    .home-disclaimer-section p,
    .home-disclaimer-section-information p,
    .home-disclaimer-section-kopru p,
    .home-disclaimer-section-process p,
    .home-disclaimer-section-why p {
        text-align: center;
    }

    /* Başlıkları ortala */
    .home-disclaimer-section-kopru h3,
    .home-disclaimer-section-process h3,
    .home-disclaimer-section-why h3,
    .home-disclaimer-section-giris h3,
    .girisbaslik {
        text-align: center;
    }

    /* Görselleri ortaya al */
    .home-disclaimer-section-kopru img,
    .home-disclaimer-section-process img,
    .home-disclaimer-section-why img,
    .home-disclaimer-section img {
        display: block;
        margin: 30px auto 0 auto;
        max-width: 90%;
        height: auto;
    }

    /* butonu ortala */
    .btn-ozel {
        display: inline-block;
        margin-top: 25px;
    }
    .home-disclaimer-section-why .col-6,
    .home-disclaimer-section-process .col-6,
    .home-disclaimer-section-kopru .col-6 {
        text-align: center;
    }

    /* metinlerin satır yüksekliğini mobilde biraz düşürelim */
    .home-disclaimer-section-why p,
    .home-disclaimer-section-process p {
        line-height: 2.2rem;
    }

    /* ul listeleri sola çok yaslanmasın */
    .home-disclaimer-section-process ul,
    .home-disclaimer-section-kopru ul {
        padding-left: 2rem !important;
        list-style-position: inside;
        text-align: left;
    }
}

/* 768px ve altı: klasik mobil */
@media (max-width: 767.98px) {
    h3.girisbaslik {
        font-size: 3.2rem;
    }
    .girisparagraf {
        font-size: 1.5rem;
    }
    .home-disclaimer-section-why h3,
    .home-disclaimer-section-process h3,
    .home-disclaimer-section-kopru h3,
    .home-disclaimer-section-information h3 {
        font-size: 2.4rem;
    }
    .home-disclaimer-section,
    .home-disclaimer-section-information,
    .home-disclaimer-section-kopru,
    .home-disclaimer-section-process,
    .home-disclaimer-section-why,
    .home-disclaimer-section-giris {
        padding: 55px 0;
    }
    /* butonu tam ortaya al */
    .home-disclaimer-section-why .btn-ozel,
    .home-disclaimer-section-process .btn-ozel,
    .home-disclaimer-section-kopru .btn-ozel {
        display: block;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }
}

/* 576px ve altı: küçük telefonlar */
@media (max-width: 575.98px) {
    h3.girisbaslik {
        font-size: 2.6rem;
        line-height: 1.1;
    }
    .girisparagraf {
        font-size: 1.35rem;
    }
    .home-disclaimer-section-why p,
    .home-disclaimer-section-process p,
    .home-disclaimer-section p {
        font-size: 1.25rem;
    }
    .btn-ozel {
        font-size: 1.25rem;
        padding: 0.55rem 1.1rem;
    }
    /* görseller tam genişlik olsun */
    .home-disclaimer-section-kopru img,
    .home-disclaimer-section-process img,
    .home-disclaimer-section-why img {
        max-width: 100%;
    }
}


.btn-outline-dangersosyal {
    --bs-btn-color: #6e6259;
    --bs-btn-border-color: #6e6259;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #6e6259;
    --bs-btn-hover-border-color: #6e6259;
    --bs-btn-focus-shadow-rgb: 220, 53, 69;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #6e6259;
    --bs-btn-active-border-color: #6e6259;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #6e6259;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #6e6259;
    --bs-gradient: none;
}

/* İletişim sayfası başlık altındaki p etiketi rengi */
.bg-light p.text-muted.fs-5 {
    color: #716259 !important;
}

/* Testimonials sayfasındaki yorum p etiketi rengi */
.admin-card p.text-muted.mb-4 {
    color: #716259 !important;
}

/* Journey Sayfası Stilleri */
.journey-step h2 {
    color: #716259;

    font-weight: bold;
    margin-bottom: 1rem;
}



/* Services Category Sayfası H3 Başlık Renkleri */
section.py-5 .container h3.fw-bold,
section.py-5 .container h3.fw-bold a {
    color: #6e6259 !important;
}

@media (max-width: 575.98px) {
    .journey-step p{
        font-size: 1.25rem;
        line-height: 2.2rem;

    }
}

p.sitealtbaslik
{
    color: #716259 !important;
    margin-bottom: 0 !important;


    font-size: 1.2rem !important;
}