:root {
    --aralik: 16px;
}

@media (min-width: 576px) {
    :root {
        --aralik: calc((105% - 100px) / 2);
    }
}

@media (min-width: 768px) {
    :root {
        --aralik: calc((105% - 200px) / 2);
    }
}

@media (min-width: 992px) {
    :root {
        --aralik: calc((105% - 400px) / 2);
    }
}

@media (min-width: 1200px) {
    :root {
        --aralik: calc((105% - 600px) / 2);
    }
}

@media (min-width: 1400px) {
    :root {
        --aralik: calc((105% - 700px) / 2);
    }
}

/* navbar baslangıc */
@media (min-width:770px) and (max-width:1199px) {
    .header-container {
        justify-content: space-around;
    }
}

/* navbar bıtıs */
.contact-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 20px;
    font-family: var(--font-family), sans-serif;
}

.contact-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: auto;

    margin: 0 auto;
}

.contact-image {
    flex: 1;
    overflow: hidden;
}

.contact-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.contact-image {
    width: 100%;
    height: 100%;
    background-color: #999;
}

.contact-card {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 400px;
    width: 100%;
    max-width: 500px;
    font-family: var(--font-family), sans-serif;
}

.contact-card-right {
    right: 50px
}

.contact-card-left {
    left: 50px
}

.corner-deco {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #8E8566;
    border-right: 3px solid #8E8566;
}

.small-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #555;
}

.big-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.contact-text {
    font-size: 14px;
    color: #555;
    padding-bottom: 20px;
}

.contact-button {
    display: inline-block;
    background-color: #8E8566;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.contact-button:hover {
    background-color: #b0a67c;
}

@media (max-width: 760px) {
    .products-nav.owl-carousel.owl-theme.owl-loaded.owl-drag {
        top: 86px;
    }
}

@media (min-width:767px) and (max-width: 1024px) {
    .contact-container {
        height: auto;
    }

    .contact-image {
        height: 350px;
    }

    .contact-card {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: -30px;
    }
}

@media (max-width: 766px) {
    .contact-container {
        height: auto;
    }

    .contact-image {
        height: 257px;
    }

    .contact-card {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: -30px;
    }
}

.contact-section-corner-deco {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-top: 6px solid #8E8566;
    border-right: 6px solid #8E8566;
}

.contact-content {
    display: flex;
    flex-direction: column;
}

.contact-header {
    padding: 30px;
    background-color: #fff;
}

.contact-header h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.contact-header p {
    font-size: 18px;
    color: #555;
    margin: 4px 0;
}

.contact-text {
    background-color: #e9e9e9;
    padding: 30px;
}

.contact-text h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 4px;
    color: #444;
}

.contact-text p {
    font-size: 18px;
    color: #666;
    margin-bottom: 16px;
}

.contact-text button {
    background-color: #8E8566;
    color: #fff;
    font-size: 18px;
    padding: 14px 32px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.contact-text button:hover {
    background-color: #b0a67c;
}

@media (max-width: 600px) {
    .contact-card {
        max-width: 100%;
    }

    .contact-header,
    .contact-text {
        padding: 20px;
    }

    .corner-deco {
        top: 15px;
        right: 15px;
        width: 24px;
        height: 24px;
        border-width: 3px;
    }

    .contact-text button {
        font-size: 15px;
        padding: 12px;
    }
}

@media (min-width:2000px) {
    .contact-container {
        max-width: 1800px;
    }

    .contact-card-left {
        max-height: 80vh;
        left: -70px;
    }
}

@media (min-width:2000px) {
    .contact-card {
        width: 620px;
        max-width: 620px;
    }

    .contact-text {
        padding: 60px;
    }

    .contact-header {
        padding: 60px;
    }

    .contact-section-corner-deco {
        top: 40px;
        right: 40px;
    }

    .contact-text p {
        margin-bottom: 12px;
    }
}

.about-section {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px;
    font-family: var(--font-family), sans-serif;
}

.about-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 60vh;

    margin: 0 auto;
}

.about-image {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* En kritik: içeriği taşıp/kırpar ama kapsayıcıyı tamamen doldurur */
    display: block;
}

.about-card {
    position: absolute;
    top: 244px;
    right: 50px;
    transform: translateY(-50%);
    background-color: #f5f5f5;
    padding: 30px;
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.about-card-corner-deco {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top: 3px solid #8E8566;
    border-right: 3px solid #8E8566;
}

.small-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #555;
}

.big-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #333;
}

.about-text {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

.about-button {
    display: inline-block;
    background-color: #8E8566;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 14px;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.about-button:hover {
    background-color: #b0a67c;
}

@media (max-width:1999px) and (min-width:1024px) {
    .about-card {
        top: 20%;
    }
}

@media (min-width:2000px) {
    .about-container {
        max-width: 1800px;
    }

    .about-card {
        max-width: 587px;
        max-height: 80vh;
        padding: var(--box-padding);
    }

    .about-card .small-title {
        font-size: 18px;
    }

    .about-card .big-title {
        font-size: 34px;
    }

    .about-card .about-text {
        font-size: 16px;
    }

    .about-button {
        font-size: 16px;
    }

    .about-card-corner-deco {
        top: 40px;
        right: 40px;
        width: 60px;
        height: 60px;
        border-top: 8px solid #8E8566;
        border-right: 8px solid #8E8566;
    }
}

@media (max-width: 768px) {
    .about-image {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .about-container {
        height: auto;
    }

    .about-card {
        position: static;
        transform: none;
        max-width: 100%;
        margin-top: -30px;
    }

    .about-card .small-title {
        margin-top: 20px;
    }
}

@media screen and (max-width: 600px) {
    .mobil-iframe {
        height: 500px !important;
    }
}

.view-iframe {
    position: absolute;
    left: 15px;
    top: 15px;
}

.view-logo {
    position: absolute;
    right: 15px;
    top: 15px;
}

.view-logo .view-img {
    width: 200px;
}

.view-iframe .view-img {
    padding: 15px;
    background-color: #8E8566;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 7px;
}

#turntable {
    width: 100% !important;
}

.section-numbers {
    font-family: var(--font-family), sans-serif;
    padding: 60px 0;
    background-image: url('/assets/images/anasayfa/arkaplan-yeteneklerimiz.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
}

@media (max-width:768px) {
    .section-numbers {
        height: auto !important;
    }
}

.numbers-grid {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    align-items: stretch;
}

.numbers-column,
.center-column {
    display: flex;
    flex-direction: column;
}

.numbers-item {
    padding: 25px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.numbers-item .icon {
    background-color: #8E8566;
    color: white;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 0 auto 10px;
}

.numbers-item .number {
    font-size: 40px;
    font-weight: 600;
    color: #8E8566;
    font-weight: 200;
}

.numbers-item .title {
    font-size: var(--text-font-size-normal);
    color: #555;
    margin-top: 5px;
    font-weight: 300 !important;
}

/* Orta özellik kutusu */
.center-feature {
    padding: 40px;
    text-align: center;
}

.center-feature .icon {
    background-color: #8E8566;
    color: white;
    width: 50px;
    height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    margin: 0 auto 20px;
}

.center-feature h3 {
    font-size: 24px;
    font-weight: 500;
    color: #333;
}

.center-feature .text {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

/* Orta 2'li kart */
.center-row-group {
    display: flex;
    flex-direction: row;
}

.center-row-group .numbers-item {
    flex: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .numbers-grid {
        grid-template-columns: 1fr;
    }

    .corner-deco-products {
        top: 50px !important;
        right: 20px !important;
    }

    .numbers-column,
    .center-column {
        border-left: none;
        border-right: none;
    }

    .center-row-group {
        flex-direction: column;
    }

    .center-row-group .numbers-item {
        border-right: none;
        border-bottom: 1px solid #A0A0A0;
    }

    .center-row-group .numbers-item:last-child {
        border-bottom: none;
    }

    .center-column {
        order: 0;
    }
}

.yerli-sermaye {
    border-bottom: 1px solid #A0A0A0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    /* Aradaki boşluk sabit ve orantılı */
    padding: 40px 15px 40px 90px;
    text-align: left;
}

.yerli-sermaye .icon {
    flex-shrink: 0;
}

.yerli-sermaye .number,
.yerli-sermaye .title {
    margin: 0;
}

.yerli-sermaye .title {
    font-size: 15px;
    color: #555;
}

.big-feature {
    border: 1px solid #A0A0A0;
    border-top: none;
}

.big-feature div .number {
    color: #8E8566;
    font-weight: 200;
    font-size: 40px;
}

.workers-number {
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}

.experience-number {
    border-bottom: 1px solid #A0A0A0;
}

.tesis-guvenlik {
    border-right: 1px solid #A0A0A0;
}

.milli-sermaye {
    border-bottom: 1px solid #A0A0A0;
}

.center-feature.big-feature .text {
    font-size: var(--text-font-size-normal);
    color: #555;
    margin-top: 5px;
    font-weight: 300 !important;
}

.center-feature.big-feature .text {
    font-weight: 200;
    font-size: var(--text-font-size-normal);
}

.has-corner-deco {
    position: relative;
    /* Before konumlandırma için şart */
}

.has-corner-deco::before {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

@media (max-width: 992px) {

    .milli-sermaye,
    .yerli-sermaye,
    .big-feature,
    .workers-number,
    .experience-number,
    .tesis-guvenlik {
        border: none !important;
    }

    .yerli-sermaye {
        flex-direction: column;
        padding: 15px;
    }

    /* Dekoratif köşe */
    .corner-deco {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 25px;
        height: 25px;
        border-top: 5px solid #8E8566;
        border-right: 5px solid #8E8566;
    }
}

.swiper {
    overflow: inherit;
}

.swiper-container {
    overflow: hidden;
}

.swiper-buttons.ui-buttons-products {
    margin-top: -30px;
}

.item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--poppins-family);
}

.products-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrapper {
    position: relative;
    width: 100px;
    /* ikon boyutu */
    height: 100px;
}

.icon-wrapper img,
.icon-wrapper svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 6px;
}

.corner-deco-products {
    z-index: 2;
    position: absolute;
    top: 50px;
    right: 20px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.corner-deco-products-card {
    position: absolute;
    top: 20px;
    right: 40px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 200;
}

.know-right .title {
    font-weight: 500 !important;
}

.know-right .text {
    color: #A0A0A0;
    font-size: 20px;
}

.products-information__icons .title {
    text-align: left;
    font-size: 20px;
    color: #9C9C9C;
    margin-bottom: 24px;
    font-weight: 600 !important;
}

.products-information__icons .product__information-product-name {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    font-weight: 300 !important;
    font-family: var(--font-family) !important;
    color: black !important;
}

.corner-deco-announcements {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    width: 30px;
    height: 30px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
    transition: transform 0.3s ease;
}

.announcements-container {
    display: flex;
    width: 100%;
    gap: 20px;
    font-family: "Poppins", sans-serif;
}

.left-announcement {
    width: 50%;
}

.right-announcements {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.announcement-card {
    background: #FBFBFB;
    overflow: hidden;
    position: relative;
}

.card-image {
    position: relative;
}

.card-image.large {
    background-color: #999;
    height: 300px;
    overflow: hidden;
    transition: transform 0.4s ease;
    position: relative;
}

.card-image.large img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.card-image.small {
    background-color: #999;
    height: 300px;
    overflow: hidden;
    transition: transform 0.4s ease;
    position: relative;
}

.card-image.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.horizontal {
    display: flex;
    align-items: stretch;
    height: 300px;
}

.card-content {
    padding: 55px 8% !important;
    transition: background-color 0.4s ease;
}

.announcement-card:hover .corner-deco-announcements {
    transform: translate(-5px, -5px);
}

.announcement-card:hover .card-image.large img {
    transform: scale(1.05);
}

.announcement-card:hover .card-image.small img {
    transform: scale(1.05);
}

.announcement-card:hover .card-content {
    background-color: #8E8566;
    color: #fff !important;
}

.announcement-card:hover .card-content .section-title {
    color: #555 !important;
}

.horizontal .card-content {
    padding: 15px;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    min-height: 0;
}

.horizontal .card-image.left {
    order: 0;
}

.horizontal .card-image.right {
    order: 1;
}

.date-label {
    position: absolute;
    top: 0;
    width: 75px;
    height: 75px;
    left: 0;
    background-color: #8E8566;
    color: white;
    padding: 5px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.date-label span.day {
    font-size: 35px;
    line-height: 1;
}

.section-title {
    font-size: 20px;
    color: #9C9C9C;
    /* text-transform: uppercase; */
    font-weight: 500;
    margin: 0 0 5px 0;
}

.card-title,
.card-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.card-title {
    -webkit-line-clamp: 2;
    /* Maksimum 2 satır */
    font-size: 27px;
    font-family: var(--font-family);
    font-weight: 300;
    margin: 0 0 10px 0;
}

.card-text {
    -webkit-line-clamp: 3;
    /* Maksimum 3 satır */
    font-size: 14px;
    color: #555;
    margin: 0;
}

.card-image.small {
    width: 40%;
    height: 100%;
    /* yüksekliği kartla eşitle */
}

.card-image.small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* RESPONSIVE SECTION */
@media (max-width: 992px) {
    .announcements-container {
        flex-direction: column;
    }

    .left-announcement,
    .right-announcements {
        width: 100%;
    }

    .horizontal {
        flex-direction: column;
        height: auto;
        /* mobilde yükseklik otomatik */
    }

    .card-image.small {
        width: 100%;
        height: 200px;
        order: 0 !important;
    }

    .horizontal .card-content {
        width: 100%;
        order: 1 !important;
    }

    .card-content {
        margin: 20px;
    }
}

.slide-section::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 46%;
    background: linear-gradient(to top, #ffffff 20%, rgba(255, 255, 255, 0) 81%);
    pointer-events: none;
    z-index: 2;
}

.products-detail::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15%;
    background: none;
    pointer-events: none;
    z-index: 2;
}

/* .absolute-products-nav {
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    padding: 10px 0;
} */
.absolute-products-nav {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    width: 90%;
    max-width: 1200px;
    padding: 10px 0;
}

.product-item_nav {
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.4) 0%,
            /* üst – yarı saydam beyaz */
            rgba(255, 255, 255, 0.8) 60%,
            /* ortalar – daha opak */
            rgba(255, 255, 255, 1) 100%
            /* alt – tamamen beyaz */
        ) !important;
}

.slide-arrows {
    display: none;
}

#sync3 .owl-nav {
    top: 30px;
}

#sync3 button.owl-prev {
    left: -60px !important;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.4) 0%,
            /* üst – yarı saydam beyaz */
            rgba(255, 255, 255, 0.8) 60%,
            /* ortalar – daha opak */
            rgba(255, 255, 255, 1) 100%
            /* alt – tamamen beyaz */
        ) !important;
}

#sync3 button.owl-next {
    right: -60px !important;
    background: linear-gradient(to bottom,
            rgba(255, 255, 255, 0.4) 0%,
            /* üst – yarı saydam beyaz */
            rgba(255, 255, 255, 0.8) 60%,
            /* ortalar – daha opak */
            rgba(255, 255, 255, 1) 100%
            /* alt – tamamen beyaz */
        ) !important;
}

#sync3 button span {
    font-size: 50px !important;
    color: #8E8566 !important;
}

#sync3 .owl-nav {
    top: 30px;
}

@media (min-width: 768px) {
    #sync3 .owl-item {
        margin-right: 18px !important;
    }
}

.corner-deco-banner {
    position: absolute;
    top: -10px;
    right: -20px;
    width: 30px;
    height: 30px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

.corner-deco-products-card {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

.corner-deco-products-categories {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

.event-card {
    display: flex;
    width: 100%;
    max-width: 450px;
    background-color: #d9d1b7;
    font-family: var(--font-family), sans-serif;
    position: relative;
    height: 100px;
    align-self: end;
    margin-right: 2%;
}

.event-date {
    background-color: #4e4e4e;
    color: white;
    width: 100px;
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.event-date .day {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
}

.event-date .month {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.event-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex: 1;
    padding: 20px 5px;
    position: relative;
}

.event-left img {
    width: 60px;
    height: auto;
    margin-right: 20px;
}

.event-details {
    flex: 1;
}

.event-title {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    border-bottom: 2px solid #666;
    display: inline-block;
}

.event-location {
    font-size: 12px;
    color: #666;
}

.event-deco {
    position: relative;
    text-align: right;
    align-self: start;
}

.corner-deco {
    position: absolute;
    top: -10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #b4a878;
    border-right: 5px solid #b4a878;
}

.event-range {
    font-size: 14px;
    color: #7e7453;
    margin-right: 20px;
}

.banner-content {
    display: flex;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 40vh;
    width: 100%;
    z-index: 10;
    justify-content: space-around;
    /* align-items: center; */
    flex-direction: column-reverse;
}

.products-categories__card__div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.products-categories__card__img_div {
    padding: 0;
}

.products-categories__card-body {
    position: relative;
}

.products-categories__card-body-corner-deco {
    position: absolute;
    top: -62px;
    right: 373px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #b4a878;
    border-right: 5px solid #b4a878;
    z-index: 100;
}

.products-categories__card-body-corner-deco-2 {
    position: absolute;
    top: -60px;
    right: 40px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #b4a878;
    border-right: 5px solid #b4a878;
    z-index: 100;
}

.products-categories__card-body_content {
    background-color: #E3E4E4;
    padding: 80px 50px;
    font-family: var(--poppins-family);
}

.products-categories__card-body_content h3.title {
    font-size: 22px;
    font-weight: 500 !important;
    color: #616160;
}

.products-categories__card-body_content h2.title {
    margin: 30px 0;
    font-size: 36px;
    line-height: 1.6;
    color: #616160;
    font-weight: 500 !important;
}

.products-categories__card-body_content p {
    color: #616160;
}

.products-categories__card-body_content button {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-top: 30px;
}

.products-detail__boxes ul li {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .products-categories__card__img_div {
        order: 0 !important;
    }

    .products-categories__card-body_content {
        order: 1 !important;
        text-align: center;
        padding: 80px 10px;
    }

    .products-categories__card-body_content h3.title {
        font-size: 18px;
        font-weight: 500;
        color: #616160;
    }

    .products-categories__card-body_content h2.title {
        margin: 30px 0;
        font-size: 30px;
        line-height: 1.4;
        color: #616160;
    }

    .products-categories__card-body_content p {
        color: #616160;
    }

    .products-categories__card-body_content button {
        padding: 10px 65px;
        background-color: #8E8566;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        font-family: var(--font-family);
        margin-top: 40px;
    }

    .corner-deco-products-categories {
        top: 40px;
        right: 10px;
    }
}

.swiper {
    overflow: inherit;
}

.swiper-container {
    overflow: hidden;
}

.swiper-buttons.ui-buttons-products {
    margin-top: -30px;
}

.item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: var(--poppins-family);
}

.products-nav__item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.icon-wrapper {
    position: relative;
    width: 100px;
    /* ikon boyutu */
    height: 100px;
}

.icon-wrapper img,
.icon-wrapper svg {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: 6px;
}

.corner-deco-products-card {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 30px;
    height: 30px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
    font-weight: 200 !important;
}

.products-information__icons .title {
    text-align: left;
    font-size: 20px;
    color: #9C9C9C;
    margin-bottom: 24px;
    font-weight: 600 !important;
}

.products-information__icons .product__information-product-name {
    font-size: 32px !important;
    margin-bottom: 20px !important;
    font-weight: 300 !important;
    font-family: var(--font-family) !important;
    color: black !important;
}

.utility-pages-div {
    text-align: center;
}

.utility-pages-div h3 {
    font-size: 40px;
    text-align: center;
    color: #8E8566;
    margin: 70px 0 20px 0;
}

.utility-pages-div p {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 300;
    color: #616160;
}

/* iştiraklerimiz başlangıç */
.affiliates-div:nth-child(odd) {
    flex-direction: row-reverse;
    /* background-image: url('/assets/images/background/background-1.png'); */
    background-color: #F7F7F7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.affiliates-div:nth-child(even) {
    background-color: #fff;
}

.affiliates-div {
    padding: 50px 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 50px 0;
}

.affiliates-img-div {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #FFFFFF, #C9C9C9);
    width: 60%;
    position: relative;
}

.affiliates-content-div {
    flex: 1;
    padding: 40px;
    position: relative;
    width: 40%;
}

.affiliates-div:nth-child(even) .affiliates-content-div {
    background-color: #FFFFFF;
}

.affiliates-div:nth-child(odd) .affiliates-content-div {
    background-color: #E3E4E4;
}

.affiliates-content-div .baslik {
    font-size: 30px;
    color: #878787;
    font-weight: 300;
    margin-bottom: 30px;
}

.affiliates-content-div .text {
    font-weight: 300;
    color: #878787;
}

.affiliates-corner-deco {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}



.affiliates-div:nth-child(odd) .istiraklerimiz-button {
    right: var(--aralik);
}

.affiliates-div:nth-child(even) .istiraklerimiz-button {
    left: var(--aralik);
}

@media (max-width:768px) {
    .affiliates-div {
        flex-direction: column !important;
    }

    .affiliates-img-div {
        width: 100%;
    }

    .affiliates-content-div {
        width: 100%;
    }

    .affiliates-div:nth-child(odd) .istiraklerimiz-button {
        /* right: 17px; */
        right: auto;
    }

    .affiliates-div:nth-child(even) .istiraklerimiz-button {
        left: auto;
    }
}

@media (min-width:2000px) {
    .affiliates-div:nth-child(odd) .istiraklerimiz-button {
        right: var(--aralik);
    }

    .affiliates-div:nth-child(even) .istiraklerimiz-button {
        left: var(--aralik);
    }
}

.padding-container {
    width: 100%;
    padding-left: max((100% - 2000px) / 2, 1rem);
    padding-right: max((100% - 2000px) / 2, 1rem);
}

/* iştiraklerimiz son */
/* kart yapılar 1 baslangıç */
.grid_card_two-grid-container {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.grid_card_two-card {
    flex: 1 1 calc(33.333% - 1rem);
    background-color: #FFFFFF;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ddd;
    position: relative;
    border: 1px solid #8E8566;
}

.grid_card_two-card .text {
    margin: 40px 0;
    font-size: 24px;
    color: #878787;
    /* text-transform: uppercase; */
    font-weight: 300;
}

.grid_card_two-card p {
    font-size: 18px;
    color: #878787;
    font-weight: 300;
}

.grid_card_two-grid-card-corner-deco {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.grid_card_two-grid-container {
    align-items: stretch;
}

.about_us-degerlerimiz-title h3 {
    font-size: 40px;
    color: #8E8566;
    margin-bottom: 50px;
    font-weight: 300;
}

/* kart yapıları 1 son */
/* kart yapıları 2 start */
.grid_card_one-container {
    box-sizing: border-box;
    font-family: var(--poppins-family);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
}

.grid_card_one-left {
    display: flex;
    background-color: #f5f5f5;
    padding: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grid_card_one-card-right-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 1rem;
}

.grid_card_one-card {
    background-color: #FBFBFB;
    border: 1px solid #8E8566;
    padding: 30px;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
}

@media (min-width: 768px) {
    .grid_card_one-container {
        grid-template-columns: 1fr 1fr;
        align-items: stretch;
    }

    .grid_card_one-card-right-wrapper {
        height: 100%;
    }

    .grid_card_one-card-right-wrapper>.grid_card_one-card {
        height: 100%;
    }
}

.grid_card_one-card-header-left {
    font-size: 60px;
    font-weight: 100;
    margin-bottom: 30px;
    color: #878787;
}

.grid_card_one-card-text {
    font-weight: 300;
    color: #878787;
}

.grid_card_one-card-header-right {
    font-size: 30px;
    color: #878787;
    font-weight: 300;
    margin-bottom: 30px;
}

.grid_card_one-card-corner-deco {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

@media (max-width: 1000px) {
    .grid_card_two-card {
        flex: 1 1 calc(50% - 1rem);
    }

    .grid_card_one-card-header-left {
        font-size: 30px;
        font-weight: 300;
        margin-bottom: 30px;
    }

    .inner-page__wrapper {
        margin-top: 30px !important;
    }

    .about_us-degerlerimiz-title h3 {
        text-align: center;
    }
}

@media (max-width: 600px) {
    .grid_card_two-card {
        flex: 1 1 100%;
    }
}

/* kart yapıları 2 son */
/* kart yapıları 3 start */
.card-image-div {
    display: flex;
    align-items: center;
    margin: 100px 0;
}

.card-image-div .image {
    flex: 1;
    height: auto;
}

@media (min-width:768px) {
    .card-image-div .image {
        padding: 10px;
    }
}

.card-image-div .content-div {
    flex: 1;
    border: 1px solid #8E8566;
    padding: 40px;
    position: relative;
}

.card-image-div .content-div .title {
    font-size: 30px;
    color: #878787;
    font-weight: 500 !important;
    margin-bottom: 30px;
}

.card-image-div .content-div .text {
    font-weight: 300;
    color: #878787;
}

.card-image-div .content-div .card-image-button {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

/* Her çift sıradaki kartı ters çevir */
.card-image-div:nth-child(even) {
    flex-direction: row-reverse;
}

.card-image-div-corner-deco {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

/* Responsive destek */
@media (max-width: 768px) {
    .card-image-div {
        flex-direction: column !important;
    }
}

/* kart yapıları 3 son */
/* haberler baslangic*/
.news-grid-desing-one {
    margin: var(--div-margin) 0 var(--div-margin) 0;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 1rem;
}

.news-grid-desing-one-div {
    min-height: 200px;
    background-color: #FFFFFF;
    border: 1px solid #8E8566;
}

.news-grid-desing-one-div.news-grid-desing-one-div-right {
    background-color: #FFFFFF;
    border: 1px solid #8E8566;
}

.news-grid-desing-one-img-div {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.news-grid-desing-one-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-grid-desing-one-content-div {
    padding: 40px;
    position: relative;
}

.news-grid-desing-one-content-div-span {
    color: #fff;
    margin-right: 10px;
}

.news-grid-desing-one-content-div .baslik {
    font-size: 30px;
    color: #878787;
    font-weight: 300;
    margin-bottom: 30px;
}

.news-grid-desing-one-img-div-date {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #8E8566;
    top: -40px;
}

.news-grid-desing-one-img-div-date img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.news-grid-desing-one-img-div-date p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.news-grid-desing-one-content-div .text {
    font-weight: 300;
    color: #878787;
}

.news-grid-desing-one-content-div .button {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-top: 30px;
    border-radius: 0;
}

@media (max-width: 768px) {
    .news-grid-desing-one {
        grid-template-columns: 1fr;
    }
}

.news-grid-desing-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1rem;
    padding: var(--div-margin) 0 var(--div-margin) 0;
}

.news-grid-desing-two-card {
    background-color: #ffffff;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-grid-desing-two-card-img-div {
    width: 100%;
    height: 250px;
    overflow: hidden;
}

.news-grid-desing-two-card-content-div {
    position: relative;
    padding: 40px
}

.news-grid-desing-two-card-content-div .baslik {
    font-size: 30px;
    color: #878787;
    font-weight: 300;
    margin-bottom: 30px;
}

.news-grid-desing-two-card-content-div .title {
    font-weight: 300;
    color: #878787;
}

.news-grid-desing-two-card-content-div .button {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-top: 30px;
    border-radius: 0;
}

.news-grid-desing-two-img-div-date {
    display: flex;
    padding: 16px;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #8E8566;
    top: -40px;
    left: 8%;
}

.news-grid-desing-two-img-div-date img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}

.news-grid-desing-two-img-div-date p {
    color: #fff;
    font-weight: 300;
    font-size: 16px;
}

.news-grid-desing-two-card-img-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.news-grid-desing-two-card h3 {
    margin-bottom: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-grid-desing-two-card p {
    flex-grow: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-grid-desing-two>.news-grid-desing-two-card {
    display: flex;
    flex-direction: column;
}

.new-content__text {
    font-size: 16px;
    color: #878787;
    /* text-align: center; */
    padding: 80px 0;
}

.new-header__info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.new-header__info-date p {
    font-size: 18px;
    color: #878787;
    padding-bottom: 10px;
    border-bottom: 2px solid #8E8566;
    margin-bottom: 10px;
}

.new-header__info-title h3 {
    font-size: 32px;
    color: #878787;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

.new-header__info-text {
    color: #878787;
    font-size: 16px;
    text-align: center;
    padding: 20px 0 40px 0;
    font-weight: 400;
}

.new-header__info-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.new-header__info-img .image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
    overflow: hidden;
}

.new-header__info-img .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .new-header__info-img {
        grid-template-columns: 1fr;
        /* Mobilde tek sütun olacak */
    }
}

.new-header__info-img {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.new-header__info-img .image-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.new-header__info-img .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new-header__info-img-tek {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.new-header__info-img-tek .image-container-tek {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
}

.new-header__info-img-tek .image-container-tek img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 768px) {
    .new-header__info-img {
        grid-template-columns: 1fr;
    }

    .new-header__info-img-tek {
        width: 100%;
    }
}

.new-section__img {
    background-image: url(/assets/images/background/background-1.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-color: #f8f8f8;
    padding: 80px 0 70px 0;
}

/* haberler son */
/* urunler baslangic */
.products__card-container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    font-family: var(--poppins-family);
    padding: 30px;
}

.products-nav {
    margin-top: 0;
}

.products__card-div {
    position: relative;
    min-height: 500px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.products__card-div:nth-child(1) {
    background-color: #FFFFFF;
    border: 1px solid #8E8566;
}

.products__card-div:not(:nth-child(1)) {
    background-color: #E3E4E4;
}

.products__card-div p {
    flex-grow: 1;
}

.products__icon-div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

.products__icon-div span {
    border-radius: 50%;
    background-color: #2A2A2A;
    color: #8E8566;
    font-size: 62px;
}

.products__content-div {
    text-align: center;
}

.products__content-div h3 {
    font-size: 20px;
    font-weight: 600 !important;
    padding-bottom: 15px;
    /* text-transform: uppercase; */
    margin-top: 10px;
    margin-bottom: 10px;
    color: #555;
}

.products__content-div p {
    display: -webkit-box;
    /* overflow: hidden; */
    max-height: auto;
    font-weight: 300;
    line-height: 1.8;
}

.products__card-corner-deco {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

.products-detail .urunler-title {
    line-height: 1.2;
}

@media (min-width: 768px) {
    .products__card-container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .products__card-container {
        padding: 0px;
    }

    .products-detail .corner-deco-banner {
        right: 0;
    }

    .products-detail {
        margin-bottom: var(--div-margin);
        line-height: 1.2;
    }

    .banner-content {
        display: flex;
        justify-content: center;
        align-items: center;
        bottom: 50px;
        flex-direction: column-reverse;
        position: static;
        transform: translate(0, 0);
    }

    .event-card {
        max-width: 90%;
        height: auto;
        display: flex;
        align-self: center;
    }

    .event-date {
        padding: 0;
    }
}

.products-detail {
    margin-bottom: 130px;
}

@media (max-width: 400px) {
    .event-card {
        flex-direction: column;
    }
}

.products-detail__cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
    z-index: 1;
}

.container-padding {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-padding {
        padding-right: calc((100% - 540px) / 2);
        padding-left: calc((100% - 540px) / 2);
    }
}

@media (min-width: 768px) {
    .container-padding {
        padding-right: calc((100% - 720px) / 2);
        padding-left: calc((100% - 720px) / 2);
    }
}

@media (min-width: 992px) {
    .container-padding {
        padding-right: calc((100% - 960px) / 2);
        padding-left: calc((100% - 960px) / 2);
    }
}

@media (min-width: 1200px) {
    .container-padding {
        padding-right: calc((100% - 1140px) / 2);
        padding-left: calc((100% - 1140px) / 2);
    }
}

@media (min-width: 1400px) {
    .container-padding {
        padding-right: calc((100% - 1320px) / 2);
        padding-left: calc((100% - 1320px) / 2);
    }
}

.products-cards-container {
    background-image: url('/assets/images/background/background-6.png');
    background-size: 100% auto;
    /* Genişliği 100%, yüksekliği otomatik */
    background-position: bottom;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 60px;
}

.products-product-promotion {
    background-image: url('/assets/images/background/background-1.png');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 60px;
}

.products-page-promotion {
    margin-bottom: 0 !important;
}

.urunler-title {
    color: #fff;
}

@media (min-width: 1600px) {
    .banner-content .event-card {
        bottom: -50px;
    }
}

@media (max-width: 1023px) {
    .products-categories__card-body-corner-deco {
        top: -85px;
        right: 50px;
    }
}

.products-categories__card:nth-child(even) {
    flex-direction: row-reverse !important;
}

.kategorik-urunler li {
    padding-top: 40px;
    padding-bottom: 40px;
}

.products-categories__card__version-2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.products-categories__card__version-2__image {
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.products-categories__card__version-2__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Taşarsa kırpar ama container'ı tam doldurur */
    display: block;
}

.products-categories__card__version-2_content {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    max-width: 400px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    width: 400px;
    width: 100%;
    max-width: 500px;
    font-family: var(--font-family), sans-serif;
    background-color: #E3E4E4;
    padding: 50px;
    font-family: var(--poppins-family);
}

.products-categories__card__version-2_content .h3-title {
    color: #616160;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 200 !important;
}

.products-categories__card__version-2_content .h2-title {
    margin: 30px 0;
    font-size: 36px;
    line-height: 1.6;
    color: #616160;
    font-weight: 200 !important;
}

.products-categories__card__version-2_content p {
    color: #616160;
}

.products-categories__card__version-2_content button {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-top: 30px;
}

.products-categories_left {
    left: 50px;
}

.products-categories_right {
    right: 50px;
}

.products-categories__card__version-2-corner-deco {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 35px;
    height: 35px;
    border-top: 5px solid #b4a878;
    border-right: 5px solid #b4a878;
}

/* urunler son */
/* urunler 2 baslangic */
.urunler-tanitim li {
    padding: 40px 0;
}

.products-categories__card__version-2-btn {
    padding: 15px 70px;
    background-color: #8E8566;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    font-family: var(--font-family);
    margin-top: 30px;
}

/* Tek olanlar (1., 3., 5. ...) */
.products-categories__card__version-2:nth-child(even) .products-categories {
    left: 50px;
}

/* Çift olanlar (2., 4., 6. ...) */
.products-categories__card__version-2:nth-child(odd) .products-categories {
    right: 50px;
}

@media (max-width: 1024px) {
    .products-categories__card__version-2 {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 60px;
    }

    .products-categories__card__version-2__image {
        width: 100%;
    }

    .products-categories__card__version-2__image img {
        width: 100%;
        height: auto;
        display: block;
    }

    .products-categories__card__version-2_content {
        position: static;
        /* absolute'den çıkıyor */
        text-align: center;
        transform: none;
        max-width: 100%;
        padding: 20px;
        background-color: #E3E4E4;
        width: 100%;
    }

    .products-categories__card__version-2-corner-deco {
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .products-categories__card__version-2-btn {
        padding: 10px 65px;
        background-color: #8E8566;
        color: #fff;
        font-weight: 400;
        font-size: 18px;
        font-family: var(--font-family);
        margin-top: 40px;
    }

    .products-categories__card__version-2_content .h3-title {
        font-size: 18px;
    }

    .products-categories__card__version-2_content .h2-title {
        font-size: 30px;
    }
}

/* urunler 2 son */
/* urun baslangıc */
.icon-span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin: 40px 0 0 0;
}

.icon-span img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}

html,
body {
    scroll-behavior: smooth !important;
}

#table-container {
    transition: height 0.4s ease;
    overflow: hidden;
}

.app {
    font-family: var(--poppins-family);
}

.products-detail__features-header-content {
    text-align: left;
    width: 100%;
    margin-bottom: 40px;
}

.corner-deco-product-page-card {
    position: absolute;
    top: 30px;
    right: 50px;
    width: 40px;
    height: 40px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
}

.corner-deco-product-one-cikan {
    position: absolute;
    top: 5px;
    right: -20px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
}

.products-detail {
    margin-bottom: 0;
}

.products-detail__features-container {
    position: relative;
    background: url('/assets/images/background/background-6.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.products-detail__features-container::before {
    content: '';
    position: absolute;
    inset: 0;
    /* background: linear-gradient(to right, rgba(224, 224, 224, 0.7), rgba(196, 186, 147, 0.7)); */
    z-index: 1;
}

.products-detail__features-container>* {
    position: relative;
    z-index: 2;
}

.products-detail__features-header .text {
    color: black !important;
}

.product-comment-swipper-button-div .swiper-button-prev {
    width: 50px !important;
    left: 0 !important;
}

.product-comment-swipper-button-div .swiper-button-next {
    right: 0 !important;
    width: 50px !important;
}

.responsive-table-container .baslik {
    padding: 15px 0 15px 30px;
    font-weight: 600;
    color: #FFFFFF;
    background-color: #A19D8C;
    font-size: 18px;
    width: 21.33%;
    opacity: .5;
}

.responsive-table-container .baslik:first-child {
    border-right: 30px solid #fff;
}

.responsive-table-container .baslik:last-child {
    border-left: 30px solid #fff;
}

.tablo-arkaplan {
    background-color: #3D3F32;
}

.urun-ok-span {
    display: flex;
    justify-content: center;
    align-items: center !important;
}

.urun-ok {
    font-size: 40px;
}

.ortala-tablo {
    text-align: center;
    width: 21.33%;
}

.tablo-padding td:first-child {
    padding-left: 30px;
    border-right: 30px solid #fff;
}

.tablo-padding {
    /* color: #878787; */
    color: black;
    font-weight: 300;
}

tr.tablo-padding:nth-of-type(odd) {
    background-color: #E3E4E4;
    opacity: .5;
}

tr.tablo-padding:nth-of-type(even) {
    background-color: #FFFFFF;
    opacity: .5;
}

.tablo-padding td:last-child {
    border-left: 30px solid #fff;
}

.products-detail__boxes-card-title {
    color: #555 !important;
}

.product-card_info__2 {
    background-image: url('/assets/images/background/background-1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.description-boxes {
    height: 220px;
    background-color: #9A978B;
    color: #fff !important;
}

.description-boxes h4 {
    color: #FFFFFF !important;
}

.description-boxes div {
    color: #fff !important;
}

.operasyonel-ustunluk-card {
    opacity: .8;
}

.section-description {
    background: url('/assets/images/background/background-4.png');
    background-size: cover;
    background-position: center;
    padding: 40px 0;
    margin-top: 80px;
}

.operasyonel-ustunluk-section {
    margin-top: 170px;
}

.product-page-description-2-section {
    text-align: center;
    margin-top: 30px;
    font-size: var(--poppins-family);
}

.product-page-description-2-section div {
    margin-top: 80px;
}

.product-page-description-2-section div h3 {
    font-size: 34px;
    font-weight: 200;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-top: 20px;
}

.product-page-description-2-section div p {
    font-size: 18px;
    line-height: 28px;
    max-width: 90%;
    display: block;
    margin: 60px auto;
    padding: 0 0 25px;
    font-weight: 300;
}

.product-page-description-2-section-main {
    background: url('/assets/images/background/background-5.png');
    background-size: cover;
    background-position: center;
    height: 60vh;
    display: flex;
    justify-content: center;
    align-items: start;
}

@media (max-width: 768px) {
    .responsive-table-container {
        overflow-x: auto;
        max-width: 100%;
    }

    .responsive-table-container table {
        width: 100%;
        border-collapse: collapse;
        min-width: 600px;
        /* çok küçük olmasın */
    }

    .responsive-table-container .baslik {
        white-space: nowrap;
        padding: 10px;
    }

    .ortala-tablo {
        text-align: center;
    }

    .tablo-padding td:first-child,
    .tablo-padding td:last-child {
        padding-left: 10px;
        padding-right: 10px;
    }

    .section-videos {
        padding-bottom: 0;
    }

    .operasyonel-ustunluk-section {
        margin-top: 100px;
    }

    .section-description {
        margin-top: 40px;
    }

    .product-page-description-2-section-main {
        height: 100vh;
    }

    .bgs .moab-cnt-holder:not(.align-right) .hldr {
        margin: 0;
    }

    .bgs .moab-cnt-holder:not(.align-left) .hldr {
        margin: 0;
    }

    .wrpr {
        display: flex;
        justify-content: center;
    }

    .know .container {
        padding-block: 20px;
    }

    .know .section-header .title {
        text-align: center;
        margin-bottom: 20px;
        color: #8E8566;
    }

    .section-header.ui-txt-color-light .title,
    .section-header.ui-txt-color-light .text {
        text-align: center;
    }
}

.products-categories__card-body_corner-deco {
    position: absolute;
    top: -35px;
    right: 40px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #8E8566;
    border-right: 5px solid #8E8566;
    z-index: 40;
}

/* ✔️ Tek sıra (1, 3, 5 ...) ➝ Metin sol, resim sağ */
.products-categories__card-2-section li:nth-child(odd) .products-categories__card__div {
    flex-direction: row;
}

/* ✔️ Çift sıra (2, 4, 6 ...) ➝ Resim sol, metin sağ */
.products-categories__card-2-section li:nth-child(even) .products-categories__card__div {
    flex-direction: row-reverse;
}

.products-categories__card-2-section li:nth-child(even) .products-categories__card-body.products-categories__card-body-right .title {
    left: 30px;
}

.products-categories__card-2-section li:nth-child(even) .products-categories__card-body_corner-deco {
    left: 380px;
}

@media (min-width:1025px) and (max-width: 1200px) {
    .products-categories__card-2-section li:nth-child(even) .products-categories__card-body_corner-deco {
        top: -60px;
        left: 280px;
    }

    .products-categories__card-2-section li:nth-child(odd) .products-categories__card-body_corner-deco {
        right: 40px;
        top: -60px;
    }
}

@media (min-width:769px) and (max-width: 1024px) {
    .products-categories__card__div {
        flex-direction: column-reverse !important;
    }

    .products-categories__card-body_content {
        max-width: 90%;
    }

    .products-categories__card__img_div {
        max-width: 90%;
    }

    .products-categories__card-2-section li .products-categories__card-body.products-categories__card-body-right .title {
        right: 30px !important;
        left: auto !important;
    }

    .products-categories__card-2-section li .products-categories__card-body_corner-deco {
        right: 40px !important;
        left: auto !important;
    }
}

/* ✔️ Mobil uyum — küçük ekranlarda üst üste gelsin */
@media (min-width:481px) and (max-width: 768px) {
    .products-categories__card__div {
        flex-direction: column !important;
    }

    .products-categories__card-body_content {
        max-width: 90%;
    }

    .products-categories__card__img_div {
        max-width: 90%;
    }

    .products-categories__card-2-section li .products-categories__card-body.products-categories__card-body-right .title {
        right: 30px !important;
        left: auto !important;
    }

    .products-categories__card-2-section li .products-categories__card-body_corner-deco {
        right: 40px !important;
        left: auto !important;
    }
}

@media (max-width:480px) {
    .products-categories__card__div {
        flex-direction: column !important;
    }

    .products-categories__card-body_content {
        max-width: 90%;
    }

    .products-categories__card__img_div {
        max-width: 90%;
    }

    .products-categories__card-2-section li .products-categories__card-body.products-categories__card-body-right .title {
        right: 30px !important;
        left: auto !important;
    }

    .products-categories__card-2-section li .products-categories__card-body_corner-deco {
        top: -60px;
        right: 40px !important;
        left: auto !important;
    }
}

@media (min-width:769px) and (max-width:1200px) {
    .products__card-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* urun son */
/* Anasayfa Duyurular baslangic */
.homepage-announcement-grid_card_one-container {
    box-sizing: border-box;
    font-family: var(--poppins-family);
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
}

.homepage-announcement-grid_card-content-div {
    padding: var(--box-padding);
    height: 440px;
}

.homepage-announcement-grid_card-content-div h4 {
    color: var(--card-text-grey-color);
    font-size: 22px;
    margin-bottom: var(--card-text-under-margin);
}

.homepage-announcement-grid_card_one-left {
    display: flex;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: center;
    align-items: start !important;
}

.homepage-announcement-grid_card_one-card {
    background-color: #FBFBFB;
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: start;
}

.homepage-announcement-grid_card_one-card-date {
    position: absolute;
    padding: 10px;
    background-color: var(--theme-color);
    top: 0;
    left: 0;
    text-align: center;
    line-height: 1.2;
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.homepage-announcement-grid_card_one-card-day {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.homepage-announcement-grid_card_one-card-month {
    color: #fff;
    font-size: 16px;
}

.homepage-announcement-grid_card_one-card-right-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 40px;
}

.homepage-announcement-grid_card_one-card-right {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

.homepage-announcement-grid_card_one-card-right {
    display: grid;
    grid-template-columns: 3fr 4fr;
    width: 100%;
    height: auto;
    /* veya sabit yükseklik istiyorsan: 300px */
    background-color: #f5f5f5;
    overflow: hidden;
    height: 380px;
}

.homepage-announcement-grid_card-image-div {
    position: relative;
}

.homepage-announcement-grid_card_one-left .homepage-announcement-grid_card-image-div {
    height: 350px;
    overflow: hidden;
}

.homepage-announcement-grid_card_one-card-right .homepage-announcement-grid_card-image-div {
    height: 100%;
    overflow: hidden;
}

.homepage-announcement-grid_card_one-card-right .homepage-announcement-grid_card-image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.homepage-announcement-grid_card_one-card-header-left {
    font-weight: 300;
    margin-bottom: 30px;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-announcement-grid_card_one-card-text {
    font-size: var(--text-font-size-normal);
    font-weight: 300;
    color: black;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.homepage-announcement-grid_card_one-card-header-right {
    color: black;
    font-weight: 300;
    margin-bottom: 30px;
}

.homepage-announcement-grid_card_one-card-corner-deco {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.homepage-announcement-grid_card_one-card-right:nth-child(2) {
    grid-template-columns: 4fr 3fr;
}

.homepage-announcement-grid_card-inner-image {
    height: 100%;
}

.homepage-announcement-grid_card-image-div-arrow {
    position: absolute;
    bottom: 40px;
    right: 40px;
    width: 60px;
    /* gövde + ok ucu */
    height: 40px;
    display: inline-block;
    z-index: 2;
}

/* Ok ucu */
.homepage-announcement-grid_card-image-div-arrow::before {
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    /* okun ucu sağda */
    width: 12px;
    height: 12px;
    border-top: 4px solid var(--card-text-grey-color);
    border-right: 4px solid var(--card-text-grey-color);
    transform: translateY(-50%) rotate(45deg);
}

/* Ok gövdesi */
.homepage-announcement-grid_card-image-div-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 18px;
    width: 30px;
    height: 4px;
    background-color: var(--card-text-grey-color);
    transform: translateY(-50%);
}

.homepage-announcement-header {
    text-align: center;
    font-family: poppins, sans-serif;
    color: #878787;
    font-size: 34px;
    font-weight: 200;
    margin-bottom: 20px;
}

.open-position-content h2 {
    color: #818181 !important;
    font-family: var(--poppins-family) !important;
    font-weight: normal !important;
    font-size: 24px;
}

.card-image-sustainability .content-div .title {
    color: #8E8566;
}

@media (min-width:978px) {
    .card-image-sustainability .content-div .title {
        max-width: 95%;
    }
}

.card-image-sustainability .image {
    padding-right: 10px;
    padding-left: 10px;
}

.policies-plugin-image {
    position: sticky;
    top: 10px;
    align-self: start;
}

.policies-plugin-title {
    color: #8E8566 !important;
}

.branches-padding {
    padding-top: 70px;
}

.cookie-corner-deco {
    z-index: 2;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    border-top: 4px solid #8E8566;
    border-right: 4px solid #8E8566;
}

.open-position-header {
    font-size: 32px;
    color: #878787;
    font-weight: 600;
    padding: 20px 0;
    text-align: center;
}

.open-position-content {
    color: #878787;
    font-weight: normal;
    padding: 20px 0;
    font-size: 16px;
}

.open-position-content h3 {
    text-align: left;
}

@media (max-width:770px) {
    .policies-plugin-image {
        position: static;
        top: 10px;
        align-self: start;
    }
}

/* 2k ekranlar */
/* 1440 ekranlar */
/* 1024 ekranlar  */
/* 768 ekranlar */
/* 425 ekranlar */
@media (min-width:2001px) {
    .homepage-announcement-header {
        font-size: var(--title-font-size-2k);
    }

    .homepage-announcement-grid_card_one-card-right {
        height: 500px;
    }

    .homepage-announcement-grid_card-inner-image img {
        height: 100%;
    }

    .homepage-announcement-grid_card_one-left .homepage-announcement-grid_card-image-div {
        height: 500px;
    }

    .homepage-announcement-grid_card_one-left .homepage-announcement-grid_card-image-div img {
        height: 100%;
    }
}

@media (max-width:2000px) and (min-width: 1440px) {
    .homepage-announcement-grid_card_one-card-right {
        max-height: 350px;
        overflow: hidden;
    }

    .homepage-announcement-grid_card-content-div {
        max-height: 300px;
        overflow: hidden;
        padding: 30px 30px;
    }

    .homepage-announcement-grid_card_one-card-header-left {
        -webkit-line-clamp: 1;
    }

    .homepage-announcement-grid_card-image-div {
        height: 300px;
    }

    .homepage-announcement-grid_card-content-div {
        height: 340px;
    }

    .homepage-announcement-grid_card_one-card.homepage-announcement-grid_card_one-card-right {
        height: 350px;
    }

    .homepage-announcement-grid_card-content-div h4 {
        font-size: 20px;
    }
}

@media (min-width:1024px) and (max-width:1440px) {
    .homepage-announcement-grid_card-image-div img {
        height: 100%;
    }

    .homepage-announcement-grid_card-content-div-right {
        padding: 50px 20px;
    }

    .homepage-announcement-grid_card_one-card-text {
        -webkit-line-clamp: 6;
    }

    .homepage-announcement-grid_card_one-card-right-wrapper {
        gap: 15px;
    }

    .homepage-announcement-grid_card_one-container {
        gap: 15px;
    }
}

@media (min-width: 770px) and (max-width: 1023px) {
    .homepage-announcement-grid_card-image-div img {
        height: 100%;
    }

    .homepage-announcement-grid_card_one-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .homepage-announcement-grid_card_one-card-right-wrapper {
        height: 100%;
    }

    .homepage-announcement-grid_card_one-card-right-wrapper>.grid_card_one-card {
        height: 100%;
    }

    .homepage-announcement-grid_card_one-container {
        grid-template-columns: 1fr;
    }

    .homepage-announcement-grid_card_one-card-right {
        height: 600px;
        grid-template-columns: 1fr;
    }

    .homepage-announcement-grid_card_one-card .homepage-announcement-grid_card_one-card-right {
        grid-template-columns: 1fr;
    }

    .homepage-announcement-grid_card_one-card-right:nth-child(2) {
        grid-template-columns: 1fr;
    }

    .homepage-announcement-grid_card_one-card-right:nth-child(2)>*:nth-child(1) {
        order: 2;
    }

    .homepage-announcement-grid_card_one-card-right:nth-child(2)>*:nth-child(2) {
        order: 1;
    }

    .homepage-announcement-grid_card-image-div img {
        height: 100%;
    }

    .homepage-announcement-grid_card_one-left .homepage-announcement-grid_card-image-div {
        height: 300px;
    }

    .homepage-announcement-grid_card-content-div {
        padding: 30px;
        height: 100%;
    }

    .homepage-announcement-grid_card-image-div {
        width: 100%;
    }

    .homepage-announcement-grid_card-image-div img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .homepage-announcement-header {
        margin-top: 90px;
    }
}

.slide-container {
    height: 85%;
}

.homepage-slider-announcements-absolute-div {
    bottom: 360px;
    /* right: -65%; */
    left: 15%;
    z-index: 9;
    display: flex;
    width: 100%;
    /* max-width: 500px; */
    max-width: 400px;
    font-family: var(--font-family), sans-serif;
    position: relative;
    height: 100px;
    margin-right: 2%;
}

@media (max-width: 1500px) {
    .homepage-slider-announcements-absolute-div {
        left: 3% !important;
    }
}

.homepage-slider-announcements-absolute-div-date {
    background-color: #4e4e4e;
    color: white;
    width: 100px;
    text-align: center;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
}

.homepage-slider-announcements-absolute-div-date .day {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

.homepage-slider-announcements-absolute-div-date .date {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0;
}

.homepage-slider-announcements-absolute-div-content {
    background-color: #d9d1b7;
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    flex: 1;
    padding: 20px 20px;
    position: relative;
}

.homepage-slider-announcements-absolute-div-content img {
    width: 60px;
    height: auto;
    margin-right: 20px;
}

.homepage-slider-announcements-absolute-div-content-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.homepage-slider-announcements-absolute-div-content-content:nth-child(2) {
    align-self: start;
}

.homepage-slider-announcements-absolute-div-corner-deco {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    border-top: 5px solid #b4a878;
    border-right: 5px solid #b4a878;
    z-index: 8;
}

.homepage-slider-announcements-absolute-div-content-content {
    margin-right: 20px;
}

.card-image-ik {
    flex-direction: row-reverse;
    gap: 20px;
}

.card-image-ik .image .form {
    padding: 10px;
}

.news-grid-desing-one__one-card {
    margin: var(--div-margin) 0 var(--div-margin) 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    place-items: center;
}

.news-grid-center {
    width: 70%;
}

@media (max-width:1024px) {
    .news-grid-center {
        width: 100%;
    }
}

.panigation {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 30px;
}

.panigation-ul {
    display: flex;
    gap: 10px;
}

.panigation-ul li a {
    border: 1px solid #8E8566;
    background-color: #8E8566;
    color: #fff;
    padding: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panigation-ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
}

.panigation-ul li :hover {
    border: 1px solid #202828;
    background-color: #202828;
}

@media (max-width:375px) {
    .homepage-slider-announcements-absolute-div {
        display: none;
    }
}

@media (min-width:376px) and (max-width:760px) {
    .homepage-slider-announcements-absolute-div {
        left: 50% !important;
        transform: translateX(-50%);
        bottom: 160px;
        height: 100px;
    }
}

@media (min-width:761px) and (max-width:899px) {
    .homepage-slider-announcements-absolute-div {
        bottom: 230px;
        right: -34%;
    }
}

@media (min-width:900px) and (max-width:1279px) {
    .homepage-slider-announcements-absolute-div {
        bottom: 330px;
        right: -44%;
    }
}

@media (min-width:1280px) and (max-width:1440px) {
    .homepage-slider-announcements-absolute-div {
        bottom: 330px;
        right: -60%;
    }
}

/* Anasayfa Duyurular son */
/* Genel Yazı Ayarlamaları */
@media (min-width:2000px) {
    .card-title {
        font-size: var(--title-font-size-2k);
    }

    .card-title-small {
        font-size: var(--small-title-font-size-2k);
    }
}

@media (min-width: 768px) and (max-width: 1999.98px) {
    .card-title {
        font-size: var(--title-font-size-normal);
    }

    .card-title-small {
        font-size: var(--small-title-font-size-normal-2k);
    }
}

@media (max-width:768px) {
    .card-title {
        font-size: var(--title-font-size-mobil);
    }

    .card-title-small {
        font-size: var(--title-font-size-mobil);
    }
}

.contact-section {
    background-image: url(/assets/images/background/background-1.png);
    background-size: contain;
    background-position: bottom;
}

@media (min-width:1024px) {
    .page-contact-section {
        padding: 20VH 0;
    }
}

.products-nav__item.product-item_nav {
    transition: ease .2s;
}

.products-nav__item.product-item_nav:hover .title {
    font-weight: 500 !important;
}

:where(code, kbd, samp, pre) {
    font-family: "Roboto", monospace;
}

.aciklama-text {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.aciklama-text p {
    text-wrap: unset !important;
    word-break: normal;
    white-space: normal;
}