body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
    box-shadow: 0 2px 10px rgb(0 0 0 / 0.1);
    z-index: 100;
    transition: all 0.3s ease;
}

.navbar-custom {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.navbar-custom .nav-link, .navbar-custom .navbar-brand {
    color: #000000;
    font-weight: 400;
}

.navbar-custom .nav-link {
    color: #333;
    font-weight: 500;
    padding: 8px 16px;
    margin: 0 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.navbar-custom .nav-link:hover {
    color: #e0001a;
}

.navbar-custom .nav-link.active {
    background-color: rgb(225 225 225 / 43%)
}

.navbar-custom .nav-link:hover {
    color: #e0001a;
}

/* Mobil menü butonu */
.navbar-toggler {
    border: none;
    padding: 10px;
    transition: all 0.3s ease;
    position: relative;
}

/* Özel hamburger menü çizgileri */
.navbar-toggler:focus {
    box-shadow: none;
}

/* Hamburger menü animasyonu */
.hamburger-menu {
    width: 30px;
    height: 20px;
    position: relative;
    display: inline-block;
}

.hamburger-menu span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.card-products {
    display: flex;
    position: relative;
    flex-direction: row;
    word-wrap: break-word;
    background-clip: border-box;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, .125);
    background-color: #f2f2f2;
}

.card-img-wrapper {
    overflow: hidden;
    flex-grow: 1;
}

.category-card:hover,
.category-card:focus {
    transform: translateY(-5px);
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.22);
    text-decoration: none;
}

.category-card:hover .card-img-top {
    transform: scale(1.05);
}

.card-body-category {
    color: black;
    border-bottom: 1px solid #000;
    width: 100%;
    margin-top: 30px;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.3s ease;
    display: block;
}

.hamburger-menu span:nth-child(1) {
    top: 0;
}

.hamburger-menu span:nth-child(2) {
    top: 9px;
}

.hamburger-menu span:nth-child(3) {
    bottom: 0;
}

/* Mobil görünüm için collapse animasyonu */
.navbar-collapse {
    transition: all 0.3s ease;
}

.hero-section {
    background: center center/cover no-repeat;
    height: 500px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 15px;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.7);
}

.hero-section p {
    font-size: 1.5rem;
    margin-bottom: 25px;
    text-shadow: 1px 1px 6px rgb(0 0 0 / 0.6);
}

.card-custom {
    border: none;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
    align-items: center;
}

.card-custom:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 20px rgb(0 0 0 / 0.15);
}

.container {
    max-width: 1300px !important;
}

.card {
    /*background-color: #f2f2f2;*/
    flex-wrap: wrap;
}

footer {
    background-color: #e6e6e6;
}

.logo-img {
    width: 120px;
}

/* Hero Slider Stilleri */
.hero-slide {
    height: 600px;
    position: relative;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    background-color: rgba(0, 0, 0, .2);
}

/* Özellik Kutuları */
.feature-box {
    background: white;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.feature-box:hover {
    transform: translateY(-10px);
}

/* Kategori Kartları */
.category-card {
    position: relative;
    overflow: hidden;
}

.category-card img {
    height: 100%;
    object-fit: fill;
    text-decoration: none;
    color: inherit;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 20px;
    transform: translateY(100px);
    transition: transform 0.3s ease;
}

.category-card:hover img {
    transform: scale(1.1);
}

.category-card:hover .category-overlay {
    transform: translateY(0);
}

/* Neden Biz Bölümü */
.why-us-content h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

/* CTA Bölümü */
.cta {
    background-attachment: fixed;
}

/* Genel Stilller */
.btn-primary {
    padding: 12px 30px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-weight: 500;
}

section {
    position: relative;
    overflow: hidden;
}

/* Haber Kartları */
.news {
    background-color: #e9ecef !important;
    border: 1px solid #dee2e6 !important;
}

.news-card {
    border: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.news-image-container {
    position: relative;
    height: 200px;
    overflow: hidden;
}

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

.news-date {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.news-date .day {
    display: block;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #4a4a4a;
}

.news-date .month {
    display: block;
    font-size: 0.8rem;
    text-transform: uppercase;
    color: #666;
}

/* Tüm Haberler Butonu */
.btn-outline-secondary {
    color: #4a4a4a;
    border-color: #4a4a4a;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-outline-secondary:hover {
    background-color: #4a4a4a;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Link rengi güncellemesi */
.news-card .btn-link.text-secondary {
    color: #4a4a4a !important;
}

.news-card .btn-link.text-secondary:hover {
    color: #2a2a2a !important;
}

.banner {
    background-image: url('../img/urunlerimiz.jpg'); /* Banner resmi */
    background-size: cover;
    background-position: center;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.7);
    margin-bottom: 30px;
    border-radius: 8px;
}

.banner-contact {
    background-image: url('../img/iletisim.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.banner-blog {
    background-image: url('../img/blog.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.banner-contact-about {
    background-image: url('../img/hakkimizda.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.banner-contact-product {
    background-image: url('../img/urunlerimiz.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 150px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
}

.breadcrumb-container {
    background-color: #f8f9fa;
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.category-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 25px;
    border-bottom: 2px solid #e1e1e1;
    padding-bottom: 5px;
}

.product-card {
    box-shadow: 0 2px 10px rgb(0 0 0 / 20%);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
}

.product-card:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 20px rgb(0 0 0 / 0.15);
}

.product-image-thumb {
    max-width: 100%;
    height: auto;
    display: block;
}

.no-image-placeholder {
    height: 180px;
    background-color: #e9ecef;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
}

.product-card-body {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.product-title {
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}

.product-description {
    color: #6c757d;
    font-size: 0.8rem;
    max-height: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 991px) {
    .navbar-custom .nav-link {
        padding: 12px 16px;
        margin: 4px 0;
    }

    .navbar-nav {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}

/*About*/
.about-section {
    background-color: #f8f9fa;
    padding-top: 80px;
    padding-bottom: 80px;
}

.about-image-container {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
}

.about-image {
    width: auto;
    max-height: 400px;
    transition: transform 0.5s ease;
    display: inline-block;
    border-radius: 25px;
}

.about-image:hover {
    transform: scale(1.02);
}

.about-content {
    animation: fadeInRight 1s ease-in forwards;
}

.content-text {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #495057;
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 991px) {
    .about-image-container {
        margin-bottom: 2rem;
    }

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

    .about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.breadcrumb a {
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.hero-image {
    position: relative;
    width: 100%;
    height: 100%;
}

.hero-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.blog-post-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 1rem;
}
.blog-post {
    max-width: 900px;
    margin: 0 auto;
}

.blog-featured-image {
    overflow: hidden;
}

.blog-featured-image img {
    max-width: 100%;
    height: auto;
    max-height: 350px;
    object-fit: contain;
}

.blog-post-meta {
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.blog-post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #444;
}

.blog-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 1.5rem 0;
}

.blog-post-content p {
    margin-bottom: 1.5rem;
}
/* Mobilde daha yüksek yapabilirsiniz */
@media (max-width: 767.98px) {
    .hero-image {
        min-height: 200px;
        background-size: cover !important;
        background-position: center center !important;
    }
    .banner-contact-product {
        background-image: url('../img/urunlerimiz.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 150px;
        color: white;
        display: flex;
        justify-content: center;
        font-size: 1.5rem;
    }
    .banner-contact-about {
        background-image: url('../img/hakkimizda.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 150px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }
    .banner-blog {
        background-image: url('../img/blog.jpg');
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 120px;
        color: white;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5rem;
    }
    .blog-post-title {
        font-size: 1.5rem;
        font-weight: 700;
        color: #333;
        margin-bottom: 1rem;
    }
}

.content h1 {
    font-weight: 700;
    margin-bottom: 1rem;
}

.logo-top img {
    max-height: 60px;
}

.membership-logo img {
    max-height: 50px;
}

.no-image-placeholder {
    background-color: #f0f0f0;
    color: #999;
    font-weight: 600;
    font-size: 1.2rem;
}

ul.cloud {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 2.75rem;
}

ul.cloud a {
    --size: 4;
    --color: #a33;
    color: var(--color);
    font-size: calc(var(--size) * 0.25rem + 0.5rem);
    display: block;
    padding: 0.125rem 0.25rem;
    position: relative;
    text-decoration: none;
}

ul.cloud a[data-weight="1"] {
    --size: 1;
}

ul.cloud a[data-weight="2"] {
    --size: 2;
}

ul.cloud a[data-weight="3"] {
    --size: 3;
}

ul.cloud a[data-weight="4"] {
    --size: 4;
}

ul.cloud a[data-weight="5"] {
    --size: 6;
}

ul.cloud a[data-weight="6"] {
    --size: 8;
}

ul.cloud a[data-weight="7"] {
    --size: 10;
}

ul.cloud a[data-weight="8"] {
    --size: 13;
}

ul.cloud a[data-weight="9"] {
    --size: 16;
}

ul[data-show-value] a::after {
    content: " (" attr(data-weight) ")";
    font-size: 1rem;
}

ul.cloud li:nth-child(2n+1) a {
    --color: #181;
}

ul.cloud li:nth-child(3n+1) a {
    --color: #33a;
}

ul.cloud li:nth-child(4n+1) a {
    --color: #c38;
}

ul.cloud a:focus {
    outline: 1px dashed;
}

ul.cloud a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--color);
    transform: translate(-50%, 0);
    opacity: 0.15;
    transition: width 0.25s;
}

ul.cloud a:focus::before,
ul.cloud a:hover::before {
    width: 100%;
}

@media (prefers-reduced-motion) {
    ul.cloud * {
        transition: none !important;
    }
}

.iti {
    width: 100%;
}

.list-group-item:last-child {
    margin-bottom: 0;
}

.list-group-item[style*="background-color"] {
    border-color: transparent;
}

.list-group-item:hover {
    background-color: #e2001a; /* Kırmızı arka plan örneği */
    color: white !important; /* Yazı rengini beyaz yap */
    cursor: pointer; /* Fare işaretçisi el şeklinde */
}

.list-group-item:hover a {
    color: white !important; /* Bağlantı renklerini de beyaz yap */
    text-decoration: none; /* Alt çizgiyi kaldır */
}
