/* Frontend: ürünler sayfası kategori listesi (kutusuz, modern) */
.product-category-panel {
    background: transparent;
    border: 0;
}
.product-category-panel .category-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.75rem 0;
}
.product-category-list { background: transparent; }
.product-category-list .product-category-item {
    border: 0 !important;
    background: transparent;
    padding: 0.9rem 0.5rem 0.9rem 0.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid #edf0f2;
    border-radius: 0;
}
.product-category-list .product-category-item:last-child { border-bottom: 0; }
.product-category-list .product-category-item i {
    color: var(--primary-green);
    opacity: .75;
    width: 18px;
    text-align: center;
}
.product-category-list .product-category-item:hover {
    background: transparent;
    transform: translateX(2px);
}
.product-category-list .product-category-item.active {
    background: transparent;
    color: var(--primary-green);
    font-weight: 600;
}
.product-category-list .product-category-item.active i { opacity: 1; color: var(--primary-green); }
/* PakNatura - Doğal Lezzetlerin Toptancısı */

/* Top Header Bar - Tamamen Siyah */
.top-header {
    background: #000000;
    color: #ffffff;
    padding: 8px 0;
    font-size: 0.9rem;
}

.top-header-left .top-header-text {
    color: #ffffff;
    font-weight: 500;
}

.top-header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.top-nav-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.top-nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.top-nav-links a:hover {
    color: #cccccc;
}

.top-nav-links .separator {
    color: #ffffff;
    font-weight: bold;
}

.top-header-flag {
    color: #ffffff;
    font-size: 1.1rem;
}

.top-header .social-links {
    display: flex;
    gap: 10px;
    background: #2d8a2f; /* yeşil kapsül */
    padding: 8px 14px;
    border-radius: 26px;
}

.top-header .social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #2d8a2f; /* yeşil daire */
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
    text-decoration: none;
    transition: transform 0.2s ease, opacity 0.2s ease;
    box-shadow: 0 0 0 6px #2d8a2f; /* yeşil çerçeve efekti */
}

.top-header .social-link:hover {
    opacity: 0.9;
    transform: translateY(-1px);
}

/* Main Header - Beyaz Arka Plan */
.main-header {
    background: #ffffff;
    padding: 15px 0;
    border-bottom: 1px solid #e9ecef;
}

/* Logo Section */
.logo-section .logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-image {
    height: 90px;
    width: auto;
    object-fit: contain;
}

.logo-section .logo-main {
    font-size: 32px;
    font-weight: bold;
    color: #2d8a2f;
    letter-spacing: 1px;
}

.logo-section .logo-sub {
    font-size: 18px;
    font-weight: 600;
    color: #6c757d;
    letter-spacing: 2px;
}

/* Main Navigation */
.main-nav {
    display: flex;
    justify-content: center;
}

.nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 30px;
}

.nav-list .nav-item {
    position: relative;
}

.nav-list .nav-link {
    color: #6c757d;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-list .nav-link:hover {
    color: #2d8a2f;
}

.nav-list .nav-link i {
    font-size: 16px;
}

.dropdown-icon {
    color: #2d8a2f;
    font-weight: bold;
    font-size: 16px;
}

/* Contact Info Section */
.contact-info-section {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 25px;
    align-items: center;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: all 0.2s ease-in-out;
}

.contact-item:hover {
    border-bottom-color: rgba(0,0,0,0.08);
}

.contact-item:hover .contact-value {
    color: var(--primary-green);
}

.yakupaga-logo {
    height: 90px;
    width: auto;
    object-fit: contain;
}

.contact-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 24px;
    flex-shrink: 0;
}

.contact-icon.whatsapp {
    background: #25D366;
}

.contact-icon.phone {
    background: #2d8a2f;
}

.contact-icon.email {
    background: #007bff;
}

.contact-details {
    display: flex;
    flex-direction: column;
}

.contact-label {
    font-size: 13px;
    color: #000000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.2;
}

.contact-value {
    font-size: 16px;
    color: #000000;
    font-weight: 600;
    line-height: 1.2;
}

/* Anchor reset for contact-item links */
.contact-info-section a.contact-item {
    color: inherit;
}
.contact-info-section a.contact-item:hover {
    text-decoration: none;
}

/* Responsive */
@media (max-width: 992px) {
    .top-header-right {
        justify-content: center;
        margin-top: 10px;
    }
    
    .contact-info-section {
        display: none;
    }
    
    .nav-list {
        gap: 20px;
    }
    
    .nav-list .nav-link {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .top-header {
        text-align: center;
    }
    
    .top-header-left,
    .top-header-right {
        justify-content: center;
    }
    
    .top-nav-links {
        display: none;
    }
    
    .main-nav {
        display: none;
    }
}

/* Dropdown Toggle + İşareti */
.dropdown-toggle::after {
    content: "+" !important;
    border: none !important;
    font-size: 1.2rem;
    font-weight: bold;
    margin-left: 0.5rem;
    vertical-align: middle !important;
    display: inline-block !important;
}

.dropdown-toggle[aria-expanded="true"]::after {
    content: "−" !important;
}

/* Navigation Container */
.nav-container {
    text-align: center;
    position: relative;
    z-index: 10;
    margin: 0;
    padding: 0;
}

/* Mobil menüyü desktop'ta gizle */
.mobile-menu-toggle,
.mobile-menu,
.mobile-menu-overlay {
    display: none;
}

/* Signboard Navigation */
.header-navigation {
    background: #f8f9fa;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-radius: 8px 8px 0 0;
    position: relative;
    z-index: 10;
    display: inline-block;
    width: auto;
    max-width: 100%;
    overflow: visible;
}

.header-navigation::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 2px;
    background: #2d8a2f; /* üstte ince yeşil çizgi */
    border-radius: 8px 8px 0 0;
}

.header-navigation::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    height: 4px;
    background: #2d8a2f; /* altta yeşil çizgi */
    border-radius: 0 0 8px 8px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px 0px;
    width: 100%;
    max-width: 100%;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: center;
    gap: 0;
}

.nav-menu .nav-item { 
    position: relative; 
    margin-right: 0;
}

.nav-menu .nav-link {
    color: #000000;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 15px 20px;
}

.nav-menu .nav-link:hover { color: #2d8a2f; }


.nav-menu .nav-link.home-btn {
    background: #2d8a2f;
    color: #ffffff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin: -12px 0;
    padding: 0;
}

.nav-menu .nav-link.home-btn i { font-size: 18px; }

.dropdown-toggle::after { content: none !important; }
.dropdown-icon { color: #2d8a2f; font-weight: 800; font-size: 16px; }

/* Dropdown Menu Styling */
.nav-menu .nav-item.dropdown {
    position: relative;
}

.nav-menu .nav-item.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #ffffff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0;
    min-width: 250px;
    z-index: 9999;
    display: none;
    list-style: none;
}

.nav-menu .nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-menu .nav-item.dropdown .dropdown-menu li {
    margin: 0;
    padding: 0;
}

.nav-menu .nav-item.dropdown .dropdown-menu .dropdown-item {
    display: block;
    padding: 12px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.nav-menu .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.nav-menu .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background: #2d8a2f;
    color: #ffffff;
    padding-left: 25px;
}

.mobile-toggle { 
    display: none; 
    flex-direction: column; 
    cursor: pointer; 
    gap: 4px; 
    margin-left: auto;
    padding: 10px;
}

.mobile-toggle span { 
    width: 25px; 
    height: 3px; 
    background: #333; 
    transition: 0.3s; 
}

@media (max-width: 1400px) { 
    .header-navigation { max-width: calc(100% - 300px); }
    .sticky-header { max-width: calc(100% - 300px); }
}
@media (max-width: 1200px) { 
    .header-navigation { max-width: calc(100% - 200px); }
    .sticky-header { max-width: calc(100% - 200px); }
}
@media (max-width: 992px) {
    .header-navigation { max-width: calc(100% - 60px); }
    .sticky-header { max-width: calc(100% - 60px); }
    .nav-menu { gap: 20px; }
    .contact-info-section {
        gap: 15px;
    }
    .contact-item {
        gap: 8px;
    }
    .contact-icon {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    .contact-label {
        font-size: 10px;
    }
    .contact-value {
        font-size: 12px;
    }
}

@media (max-width: 768px) { 
    /* Mevcut navigasyonu gizle */
    .nav-container {
        display: none;
    }
    
    /* Header'da hamburger menü */
    .mobile-menu-toggle {
        display: block;
    }
    
    .mobile-menu {
        display: block;
    }
    
    .mobile-menu-overlay {
        display: block;
    }
    
    .hamburger {
        width: 25px;
        height: 20px;
        position: relative;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
    }
    
    .hamburger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: var(--primary-green);
        border-radius: 2px;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    
    .hamburger span:nth-child(1) {
        top: 0px;
    }
    
    .hamburger span:nth-child(2) {
        top: 8px;
    }
    
    .hamburger span:nth-child(3) {
        top: 16px;
    }
    
    .hamburger.open span:nth-child(1) {
        top: 8px;
        transform: rotate(135deg);
    }
    
    .hamburger.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    
    .hamburger.open span:nth-child(3) {
        top: 8px;
        transform: rotate(-135deg);
    }
    
    /* Mobil menü */
    .mobile-menu {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: var(--white);
        z-index: 1000;
        transition: left 0.3s ease;
        padding-top: 80px;
        box-shadow: 2px 0 10px rgba(0,0,0,0.1);
    }
    
    .mobile-menu.active {
        left: 0;
    }
    
    .mobile-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .mobile-menu-overlay.active {
        opacity: 1;
        visibility: visible;
    }
    
    .mobile-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    
    .mobile-menu-item {
        border-bottom: 1px solid #f0f0f0;
    }
    
    .mobile-menu-link {
        display: block;
        padding: 20px 30px;
        color: var(--text-dark);
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        transition: all 0.3s ease;
        border-left: 4px solid transparent;
    }
    
    .mobile-menu-link:hover,
    .mobile-menu-link.active {
        background: #f8f9fa;
        color: var(--primary-green);
        border-left-color: var(--primary-green);
        text-decoration: none;
    }
    
    .mobile-menu-link i {
        margin-right: 15px;
        width: 20px;
        text-align: center;
    }
    
    /* Header'da logo ve hamburger düzenlemesi */
    .main-header .row {
        position: relative;
    }
    
    .logo-section {
        text-align: center;
    }
    
    .contact-info-section {
        display: none;
    }
}


@media (max-width: 576px) { 
    .header-navigation { max-width: calc(100% - 20px); }
    .sticky-header { max-width: calc(100% - 20px); }
    .nav-menu .nav-link {
        font-size: 14px;
        padding: 12px 15px;
    }
}

/* Sticky Container */
.sticky-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-100%);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    background: #ffffff;
    border-bottom: 3px solid #2d8a2f;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Sticky Header */
.sticky-header {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.sticky-header::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: -2px;
    height: 2px;
    background: #2d8a2f;
    border-radius: 8px 8px 0 0;
}

.sticky-container.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sticky-header .nav-wrapper {
    padding: 6px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-header .nav-menu .nav-link {
    padding: 12px 18px;
    font-size: 15px;
}

.sticky-header .nav-menu .nav-link.home-btn {
    width: 50px;
    height: 50px;
    padding: 0;
}


/* Dropdown toggle hizalama düzeltmesi */
.navbar-nav .dropdown-toggle {
    display: flex !important;
    align-items: center !important;
    vertical-align: middle !important;
}

:root {
    --primary-green: #2d5016;
    --secondary-green: #4a7c59;
    --light-green: #6b8e23;
    --accent-green: #90ee90;
    --dark-green: #1a3d0a;
    --text-dark: #333;
    --text-light: #666;
    --white: #ffffff;
    --light-gray: #f8f9fa;
    --border-color: #e9ecef;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color: var(--white);
    overflow-x: hidden;
}

/* Header Styles */
.main-header {
    background: var(--white);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 3px solid var(--primary-green);
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand {
    text-decoration: none;
    color: var(--primary-green);
}

.logo {
    display: flex;
    align-items: center;
    padding: 0;
}

.logo img {
    height: 70px;
    width: auto;
    object-fit: contain;
}

/* Partner Logo Section */
.partner-logo-section {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
}

.partner-logo-img {
    height: 45px;
    width: auto;
}

.partner-logo-fallback {
    color: var(--primary-green);
    font-size: 0.9rem;
    font-weight: 500;
    display: flex;
    align-items: center;
}

.navbar-nav .nav-link {
    color: var(--primary-green) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: all 0.3s ease;
    border-radius: 5px;
    margin: 0 2px;
}

.navbar-nav .nav-link:hover {
    background-color: var(--light-green);
    color: var(--white) !important;
    transform: translateY(-2px);
}

.dropdown-menu {
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border-radius: 10px;
    margin-top: 10px;
    display: none; /* Varsayılan kapalı, boşluk bırakmasın */
}

/* Dropdown hover effects */
.dropdown:hover .dropdown-menu { display: block; }

/* Mobile dropdown behavior - only show on click */
@media (max-width: 991.98px) {
    /* Mobilde sadece tıklayınca açılsın */
    .dropdown:hover .dropdown-menu { display: none; }
    .dropdown.show .dropdown-menu { display: block; }
    /* Mobilde konumlandırma: menü içerikte akışa girsin, boşluk oluşmasın */
    .navbar .dropdown-menu {
        position: static;
        float: none;
        margin: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
    }
}

.dropdown-item {
    padding: 10px 20px;
    transition: all 0.3s ease;
}

.dropdown-item:hover {
    background-color: var(--primary-green);
    color: var(--white);
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
    color: var(--white);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

/* Slider Styles */
.hero-slider {
    position: relative;
    height: 50vh;
    min-height: 500px;
    overflow: hidden;
}

.hero-slider .swiper-container {
    width: 100%;
    height: 100%;
}

.hero-slider .swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.slide-background::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.slide-background::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.slide-content {
    position: relative;
    z-index: 4;
    width: 100%;
    color: var(--white);
    padding: 40px 0;
}

.hero-slider .hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.hero-slider .hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--accent-green);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

.hero-slider .hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* Swiper Navigation */
.hero-slider .swiper-button-next,
.hero-slider .swiper-button-prev {
    color: var(--white);
    background: rgba(0, 0, 0, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: -25px;
    transition: all 0.3s ease;
}

.hero-slider .swiper-button-next:hover,
.hero-slider .swiper-button-prev:hover {
    background: var(--primary-green);
    transform: scale(1.1);
}

.hero-slider .swiper-button-next:after,
.hero-slider .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
}

/* Swiper Pagination */
.hero-slider .swiper-pagination {
    bottom: 30px;
}

.hero-slider .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: all 0.3s ease;
}

.hero-slider .swiper-pagination-bullet-active {
    background: var(--accent-green);
    transform: scale(1.2);
}

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

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

.hero-subtitle {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--accent-green);
}

.hero-description {
    font-size: 1.1rem;
    margin-bottom: 2rem;
    opacity: 0.9;
}

/* Service Cards */
.service-card {
    background: var(--white);
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    border: 2px solid transparent;
    height: 100%;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    border-color: var(--light-green);
}

.service-image {
    width: 100%;
    height: 200px;
    background: var(--light-gray);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}

/* service-icon kaldırıldı */

.service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-image i {
    font-size: 3rem;
    color: var(--light-green);
}

.service-content {
    text-align: center;
}

.service-card h4 {
    color: var(--primary-green);
    margin-bottom: 1rem;
    font-weight: bold;
}

.service-card p {
    color: var(--text-light);
    line-height: 1.6;
}

.service-description {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
}

.service-description li {
    color: var(--text-light);
    line-height: 1.6;
    margin-bottom: 0.5rem;
}

/* Product Cards */
.product-card {
    background: var(--white);
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

.product-image {
    height: 200px;
    background: var(--light-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-image i {
    font-size: 3rem;
    color: var(--light-green);
}

.product-info {
    padding: 1.5rem;
}

.product-title {
    color: var(--primary-green);
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.product-description {
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.product-price {
    color: var(--light-green);
    font-weight: bold;
    font-size: 1.1rem;
}

/* Footer */
.main-footer {
    background: linear-gradient(135deg, var(--dark-green) 0%, var(--primary-green) 100%);
    color: var(--white);
    padding: 3rem 0 1rem;
}

.footer-section h5 {
    color: var(--accent-green);
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.footer-links {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: var(--white);
    text-decoration: none;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.footer-links a:hover {
    color: var(--accent-green);
    opacity: 1;
    padding-left: 5px;
}

.footer-logo .logo {
    margin-bottom: 1rem;
}

.footer-logo .logo-text h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.footer-logo .logo-text p {
    font-size: 0.9rem;
    opacity: 0.8;
}

.contact-info {
    opacity: 0.9;
    line-height: 1.8;
}

.social-links {
    display: flex !important;
    flex-direction: row !important;
    gap: 1rem;
    flex-wrap: wrap;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    background: var(--light-green);
    color: var(--white);
    border-radius: 25px;
    text-decoration: none;
    transition: all 0.3s ease;
    flex-shrink: 0;
    font-size: 0.9rem;
    font-weight: 500;
}

.social-link i {
    font-size: 1.1rem;
    width: 20px;
    text-align: center;
}

.social-link:hover {
    background: var(--accent-green);
    transform: translateY(-3px);
}

.footer-divider {
    border-color: rgba(255,255,255,0.2);
    margin: 2rem 0 1rem;
}

.footer-bottom {
    text-align: center;
    opacity: 0.8;
}

/* WhatsApp Floating Button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 60px;
    height: 60px;
    background: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.4);
    z-index: 1000;
    transition: all 0.3s ease;
    text-decoration: none;
    color: white;
    font-size: 28px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
    color: white;
    text-decoration: none;
}

.whatsapp-float:active {
    transform: scale(0.95);
}

/* WhatsApp baloncuğu animasyonu */
@keyframes whatsapp-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(37, 211, 102, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
    }
}

.whatsapp-float::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #25D366;
    animation: whatsapp-pulse 2s infinite;
    z-index: -1;
}

/* Responsive */
@media (max-width: 768px) {
    .whatsapp-float {
        width: 50px;
        height: 50px;
        font-size: 24px;
        bottom: 15px;
        left: 15px;
    }
}

/* Buttons */
.btn-primary {
    background: linear-gradient(135deg, var(--light-green), var(--accent-green));
    border: none;
    padding: 12px 30px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(107, 142, 35, 0.4);
    background: linear-gradient(135deg, var(--accent-green), var(--light-green));
}

.btn-outline-primary {
    border: 2px solid var(--light-green);
    color: var(--light-green);
    padding: 10px 25px;
    border-radius: 25px;
    font-weight: bold;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: var(--light-green);
    color: var(--white);
    transform: translateY(-2px);
}

/* Extra Small Buttons */
.btn-xs {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
    border-radius: 0.25rem;
    line-height: 1.3;
    font-weight: 500;
    border-width: 1px;
}

/* Section Spacing */
.section {
    padding: 2rem 0;
}

/* Hizmetlerimiz bölümü için özel padding */
.section:first-of-type {
    padding-top: 1rem;
}

.section-title {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title h2 {
    color: var(--primary-green);
    font-weight: bold;
    margin-bottom: 1rem;
}

.section-title p {
    color: var(--text-light);
    font-size: 1.1rem;
}

/* Responsive */
@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-subtitle {
        font-size: 1.2rem;
    }
    
    .logo-text h1 {
        font-size: 24px;
    }
    
    .logo-text p {
        font-size: 12px;
    }
    
    /* Mobil için header düzenlemesi */
    .partner-logo-section {
        margin-top: 1rem;
        margin-left: 0 !important;
        justify-content: center;
        width: 100%;
    }
    
    .partner-logo-img {
        height: 40px;
    }
}

@media (max-width: 576px) {
    .logo img {
        height: 50px;
    }
    
    .partner-logo-img {
        height: 35px;
    }
    
    .partner-logo-section {
        padding: 0.3rem 0.8rem;
        margin-top: 0.5rem;
    }
    
    .service-card {
        margin-bottom: 2rem;
    }
}

/* Rich Text Editor Styles */
.ck-editor__editable p {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.ck-editor__editable p:last-child {
    margin-bottom: 0 !important;
}

.ck-editor__editable br {
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.ck-editor__editable {
    line-height: 1.4 !important;
}

/* Rich text content display */
.rich-text-content p {
    margin: 0 0 0.5rem 0 !important;
    padding: 0 !important;
    line-height: 1.4 !important;
}

.rich-text-content p:last-child {
    margin-bottom: 0 !important;
}

.rich-text-content br {
    line-height: 1.4 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.rich-text-content strong {
    font-weight: bold !important;
}

.rich-text-content b {
    font-weight: bold !important;
}

.rich-text-content em {
    font-style: italic !important;
}

.rich-text-content i {
    font-style: italic !important;
}

.rich-text-content u {
    text-decoration: underline !important;
}

.rich-text-content ul {
    margin: 0.5rem 0 !important;
    padding-left: 1.5rem !important;
}

.rich-text-content ol {
    margin: 0.5rem 0 !important;
    padding-left: 1.5rem !important;
}

.rich-text-content li {
    margin: 0.25rem 0 !important;
    line-height: 1.4 !important;
}

.rich-text-content h1,
.rich-text-content h2,
.rich-text-content h3,
.rich-text-content h4,
.rich-text-content h5,
.rich-text-content h6 {
    margin: 1rem 0 0.5rem 0 !important;
    font-weight: bold !important;
    line-height: 1.2 !important;
}

.rich-text-content h1:first-child,
.rich-text-content h2:first-child,
.rich-text-content h3:first-child,
.rich-text-content h4:first-child,
.rich-text-content h5:first-child,
.rich-text-content h6:first-child {
    margin-top: 0 !important;
}

/* CKEditor image alignment and sizing */
.rich-text-content img {
    max-width: 100%;
    height: auto;
}
.rich-text-content::after {
    content: "";
    display: table;
    clear: both;
}
.card-body .rich-text-content,
.card-body .rich-text-content * {
    max-width: 100%;
}
.card-body img,
.card-body .rich-text-content img,
.card-body figure.image > img {
    max-width: 100%;
    height: auto;
}
.card-body figure.image {
    margin: 1rem auto;
}
.rich-text-content figure.image {
    display: block;
    margin: 1rem auto;
}
.rich-text-content .image-style-align-left {
    float: left;
    margin: 0 1rem 1rem 0;
}
.rich-text-content .image-style-align-right {
    float: right;
    margin: 0 0 1rem 1rem;
}
.rich-text-content .image-style-side {
    /* CKEditor default side image */
    float: right;
    margin: 0 0 1rem 1rem;
    max-width: 50%;
}

/* =========================
   Modern Theme Enhancements
   (yapısal HTML değiştirmeden şık dokunuşlar)
========================= */

/* Global */
body {
    background-color: #f9fafb;
    color: var(--text-dark);
}

.section {
    padding: 30px 0;
}

/* Navbar */
.main-header {
    backdrop-filter: saturate(150%) blur(6px);
}
.navbar {
    padding: 0.75rem 0;
}
.navbar-nav .nav-link {
    border-radius: 8px;
}
.navbar-nav .nav-link:hover {
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}

/* Buttons */
.btn-primary, .btn-success, .btn-outline-primary {
    border-radius: 12px;
    transition: all .25s ease;
}
.btn-primary {
    background: linear-gradient(135deg, var(--light-green), var(--accent-green));
    border: 0;
}
.btn-primary:hover {
    filter: brightness(1.05);
    box-shadow: 0 10px 20px rgba(107,142,35,.25);
}
.btn-outline-primary {
    color: var(--primary-green);
    border: 2px solid var(--primary-green);
}
.btn-outline-primary:hover {
    background: var(--primary-green);
    color: var(--white);
}

/* Cards */
.card {
    border: 1px solid #eef0f2;
    border-radius: 16px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}
.card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.10);
    transition: all .25s ease;
}

/* Category list (kutusuz modern) */
.category-list { background: transparent; }
.category-list .category-item {
    border: 0 !important;
    background: transparent;
    padding: 0.9rem 0.5rem 0.9rem 0.25rem;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    border-bottom: 1px solid #edf0f2;
    border-radius: 0;
}
.category-list .category-item:last-child { border-bottom: 0; }
.category-list .category-item i {
    color: var(--primary-green);
    opacity: .75;
    width: 18px;
    text-align: center;
}
.category-list .category-item:hover {
    background: transparent;
    transform: translateX(2px);
}
.category-list .category-item.active {
    background: transparent;
    color: var(--primary-green);
    font-weight: 600;
}
.category-list .category-item.active i { opacity: 1; color: var(--primary-green); }
.category-list .category-item::before {
    content: '';
    position: absolute;
    left: -6px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: transparent;
}
.category-list .category-item.active::before {
    background: var(--primary-green);
}

/* Headings */
h1, .h1 { letter-spacing: -0.02em; }
h2, .h2 { letter-spacing: -0.015em; }

/* Footer */
.main-footer {
    background: linear-gradient(180deg, #1f3a12 0%, #19300f 100%);
}
.main-footer .footer-section h5 {
    color: #e9f5e5;
}
.footer-links a:hover { color: var(--accent-green); }

/* Utilities */
.shadow-soft { box-shadow: 0 10px 30px rgba(0,0,0,.08); }
.rounded-12 { border-radius: 12px; }
.rounded-16 { border-radius: 16px; }

.rich-text-content .image-style-align-center,
.rich-text-content figure.image.image-style-align-center {
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}
.rich-text-content figure.image.image_resized,
.rich-text-content figure.image > img {
    max-width: 100%;
}
.rich-text-content::after {
    content: "";
    display: block;
    clear: both;
}

/* Tüm rich text içerikleri için genel stil */
p {
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
}

p:last-child {
    margin-bottom: 0 !important;
}

/* Bootstrap paragraf stillerini override et */
.card-body p {
    margin-bottom: 0.5rem !important;
    line-height: 1.4 !important;
}

.card-body p:last-child {
    margin-bottom: 0 !important;
}

/* Admin panel içerik yönetimi sayfası */
.content-editor p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.content-editor p:last-child {
    margin-bottom: 0;
}

/* Site içerikleri için özel stil */
.site-content p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.site-content p:last-child {
    margin-bottom: 0;
}

/* Hakkımızda sayfası için */
.about-content p {
    margin-bottom: 0.5rem;
    line-height: 1.4;
}

.about-content p:last-child {
    margin-bottom: 0;
}

/* Admin Panel Styles */
.admin-header {
    background: var(--primary-green);
    color: var(--white);
    padding: 1rem 0;
    margin-bottom: 2rem;
}

.admin-sidebar {
    background: var(--light-gray);
    min-height: calc(100vh - 200px);
    padding: 2rem 0;
}

.admin-sidebar .nav-link {
    color: var(--text-dark);
    padding: 0.75rem 1.5rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.admin-sidebar .nav-link:hover,
.admin-sidebar .nav-link.active {
    background: var(--light-green);
    color: var(--white);
}

.admin-content {
    background: var(--white);
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Form Styles */
.form-control {
    border: 2px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem;
    transition: all 0.3s ease;
}

.form-control:focus {
    border-color: var(--light-green);
    box-shadow: 0 0 0 0.2rem rgba(107, 142, 35, 0.25);
}

.form-label {
    font-weight: bold;
    color: var(--primary-green);
    margin-bottom: 0.5rem;
}

/* Table Styles */
.table {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.table thead {
    background: var(--primary-green);
    color: var(--white);
}

.table tbody tr:hover {
    background: var(--light-gray);
}

/* Alert Styles */
.alert-success {
    background: var(--accent-green);
    border-color: var(--light-green);
    color: var(--primary-green);
}

.alert-danger {
    background: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* Loading Animation */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: var(--white);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Admin Panel Styles */
.admin-header {
    background: linear-gradient(135deg, var(--primary-green) 0%, var(--secondary-green) 100%);
    color: var(--white);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.admin-sidebar {
    background: var(--light-gray);
    min-height: calc(100vh - 80px);
    border-right: 1px solid var(--border-color);
    padding: 0;
}

.admin-sidebar .nav-link {
    color: var(--text-dark);
    padding: 0.75rem 1rem;
    border-radius: 0;
    transition: all 0.3s ease;
}

.admin-sidebar .nav-link:hover {
    background-color: var(--border-color);
    color: var(--primary-green);
}

.admin-sidebar .nav-link.active {
    background-color: var(--primary-green);
    color: var(--white);
}

.admin-sidebar .nav-link i {
    width: 20px;
    text-align: center;
}

.admin-content {
    padding: 2rem 1rem;
    min-height: calc(100vh - 80px);
}

.admin-card {
    background: var(--white);
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.admin-card:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

.admin-card.protected {
    border-color: #ffc107;
    background-color: #fff8e1;
}

.admin-card.super-admin {
    border-color: #2d8a2f;
    background-color: #fff5f5;
}

.status-badge {
    font-size: 0.8em;
    padding: 0.25rem 0.5rem;
}

.btn-admin {
    background: linear-gradient(135deg, var(--light-green), var(--accent-green));
    border: none;
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-admin:hover {
    background: linear-gradient(135deg, var(--accent-green), var(--light-green));
    color: var(--white);
    transform: translateY(-1px);
}

.table-admin {
    background: var(--white);
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.table-admin th {
    background: var(--primary-green);
    color: var(--white);
    border: none;
    padding: 1rem;
}

.table-admin td {
    padding: 1rem;
    border-color: var(--border-color);
    vertical-align: middle;
}

.table-admin tbody tr:hover {
    background-color: var(--light-gray);
}

/* Responsive Admin */
@media (max-width: 768px) {
    .admin-sidebar {
        min-height: auto;
    }
    
    .admin-content {
        padding: 1rem 1rem;
    }
}

@media (min-width: 992px) {
    .admin-content {
        padding-left: 0;
        padding-right: 0;
    }
}

