﻿
body {
    font-family: 'DM Sans', sans-serif;
    background-color: #f9f9f9;
}
/* Kategori kartı link stili */
.category-card a{
    color: var(--primary-color) !important; /* Bootstrap primary */
    text-decoration: none !important;
    font-weight: 600;
    transition: color .2s ease;
}

/* Hover efekti */
.category-card a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.page-header {
    background-color: var(--primary-color) !important;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,0.05);
}

.nav-link {
    position: relative;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

    .nav-link::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0%;
        height: 2px;
        background-color: var(--primary-color) !important;
        transition: width 0.3s ease, left 0.3s ease;
    }

    .nav-link:hover {
        color: #fff;
        background-color: var(--primary-color) !important;
        border-radius: 5px;
    }

        .nav-link:hover::after {
            width: 100%;
            left: 0;
        }

/* Bootstrap dropdown menüsünün hover ile açılması için */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown menüsünün gizli olması için başlangıçta display: none; kullanıyoruz */
.nav-item.dropdown .dropdown-menu {
    display: none;
    position: absolute;
    z-index: 1000;
}

/* Mobil görünüm */
@media (max-width: 991.98px) {
    .nav-link {
        color: #333;
    }

        .nav-link:active,
        .nav-link:focus {
            background-color: rgba(13, 110, 253, 0.05); /* hafif mavi */
            color: #0d6efd;
        }

    .navbar-collapse {
        background-color: #f9f9f9;
        border-radius: 0 0 10px 10px;
        padding-bottom: 1rem;
    }
}

/*YENİ ANA SAYFA KODLARI*/
:root {
            --home-primary: var(--bs-primary, #0d6efd);
            --home-dark: #0f172a;
            --home-text: #334155;
            --home-muted: #64748b;
            --home-light: #f8fafc;
            --home-border: rgba(15, 23, 42, .09);
            --home-radius: 24px;
            --home-shadow: 0 22px 60px rgba(15, 23, 42, .10);
        }

        body {
            overflow-x: hidden;
            color: var(--home-text);
            background: #fff;
        }

        .home-section {
            position: relative;
            padding: 100px 0;
        }

        .home-section--soft {
            background:
                radial-gradient(circle at 10% 10%, rgba(13, 110, 253, .08), transparent 30%),
                linear-gradient(180deg, #f8fafc 0%, #fff 100%);
        }

        .section-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            margin-bottom: 14px;
            color: var(--home-primary);
            font-size: .78rem;
            font-weight: 800;
            letter-spacing: .14em;
            text-transform: uppercase;
        }

        .section-eyebrow::before {
            width: 32px;
            height: 2px;
            content: "";
            border-radius: 50px;
            background: currentColor;
        }

        .section-title {
            max-width: 760px;
            margin: 0;
            color: var(--home-dark);
            font-size: clamp(2rem, 4vw, 3.25rem);
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -.045em;
        }

        .section-text {
            max-width: 680px;
            margin-top: 18px;
            color: var(--home-muted);
            font-size: 1.05rem;
            line-height: 1.85;
        }

        /* Hero */
        .hero-slider {
            position: relative;
            background: var(--home-dark);
        }

        .hero-slider .carousel-item {
            position: relative;
            min-height: min(820px, calc(100vh - 70px));
            overflow: hidden;
        }

        .hero-slider .carousel-item::before {
            position: absolute;
            inset: 0;
            z-index: 1;
            content: "";
            background:
                linear-gradient(90deg, rgba(3, 7, 18, .88) 0%, rgba(3, 7, 18, .62) 43%, rgba(3, 7, 18, .14) 75%, rgba(3, 7, 18, .22) 100%),
                linear-gradient(0deg, rgba(3, 7, 18, .45), transparent 42%);
        }

        .hero-slider .carousel-item > img {
            width: 100%;
            height: min(820px, calc(100vh - 70px));
            min-height: 620px;
            object-fit: cover;
            object-position: center;
            transform: scale(1.03);
            transition: transform 7s ease;
        }

        .hero-slider .carousel-item.active > img {
            transform: scale(1.1);
        }

        .hero-slider .carousel-caption {
            right: auto;
            bottom: auto;
            left: 50%;
            top: 50%;
            z-index: 2;
            width: 100%;
            max-width: 1320px;
            padding: 0 78px;
            text-align: left;
            transform: translate(-50%, -50%);
        }

        .hero-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 20px;
            padding: 9px 14px;
            border: 1px solid rgba(255, 255, 255, .24);
            border-radius: 999px;
            color: #fff;
            background: rgba(255, 255, 255, .10);
            backdrop-filter: blur(10px);
            font-size: .78rem;
            font-weight: 700;
            letter-spacing: .11em;
            text-transform: uppercase;
        }

        .hero-kicker::before {
            width: 8px;
            height: 8px;
            content: "";
            border-radius: 50%;
            background: var(--home-primary);
            box-shadow: 0 0 0 6px rgba(13, 110, 253, .22);
        }

        .hero-slider .carousel-caption h1 {
            max-width: 880px;
            margin: 0 0 24px;
            color: #fff;
            font-size: clamp(2.8rem, 6.2vw, 6.1rem);
            font-weight: 800;
            line-height: .98;
            letter-spacing: -.06em;
            text-shadow: 0 12px 35px rgba(0, 0, 0, .22);
        }

        .hero-slider .carousel-caption p {
            max-width: 680px;
            margin-bottom: 34px;
            color: rgba(255, 255, 255, .82);
            font-size: clamp(1rem, 1.6vw, 1.24rem);
            line-height: 1.8;
        }

        .hero-action {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            min-height: 56px;
            padding: 0 27px;
            border: 0;
            border-radius: 14px;
            box-shadow: 0 14px 34px rgba(13, 110, 253, .30);
            font-weight: 700;
            transition: transform .25s ease, box-shadow .25s ease;
        }

        .hero-action:hover {
            transform: translateY(-3px);
            box-shadow: 0 20px 42px rgba(13, 110, 253, .38);
        }

        .hero-slider .carousel-control-prev,
        .hero-slider .carousel-control-next {
            top: auto;
            bottom: 34px;
            z-index: 3;
            width: 54px;
            height: 54px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 50%;
            background: rgba(15, 23, 42, .32);
            backdrop-filter: blur(12px);
            opacity: 1;
        }

        .hero-slider .carousel-control-prev { left: calc(50% - 640px); }
        .hero-slider .carousel-control-next { left: calc(50% - 574px); }
        .hero-slider .carousel-control-prev-icon,
        .hero-slider .carousel-control-next-icon { width: 1.1rem; height: 1.1rem; }

        /* Services */
        .services-heading {
            display: flex;
            align-items: end;
            justify-content: space-between;
            gap: 30px;
            margin-bottom: 46px;
        }

        .service-card {
            position: relative;
            height: 100%;
            overflow: hidden;
            border: 1px solid var(--home-border);
            border-radius: var(--home-radius);
            background: #fff;
            box-shadow: 0 10px 30px rgba(15, 23, 42, .06);
            transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
        }

        .service-card:hover {
            border-color: rgba(13, 110, 253, .26);
            box-shadow: var(--home-shadow);
            transform: translateY(-10px);
        }

        .service-card__media {
            position: relative;
            height: 285px;
            overflow: hidden;
            background: #e2e8f0;
        }

        .service-card__media::after {
            position: absolute;
            inset: 0;
            content: "";
            background: linear-gradient(180deg, transparent 48%, rgba(15, 23, 42, .34));
        }

        .service-card__media img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform .6s ease;
        }

        .service-card:hover .service-card__media img { transform: scale(1.08); }

        .service-card__number {
            position: absolute;
            top: 18px;
            left: 18px;
            z-index: 2;
            display: grid;
            width: 46px;
            height: 46px;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, .25);
            border-radius: 14px;
            color: #fff;
            background: rgba(15, 23, 42, .42);
            backdrop-filter: blur(10px);
            font-size: .85rem;
            font-weight: 800;
        }

        .service-card__body {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 25px 24px 27px;
        }

        .service-card__title {
            margin: 0;
            color: var(--home-dark);
            font-size: 1.28rem;
            font-weight: 800;
            letter-spacing: -.025em;
        }

        .service-card__arrow {
            display: grid;
            flex: 0 0 46px;
            width: 46px;
            height: 46px;
            place-items: center;
            border-radius: 50%;
            color: var(--home-primary);
            background: rgba(13, 110, 253, .09);
            transition: color .25s ease, background .25s ease, transform .25s ease;
        }

        .service-card:hover .service-card__arrow {
            color: #fff;
            background: var(--home-primary);
            transform: rotate(-35deg);
        }

        .service-card-link {
            display: block;
            height: 100%;
            color: inherit;
            text-decoration: none;
        }

        /* Introduction */
        .intro-visual {
            position: relative;
            padding: 0 34px 34px 0;
        }

        .intro-visual::before {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 65%;
            height: 65%;
            content: "";
            border-radius: 28px;
            background: var(--home-primary);
            opacity: .11;
        }

        .intro-visual__image {
            position: relative;
            z-index: 1;
            width: 100%;
            min-height: 520px;
            border-radius: 28px;
            object-fit: cover;
            box-shadow: var(--home-shadow);
        }

        .video-trigger {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 2;
            display: grid;
            width: 92px;
            height: 92px;
            place-items: center;
            border: 1px solid rgba(255, 255, 255, .45);
            border-radius: 50%;
            color: #fff;
            background: rgba(13, 110, 253, .92);
            box-shadow: 0 0 0 14px rgba(255, 255, 255, .20), 0 18px 40px rgba(15, 23, 42, .28);
            text-decoration: none;
            transform: translate(-65%, -65%);
            transition: transform .25s ease, background .25s ease;
        }

        .video-trigger:hover {
            color: #fff;
            background: var(--home-dark);
            transform: translate(-65%, -65%) scale(1.08);
        }

        .video-trigger i { margin-left: 5px; font-size: 1.45rem; }

        .experience-badge {
            position: absolute;
            right: 0;
            bottom: 70px;
            z-index: 3;
            width: 155px;
            padding: 24px 20px;
            border-radius: 20px;
            color: #fff;
            background: var(--home-dark);
            box-shadow: 0 18px 42px rgba(15, 23, 42, .22);
        }

        .experience-badge strong {
            display: block;
            font-size: 2.2rem;
            line-height: 1;
            letter-spacing: -.05em;
        }

        .experience-badge span {
            display: block;
            margin-top: 8px;
            color: rgba(255, 255, 255, .72);
            font-size: .82rem;
            line-height: 1.45;
        }

        .intro-content { padding-left: clamp(0px, 5vw, 70px); }

        .intro-content .section-text {
            max-height: 265px;
            overflow-y: auto;
            padding-right: 14px;
            scrollbar-width: thin;
            scrollbar-color: rgba(13, 110, 253, .42) rgba(15, 23, 42, .06);
        }

        .intro-content .section-text::-webkit-scrollbar { width: 6px; }
        .intro-content .section-text::-webkit-scrollbar-track { background: rgba(15, 23, 42, .06); border-radius: 10px; }
        .intro-content .section-text::-webkit-scrollbar-thumb { background: rgba(13, 110, 253, .42); border-radius: 10px; }

        .intro-features {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 15px;
            margin: 28px 0 34px;
        }

        .intro-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            color: var(--home-dark);
            font-weight: 700;
        }

        .intro-feature i {
            display: grid;
            width: 34px;
            height: 34px;
            place-items: center;
            border-radius: 10px;
            color: var(--home-primary);
            background: rgba(13, 110, 253, .10);
            font-size: .82rem;
        }

        .btn-modern-outline {
            display: inline-flex;
            align-items: center;
            gap: 11px;
            min-height: 54px;
            padding: 0 25px;
            border: 1px solid rgba(13, 110, 253, .30);
            border-radius: 14px;
            color: var(--home-primary);
            background: #fff;
            font-weight: 700;
            transition: all .25s ease;
        }

        .btn-modern-outline:hover {
            color: #fff;
            border-color: var(--home-primary);
            background: var(--home-primary);
            transform: translateY(-2px);
        }

        @media (max-width: 1399.98px) {
            .hero-slider .carousel-control-prev { left: 40px; }
            .hero-slider .carousel-control-next { left: 106px; }
        }

        @media (max-width: 991.98px) {
            .home-section { padding: 78px 0; }
            .hero-slider .carousel-item,
            .hero-slider .carousel-item > img { height: 720px; min-height: 720px; }
            .hero-slider .carousel-item::before {
                background: linear-gradient(90deg, rgba(3, 7, 18, .84), rgba(3, 7, 18, .42));
            }
            .hero-slider .carousel-caption { padding: 0 42px; }
            .services-heading { display: block; }
            .intro-content { padding: 60px 0 0; }
        }

        @media (max-width: 767.98px) {
            .home-section { padding: 64px 0; }
            .hero-slider .carousel-item,
            .hero-slider .carousel-item > img { height: 670px; min-height: 670px; }
            .hero-slider .carousel-caption { padding: 0 24px; }
            .hero-slider .carousel-caption h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
            .hero-slider .carousel-caption p { line-height: 1.65; }
            .hero-slider .carousel-control-prev,
            .hero-slider .carousel-control-next { bottom: 22px; width: 48px; height: 48px; }
            .hero-slider .carousel-control-prev { left: 24px; }
            .hero-slider .carousel-control-next { left: 82px; }
            .service-card__media { height: 240px; }
            .intro-visual { padding: 0 18px 18px 0; }
            .intro-visual__image { min-height: 410px; }
            .experience-badge { right: 0; bottom: 38px; width: 135px; padding: 20px 17px; }
            .video-trigger { width: 76px; height: 76px; }
            .intro-features { grid-template-columns: 1fr; }
        }

        @media (prefers-reduced-motion: reduce) {
            .hero-slider .carousel-item > img,
            .service-card,
            .service-card__media img,
            .service-card__arrow,
            .hero-action,
            .video-trigger { transition: none !important; }
        }.site-footer {
        position: relative;
        overflow: hidden;
        margin-top: 70px;
        color: rgba(255, 255, 255, .78);
        background:
            radial-gradient(circle at 10% 0%, rgba(255, 255, 255, .10), transparent 30%),
            linear-gradient(135deg, #111827 0%, #0b1220 52%, #05080f 100%);
    }
/*YENİ ANA SAYFA KODLARI*/
/*YENİ FOOTER KODLARI*/
    .site-footer::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, transparent, var(--bs-primary), transparent);
    }

    .footer-main {
        position: relative;
        z-index: 1;
        padding: 72px 0 48px;
    }

    .footer-brand-title,
    .footer-heading {
        margin: 0 0 24px;
        color: #fff;
        font-weight: 700;
        letter-spacing: -.02em;
    }

    .footer-brand-title {
        font-size: clamp(1.45rem, 2vw, 2rem);
    }

    .footer-heading {
        position: relative;
        padding-bottom: 13px;
        font-size: .95rem;
        letter-spacing: .09em;
        text-transform: uppercase;
    }

    .footer-heading::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 42px;
        height: 2px;
        border-radius: 99px;
        background: var(--bs-primary);
    }

    .footer-contact-list,
    .footer-menu-list {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-contact-item {
        display: flex;
        align-items: flex-start;
        gap: 13px;
        margin-bottom: 17px;
    }

    .footer-contact-icon {
        display: inline-flex;
        flex: 0 0 38px;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 12px;
        color: #fff;
        background: rgba(255, 255, 255, .06);
    }

    .footer-contact-content span {
        display: block;
        margin-bottom: 3px;
        color: rgba(255, 255, 255, .46);
        font-size: .72rem;
        font-weight: 700;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .footer-contact-content a,
    .footer-contact-content p {
        margin: 0;
        color: rgba(255, 255, 255, .78);
        line-height: 1.65;
        text-decoration: none;
        transition: color .25s ease;
    }

    .footer-contact-content a:hover {
        color: #fff;
    }

    .footer-menu-list li + li {
        margin-top: 8px;
    }

    .footer-menu-link {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 5px 0;
        color: rgba(255, 255, 255, .70);
        text-decoration: none;
        transition: transform .25s ease, color .25s ease;
    }

    .footer-menu-link::before {
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: var(--bs-primary);
        transition: transform .25s ease;
    }

    .footer-menu-link:hover {
        color: #fff;
        transform: translateX(5px);
    }

    .footer-menu-link:hover::before {
        transform: scale(1.45);
    }

    .footer-map-wrap {
        overflow: hidden;
        min-height: 250px;
        border: 1px solid rgba(255, 255, 255, .10);
        border-radius: 20px;
        background: rgba(255, 255, 255, .04);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .22);
    }

    .footer-map-wrap iframe {
        display: block;
        width: 100%;
        height: 250px;
        border: 0;
        filter: saturate(.75) contrast(1.05);
    }

    .footer-bottom {
        position: relative;
        z-index: 1;
        border-top: 1px solid rgba(255, 255, 255, .09);
        background: rgba(0, 0, 0, .18);
    }

    .footer-bottom-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        padding: 22px 0;
    }

    .footer-copyright {
        margin: 0;
        color: rgba(255, 255, 255, .56);
        font-size: .9rem;
    }

    .footer-legal {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-end;
        gap: 8px 18px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .footer-legal a {
        color: rgba(255, 255, 255, .66);
        font-size: .86rem;
        text-decoration: none;
        transition: color .25s ease;
    }

    .footer-legal a:hover {
        color: #fff;
    }

    .footer-translate {
        min-width: 50px;
    }

    .floating-contact {
        position: fixed;
        right: 22px;
        z-index: 2147483647;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 54px;
        height: 54px;
        border: 2px solid rgba(255, 255, 255, .85);
        border-radius: 50%;
        color: #fff !important;
        font-size: 1.45rem;
        text-decoration: none;
        box-shadow: 0 12px 30px rgba(0, 0, 0, .25);
        transition: transform .25s ease, box-shadow .25s ease;
    }

    .floating-contact:hover {
        color: #fff;
        transform: translateY(-4px) scale(1.04);
        box-shadow: 0 17px 36px rgba(0, 0, 0, .31);
    }

    .floating-contact.Whatsapp {
        bottom: 88px;
        background: #25d366;
    }

    .floating-contact.Instagram {
        bottom: 22px;
        background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
    }

    @media (max-width: 991.98px) {
        .footer-main {
            padding: 58px 0 38px;
        }

        .footer-column {
            margin-bottom: 36px;
        }
    }

    @media (max-width: 767.98px) {
        .site-footer {
            margin-top: 48px;
        }

        .footer-bottom-inner {
            flex-direction: column;
            align-items: flex-start;
        }

        .footer-legal {
            justify-content: flex-start;
        }

        .floating-contact {
            right: 14px;
            width: 48px;
            height: 48px;
            font-size: 1.25rem;
        }

        .floating-contact.Whatsapp {
            bottom: 76px;
        }

        .floating-contact.Instagram {
            bottom: 16px;
        }
    }
/*YENİ FOOTER KODLARI*/
/*YENİ HEADER KODLARI*/
.yc-header {
        position: relative;
        z-index: 1030;
    }

    .yc-navbar {
        background: rgba(255, 255, 255, 0.96);
        border-bottom: 1px solid rgba(15, 23, 42, 0.08);
        box-shadow: 0 8px 30px rgba(15, 23, 42, 0.06);
        backdrop-filter: blur(14px);
        -webkit-backdrop-filter: blur(14px);
        transition: box-shadow .3s ease, background-color .3s ease;
    }

    .yc-navbar .container {
        min-height: 88px;
    }

    .yc-navbar-brand {
        display: inline-flex;
        align-items: center;
        flex-shrink: 0;
        margin-right: 28px;
        padding: 4px 0;
    }

    .yc-navbar-brand img {
        display: block;
        width: auto;
        max-width: 220px;
        max-height: 72px;
        object-fit: contain;
    }

    .yc-navbar .navbar-toggler {
        width: 46px;
        height: 46px;
        padding: 0;
        border: 1px solid rgba(15, 23, 42, 0.12);
        border-radius: 14px;
        box-shadow: none;
    }

    .yc-navbar .navbar-toggler:focus {
        box-shadow: 0 0 0 4px rgba(13, 110, 253, 0.12);
    }

    .yc-navbar-nav {
        gap: 2px;
    }

    .yc-navbar .nav-link {
        position: relative;
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 11px 12px !important;
        color: #172033;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .02em;
        border-radius: 11px;
        transition: color .25s ease, background-color .25s ease, transform .25s ease;
    }

    .yc-navbar .nav-link:hover,
    .yc-navbar .nav-link:focus {
        color: var(--bs-primary, #0d6efd);
        background: rgba(13, 110, 253, 0.07);
    }

    .yc-navbar .nav-animated::after {
        content: "";
        position: absolute;
        right: 12px;
        bottom: 6px;
        left: 12px;
        height: 2px;
        border-radius: 999px;
        background: var(--bs-primary, #0d6efd);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform .25s ease;
    }

    .yc-navbar .nav-animated:hover::after,
    .yc-navbar .nav-animated:focus::after {
        transform: scaleX(1);
    }

    .yc-dropdown-toggle::before {
        content: "";
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-right: 1.7px solid currentColor;
        border-bottom: 1.7px solid currentColor;
        transform: rotate(45deg) translateY(-2px);
        transition: transform .2s ease;
    }

    .yc-navbar .dropdown:hover > .yc-dropdown-toggle::before,
    .yc-navbar .dropdown:focus-within > .yc-dropdown-toggle::before {
        transform: rotate(225deg) translate(-1px, -1px);
    }

    .yc-navbar .dropdown-menu {
        min-width: 250px;
        margin-top: 0;
        padding: 10px;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.98);
        box-shadow: 0 22px 55px rgba(15, 23, 42, 0.14);
    }

    .yc-navbar .dropdown-item,
    .yc-navbar .dropdown-menu .nav-link {
        min-height: auto;
        padding: 11px 13px !important;
        color: #263248;
        font-size: 13px;
        font-weight: 600;
        border-radius: 10px;
        white-space: normal;
        transition: color .2s ease, background-color .2s ease, padding .2s ease;
    }

    .yc-navbar .dropdown-item:hover,
    .yc-navbar .dropdown-item:focus,
    .yc-navbar .dropdown-menu .nav-link:hover,
    .yc-navbar .dropdown-menu .nav-link:focus {
        color: var(--bs-primary, #0d6efd);
        background: rgba(13, 110, 253, 0.08);
        padding-left: 17px !important;
    }

    .yc-social-nav {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        min-height: 40px !important;
        margin-left: 4px;
        padding: 0 !important;
        border: 1px solid rgba(15, 23, 42, 0.08);
        border-radius: 50% !important;
        background: #fff;
        font-size: 16px !important;
    }

    .yc-social-nav::after {
        display: none !important;
    }

    .yc-social-nav:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 18px rgba(15, 23, 42, 0.10);
    }

    .yc-offer-item {
        margin-left: 10px;
    }

    .yc-offer-btn {
        justify-content: center;
        min-width: 128px;
        padding: 12px 18px !important;
        color: #fff !important;
        background: var(--bs-primary, #0d6efd) !important;
        border-radius: 13px !important;
        box-shadow: 0 10px 24px rgba(13, 110, 253, 0.22);
    }

    .yc-offer-btn::after {
        display: none !important;
    }

    .yc-offer-btn:hover,
    .yc-offer-btn:focus {
        color: #fff !important;
        background: #0b5ed7 !important;
        transform: translateY(-2px);
        box-shadow: 0 14px 30px rgba(13, 110, 253, 0.28);
    }

    @media (min-width: 992px) {
        .yc-navbar .dropdown:hover > .dropdown-menu,
        .yc-navbar .dropdown:focus-within > .dropdown-menu {
            display: block;
            animation: ycDropdownIn .2s ease both;
        }
    }

    @keyframes ycDropdownIn {
        from {
            opacity: 0;
            transform: translateY(8px);
        }
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    @media (max-width: 1199.98px) {
        .yc-navbar .nav-link {
            padding-right: 9px !important;
            padding-left: 9px !important;
            font-size: 12px;
        }

        .yc-navbar-brand img {
            max-width: 185px;
        }
    }

    @media (max-width: 991.98px) {
        .yc-navbar .container {
            min-height: 76px;
        }

        .yc-navbar-brand img {
            max-width: 180px;
            max-height: 60px;
        }

        .yc-navbar .navbar-collapse {
            margin-top: 12px;
            padding: 14px;
            border: 1px solid rgba(15, 23, 42, 0.08);
            border-radius: 18px;
            background: #fff;
            box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
        }

        .yc-navbar-nav {
            align-items: stretch !important;
            gap: 3px;
        }

        .yc-navbar .nav-link {
            width: 100%;
            padding: 12px 14px !important;
        }

        .yc-navbar .dropdown-menu {
            margin: 4px 0 8px;
            padding: 6px;
            border-radius: 12px;
            box-shadow: none;
        }

        .yc-dropdown-toggle {
            justify-content: space-between;
        }

        .yc-dropdown-toggle::before {
            order: 2;
            margin-right: 2px;
            margin-left: 10px;
        }

        .yc-offer-item {
            margin-top: 8px;
            margin-left: 0;
        }

        .yc-offer-btn {
            width: 100%;
        }
    }

    @media (max-width: 575.98px) {
        .yc-navbar-brand img {
            max-width: 150px;
            max-height: 54px;
        }
    }
/*YENİ HEADER KODLARI*/

/* Yön oklarını slider'ın içine ve düzgün yerleştirme */
#heroSlider .carousel-control-prev,
#heroSlider .carousel-control-next {
    position: absolute;
    transform: translateY(-50%); /* Dikeyde ortalamak */
    width: 5%; /* Yön oklarının genişliği */
    border: none;
    margin: 0 2em 0 2em;
}

#heroSlider .carousel-control-prev-icon,
#heroSlider .carousel-control-next-icon {
    border-radius: 50%; /* Ok ikonlarını yuvarlak yapıyoruz */
}

/* Yön oklarının daha büyük olmasını sağlamak için */
#heroSlider .carousel-control-prev-icon,
#heroSlider .carousel-control-next-icon {
    width: 40px;
    height: 40px;
    background-size: 100%;
}

#heroSlider .carousel button > span {
    padding: 5px;
    color: white;
}

    #heroSlider .carousel button > span:hover {
        background-color: rgba(0,0,0,0.8);
    }

#heroSlider .carousel-item {
    display: flex;
    justify-content: center; /* Yatayda ortalama */
    align-items: center; /* Dikeyde ortalama */
}


    /*.slider-image {
    height: 100vh; 
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}*/

    #heroSlider .carousel-item img {
        height: 500px;
        object-fit: cover;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

        #heroSlider .carousel-item img:hover {
            transform: scale(1.01);
        }
/* Mobilde kırpmadan tam oturt, ama boşluk oluşmasını engelle */
@media (max-width: 768px) {
    #heroSlider .carousel-item img {
        height: 60vh; /* Mobilde daha az yükseklik */
        background-size: contain;
        background-position: top center;
    }

    #heroSlider .carousel-control-prev-icon,
    #heroSlider .carousel-control-next-icon {
        height: 30px;
    }
}

@media (max-width: 480px) {
    #heroSlider .carousel-item img {
        height: 32vh;
    }

    #heroSlider .carousel-control-prev-icon,
    #heroSlider .carousel-control-next-icon {
        height: 30px;
    }
}

@media (max-width: 390px) and (min-width: 376px) {
    #heroSlider .carousel-item img {
        height: 20vh;
    }

    #heroSlider .carousel-control-prev-icon,
    #heroSlider .carousel-control-next-icon {
        height: 30px;
    }
}

@media (max-width: 320px) {
    #heroSlider .carousel-item img {
        height: 24vh;
    }

    #heroSlider .carousel-control-prev-icon,
    #heroSlider .carousel-control-next-icon {
        height: 30px;
    }
}

.category-card {
    border: none;
    transition: 0.3s;
}

    .category-card:hover {
        transform: scale(1.03);
    }

.intro-section {
    background-color: #fff;
    padding: 60px 0;
}

.footer {
    background-color: #111;
    color: #ccc;
    padding: 40px 0;
}

    .footer a {
        color: #ccc;
        text-decoration: none;
    }

        .footer a:hover {
            text-decoration: underline;
        }

.language-select {
    font-size: 0.9rem;
}

.product-card {
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    transition: all 0.3s ease;
}

    .product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    }

.page-header {
    background-color: #0d6efd;
    color: white;
    padding: 60px 0;
    text-align: center;
}

.product-card img {
    border-radius: 10px 10px 0 0;
}

.product-card .card-body {
    padding: 1rem;
}


.list-group-item {
    background-color: #f9f9f9;
    border: none;
    font-size: 0.95rem;
}

h2, h4 {
    font-weight: 600;
}

.text-muted {
    font-size: 0.95rem;
}

[data-lightbox] img {
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

    [data-lightbox] img:hover {
        transform: scale(1.03);
    }

.thumb-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 5px;
    transition: 0.3s;
}

    .thumb-img:hover,
    .thumb-img.active {
        border-color: #0d6efd;
        transform: scale(1.05);
    }



.scroll-products {
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 1rem;
    padding-bottom: 10px;
    scrollbar-width: none; /* Firefox */
}

    .scroll-products::-webkit-scrollbar {
        display: none; /* Chrome */
    }

.product-card-wrap {
    flex: 0 0 auto;
    scroll-snap-align: start;
    width: 100%;
}

@media (min-width: 576px) {
    .product-card-wrap {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .product-card-wrap {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .product-card-wrap {
        width: 25%;
    }
}

.scroll-wrapper {
    position: relative;
}

/* Scroll butonlar */
.scroll-btn {
    position: absolute;
    z-index: 9999;
    top: 50%; /* Artık doğrudan kaydırma alanının ortasına */
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .scroll-btn:hover {
        background-color: rgba(0,0,0,0.8);
    }

    .scroll-btn.left {
        left: 10px;
        color: #f9f9f9;
    }

    .scroll-btn.right {
        right: 10px;
        color: #f9f9f9;
    }


.product-card-wrap {
    flex: 0 0 auto;
    padding: 5px;
    width: 100%;
    min-height: 100%;
    cursor: pointer;
}

@media (min-width: 576px) {
    .product-card-wrap {
        width: 50%;
    }
}

@media (min-width: 768px) {
    .product-card-wrap {
        width: 33.33%;
    }
}

@media (min-width: 1200px) {
    .product-card-wrap {
        width: 25%;
    }
}
/* Kartlar dikeyde eşitlenip düzgün görünür */
.product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

    /* Kart içeriği esnek büyüsün */
    .product-card .card-body {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    /* Görseller daha dengeli görünür */
    .product-card img {
        height: 200px;
        object-fit: cover;
    }

.card-yco {
    border: 0.5px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
    padding: 2em 1em;
    background-color: white !important;
}

.Whatsapp {
    background-color: #21c741;
    border-radius: 50%;
    bottom: 25px;
    color: #ffffff;
    font-size: 22px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    text-align: center;
    width: 50px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    font-weight: 400;
        }
    
    .Instagram {
    background-color: #e56969;
    border-radius: 50%;
    bottom: 85px;
    color: #ffffff;
    font-size: 22px;
    height: 50px;
    line-height: 54px;
    right: 20px;
    text-align: center;
    width: 50px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    box-shadow: 0 10px 20px 0 rgba(23, 22, 49, 0.1);
    font-weight: 400;
        }