/* === FOOTER (ALT BİLGİ) STİLİ === */
.footer-custom {
    background-color: #000000;
    color: #ffffff;
    padding: 40px 0;
    border-top: 3px solid #0d6efd;
}
.footer-custom .footer-logo {
    height: 40px;
    opacity: 0.8;
    transition: opacity 0.2s ease-in-out;
}
.footer-custom .footer-logo:hover {
    opacity: 1;
}
.footer-custom .copyright-text {
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}
.footer-links a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}
.footer-links a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-divider {
    border-color: rgba(255, 255, 255, 0.1);
    margin: 1.5rem 0;
}

/* === GENEL STİLLER === */
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.honeypot { 
    display: none; 
}
.feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    color: #fff;
    background-color: #0d6efd;
    border-radius: 50%;
    margin-bottom: 1rem;
}

/* === İLETİŞİM SAYFASI STİLLERİ === */
.contact-info-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}
.contact-info-item i {
    font-size: 1.5rem;
    width: 40px;
    color: #0d6efd;
}
.map-container {
    border-radius: .5rem;
    overflow: hidden;
    border: 1px solid #dee2e6;
    height: 300px;
}

/* === PROJE & YASAL SAYFA İÇERİK STİLLERİ === */
.project-content, .legal-content {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #343a40;
}
.project-content h2, .project-content h3, .project-content h4,
.legal-content h3 {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #0d6efd;
}
.project-content p, .legal-content p {
    margin-bottom: 1.25rem;
}
.legal-content ul {
    padding-left: 20px;
}
.legal-content li {
    margin-bottom: 0.5rem;
}

/* === PROJE SAYFASI GÖRSEL STİLLERİ === */
.project-cover-image {
    max-width: 100%;
    height: auto;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
}
.project-content img {
    max-width: 800px;
    width: 100%;
    height: auto;
    display: block;
    margin: 2rem auto;
    border-radius: 0.75rem;
    box-shadow: 0 0.25rem 0.75rem rgba(0,0,0,0.1);
}

/* === FİYAT ETİKETİ STİLLERİ === */
.price-badge {
    display: inline-block;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.6rem 1.2rem;
    font-size: 1.8rem;
    font-weight: 700;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    letter-spacing: 1px;
}
.price-badge-small {
    display: inline-block;
    background-color: #0d6efd;
    color: #fff;
    padding: 0.35rem 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 0.35rem;
}

/* === PROJE SEÇENEKLERİ KARTI TASARIMI === */
.options-card .card-body {
    padding: 1.5rem;
}
.demo-info {
    font-size: 0.9rem;
    font-weight: 500;
    color: #6c757d;
    margin-bottom: 1.5rem;
}
.demo-info .fa-check-circle {
    color: #1cc88a;
    margin-right: 5px;
}
.options-card .btn {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.8rem;
    border-radius: 0.5rem;
    transition: all 0.2s ease-in-out;
}
.options-card .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* === ÇEREZ ONAY BANNER STİLLERİ === */
#cookie-banner {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
    max-width: 1100px;
    background-color: #fff;
    color: #212529;
    padding: 1.5rem 2rem;
    z-index: 1050;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    border-radius: 12px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}
#cookie-banner p {
    margin: 0;
    flex-grow: 1;
}
#cookie-banner p a {
    color: #0d6efd;
    font-weight: 600;
    text-decoration: underline;
}
#cookie-banner .cookie-buttons {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
}
#cookie-banner .cookie-buttons .btn {
    border-radius: 0.5rem;
    font-weight: 600;
}
#cookie-banner .btn-outline-light {
    color: #6c757d;
    border-color: #ced4da;
}
#cookie-banner .btn-outline-light:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
#cookie-banner #cookie-accept.btn-light {
    background-color: #0d6efd;
    color: #fff;
    border-color: #0d6efd;
}
#cookie-banner #cookie-accept.btn-light:hover {
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
#cookie-settings-modal .modal-content {
    border-radius: 0.75rem;
}
#cookie-settings-modal .modal-header,
#cookie-settings-modal .modal-footer {
    background-color: #f8f9fa;
    border-color: #dee2e6;
}
.cookie-preference {
    padding: 1rem;
    border-radius: 0.5rem;
    cursor: pointer;
}
.cookie-preference:hover {
    background-color: #f8f9fa;
}
.cookie-preference .form-check-input {
    width: 2.5em;
    height: 1.25em;
    float: right;
    margin-left: 1em;
}
/* === PROJE SEÇENEKLERİ KARTINI SABİTLEME DÜZELTMESİ === */

/* Sadece geniş ekranlarda (masaüstü gibi) çalışması için media query kullanıyoruz */
@media (min-width: 992px) {
    .options-card.sticky-top {
        position: -webkit-sticky; /* Safari için uyumluluk */
        position: sticky !important; /* Pozisyonu yapışkan olmaya zorla */
        top: 110px; /* Üst menünün bitiminden ne kadar aşağıda duracağı */
    }
}
/* Bu kural kartın, üstten 110px boşluk bırakarak sabitlenmesini sağlar */
.options-card.sticky-top {
    top: 110px;
}

/* === YENİ: İLETİŞİM SAYFASI BAŞLIK STİLİ === */
.contact-header-icon {
    font-size: 4rem; /* İkon boyutu */
    color: #0d6efd; /* Ana mavi renk */
    margin-bottom: 1rem;
}

.text-primary {
    color: #0d6efd !important; /* Başlık rengini zorla */
}