﻿.navbar-brand img{ max-height: 90px !important; }
.product-card .card-title{ height:auto !important; }

/* Geri Sayım Stili */
.countdown {
    background: linear-gradient(45deg, #007bff, #0056b3);
    color: white;
    padding: 1rem;
    border-radius: 10px;
    margin: 1rem 0;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 123, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.countdown::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, rgba(255,255,255,0.1), transparent);
    z-index: 1;
}

.countdown-expired {
    background: linear-gradient(45deg, #dc3545, #b02a37);
}

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

.countdown-title {
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    opacity: 0.9;
}

.countdown-time {
    font-size: 1.2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.countdown-segment {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 60px;
}

.countdown-number {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.5rem;
    border-radius: 5px;
    min-width: 45px;
}

.countdown-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    margin-top: 0.25rem;
    opacity: 0.8;
}

/* Ürün Kartı İyileştirmeleri */
.product-card {
    transition: transform 0.3s ease;
    border: 1px solid #e0e0e0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.product-image {
    height: 300px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
}

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

.product-card .card-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    height: 2.8em; /* Başlık için sabit yükseklik */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product-card .card-text {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 15px;
    height: 4.5em; /* Açıklama için sabit yükseklik */
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-price {
    margin-bottom: 15px;
}

.regular-price {
    font-size: 1.1rem;
    font-weight: bold;
    color: #333;
    display: block;
}

.sale-price {
    font-size: 1.3rem;
    font-weight: bold;
    color: #dc3545;
    display: block;
    margin-top: 5px;
}

.campaign-end {
    margin-top: 10px;
    padding: 8px;
    background-color: #fff3f3;
    border-radius: 4px;
    text-align: center;
}

.countdown {
    font-weight: bold;
    margin-top: 5px;
}

/* Kampanyalı Ürün Stilleri */
.campaign-product {
    text-align: center;
    padding: 10px;
    background-color: #fff8f8;
    border-radius: 5px;
    margin-top: 10px;
}

.campaign-product .original-price {
    color: #999;
    font-size: 0.9em;
}

.campaign-product .sale-price {
    color: #dc3545;
    font-size: 1.2em;
    font-weight: bold;
    margin: 5px 0;
}

.campaign-countdown {
    font-size: 0.85em;
    color: #dc3545;
    margin-top: 5px;
    padding: 5px;
    background-color: #fff0f0;
    border-radius: 3px;
}

/* Normal Ürün Stilleri */
.regular-product {
    text-align: center;
    padding: 10px;
}

.regular-product .price {
    font-size: 1.2em;
    color: #333;
    font-weight: bold;
}

/* WhatsApp Buton Stilleri */
.whatsapp-btn {
    width: auto;
    padding: 8px 20px;
    font-size: 0.9em;
}

.whatsapp-btn i {
    margin-right: 5px;
}

/* Slider Stilleri */
#homeSlider {
    margin-bottom: 30px;
}

#homeSlider .carousel-item {
    height: 500px; /* İstediğiniz yüksekliği ayarlayın */
}

#homeSlider .carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#homeSlider .carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 5px;
}

#homeSlider .carousel-caption h5 {
    font-size: 24px;
    margin-bottom: 10px;
}

#homeSlider .carousel-caption p {
    font-size: 16px;
    margin-bottom: 0;
}

/* Mobil için responsive ayarlar */
@media (max-width: 768px) {
    .product-image {
        height: auto;
        min-height: 250px;
    }

    .product-image img {
        width: 100%;
        height: auto;
        object-fit: contain;
        max-height: none;
    }

    .product-card {
        margin-bottom: 20px;
    }
    
    #homeSlider .carousel-item {
        height: 300px;
    }
    
    #homeSlider .carousel-caption {
        padding: 10px;
    }
    
    #homeSlider .carousel-caption h5 {
        font-size: 18px;
    }
    
    #homeSlider .carousel-caption p {
        font-size: 14px;
    }
}

/* Header Stilleri */
.site-header {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-bottom:6px;
}

.navbar-brand img {
    max-height: 50px;
    width: auto;
}

/* Footer Stilleri */
.site-footer {
    border-top: 1px solid #dee2e6;
}

.site-footer h5 {
    margin-bottom: 20px;
    color: #333;
}

.site-footer a {
    color: #666;
    text-decoration: none;
}

.site-footer a:hover {
    color: #333;
}

.site-footer .list-unstyled li {
    margin-bottom: 10px;
}

.site-footer i {
    width: 20px;
    margin-right: 5px;
}

/* Kategoriler Bölümü */
.categories-section {
    padding-top: 40px;
    padding-bottom: 40px;
}

.category-card {
    display: block;
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    color: #333;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
    color: #333;
}

.category-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.category-icon i {
    font-size: 35px;
    color: #0056b3;
    transition: all 0.3s ease;
}

.category-card:hover .category-icon {
    background: #0056b3;
}

.category-card:hover .category-icon i {
    color: #fff;
}

.category-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: #333;
}

.category-card p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* Kampanya Başlığı */
.campaign-header {
    background: linear-gradient(45deg, #f8f9fa, #e9ecef);
    padding: 30px 0;
    margin-bottom: 40px;
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}

.campaign-header h2 {
    color: #333;
    font-weight: 600;
}

.campaign-header .text-muted {
    font-size: 1.1rem;
}

.campaign-header i {
    margin-right: 5px;
    color: #dc3545;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .category-card {
        padding: 20px 15px;
    }
    
    .category-icon {
        width: 60px;
        height: 60px;
    }
    
    .category-icon i {
        font-size: 25px;
    }
    
    .category-card h3 {
        font-size: 1rem;
    }
    
    .category-card p {
        font-size: 0.8rem;
    }
    
    .campaign-header {
        padding: 20px 0;
        text-align: center;
    }
    
    .campaign-header .text-md-end {
        text-align: center !important;
        margin-top: 10px;
    }
}

/* Neden Biz Bölümü */
.feature-box {
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 25px rgba(0,0,0,0.2);
}

.feature-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: #f8f9fa;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature-icon i {
    font-size: 30px;
    color: #0056b3;
}

.feature-box h4 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #333;
}

.feature-box p {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 0;
}

/* Markalar Bölümü */
.brands {
    background: #fff;
}

.brands img {
    max-width: 150px;
    opacity: 0.7;
    transition: all 0.3s ease;
    filter: grayscale(100%);
}

.brands img:hover {
    opacity: 1;
    filter: grayscale(0%);
}

/* İletişim CTA Bölümü */
.contact-cta {
    background: linear-gradient(45deg, #0056b3, #007bff);
}

.contact-cta h2 {
    font-size: 2rem;
    font-weight: 600;
}

.contact-cta p {
    font-size: 1.1rem;
    opacity: 0.9;
}

.contact-cta .btn-light {
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 50px;
    transition: all 0.3s ease;
}

.contact-cta .btn-light:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background-color: #28b43e;
    color:#fff;
}

/* Responsive Ayarlar */
@media (max-width: 768px) {
    .feature-box {
        padding: 20px 15px;
    }
    
    .feature-icon {
        width: 50px;
        height: 50px;
    }
    
    .feature-icon i {
        font-size: 20px;
    }
    
    .feature-box h4 {
        font-size: 1rem;
    }
    
    .brands img {
        max-width: 100px;
    }
    
    .contact-cta {
        text-align: center;
    }
    
    .contact-cta h2 {
        font-size: 1.5rem;
    }
    
    .contact-cta .text-md-end {
        text-align: center !important;
    }
}

/* Sayfa Başlığı */
.page-header {
    padding: 40px 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #dee2e6;
}

.page-header h1 {
    margin: 0;
    font-size: 2.5rem;
    color: #333;
}

.breadcrumb {
    margin: 10px 0 0;
    padding: 0;
    background: none;
}

.breadcrumb-item a {
    color: #0056b3;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #6c757d;
}

/* İstatistikler */
.stats-section {
    background: #f8f9fa;
    padding: 40px 0;
    border-radius: 10px;
}

.stats-item {
    padding: 20px;
}

.stats-item i {
    font-size: 40px;
    color: #0056b3;
    margin-bottom: 15px;
}

.stats-item h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.stats-item p {
    color: #666;
    margin: 0;
}

/* Misyon & Vizyon Kartları */
.card {
    border: none;
    box-shadow: 0 2px 15px rgba(0,0,0,0.1);
    transition: transform 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.card-title i {
    font-size: 24px;
}

/* Responsive */
@media (max-width: 768px) {
    .page-header {
        padding: 30px 0;
    }

    .page-header h1 {
        font-size: 2rem;
    }

    .stats-item i {
        font-size: 30px;
    }

    .stats-item h4 {
        font-size: 1.5rem;
    }

    #homeSlider .carousel-item img{ width:100% !important; }
    #homeSlider .carousel-item{ height:auto; }
}
