@import url("./bootstrap.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/bootstrap-icons/1.13.1/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url("./animate.min.css");

:root {
    --bg-color: #fff;
    --dark-color: #1a1919;
    --dark-light-color: #2d2d2d;
    --primary-color: #d6c06b;
    --primary-color-light: #8c8259;
}

body {
    font-family: "PT Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.text-primary {
    color: var(--primary-color) !important;
}

.bg-primary {
    background-color: var(--primary-color) !important;
    color: var(--dark-color) !important;
}

.btn-primary,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active,
.btn-primary.active,
.btn-primary:checked,
.show > .btn-primary.dropdown-toggle,
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: var(--dark-color) !important;

    border-radius: 0;
    padding: 16px 32px;
    font-weight: 600;

    box-shadow: none !important;
    outline: none;
}

.btn-primary:hover {
    background-color: var(--primary-color-light) !important;
    border-color: var(--primary-color-light) !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(214, 192, 107, 0.25);
}

.btn,
a,
.category-card,
.product-card,
.blog-card,
.catalog-card,
.reference-card,
.info-card,
.contact-form-wrap,
.sidebar-panel,
.nav-link {
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease, color 0.25s ease;
}

.global-title span {
    background: linear-gradient(90deg, #c99a2e, #f4d06f, #ffe8a3, #d6a93d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.top-header {
    height: 120px;
    background: #1a1919;
    position: relative;
    overflow: hidden;
}


/* Sol eÄŸimli alan */
.top-header:before {

    content: "";

    position: absolute;

    left: 0;
    top: 0;

    width: 38%;
    height: 100%;

    background: #2d2d2d;

    clip-path: polygon(0 0,
            85% 0,
            100% 100%,
            0 100%);

}


/* logo Ã¼stte kalsÄ±n */
.logo-area {
    position: relative;
    z-index: 2;
}


/* MenÃ¼ */
.menu-box {
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 9999;
}


.navbar {
    padding-left: 25px;
}


.nav-link {

    color: #222 !important;
    font-size: 14px;
    font-weight: 500;

}


.teklif-btn {

    height: 60px;
    width: 160px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #d6c06b;
    color: white;

    border-radius: 0;

}

header .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
}

.carousel-caption {
    top: 42%;
    text-align: center;
}

#kategoriler {
    position: relative;
    z-index: 999;
    margin-top: -150px;
}

#kurumsal {
    padding: 120px 0px;
}

#urunler {
    background-color: var(--dark-light-color);
    padding: 120px 0px;
    color: var(--bg-color);
}

.product-liste {
    border-color: var(--dark-color) !important;
}

#haberler {
    padding: 120px 0px;
}

footer {
    background-color: var(--dark-color);
    color: var(--bg-color);
    padding: 75px 0px;
}

footer .footer-logo {
    filter: brightness(0) invert(1);
}

footer .nav-link {
    color: var(--bg-color) !important;
}

#detail-header {
    position: relative;
    padding: 120px 0;
    background: url("../img/detail-header.jpeg") center center/cover no-repeat fixed;
    overflow: hidden;
    color: var(--bg-color);
}

/* #detail-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
} */
.py-120 {
    padding: 120px 0px;
}

/* Ã¼rÃ¼ndety galeri */
#big-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
}

.k-img {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.k-img .thumb {
    width: 90px;
    height: 90px;
    border: 2px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
    cursor: pointer;
    transition: .3s;
}

.k-img .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.k-img .thumb:hover,
.k-img .thumb.active {
    border-color: var(--primary-color);
    box-shadow: 0 8px 20px rgba(214, 192, 107, 0.22);
}

.product-detail-card,
.detail-info-card,
.detail-gallery-card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.detail-info-card {
    padding: 28px;
}

.detail-gallery-card {
    padding: 22px;
}

.product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 18px 0 8px;
}

.product-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 12px;
    border-radius: 999px;
    background: #f9f5e7;
    color: #171717;
    font-size: 0.95rem;
}

.product-detail-content {
    color: rgba(23, 23, 23, 0.8);
    line-height: 1.8;
}

body {
    background: #fcfbf7;
    color: #171717;
    line-height: 1.7;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.site-header {
    position: relative;
    z-index: 10;
}

.top-header {
    min-height: 120px;
    background: linear-gradient(90deg, #111111 0%, #1a1a1a 100%);
    box-shadow: inset 0 -1px 0 rgba(214, 192, 107, 0.18);
}

.top-header::before {
    width: 40%;
    background: linear-gradient(90deg, #191919 0%, #2d2d2d 100%);
}

.logo-area img {
    max-height: 78px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 3px 10px rgba(214, 192, 107, 0.25));
}

.header-contact-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    color: #f7f2e7;
}

.header-contact-item {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.header-contact-item i {
    color: var(--primary-color);
    font-size: 1.1rem;
}

.header-contact-item small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
}

.header-contact-item a {
    color: #fff;
    font-weight: 600;
}

.navbar-toggler {
    border: 0;
    background: transparent;
    padding: 0.4rem 0.5rem;
}

.navbar-toggler span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 4px 0;
    background: #fff;
    border-radius: 999px;
}

.menu-box {
    position: absolute;
    top: 96px;
    width: 100%;
    z-index: 9999;
}

.navbar {
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.96);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
}

.nav-link {
    color: #171717 !important;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 12px !important;
    transition: color 0.2s ease, transform 0.2s ease;
}

.nav-link:hover,
.nav-link:focus,
.nav-link.active {
    color: var(--primary-color) !important;
    transform: translateY(-1px);
}

.nav-item.active .nav-link {
    color: var(--primary-color) !important;
}

.teklif-btn {
    height: 50px;
    width: 150px;
    background: linear-gradient(135deg, var(--primary-color) 0%, #f0d67f 100%);
    color: #171717;
    font-weight: 700;
    border: 0;
    box-shadow: 0 10px 24px rgba(214, 192, 107, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.teklif-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(214, 192, 107, 0.32);
    color: #171717;
}

.carousel-item {
    min-height: 680px;
}

.carousel-item img {
    min-height: 680px;
    object-fit: cover;
    filter: brightness(0.72);
}

.carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    left: 8%;
    width: min(560px, 92%);
    padding: 28px;
    background: rgba(7, 7, 7, 0.6);
    border: 1px solid rgba(214, 192, 107, 0.28);
    backdrop-filter: blur(8px);
    border-radius: 16px;
}

.carousel-caption h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 12px;
}

#kategoriler {
    margin-top: -90px;
    padding-bottom: 40px;
    z-index: 5;
}

.category-link {
    display: block;
    color: inherit;
}

.category-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}

.category-card img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.cat-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 18px 20px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.78) 100%);
    color: #fff;
}

.cat-title h2 {
    color: var(--primary-color);
    margin-bottom: 4px;
}

#kurumsal,
#haberler {
    padding: 90px 0;
}

#urunler {
    background: linear-gradient(135deg, #171717 0%, #2a2a2a 100%);
    padding: 120px 0;
    color: var(--bg-color);
}

.product-card {
    overflow: hidden;
    border: 1px solid rgba(214, 192, 107, 0.24);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.product-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.blog-card {
    padding: 18px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.blog-card img {
    height: 220px;
    width: 100%;
    object-fit: cover;
}

#detail-header {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72), rgba(0, 0, 0, 0.5)), url("../img/detail-header.jpeg") center center/cover no-repeat;
    padding: 100px 0 80px;
}

#detail-header .breadcrumb {
    background: transparent;
    padding: 0;
    margin: 0;
}

#detail-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.75);
}

#detail-header .breadcrumb a,
#detail-header .breadcrumb-item.active {
    color: #fff;
}

.page-content-card,
.inner-page-card {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.sidebar-panel {
    background: linear-gradient(135deg, var(--primary-color) 0%, #f4db7c 100%);
    color: #171717;
    border-radius: 16px;
    padding: 20px;
}

.sidebar-panel a {
    color: #171717;
    border-radius: 10px;
    margin-bottom: 8px;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.sidebar-panel a:hover {
    background: rgba(255, 255, 255, 0.6);
    transform: translateX(2px);
}

footer {
    background: linear-gradient(90deg, #0f0f0f 0%, #1a1a1a 100%);
    color: #f7f2e7;
    padding: 70px 0;
    border-top: 1px solid rgba(214, 192, 107, 0.2);
}

footer img {
    max-height: 72px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(214, 192, 107, 0.25));
}

.footer-copy {
    color: rgba(255, 255, 255, 0.72);
    max-width: 320px;
}

.footer-title {
    font-size: 1rem;
    color: var(--primary-color);
    margin-bottom: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li + li {
    margin-top: 8px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.84);
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--primary-color);
}

.main-content {
    background: #fcfbf7;
}

.breadcrumb-area,
.page-header {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 110px 0 70px;
    background-size: cover;
    background-position: center;
}

.breadcrumb-area::before,
.page-header::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(10, 10, 10, 0.82) 0%, rgba(10, 10, 10, 0.56) 100%);
}

.breadcrumb-area > .container,
.page-header > .container {
    position: relative;
    z-index: 1;
}

.breadcrumb-item {
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(8px);
    /* border: 1px solid rgba(255, 255, 255, 0.16); */
    /* display: inline-block; */
    padding: 12px 16px;
    /* border-radius: 999px; */
    /* color: #fff; */
}

.breadcrumb-item a,
.breadcrumb-item.active {
    color: #fff;
}

.breadcrumb-heading,
.page-header-box h1 {
    font-size: clamp(2rem, 3.2vw, 2.7rem);
    color: #fff;
    margin-bottom: 12px;
}

.page-section {
    padding: 80px 0;
}

.page-card,
.blog-list-card,
.catalog-card,
.reference-card,
.info-card,
.contact-map-card,
.contact-form-wrap {
    background: #fff;
    border: 1px solid rgba(23, 23, 23, 0.08);
    border-radius: 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.blog-list-card {
    padding: 24px;
}

.blog-list-card img,
.catalog-card img,
.reference-card img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 16px;
}

.blog-content,
.catalog-card-body,
.reference-card-body {
    padding: 8px 4px;
}

.blog-content h2,
.catalog-card-body h3,
.reference-card-body h3 {
    font-size: 1.35rem;
    margin-bottom: 12px;
}

.blog-content h2 a,
.catalog-card-body h3 a,
.reference-card-body h3 a {
    color: #171717;
}

.blog-content p,
.reference-card-body p {
    color: rgba(23, 23, 23, 0.74);
}

.catalog-card,
.reference-card {
    overflow: hidden;
    height: 100%;
}

.catalog-card-body,
.reference-card-body {
    padding: 20px;
}

.info-card {
    padding: 24px;
    height: 100%;
}

.info-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--primary-color) 0%, #f2dc86 100%);
    color: #171717;
    margin-bottom: 14px;
}

.contact-form-wrap {
    padding: 28px;
}

.contact-form-wrap .input-field,
.contact-form-wrap .textarea-field {
    width: 100%;
    border: 1px solid #e8e0c6;
    border-radius: 14px;
    padding: 14px 16px;
    background: #fcfaf3;
}

.contact-form-wrap .textarea-field {
    min-height: 150px;
}

.contact-map-card {
    padding: 16px;
    height: 100%;
}

.contact-map-card iframe {
    width: 100%;
    min-height: 420px;
    border: 0;
    border-radius: 14px;
}

@media (max-width: 991px) {
    .menu-box {
        position: static;
    }

    .navbar {
        border-radius: 0 0 12px 12px;
    }

    #kategoriler {
        margin-top: 0;
        padding-top: 30px;
    }
}

@media (max-width: 767px) {
    .top-header {
        min-height: auto;
        padding: 20px 0;
    }

    .header-contact-bar {
        justify-content: flex-end;
        margin-top: 12px;
    }

    .carousel-item {
        min-height: 560px;
    }

    .carousel-item img {
        min-height: 560px;
    }

    .carousel-caption {
        left: 4%;
        width: 92%;
        padding: 20px;
    }
}