html, body {
    height: 100%;
}

body {
    /* Hareketli gradient yerine sabit, mavi tonlu arka plan */
    background: linear-gradient(135deg, #4facfe 0%, #667eea 40%, #4f9dff 100%);
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    position: relative;
}

/* Eski hareketli arka plan animasyonu kaldırıldı */

main.container {
    flex: 1;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Footer Styles */
footer.bg-dark {
    padding-top: 0.1rem !important;
    padding-bottom: 0.1rem !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    position: relative;
    z-index: 1;
    min-height: auto;
    height: auto;
}

footer .container {
    padding-top: 0.05rem !important;
    padding-bottom: 0.05rem !important;
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}

footer small {
    font-size: 0.75rem;
    line-height: 1;
    display: block;
    margin: 0;
    padding: 0;
}

.card-recipe img {
    object-fit: cover;
    height: 220px;
}

.recipe-badge {
    position: absolute;
    top: 12px;
    left: 12px;
}

.flash-message {
    margin-bottom: 1.5rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    padding: 1.25rem 1.5rem;
}

/* Toast Notification Styles */
.toast-container {
    z-index: 9999;
}

.toast {
    min-width: 300px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.toast.bg-success {
    background-color: #28a745 !important;
}

.toast.bg-success .toast-body {
    color: #fff;
    font-weight: 500;
    padding: 1rem 1.25rem;
}

.alert-success {
    background: #ffffff !important;
    border-color: rgba(40, 167, 69, 0.3) !important;
    color: #155724;
}

.alert-danger {
    background: #ffffff !important;
    border-color: rgba(220, 53, 69, 0.3) !important;
    color: #721c24;
}

.alert-info {
    background: #ffffff !important;
    border-color: rgba(23, 162, 184, 0.3) !important;
    color: #0c5460;
}

.logo-text {
    font-weight: 600;
    font-size: 1.4rem;
}

.logo-script {
    font-family: 'Pacifico', 'Segoe Script', cursive;
    color: #00CED1;
    font-size: 1.15em;
    font-weight: 400;
}

.logo-script-yellow {
    color: #FFD700 !important;
}

/* Navbar Ortalama */
.navbar-brand-centered {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
}

.navbar-brand .logo-text {
    font-size: 1.8rem !important;
    font-weight: 600;
    color: inherit;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.85);
}

.navbar {
    background: #e3f2ff !important; /* Açık mavi sabit zemin */
    backdrop-filter: none;
    border-bottom: 1px solid rgba(148, 163, 184, 0.6);
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.navbar .container {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.navbar .navbar-nav .nav-link {
    color: #ff8a3c;
    font-weight: 600; /* Bold görünüm */
    transition: all 0.2s ease;
    padding: 0.4rem 0.9rem;
    margin: 0 0.15rem;
    border-radius: 999px; /* Tam yuvarlak buton hissi */
    background-color: #ffffff; /* Varsayılan beyaz zemin */
    border: 2px solid #ff8a3c;
}

.navbar .navbar-nav .nav-link:hover {
    color: #ffffff;
    background-color: #ff9b54; /* Bir ton daha açık turuncu */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
}

.navbar .navbar-nav .nav-link.active {
    color: #ffffff;
    background-color: #ff8a3c; /* Aktif: turuncu zemin, beyaz yazı */
    border-color: #ff8a3c;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.navbar-text {
    color: #1a202c !important;
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.navbar-text .navbar-role-label {
    font-weight: 400; /* Parantez içi bold olmasın */
}

.navbar .btn-outline-light {
    color: #ff8a3c;
    border-color: #ff8a3c;
    background-color: #ffffff;
    border-width: 2px;
    font-weight: 600;
    border-radius: 999px;
}

.navbar .btn-outline-light:hover {
    background-color: #ff8a3c;
    border-color: #ff8a3c;
    color: #ffffff;
}

/* Navbar Giriş butonu (index.php'deki) kırmızı olsun */
.navbar .btn-primary {
    background-color: #e53935;
    border-color: #e53935;
    font-weight: 600;
    border-radius: 999px;
    padding: 0.4rem 0.9rem; /* Navbar butonlarıyla aynı yükseklik/genişlik */
    font-size: 0.95rem; /* Biraz daha büyük yazı */
}

.navbar .btn-primary:hover {
    background-color: #ffffff; /* Zıt renk: beyaz zemin */
    color: #e53935;
    border-color: #e53935;
}

/* Navbar Dropdown */
.navbar .dropdown-toggle {
    color: #1a202c !important;
    text-decoration: none;
    cursor: pointer;
}

.navbar .dropdown-toggle:hover {
    color: #1a202c !important;
}

.navbar .dropdown-toggle::after {
    margin-left: 0.5rem;
}

.navbar .dropdown-menu {
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 0.5rem;
}

.navbar .dropdown-item {
    padding: 0.6rem 1rem;
    transition: all 0.2s ease;
}

.navbar .dropdown-item:hover {
    background-color: #f8f9fa;
    color: #ff8a3c;
}

.navbar .dropdown-item i {
    width: 20px;
    text-align: center;
}

@media (max-width: 991.98px) {
    .navbar-brand-centered {
        position: static;
        transform: none;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    
    .navbar-brand .logo-text {
        font-size: 1.2rem !important;
    }
    
    .navbar-nav {
        text-align: center;
    }
    
    .navbar-dark .navbar-nav .nav-link {
        margin: 0.25rem 0;
    }
    
    .navbar-dark .navbar-nav .nav-link::after {
        left: 50%;
    }
}

.hero-title {
    font-weight: 700;
    font-size: clamp(2.8rem, 4vw, 3.6rem);
}

.hero-title .hero-script,
.modern-hero-title .hero-script {
    font-family: 'Pacifico', 'Segoe Script', cursive;
    color: #00CED1;
    font-size: 1.1em;
    font-weight: 400 !important;
    text-shadow: 0 2px 10px rgba(0, 206, 209, 0.3);
}

.article-layout {
    max-width: 1140px;
    margin: 0 auto;
}

.food-article-list .card {
    border-radius: 1rem;
}

.food-article-thumb {
    max-width: 220px;
    flex: 0 0 220px;
}

.food-article-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article-sidebar .card + .card {
    margin-top: 1rem;
}

.instagram-grid img {
    width: 100%;
    height: 80px;
    object-fit: cover;
    border-radius: 0.5rem;
}

/* Kayan Tarif Kartları */
.recipe-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.recipe-scroll-track {
    display: flex;
    gap: 1.25rem;
    animation: scroll-left 20s linear infinite;
    width: fit-content;
    will-change: transform;
}

.recipe-scroll-card {
    flex: 0 0 200px;
    width: 200px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Hover durumunda animasyonu duraklat */
.recipe-scroll-section:hover .recipe-scroll-track {
    animation-play-state: paused;
}

/* Modern Hero Section */
.modern-hero {
    position: relative;
    min-height: 25vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 0;
    overflow: hidden;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.15) 0%, rgba(118, 75, 162, 0.15) 100%);
    backdrop-filter: none;
}

/* Hero arkasında flu mutfak görseli */
.modern-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../../uploads/picture/mutfak.jpeg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* Mutfak görseli için önceki flu ayarına dönüş */
    filter: blur(3px);
    transform: scale(1.05);
    opacity: 0.6;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    padding: 0.5rem;
    margin: 0 auto;
}

/* Önceki tasarıma dönüş: tüm yazı bloğunun arkasında flu panel */
.hero-content::before {
    content: "";
    position: absolute;
    inset: -0.5rem -1rem;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    z-index: -1;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.hero-badge {
    display: inline-block;
    padding: 0.6rem 1.25rem 1rem 1.25rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0.75rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.badge-text {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.badge-text .hero-script {
    color: #00CED1;
}

.modern-hero-title {
    font-size: clamp(1.8rem, 4.5vw, 3.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.modern-hero-subtitle {
    font-size: clamp(0.95rem, 1.6vw, 1.1rem);
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    line-height: 1.5;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-actions {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; /* Logo büyük olsa da butonları germesin */
}

.btn-modern {
    padding: 0.45rem 1.6rem; /* Yükseklik az, uzunluk aynı */
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    cursor: pointer;
}

.btn-modern-primary {
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: #fff;
    box-shadow: 0 10px 30px rgba(255, 107, 107, 0.4);
}

.btn-modern-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(255, 107, 107, 0.6);
    color: #fff;
}

.btn-modern-outline {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.5);
}

.btn-modern-outline:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-3px);
    color: #fff;
}

.hero-shapes {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

.hero-image-caption {
    position: absolute;
    bottom: 0.2rem;
    right: 0.3rem;
    color: #ffffff !important;
    font-size: 0.8rem;
    font-weight: 500;
    z-index: 3;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
    background: transparent;
    backdrop-filter: none;
    padding: 0.1rem 0;
    border-radius: 0;
    border: none;
    white-space: nowrap;
    pointer-events: none;
}

.shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
    animation: float 20s infinite ease-in-out;
}

.shape-1 {
    width: 400px;
    height: 400px;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    top: 10%;
    left: 10%;
    animation-delay: 0s;
}

.shape-2 {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    top: 60%;
    right: 10%;
    animation-delay: 5s;
}

.shape-3 {
    width: 350px;
    height: 350px;
    background: linear-gradient(135deg, #f093fb, #f5576c);
    bottom: 10%;
    left: 50%;
    animation-delay: 10s;
}

@keyframes float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    33% { transform: translate(30px, -30px) scale(1.1); }
    66% { transform: translate(-20px, 20px) scale(0.9); }
}

/* Modern Recipe Scroll */
.recipe-scroll-section {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0.25rem 0 !important;
}

.recipe-card-modern {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.recipe-card-modern:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.recipe-card-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.recipe-card-image {
    width: 100%;
    height: 90px;
    overflow: hidden;
}

.recipe-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.recipe-card-modern:hover .recipe-card-image img {
    transform: scale(1.1);
}

.recipe-card-content {
    padding: 0.6rem;
}

.recipe-card-title {
    font-size: 0.85rem;
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.4rem;
    line-height: 1.3;
}

.recipe-card-author {
    font-size: 0.7rem;
    color: #718096;
    margin: 0;
}

/* Featured Recipe Section - Küçük Versiyon */
.featured-recipe-section-small {
    padding: 3rem 0;
    position: relative;
}

.featured-recipe-card-small {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    max-width: 900px;
    margin: 0 auto;
}

.featured-image-wrapper-small {
    height: 100%;
    min-height: 200px;
    overflow: hidden;
}

.featured-image-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.featured-recipe-card-small:hover .featured-image-small {
    transform: scale(1.05);
}

.featured-content-small {
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.featured-badge-small {
    display: inline-block;
    padding: 0.4rem 1rem;
    background: linear-gradient(135deg, #ff6b6b, #ee5a6f);
    color: #fff;
    border-radius: 50px;
    font-size: 0.75rem;
    font-weight: 600;
    margin-bottom: 1rem;
    width: fit-content;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.featured-title-small {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.featured-description-small {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.featured-footer-small {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.featured-author-small {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.btn-small {
    padding: 0.75rem 1.5rem;
    font-size: 0.9rem;
}

/* Instagram Section */
.instagram-section {
    padding: 0.75rem 0;
    position: relative;
}

.section-header {
    text-align: center;
    margin-bottom: 0.75rem;
}

.section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #fff;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.section-subtitle {
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
}

.modern-carousel {
    border-radius: 25px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.modern-carousel img {
    height: 200px;
    object-fit: cover;
}

.carousel-link {
    display: block;
    transition: opacity 0.3s ease;
}

.carousel-link:hover {
    opacity: 0.9;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 1rem 1.5rem;
    margin: 1rem;
}

/* Recipes Scroll Section - Kayan Kartlar */
.recipes-scroll-section {
    padding: 1.5rem 0;
    position: relative;
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 1rem;
}

.recipes-scroll-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 2rem 0;
}

.recipes-scroll-track {
    display: flex;
    gap: 2rem;
    animation: scroll-left-large 60s linear infinite;
    width: fit-content;
}

.recipe-scroll-card-large {
    flex: 0 0 350px;
    width: 350px;
}

.recipe-card-link-large {
    text-decoration: none;
    color: inherit;
    display: block;
}

.recipe-card-modern-large {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 25px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 100%;
}

.recipe-card-modern-large:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 70px rgba(0, 0, 0, 0.2);
}

.recipe-card-image-large {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.recipe-card-image-large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.recipe-overlay-large {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.recipe-card-modern-large:hover .recipe-overlay-large {
    opacity: 1;
}

.recipe-card-modern-large:hover .recipe-card-image-large img {
    transform: scale(1.1);
}

.view-recipe-large {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.recipe-card-content-large {
    padding: 1.5rem;
}

.recipe-card-title-large {
    font-size: 1.2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.recipe-card-author-large {
    font-size: 0.9rem;
    color: #718096;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.recipe-card-desc-large {
    font-size: 0.95rem;
    color: #4a5568;
    line-height: 1.6;
    margin: 0;
}

@keyframes scroll-left-large {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Hover durumunda animasyonu duraklat */
.recipes-scroll-section:hover .recipes-scroll-track {
    animation-play-state: paused;
}

/* Empty State */
.empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 30px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
}

.empty-icon {
    font-size: 5rem;
    margin-bottom: 1.5rem;
}

.empty-state h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 1rem;
}

.empty-state p {
    font-size: 1.1rem;
    color: #718096;
    margin-bottom: 2rem;
}

/* Features Section */
.features-section {
    padding: 0.5rem 0 0.1rem 0;
    position: relative;
    margin-bottom: 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 1rem;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}

.feature-icon {
    font-size: 2.25rem;
    margin: 0;
    flex-shrink: 0;
}

.feature-item h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2d3748;
    margin-bottom: 0.3rem;
}

.feature-item p {
    font-size: 0.9rem;
    color: #718096;
    line-height: 1.4;
    margin: 0;
}

.feature-item > div:not(.feature-icon) {
    flex: 1;
    text-align: left;
}

/* Footer üstü tatlı görselleri şeridi */
.dessert-strip {
    padding: 0.1rem 0 0.1rem 0;
    margin: 0;
    background: transparent;
    overflow: hidden;
}

.dessert-strip-track {
    display: flex;
    justify-content: center;
    width: 100%;
}

.dessert-strip-inner {
    display: flex;
    gap: 0.5rem;
    padding: 0 0.75rem;
}

.dessert-strip-inner img {
    height: 80px;
    width: auto;
    border-radius: 8px;
    object-fit: cover;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Tariflerim sekmeleri (Yemekler / Tatlılar / İçecekler) */
.nav-tabs {
    border-bottom: none;
}

.nav-tabs .nav-link {
    background-color: #ffffff;
    color: #4a5568;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid transparent;
    border-radius: 999px;
    margin-right: 0.4rem;
    padding: 0.45rem 1.2rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.nav-tabs .nav-link:hover {
    background-color: #ffffff; /* Zemin beyaz sabit */
    color: #00CED1;
    border-color: rgba(0, 206, 209, 0.6);
    border-bottom-color: rgba(0, 206, 209, 0.9);
}

.nav-tabs .nav-link.active {
    background-color: #ffffff; /* Zemin beyaz sabit */
    color: #00CED1;
    border-color: rgba(0, 206, 209, 0.9);
    border-bottom-color: rgba(0, 206, 209, 1);
}

/* Responsive */
@media (max-width: 768px) {
    .modern-hero {
        min-height: 30vh;
        padding: 1rem 0;
    }
    
    .hero-actions {
        flex-direction: column;
        width: 100%;
    }
    
    .btn-modern {
        width: 100%;
    }
    
    .featured-content-small {
        padding: 1.5rem;
    }
    
    .featured-image-wrapper-small {
        min-height: 180px;
    }
    
    .featured-footer-small {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .btn-small {
        width: 100%;
    }
    
    .recipe-scroll-card-large {
        flex: 0 0 280px;
        width: 280px;
    }
    
    .section-header {
        flex-direction: column;
        text-align: center;
    }
    
    .recipes-scroll-track {
        gap: 1.5rem;
    }
}

/* Dashboard Cards - Renkli Kartlar */
.card.dashboard-card-primary {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
    background-color: transparent !important;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.dashboard-card-primary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4) !important;
}

.card.dashboard-card-warning {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%) !important;
    background-color: transparent !important;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.dashboard-card-warning:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(245, 87, 108, 0.4) !important;
}

.card.dashboard-card-success {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%) !important;
    background-color: transparent !important;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.dashboard-card-success:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(79, 172, 254, 0.4) !important;
}

.card.dashboard-card-info {
    background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%) !important;
    background-color: transparent !important;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.dashboard-card-info:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(67, 233, 123, 0.4) !important;
}

.card.dashboard-card-secondary {
    background: linear-gradient(135deg, #fa709a 0%, #fee140 100%) !important;
    background-color: transparent !important;
    color: #fff !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card.dashboard-card-secondary:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(250, 112, 154, 0.4) !important;
}

/* Recipe Create Title - Renkli Başlık */
.recipe-create-title {
    background-color: #00CED1;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 206, 209, 0.3);
}

/* Tablo Başlıkları - Turkuaz Zemin, Beyaz Yazı */
table thead th {
    background-color: #00CED1 !important;
    color: #ffffff !important;
    font-weight: 600;
    border-color: #00CED1 !important;
}

table thead th a {
    color: #ffffff !important;
}

table thead th:hover {
    background-color: #00B8C1 !important;
}

/* Sayfa Başlıkları - Turkuaz Zemin ve Beyaz Yazı (sadece belirli sayfalarda) */
.dashboard-page main.container h1,
.dashboard-page main.container h2,
.dashboard-page main.container h3,
.dashboard-page main.container h4,
.admin-users-page main.container h1,
.admin-users-page main.container h2,
.admin-users-page main.container h3,
.admin-users-page main.container h4,
.profile-page main.container h1,
.profile-page main.container h2,
.profile-page main.container h3,
.profile-page main.container h4,
.recipe-create-page main.container h1,
.recipe-create-page main.container h2,
.recipe-create-page main.container h3,
.recipe-create-page main.container h4,
.recipe-edit-page main.container h1,
.recipe-edit-page main.container h2,
.recipe-edit-page main.container h3,
.recipe-edit-page main.container h4,
.my-recipes-page main.container h1,
.my-recipes-page main.container h2,
.my-recipes-page main.container h3,
.my-recipes-page main.container h4,
.admin-recipes-page main.container h1,
.admin-recipes-page main.container h2,
.admin-recipes-page main.container h3,
.admin-recipes-page main.container h4 {
    background-color: #00CED1;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
    padding: 0.5rem 1.25rem;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 206, 209, 0.3);
    margin-bottom: 1rem;
}

