body, a {
    cursor: url("/assets/css/cursor/cursor_3.png"), default;
}


/* Metin alanları ve paragraflar için normal yazı imleci çıksın */
h1, h2, h3, h4, h5, h6, p {
    cursor: text;
}

p.description {
    cursor: grab;
}

p.description:active {
    cursor: grabbing;
}

/* ANA KONTEYNER */
.cozumler .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    max-width: 1200px;
    width: 100%;
    align-items: center;
}

/* SOL TARA (GÖRSEL ALANI) */
.image-wrapper {
    width: 100%;
    height: 600px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #1a1a1a;
    position: relative;
}

.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.4s ease-in-out; /* Yumuşak geçiş efekti */
    opacity: 1;
}

/* Geçiş animasyonu için yardımcı class */
.image-wrapper img.fade-out {
    opacity: 0;
}

/* SAĞ TARAF (İÇERİK ALANI) */
.content-wrapper {
    padding: 20px;
}

.sub-header {
    color: #888;
    font-size: 14px;
    margin-bottom: 30px;
    font-weight: 400;
}

/* LİSTE MENÜSÜ */
.service-list {
    list-style: none;
    margin-bottom: 60px;
}

.service-item {
    font-family: Hellix, sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    padding: 15px 0;
    cursor: pointer;
    border-bottom: 1px solid #333; /* Pasif çizgi */
    color: #0b1b35; /* Pasif renk */
    transition: all 0.3s ease;
}

/* Hover ve Aktif Durumlar */
.service-item:hover {
    color: #426193;
}

.service-item.active {
    color: #236ce4; /* Aktif renk */
    border-bottom: 2px solid #FFF; /* Aktif çizgi */
}

/* DİNAMİK AÇIKLAMA ALANI */
.description-area h3 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.description-area p {
    color: #888;
    font-size: 1rem;
    line-height: 1.8;
}


/* MOBİL UYUMLULUK */
@media (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .image-wrapper {
        height: 300px;
    }

    .service-item {
        font-size: 28px;
    }
}

.news .posts-wrapper .post .post-content .image-wrapper {
    aspect-ratio: 262 / 174 !important;
    padding: 0;
    height: auto;
}

.news .posts-wrapper .post .post-date {
    margin-top: 0;
}

.contact-card {
    padding: 30px;
}

.main-grid {
    align-items: flex-start;
}

.error-message {
    display: none;
    margin-bottom: 0;
    font-size: .8rem;
}

.manset-ve-sembol {
    font-size: calc(11.2px + 3.57647vw);
    color: #ededed;
}

.product-card {
    padding-top: 0;
    margin-top: calc(-1.57647vw);
}


.right-content {
    margin-top: -200px;
}

.left-content {
    padding-top: 0;
    margin-top: 0;
}

.products-section {
    min-height: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

a {
    cursor: pointer;
}

.blog-link-baslik {
    cursor: pointer;
}

section.news.block {
    padding-top: 35px;
    padding-bottom: 35px;
}

section.news.block + section.news.block {
    padding-top: 20px;
}

@media (max-width: 768px) {
    section.news.block {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    section.news.block + section.news.block {
        padding-top: 15px;
    }
}

.service-card {
    display: flex;
    flex-direction: column;
}

.service-card .detail-link {
    margin-top: auto;
}

#karat-image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 0.4s ease-in-out; /* 0.4 saniyelik yumuşak geçiş */
    opacity: 1;
}

/* JavaScript bu class'ı eklediğinde görsel silikleşecek */
#karat-image.fade-out {
    opacity: 0.4; /* Tamamen kaybolmasın, hafif silikleşip değişsin (isteğe bağlı 0 da yapabilirsiniz) */
}


.product-description strong, product-description b {
    font-weight: 600;
}

/* assets/css/site.css */
.urun-resimler-div {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
}

.urun-resimler-div img {
    width: 100px;
    height: auto;
    display: block;
}


.iletisim-form {
    padding: 30px;
    margin: 0;
    width: 500px;
}


/* Küçük ekranlarda satır içi yerine sarma: */
@media (max-width: 480px) {
    .urun-resimler-div {
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
    }

    .urun-resimler-div img {
        width: 80px;
    }
}

.services-grid.urunlerimiz-grid {
    grid-template-columns:repeat(2, 1fr)
}

.service-title strong {
    font-weight: 600;
}

.iletisim-icon {
    min-width: 40px !important;
}

.mobil-goster {
    display: none;
}

@media (max-width: 960px) {
    .mobil-gizle {
        display: none !important;
    }

    .mobil-goster {
        display: block !important;
    }

    .product-title {
        font-size: 2rem;
    }

    .iletisim-form {
        width: 350px;
    }

    .slider .swiper-slide .content-wrapper h1 {

    }

    .slider .swiper-slide .content-wrapper p {
        margin-bottom: calc(88.8px + .65882vw);

    }

}

.urun-wrapper {
    cursor: grab;
}

.urun-resimler-div a img {
    min-width: 100px;
}

.policy-container {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}
.policy-container h1 {
    color: #2c3e50;
    border-bottom: 2px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.policy-container h2 {
    color: #2980b9;
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 10px;
}
.policy-container p {
    margin-bottom: 15px;
}
.policy-container ul {
    margin-bottom: 15px;
    padding-left: 20px;
}
.policy-container li {
    margin-bottom: 8px;
}
.policy-container .divider {
    border: 0;
    height: 1px;
    background: #ddd;
    margin: 50px 0;
}
.policy-container .meta-info {
    font-size: 0.9rem;
    color: #777;
    font-style: italic;
}
.policy-container a {
    color: #2980b9;
    text-decoration: none;
}
.policy-container a:hover {
    text-decoration: underline;
}

.tamamlanan-proje-kart {
    background-color: #fff;
}

.devam-proje-kart {
    background-color: #fff;
}

.entegre-kart {
    background-color: #fff;
}

.musteri-kart {
    background-color: #fff;
}

.urun-kart {
    background-color: #fff;
}