/* =========================================================
   Karayel Tarım Makinaları — brand overrides (kırmızı / siyah)
   ========================================================= */

:root {
    --Karayel-red: #c61116;
    --Karayel-red-2: #e01820;
    --Karayel-red-dark: #9a0d12;
    --Karayel-black: #111111;
    --Karayel-black-2: #1b1e23;

    /* Tema yeşil/sarı tonlarını marka rengine map et */
    --Main-green: #1b1e23;
    --Main-green-2: #c61116;
    --Main-green-3: #111111;
    --Main-yellow: #c61116;
    --Main-yellow-2: #e01820;
    --Main-golden: #c61116;
    --Main-blue: #555555;
}

.main-content.style-2 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.main-content.style-2.karayel-home-main {
    padding-bottom: 0;
}

/* ----- Logo ----- */
.karayel-logo {
    max-height: 52px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.tf-header .logo-site {
    display: flex;
    align-items: center;
}

.tf-header .logo-site .karayel-logo {
    max-height: 56px;
    max-width: 260px;
}

.tf-footer .logo-site .karayel-logo {
    max-height: 60px;
    max-width: 280px;
    background: #fff;
    padding: 8px 12px;
    border-radius: 4px;
}

.mobile-nav-wrap .logo img.karayel-logo {
    max-height: 44px;
    max-width: 200px;
}

.mobile-header-language {
    display: none;
}

/* ----- Slider text: all white ----- */
.page-title-home-2 .slide-home-2 .content,
.page-title-home-2 .slide-home-2 .content p,
.page-title-home-2 .slide-home-2 .content span,
.page-title-home-2 .slide-home-2 .s-sub-title,
.page-title-home-2 .slide-home-2 .s-sub-title i,
.page-title-home-2 .slide-home-2 .s-title,
.page-title-home-2 .slide-home-2 .s-title span {
    color: #fff !important;
}

.page-title-home-2 .slide-home-2 .s-title span.slider-title-light {
    font-weight: 300 !important;
    color: #fff !important;
}

.page-title-home-2 .slide-home-2 .s-title {
    font-size: clamp(44px, 4.2vw, 60px) !important;
    line-height: 1.08 !important;
    margin-bottom: 30px !important;
}

.page-title-home-2 .slider-typewriter {
    display: inline;
}

.page-title-home-2 .slider-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

.page-title-home-2 .slider-cta-group .tf-btn {
    min-height: 48px;
    padding: 12px 22px !important;
    font-size: 14px !important;
    line-height: 1.2;
}

.page-title-home-2 .btn-teklif-al,
.tf-btn.btn-teklif-al {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

.page-title-home-2 .btn-teklif-al:hover,
.tf-btn.btn-teklif-al:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* Slider image: no zoom, fill frame */
.page-title-home-2 .slide-home-2 .image {
    width: 100%;
    height: clamp(380px, calc(100svh - 340px), 530px);
    overflow: hidden;
    border-radius: 12px;
    aspect-ratio: auto;
}

.page-title-home-2 .slide-home-2 .image img {
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover;
    object-position: center;
    display: block;
    animation: none !important;
    transform: none !important;
}

.page-title-home-2 .slider-amblem {
    position: absolute;
    right: 58px;
    bottom: 64px;
    z-index: 3;
    width: 220px;
    height: auto;
    pointer-events: none;
    user-select: none;
}

@media (max-width: 767px) {
    .page-title-home-2 .slider-amblem {
        display: block;
        right: 16px;
        bottom: 18px;
        width: clamp(125px, 36vw, 160px);
    }
}

/* ----- Slider altı ürün kısayolları ----- */
.karayel-product-shortcuts {
    position: relative;
    z-index: 5;
    width: min(1780px, calc(100% - 30px));
    margin: 0 auto;
    background: #fff;
    border-bottom: 3px solid var(--Karayel-red);
    box-shadow: none;
}

.karayel-product-shortcuts__track {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.karayel-product-shortcut {
    position: relative;
    min-width: 0;
    padding: 18px 14px 21px;
    color: var(--Karayel-black);
    text-align: center;
    overflow: hidden;
}

.karayel-product-shortcut:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 18%;
    right: 0;
    width: 1px;
    height: 64%;
    background: #b8b8b8;
}

.karayel-product-shortcut__visual {
    display: block;
    width: 100%;
    aspect-ratio: 1.7 / 1;
    margin: 0 auto 8px;
    overflow: visible;
    transform-origin: center bottom;
    transition: transform 0.32s cubic-bezier(.2,.75,.25,1), filter 0.32s ease;
}

.karayel-product-shortcut__visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    mix-blend-mode: multiply;
}

.karayel-product-shortcut__title {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    transition: color 0.25s ease;
}

.karayel-product-shortcut:hover .karayel-product-shortcut__visual,
.karayel-product-shortcut:focus-visible .karayel-product-shortcut__visual {
    transform: translateY(-5px) scale(1.1);
}

.karayel-product-shortcut:hover .karayel-product-shortcut__title,
.karayel-product-shortcut:focus-visible .karayel-product-shortcut__title {
    color: var(--Karayel-red);
}

.karayel-product-shortcut:focus-visible {
    outline: 3px solid var(--Karayel-red);
    outline-offset: -3px;
}

.karayel-product-shortcuts + .main-content .s-about-company-2 {
    padding-top: 60px;
}

/* ----- Kurumsal tanıtım ----- */
.karayel-corporate-intro {
    padding: 42px 0 28px;
    background: #ffffff;
}

.karayel-corporate-intro__image {
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 24px;
}

.karayel-corporate-intro__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.65s cubic-bezier(.2,.7,.25,1);
}

.karayel-corporate-intro__image:hover img {
    transform: scale(1.025);
}

.karayel-corporate-intro__content {
    max-width: 690px;
    padding: 18px 0 18px 0px;
}

.karayel-corporate-intro__eyebrow {
    position: relative;
    margin-bottom: 18px;
    padding-left: 34px;
    color: var(--Karayel-red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.karayel-corporate-intro__eyebrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 2px;
    background: var(--Karayel-red);
}

.karayel-corporate-intro__content h2 {
    margin-bottom: 22px;
    color: var(--Karayel-black);
    font-size: clamp(36px, 3vw, 50px);
    font-weight: 700;
    line-height: 1.1;
}

.karayel-corporate-intro__content h2 span {
    color: var(--Karayel-red);
    font-weight: 400;
}

.karayel-corporate-intro__content > p:not(.karayel-corporate-intro__eyebrow) {
    margin-bottom: 14px;
    color: #555b62;
    font-size: 16px;
    line-height: 1.75;
}

.karayel-corporate-intro__link {
    position: relative;
    display: inline-block;
    margin: 0;
    padding-bottom: 1px;
    color: var(--Karayel-black);
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
}

.karayel-corporate-intro__link::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: var(--Karayel-black);
    transition: right 0.25s ease;
}

.karayel-corporate-intro__link:hover {
    color: var(--Karayel-red);
}

.karayel-corporate-intro__link:hover::after {
    right: 35%;
}

.karayel-corporate-intro--page {
    padding-top: 65px;
    padding-bottom: 38px;
}

.karayel-corporate-intro--page .karayel-corporate-intro__content {
    max-width: none;
    padding: 18px 0 18px 42px;
}

.karayel-corporate-intro--page .karayel-corporate-intro__content > p {
    font-size: 17px;
    line-height: 1.8;
}

/* ----- Yüksek kapasiteli sipariş CTA ----- */
.karayel-order-cta {
    position: relative;
    overflow: hidden;
    padding: 66px 0 70px;
    background-color: #111111;
    background-image: url('../img/siparis-cta-arka-plan.jpg');
    background-repeat: no-repeat;
    background-position: center 55%;
    background-size: cover;
    border-bottom: 1px solid #25282c;
}

.karayel-order-cta::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    background: rgba(0, 0, 0, 0.76);
    pointer-events: none;
}

.karayel-order-cta__content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.karayel-order-cta h2 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: clamp(32px, 3vw, 42px);
    font-weight: 750;
    line-height: 1.12;
    white-space: nowrap;
}

.karayel-order-cta h2 span {
    font-weight: 300;
}

.karayel-order-cta p {
    max-width: 1120px;
    margin: 0 auto 28px;
    color: #b9bcc1;
    font-size: 18px;
    line-height: 1.7;
}

@media (max-width: 991px) {
    .karayel-order-cta h2 {
        white-space: normal;
    }
}

.karayel-order-cta__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
}

.karayel-order-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 170px;
    min-height: 54px;
    padding: 14px 26px;
    border-radius: 4px;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    transition: transform 0.25s ease, background-color 0.25s ease;
}

.karayel-order-cta__button:hover {
    color: #ffffff !important;
    transform: translateY(-2px);
}

.karayel-order-cta__button--whatsapp {
    background: #25d366;
}

.karayel-order-cta__button--whatsapp:hover {
    background: #1db954;
}

.karayel-order-cta__button--phone {
    background: var(--Karayel-red);
}

.karayel-order-cta__button--phone:hover {
    background: var(--Karayel-red-dark);
}

/* ----- Ana sayfa hızlı teklif formu ----- */
.karayel-home-contact {
    padding: 72px 0;
    background: #ffffff;
}

.karayel-home-contact .content-wrap {
    position: relative;
    z-index: 1;
    display: block;
    overflow: visible;
    isolation: isolate;
    background: transparent;
}

.karayel-home-contact .content-wrap::after {
    content: "";
    position: absolute;
    z-index: 0;
    inset: 0;
    border-radius: inherit;
    background: #f4f6f6;
    pointer-events: none;
}

.karayel-home-contact .content-wrap::before {
    content: "\f103";
    position: absolute;
    top: 90%;
    left: -220px;
    z-index: -2;
    color: rgba(198, 17, 22, 0.12);
    font-family: "flaticon_saylo";
    font-size: 320px;
    line-height: 1;
    transform: translateY(-50%) rotate(-12deg);
    pointer-events: none;
}

.karayel-home-contact .content-left {
    position: relative;
    z-index: 1;
    width: 100%;
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(560px, 1fr);
    align-items: center;
    gap: 42px;
    padding: 62px 70px;
}

.karayel-home-contact .s-title {
    margin-bottom: 0;
}

.karayel-home-contact .s-title span,
.karayel-home-contact .s-sub-title i {
    color: var(--Karayel-red) !important;
}

.karayel-home-contact .s-title > span {
    display: inline-block;
    font-size: 0.6em;
    white-space: nowrap;
}

.karayel-home-contact .list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding-right: 0;
}

.karayel-home-contact .list li {
    flex: 1;
    min-width: 0;
    padding: 8px 28px 8px 34px;
    border-left: 1px solid #cfd3d3;
}

.karayel-home-contact .list .cap {
    font-size: 20px;
    line-height: 1.35;
    white-space: nowrap;
}

.karayel-home-contact .infor,
.karayel-home-contact .infor a {
    color: #666b71;
    font-size: 20px;
    line-height: 1.6;
}

.karayel-home-contact .karayel-contact-person {
    color: var(--Karayel-black);
    font-size: 22px;
    font-weight: 800;
}

.karayel-home-contact .infor a:hover {
    color: var(--Karayel-red);
}

/* ----- Footer üstü özellik kartları ----- */
.karayel-footer-features {
    padding: 0 15px 55px;
    background: #ffffff;
}

/* ----- Kurumsal sayfa ----- */
.karayel-corporate-main {
    padding: 0;
    background: #ffffff;
}

.karayel-corporate-hero {
    position: relative;
    min-height: 440px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #ffffff;
    background: url("../images/tractor-field-sunset.jpg") center 58% / cover no-repeat;
}

.karayel-corporate-hero__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 8, 8, 0.82) 0%, rgba(8, 8, 8, 0.62) 45%, rgba(8, 8, 8, 0.18) 100%);
}

.karayel-corporate-hero__inner {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 70px;
}

.karayel-corporate-hero__eyebrow,
.karayel-corporate-kicker {
    margin-bottom: 14px;
    color: var(--Karayel-red);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.karayel-corporate-hero h1,
.karayel-corporate-hero .karayel-inner-slogan {
    max-width: 780px;
    margin-bottom: 24px;
    color: #ffffff;
    font-size: clamp(44px, 4.5vw, 68px);
    font-weight: 800;
    line-height: 1.05;
}

.karayel-corporate-hero h1 span,
.karayel-corporate-hero .karayel-inner-slogan span {
    color: var(--Karayel-red);
}

.karayel-corporate-hero h1 .karayel-corporate-hero__title-light,
.karayel-corporate-hero .karayel-inner-slogan .karayel-corporate-hero__title-light {
    color: #ffffff;
    font-weight: 300;
}

.karayel-corporate-hero__inner > p:not(.karayel-corporate-hero__eyebrow) {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 19px;
    line-height: 1.7;
}

.karayel-corporate-hero__breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
}

.karayel-corporate-hero__breadcrumb a {
    color: #ffffff;
}

.karayel-corporate-hero__breadcrumb a:hover {
    color: var(--Karayel-red);
}

.karayel-corporate-about {
    padding: 100px 0;
}

.karayel-corporate-about__row {
    overflow: hidden;
    border-radius: 28px;
    background: #f4f6f6;
}

.karayel-corporate-about__image,
.karayel-corporate-about__image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
}

.karayel-corporate-about__image img {
    object-fit: cover;
}

.karayel-corporate-about__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 65px 60px;
}

.karayel-corporate-about__content h2,
.karayel-corporate-section-heading h2,
.karayel-corporate-production__content h2 {
    margin-bottom: 26px;
    color: var(--Karayel-black);
    font-size: clamp(38px, 4vw, 60px);
    font-weight: 800;
    line-height: 1.08;
}

.karayel-corporate-about__content h2 span,
.karayel-corporate-section-heading h2 span,
.karayel-corporate-production__content h2 span {
    color: var(--Karayel-red);
}

.karayel-corporate-about__content > p:not(.karayel-corporate-kicker),
.karayel-corporate-production__content > p:not(.karayel-corporate-kicker) {
    margin-bottom: 16px;
    color: #62676d;
    font-size: 17px;
    line-height: 1.8;
}

.karayel-corporate-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
}

.karayel-corporate-stats div {
    padding: 18px 14px;
    border-left: 3px solid var(--Karayel-red);
    background: #ffffff;
}

.karayel-corporate-stats strong,
.karayel-corporate-stats span {
    display: block;
}

.karayel-corporate-stats strong {
    margin-bottom: 3px;
    color: var(--Karayel-black);
    font-size: 20px;
}

.karayel-corporate-stats span {
    color: #6b7076;
    font-size: 13px;
}

.karayel-corporate-values {
    padding: 90px 0;
    background: #f4f6f6;
}

.karayel-corporate-section-heading {
    max-width: 820px;
    margin: 0 auto 48px;
    text-align: center;
}

.karayel-corporate-value-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.karayel-corporate-value-card {
    padding: 40px;
    border: 1px solid #e1e4e4;
    border-radius: 16px;
    background: #ffffff;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.karayel-corporate-value-card:hover {
    transform: translateY(-6px);
    border-color: var(--Karayel-red);
}

.karayel-corporate-value-card .icon {
    width: 74px;
    height: 74px;
    display: grid;
    place-items: center;
    margin-bottom: 28px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--Karayel-red);
}

.karayel-corporate-value-card .icon i {
    color: #ffffff;
    font-size: 38px;
}

.karayel-corporate-value-card h3 {
    margin-bottom: 12px;
    color: var(--Karayel-black);
    font-size: 24px;
    font-weight: 800;
}

.karayel-corporate-value-card p {
    color: #676c72;
    font-size: 16px;
    line-height: 1.75;
}

.karayel-corporate-production {
    padding: 100px 0;
}

.karayel-corporate-production__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: hidden;
    border-radius: 28px;
    background: var(--Karayel-black);
}

.karayel-corporate-production__content {
    padding: 70px 65px;
}

.karayel-corporate-production__content h2 {
    color: #ffffff;
}

.karayel-corporate-production__content > p:not(.karayel-corporate-kicker) {
    color: rgba(255, 255, 255, 0.7);
}

.karayel-corporate-production__content ul {
    margin: 28px 0 36px;
}

.karayel-corporate-production__content li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}

.karayel-corporate-production__content li:not(:last-child) {
    margin-bottom: 14px;
}

.karayel-corporate-production__content li i {
    color: var(--Karayel-red);
}

.karayel-corporate-production__image img {
    width: 100%;
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.karayel-corporate-production__actions {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
}

.karayel-corporate-whatsapp {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 5px;
}

.karayel-corporate-whatsapp:hover {
    color: var(--Karayel-red);
}

@media (max-width: 991px) {
    .karayel-corporate-hero {
        min-height: 400px;
        background-position: 64% center;
    }

    .karayel-corporate-about,
    .karayel-corporate-production {
        padding: 70px 0;
    }

    .karayel-corporate-about__image,
    .karayel-corporate-about__image img {
        min-height: 430px;
    }

    .karayel-corporate-about__content {
        padding: 50px 40px;
    }

    .karayel-corporate-value-grid {
        grid-template-columns: 1fr;
    }

    .karayel-corporate-production__wrap {
        grid-template-columns: 1fr;
    }

    .karayel-corporate-production__image {
        order: -1;
    }

    .karayel-corporate-production__image img {
        min-height: 420px;
    }
}

@media (max-width: 575px) {
    .karayel-corporate-hero {
        min-height: 360px;
        background-position: 68% center;
    }

    .karayel-corporate-hero__inner {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .karayel-corporate-hero h1,
    .karayel-corporate-hero .karayel-inner-slogan {
        font-size: 42px;
    }

    .karayel-corporate-hero__inner > p:not(.karayel-corporate-hero__eyebrow) {
        font-size: 16px;
    }

    .karayel-corporate-about__row,
    .karayel-corporate-production__wrap {
        border-radius: 18px;
    }

    .karayel-corporate-about__image,
    .karayel-corporate-about__image img,
    .karayel-corporate-production__image img {
        min-height: 300px;
    }

    .karayel-corporate-about__content,
    .karayel-corporate-production__content {
        padding: 38px 25px;
    }

    .karayel-corporate-stats {
        grid-template-columns: 1fr;
    }

    .karayel-corporate-values {
        padding: 65px 0;
    }

    .karayel-corporate-value-card {
        padding: 30px;
    }
}

/* ----- Düzenli mobil header ve navigasyon ----- */
@media (max-width: 991px) {
    .tf-header,
    .tf-header.style-2,
    .header-wrap,
    .header-wrap.scrollHeader,
    .header-wrap-2,
    .header-wrap-2.scrollHeader {
        position: relative !important;
        top: auto !important;
    }

    .tf-topbar.style-2 {
        min-height: 38px;
    }

    .tf-topbar.style-2 .topbar-inner {
        min-height: 38px;
        padding: 0;
    }

    .tf-topbar.style-2 .topbar-left {
        display: flex !important;
        width: 100%;
    }

    .tf-topbar.style-2 .topbar-left .infor-list {
        width: 100%;
        justify-content: center;
        flex-wrap: nowrap;
        gap: 0;
    }

    .tf-topbar.style-2 .topbar-left .infor-list li:first-child {
        display: none;
    }

    .tf-topbar.style-2 .topbar-left .infor-list li {
        gap: 7px;
    }

    .tf-topbar.style-2 .topbar-left .infor-list a {
        font-size: 12px !important;
        white-space: nowrap;
    }

    .tf-topbar.style-2 .topbar-left .infor-list i {
        font-size: 13px !important;
    }

    .tf-header.style-2 .header-inner {
        display: grid;
        grid-template-columns: minmax(120px, 1fr) auto;
        align-items: center;
        gap: 10px;
        min-height: 92px;
        padding: 9px 0;
    }

    .tf-header .header-left,
    .tf-header .logo-site {
        min-width: 0;
    }

    .tf-header .logo-site .karayel-logo {
        width: 100%;
        max-width: 185px;
        max-height: 48px;
    }

    .tf-header .header-right {
        display: grid;
        grid-template-columns: repeat(4, 38px);
        grid-template-rows: 38px 34px;
        gap: 7px 6px;
        width: auto;
    }

    .tf-header .header-right .tf-btn {
        display: inline-flex !important;
        min-width: 0;
        min-height: 34px;
        height: 34px;
        padding: 6px 8px !important;
        border-radius: 6px;
        font-size: 11px !important;
        line-height: 1;
        white-space: nowrap;
    }

    .tf-header .header-right .tf-btn i {
        display: none;
    }

    .tf-header .btn-whatsapp {
        grid-column: 1 / 3;
        grid-row: 2;
    }

    .tf-header .btn-hemen-ara {
        grid-column: 3 / 5;
        grid-row: 2;
    }

    .tf-header .header-tiktok {
        grid-column: 1;
        grid-row: 1;
    }

    .tf-header .header-instagram {
        grid-column: 2;
        grid-row: 1;
    }

    .tf-header .header-social {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
    }

    .tf-header .header-social svg {
        width: 18px;
        height: 18px;
    }

    .mobile-header-language {
        grid-column: 3;
        grid-row: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        width: 38px;
        height: 38px;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        color: #777;
        font-size: 9px;
        font-weight: 700;
    }

    .mobile-header-language a {
        color: #777;
    }

    .mobile-header-language a.active {
        color: var(--Karayel-red);
    }

    .karayel-hamburger {
        grid-column: 4;
        grid-row: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 4px;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        background: #fff;
    }

    .karayel-hamburger span {
        display: block;
        width: 17px;
        height: 2px;
        border-radius: 2px;
        background: var(--Karayel-red);
    }

    .mobile-nav-wrap .inner-mobile-nav {
        width: min(88vw, 370px);
        left: min(-88vw, -370px);
        padding: 18px 22px 24px;
        gap: 20px;
    }

    .mobile-nav-wrap .inner-mobile-nav .logo {
        min-height: 50px;
        margin-bottom: 20px;
        padding-right: 44px;
    }

    .mobile-nav-wrap .inner-mobile-nav .logo img,
    .mobile-nav-wrap .logo img.karayel-logo {
        width: auto;
        max-width: 210px;
        max-height: 46px;
    }

    .mobile-nav-wrap .mobile-nav-close {
        top: 22px;
        right: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: #f3f3f3;
        font-size: 18px;
    }

    .mobile-nav-wrap .mobile-main-nav {
        border-bottom: 0;
    }

    .mobile-nav-wrap .mobile-main-nav > .menu > .menu-item {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid #ececec;
    }

    .mobile-nav-wrap .item-menu-mobile,
    .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        min-height: 50px;
        margin: 0;
        padding: 12px 2px;
        color: #1b1e23;
        font-family: "Public Sans", sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 1.3;
    }

    .mobile-nav-wrap .item-menu-mobile.current {
        color: var(--Karayel-red);
    }

    .mobile-nav-wrap .menu-item-has-children-mobile .item-menu-mobile i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        font-size: 9px;
    }

    .mobile-nav-wrap .menu-item-has-children-mobile .sub-menu-mobile {
        margin: 0 0 10px;
        padding: 4px 0 6px 12px;
        border-left: 2px solid var(--Karayel-red);
    }

    .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a {
        min-height: 42px;
        padding: 9px 8px 9px 12px;
        color: #4e5257;
        font-size: 14px;
        line-height: 1.45;
    }

    .mobile-nav-wrap .menu-item-has-children-mobile .menu-item a::before {
        display: none;
    }

    .mobile-nav-wrap .bottom {
        padding-top: 14px;
        border-top: 1px solid #ececec;
    }
}

@media (max-width: 430px) {
    .tf-header.style-2 .header-inner {
        grid-template-columns: minmax(105px, 1fr) 170px;
        gap: 7px;
    }

    .tf-header .header-right {
        grid-template-columns: repeat(4, 38px);
    }

    .tf-header .logo-site .karayel-logo {
        max-width: 155px;
    }
}

@media (max-width: 370px) {
    .tf-header.style-2 .header-inner {
        grid-template-columns: minmax(90px, 1fr) 158px;
    }

    .tf-header .header-right {
        grid-template-columns: repeat(4, 35px);
        gap: 7px 6px;
    }

    .tf-header .header-social,
    .mobile-header-language,
    .karayel-hamburger {
        width: 35px;
        height: 35px;
    }

    .tf-header .logo-site .karayel-logo {
        max-width: 140px;
    }
}

.karayel-footer-features .swiper-slide {
    height: auto;
}

.karayel-footer-features .box-icon.style-3 {
    min-height: 310px;
    padding-right: 26px;
    padding-left: 26px;
    background: #f4f6f6;
    border: 1px solid #dfe3e3;
}

.karayel-footer-features .box-icon.style-3 .icon i,
.karayel-footer-features .box-icon.style-3 .title {
    color: var(--Karayel-black);
}

.karayel-footer-features .box-icon.style-3:hover {
    border-color: var(--Karayel-red);
}

.karayel-footer-features .box-icon.style-3:hover .icon {
    background: var(--Karayel-red);
}

.karayel-footer-features .box-icon.style-3:hover .icon i {
    color: #ffffff !important;
}

.karayel-footer-features .box-icon.style-3 .title:hover {
    color: var(--Karayel-red);
}

.karayel-footer-features .box-icon.style-3 .title {
    font-size: 19px !important;
    white-space: nowrap;
}

.karayel-footer-features .box-icon.style-3 .text {
    max-width: 245px;
    font-size: 15px;
    line-height: 1.55;
}

@media (max-width: 575px) {
    .karayel-home-contact .s-title > span {
        font-size: 0.72em;
        white-space: normal;
    }

    .karayel-footer-features {
        padding: 0 15px 40px;
    }

    .karayel-footer-features .box-icon.style-3 {
        min-height: 270px;
        padding: 32px 28px;
    }
}

@media (max-width: 991px) {
    .karayel-home-contact {
        padding: 55px 0;
    }

    .karayel-home-contact .content-left {
        grid-template-columns: 1fr;
        gap: 34px;
        padding: 48px 40px;
    }

}

@media (max-width: 575px) {
    .karayel-home-contact .content-left {
        gap: 28px;
        padding: 38px 24px;
    }

    .karayel-home-contact .list {
        grid-template-columns: 1fr;
    }

    .karayel-home-contact .list li {
        padding: 22px 0;
        border-left: 0;
        border-top: 1px solid #cfd3d3;
    }

    .karayel-home-contact .list .cap {
        white-space: normal;
    }

    .karayel-home-contact .content-wrap::before {
        left: -115px;
        font-size: 175px;
    }
}


@media (max-width: 767px) {
    .page-title-home-2 .slide-home-2 .image {
        height: clamp(310px, calc(100svh - 260px), 420px);
        aspect-ratio: auto;
        border-radius: 8px;
    }

    .page-title-home-2 .slide-home-2 .s-title {
        font-size: clamp(30px, 9vw, 40px) !important;
        line-height: 1.12 !important;
        margin-bottom: 20px !important;
    }

    .page-title-home-2 .slider-cta-group .tf-btn {
        min-height: 43px;
        padding: 10px 16px !important;
        font-size: 12px !important;
    }
}

/* ----- Topbar / Header accents ----- */
.tf-topbar.style-2 {
    background: var(--Karayel-black) !important;
}

.tf-topbar.style-2 .infor-list a,
.tf-topbar.style-2 .infor-list p {
    color: #fff !important;
    font-size: 13px !important;
}

.tf-topbar.style-2 .infor-list i {
    color: #fff !important;
    font-size: 15px !important;
}

.tf-topbar.style-2 .topbar-language {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.55);
}

.tf-topbar.style-2 .topbar-language a {
    font-weight: 700;
    letter-spacing: 0.04em;
}

.tf-topbar.style-2 .topbar-language a.active,
.tf-topbar.style-2 .topbar-language a:hover {
    color: #ffffff !important;
}

.google-translate-element {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
}

/* Google Translate'in sayfanın üstüne eklediği araç çubuğunu gizle. */
html body {
    top: 0 !important;
}

.goog-te-banner-frame.skiptranslate,
iframe.goog-te-banner-frame,
.VIpgJd-ZVi9od-ORHb-OEVmcd {
    display: none !important;
    visibility: hidden !important;
}

.tf-header.style-2 .nav-list .item:hover > a,
.tf-header.style-2 .nav-list .item.current > a {
    color: var(--Karayel-red) !important;
}

.tf-header.style-2 .nav-list .item:hover > a::before,
.tf-header.style-2 .nav-list .item.current a::before {
    background-color: var(--Karayel-red) !important;
}

.tf-header.style-2 .sub-nav {
    width: max-content;
    min-width: 350px;
    padding: 18px 24px;
    background-color: #0b0b0b !important;
}

.tf-header.style-2 .sub-nav li,
.tf-header.style-2 .sub-nav a,
.tf-header.style-2 .sub-nav a span {
    white-space: nowrap;
}

.tf-header.style-2 .sub-nav a {
    padding: 10px 8px;
    color: #d4d4d4 !important;
}

.tf-header.style-2 .sub-nav a span,
.tf-header.style-2 .sub-nav a:hover span,
.tf-header.style-2 .sub-nav .current span {
    color: #d4d4d4 !important;
}

.tf-header.style-2 .sub-nav a span::after,
.tf-header.style-2 .sub-nav a:hover span::after,
.tf-header.style-2 .sub-nav .current span::after {
    height: 1px;
    background-color: #ffffff !important;
}

/* ----- Header action buttons ----- */
.tf-header .header-right {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tf-header .btn-whatsapp {
    background-color: #25D366 !important;
    border-color: #25D366 !important;
    color: #fff !important;
}

.tf-header .btn-whatsapp:hover {
    background-color: #1ebe57 !important;
    border-color: #1ebe57 !important;
    color: #fff !important;
}

.tf-header .btn-hemen-ara {
    background-color: var(--Karayel-red) !important;
    border-color: var(--Karayel-red) !important;
    color: #fff !important;
}

.tf-header .btn-hemen-ara:hover {
    background-color: var(--Karayel-black) !important;
    border-color: var(--Karayel-black) !important;
    color: #fff !important;
}

.tf-header .header-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 46px;
    width: 46px;
    height: 46px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    background: #ffffff;
    color: var(--Karayel-black);
    transition: color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.tf-header .header-social svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.tf-header .header-social:hover {
    border-color: var(--Karayel-red);
    color: var(--Karayel-red);
    transform: translateY(-2px);
}

@media (max-width: 1199px) {
    .tf-header .btn-whatsapp,
    .tf-header .btn-hemen-ara {
        padding: 8px 12px !important;
        font-size: 12px !important;
    }
}

/* ----- Buttons ----- */
.tf-btn.style-9,
.tf-btn.style-13,
.tf-btn.style-1,
.tf-btn.style-6,
.tf-btn.style-11,
.tf-btn.style-14 {
    background-color: var(--Karayel-red) !important;
    border-color: var(--Karayel-red) !important;
    color: #fff !important;
}

.tf-btn.style-9:hover,
.tf-btn.style-13:hover,
.tf-btn.style-1:hover,
.tf-btn.style-6:hover,
.tf-btn.style-11:hover,
.tf-btn.style-14:hover {
    background-color: var(--Karayel-black) !important;
    border-color: var(--Karayel-black) !important;
    color: #fff !important;
}

.tf-btn-readmore:hover {
    color: var(--Karayel-red) !important;
}

.tf-btn.btn-teklif-al,
a.tf-btn.btn-teklif-al,
.tf-btn.style-13.btn-teklif-al,
a.tf-btn.style-13.btn-teklif-al {
    background-color: #111111 !important;
    border-color: #111111 !important;
    color: #ffffff !important;
}

.tf-btn.btn-teklif-al:hover,
a.tf-btn.btn-teklif-al:hover,
.tf-btn.style-13.btn-teklif-al:hover,
a.tf-btn.style-13.btn-teklif-al:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

/* ----- Titles / accents ----- */
.text-main-green-3,
.text-white-yellow span,
.s-title span,
.s-sub-title i,
.list .icon i,
.box-icon .icon {
    color: var(--Karayel-red) !important;
}

.s-service-2 {
    background-color: var(--Karayel-black) !important;
}

.s-cta,
.tf-footer.style-3 {
    background-color: var(--Karayel-black) !important;
}

.tf-footer.style-3 {
    background-image: linear-gradient(rgba(8, 8, 8, 0.84), rgba(8, 8, 8, 0.9)),
        url("../images/red-tractor-ai-generated.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tf-footer .footer-title,
.tf-footer a:hover {
    color: var(--Karayel-red) !important;
}

.tf-footer .no-copy span {
    color: var(--Karayel-red) !important;
}

/* ----- Dört sütunlu footer ----- */
.tf-footer.style-3 {
    padding-top: 70px;
}

.tf-footer.style-3 .karayel-footer-grid {
    display: grid;
    grid-template-columns: 1.15fr 0.9fr 1.15fr 1.2fr;
    gap: 55px;
    padding-bottom: 65px;
    border-bottom-color: rgba(255, 255, 255, 0.42);
}

.tf-footer.style-3 .karayel-footer-grid .footer-inner-wrap {
    width: auto;
    min-width: 0;
}

.tf-footer.style-3 .karayel-footer-grid .footer-title {
    margin-bottom: 16px;
    color: #ffffff !important;
}

.tf-footer.style-3 .karayel-footer-grid .list li:not(:last-child) {
    margin-bottom: 4px;
}

.tf-footer.style-3 .karayel-footer-grid .list a {
    line-height: 1.45;
    text-decoration: none;
    text-underline-offset: 4px;
}

.tf-footer.style-3 .karayel-footer-grid a:hover {
    color: #ffffff !important;
    text-decoration: underline;
    text-decoration-color: #ffffff;
}

.tf-footer.style-3 .karayel-footer-logo-column .text {
    max-width: 310px;
    line-height: 1.75;
}

.tf-footer.style-3 .karayel-footer-contact .text {
    line-height: 1.7;
}

.tf-footer.style-3 .karayel-footer-whatsapp {
    display: inline-block;
    padding-bottom: 0;
    border-bottom: 0;
    color: #ffffff;
}

.tf-footer.style-3 .karayel-footer-whatsapp:hover {
    color: #ffffff !important;
}

.tf-footer.style-3 .karayel-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.tf-footer.style-3 .karayel-footer-bottom .no-copy,
.tf-footer.style-3 .karayel-footer-bottom .no-copy span,
.tf-footer.style-3 .karayel-footer-bottom .no-copy a {
    margin: 0;
    color: #ffffff !important;
}

.tf-footer.style-3 .karayel-footer-bottom a {
    text-underline-offset: 4px;
}

.tf-footer.style-3 .karayel-footer-bottom a:hover {
    color: #ffffff !important;
    text-decoration: underline;
}

@media (max-width: 991px) {
    .tf-footer.style-3 .karayel-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 45px 35px;
    }
}

@media (max-width: 575px) {
    .tf-footer.style-3 .karayel-footer-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .tf-footer.style-3 .karayel-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

.union.style-2 .dot,
.union.style-2 .dot::after,
.union.style-2 .dot::before {
    background-color: var(--Karayel-red) !important;
}

/* ----- Cards / contact ----- */
.karayel-policy-main {
    padding: 0;
    background: #f4f6f6;
}

.karayel-policy-section {
    padding: 90px 0;
}

.karayel-policy-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 65px 72px;
    border: 1px solid #e1e4e4;
    border-radius: 20px;
    background: #ffffff;
}

.karayel-policy-content__header {
    margin-bottom: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e2e5e5;
}

.karayel-policy-kicker {
    margin-bottom: 12px !important;
    color: var(--Karayel-red) !important;
    font-size: 13px !important;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.karayel-policy-content h2 {
    margin: 0;
    color: var(--Karayel-black);
    font-size: clamp(28px, 2.4vw, 40px) !important;
    font-weight: 800;
    line-height: 1.22;
}

.karayel-policy-content h3 {
    margin: 36px 0 12px;
    color: var(--Karayel-black);
    font-size: 22px;
    font-weight: 800;
    line-height: 1.4;
}

.karayel-policy-content > p {
    margin-bottom: 16px;
    color: #5e646a;
    font-size: 16px;
    line-height: 1.85;
}

.karayel-policy-contact {
    display: grid;
    gap: 7px;
    margin-top: 45px;
    padding: 25px 28px;
    border-left: 4px solid var(--Karayel-red);
    background: #f4f6f6;
    color: #5e646a;
}

.karayel-policy-contact strong {
    color: var(--Karayel-black);
    font-size: 18px;
}

.karayel-policy-contact a {
    width: fit-content;
    color: var(--Karayel-black);
}

.karayel-policy-contact a:hover {
    color: var(--Karayel-red);
    text-decoration: underline;
}

@media (max-width: 767px) {
    .karayel-policy-section {
        padding: 55px 0;
    }

    .karayel-policy-content {
        padding: 38px 24px;
        border-radius: 14px;
    }

    .karayel-policy-content h3 {
        font-size: 19px;
    }
}

.karayel-contact-page {
    padding: 0;
    background: #ffffff;
}

.karayel-contact-details {
    padding: 90px 0 100px;
}

.karayel-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
}

.karayel-contact-info-card {
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 45px 24px;
    border-radius: 4px;
    background: #f4f4f4;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.karayel-contact-info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 38px rgba(17, 17, 17, 0.08);
}

.karayel-contact-info-card__icon {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    margin-bottom: 42px;
    border-radius: 50%;
    background: #ffffff;
}

.karayel-contact-info-card__icon i {
    color: var(--Karayel-red);
    font-size: 31px;
}

.karayel-contact-info-card h2 {
    margin-bottom: 18px;
    color: var(--Karayel-black);
    font-size: clamp(18px, 1.45vw, 25px);
    font-weight: 800;
    white-space: nowrap;
}

.karayel-contact-info-card__name {
    margin-bottom: 5px;
    color: var(--Karayel-black);
    font-size: 19px;
    font-weight: 800;
}

.karayel-contact-info-card a {
    color: var(--Karayel-black);
    font-size: 17px;
    font-weight: 600;
    line-height: 1.65;
}

.karayel-contact-info-card a:hover {
    color: var(--Karayel-red);
    text-decoration: underline;
    text-underline-offset: 4px;
}

.karayel-contact-map {
    height: 540px;
    margin-top: 75px;
    overflow: hidden;
    border-radius: 16px;
    background: #eef0f0;
}

.karayel-contact-map iframe {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 991px) {
    .karayel-contact-grid {
        grid-template-columns: 1fr;
    }

    .karayel-contact-info-card {
        min-height: 285px;
    }

    .karayel-contact-map {
        height: 460px;
        margin-top: 50px;
    }
}

@media (max-width: 575px) {
    .karayel-contact-details {
        padding: 55px 0 65px;
    }

    .karayel-contact-info-card {
        min-height: 250px;
        padding: 35px 24px;
    }

    .karayel-contact-info-card h2 {
        white-space: normal;
    }

    .karayel-contact-info-card__icon {
        margin-bottom: 28px;
    }

    .karayel-contact-map {
        height: 380px;
        border-radius: 10px;
    }
}

/* ----- Mobil sabit iletişim ----- */
.karayel-mobile-contact-bar {
    display: none;
}

.karayel-not-found {
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: center;
}

.karayel-not-found__inner {
    max-width: 720px;
    margin: 0 auto;
}

.karayel-not-found__code {
    margin-bottom: 8px;
    color: var(--Karayel-red);
    font-size: clamp(72px, 10vw, 130px);
    font-weight: 900;
    line-height: 1;
}

.karayel-not-found h2 {
    margin-bottom: 16px;
    color: var(--Karayel-black);
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 800;
}

.karayel-not-found__inner > p:not(.karayel-not-found__code) {
    margin-bottom: 30px;
    color: #62676d;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    body {
        padding-bottom: calc(50px + env(safe-area-inset-bottom));
    }

    .karayel-mobile-contact-bar {
        position: fixed;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 99999;
        height: calc(50px + env(safe-area-inset-bottom));
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding-bottom: env(safe-area-inset-bottom);
        background: #ffffff;
        box-shadow: 0 -5px 22px rgba(0, 0, 0, 0.16);
    }

    .karayel-mobile-contact-bar a {
        min-width: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        color: #ffffff;
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 0.01em;
    }

    .karayel-mobile-contact-bar__call {
        background: var(--Karayel-red);
    }

    .karayel-mobile-contact-bar__whatsapp {
        background: #25d366;
    }

    .karayel-mobile-contact-bar i {
        color: #ffffff;
        font-size: 17px;
    }

    .karayel-mobile-contact-bar svg {
        width: 19px;
        height: 19px;
        fill: currentColor;
    }
}

/* ----- Gallery ----- */
.karayel-gallery-section {
    padding-top: 5px;
    padding-bottom: 0px;
}

.karayel-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.karayel-gallery-grid .item {
    overflow: hidden;
    aspect-ratio: 1 / 1;
    border-radius: 12px;
    background: #f2f3f3;
}

.karayel-gallery-grid .item a {
    display: block;
    width: 100%;
    height: 100%;
}

.karayel-gallery-grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.35s ease;
}

.karayel-gallery-grid .item:hover img {
    transform: scale(1.05);
}

/* ----- Ürün detay ----- */
.karayel-product-detail-main {
    padding-top: 70px;
    padding-bottom: 70px;
}

.karayel-product-category-menu {
    position: sticky;
    top: 125px;
    overflow: hidden;
    border: 1px solid #e1e4e4;
    border-radius: 12px;
    background: #f4f6f6;
}

.karayel-product-category-menu h2 {
    margin: 0;
    padding: 24px 22px;
    color: #ffffff;
    background: var(--Karayel-black);
    font-size: 21px;
    font-weight: 800;
}

.karayel-product-category-menu ul {
    margin: 0;
    padding: 8px 0;
}

.karayel-product-category-menu li:not(:last-child) {
    border-bottom: 1px solid #dde1e1;
}

.karayel-product-category-menu a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 17px 20px;
    color: #232629;
    font-size: 15px;
    font-weight: 650;
    line-height: 1.35;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.karayel-product-category-menu a i {
    flex: 0 0 auto;
    font-size: 12px;
}

.karayel-product-category-menu a:hover,
.karayel-product-category-menu a.active {
    color: #ffffff;
    background: var(--Karayel-red);
}

.karayel-product-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.karayel-product-order-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 24px;
    padding: 18px 22px;
    border: 1px solid #dfe2e2;
    background: #eceeee;
}

.karayel-product-order-bar > strong {
    color: var(--Karayel-black);
    font-size: 20px;
    font-weight: 500;
}

.karayel-product-order-bar__actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.karayel-product-order-bar__actions a {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 11px 20px;
    border-radius: 24px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
}

.karayel-product-order-bar__call {
    background: var(--Karayel-red);
}

.karayel-product-order-bar__call:hover {
    color: #ffffff;
    background: var(--Karayel-black);
}

.karayel-product-order-bar__whatsapp {
    background: #25d366;
}

.karayel-product-order-bar__whatsapp:hover {
    color: #ffffff;
    background: #1eae54;
}

.karayel-product-intro {
    margin: 0 0 28px;
    padding: 24px 26px;
    border-left: 4px solid var(--Karayel-red);
    background: #f7f8f8;
}

.karayel-product-intro h2,
.karayel-product-intro h1 {
    margin: 0 0 10px;
    color: var(--Karayel-black);
    font-size: 25px;
    line-height: 1.25;
}

.karayel-product-intro p {
    margin: 0;
    color: #565b5b;
    line-height: 1.75;
}

.karayel-technical-intro {
    margin-top: 34px;
    padding: 28px 30px;
    background: #f7f8f8;
    text-align: center;
}

.karayel-technical-intro .karayel-technical-title {
    margin: 0 0 12px;
    padding: 0;
}

.karayel-technical-intro .karayel-technical-title::before,
.karayel-technical-intro .karayel-technical-title::after {
    display: none;
}

.karayel-technical-intro p {
    max-width: none;
    margin: 0 auto;
    color: #565b5b;
    font-size: 16px;
    line-height: 1.75;
}

.karayel-technical-table-wrap {
    width: 100%;
    margin-top: 34px;
    overflow-x: auto;
    border: 0;
    background: #ffffff;
    -webkit-overflow-scrolling: touch;
}

.karayel-product-table-column .karayel-technical-table-wrap {
    margin-top: 0;
}

.karayel-technical-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin: 36px 0 30px;
    color: var(--Karayel-black);
    font-size: 28px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
}

.karayel-technical-title::before,
.karayel-technical-title::after {
    content: "";
    width: auto;
    height: 2px;
    flex: 1 1 auto;
    background: #bfc3c3;
}

.karayel-technical-table {
    width: 100%;
    min-width: 900px;
    border-collapse: collapse;
    color: #2b2e31;
    font-size: 14px;
    border: 0 !important;
}

.karayel-technical-table th,
.karayel-technical-table td {
    padding: 17px 14px;
    border: 0 !important;
    border-bottom: 1px solid #d9dddd !important;
    text-align: left;
    white-space: nowrap;
}

.karayel-technical-table th {
    color: #ffffff;
    background: var(--Karayel-red);
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
}

.karayel-technical-table tbody tr:nth-child(odd) {
    background: #f0f1f1;
}

.karayel-technical-table tbody tr:last-child td {
    border-bottom: 0;
}

.karayel-technical-table td:first-child {
    font-weight: 800;
}

.karayel-technical-table--plow {
    min-width: 1250px;
}

.karayel-technical-table--trailer {
    min-width: 1550px;
}

.karayel-technical-table--trailer th,
.karayel-technical-table--trailer td {
    min-width: 88px;
    white-space: normal;
    vertical-align: middle;
    line-height: 1.35;
}

.karayel-technical-table--trailer th:nth-child(2),
.karayel-technical-table--trailer td:nth-child(2),
.karayel-technical-table--trailer th:nth-child(4),
.karayel-technical-table--trailer td:nth-child(4),
.karayel-technical-table--trailer th:nth-child(14),
.karayel-technical-table--trailer td:nth-child(14) {
    min-width: 130px;
}

.karayel-technical-table--water-tanker {
    min-width: 1250px;
}

.karayel-technical-table--water-tanker th,
.karayel-technical-table--water-tanker td {
    min-width: 95px;
    white-space: normal;
    vertical-align: middle;
    line-height: 1.35;
    overflow-wrap: break-word;
    word-break: normal;
}

.karayel-technical-table--water-tanker th:nth-child(2),
.karayel-technical-table--water-tanker td:nth-child(2),
.karayel-technical-table--water-tanker th:nth-child(5),
.karayel-technical-table--water-tanker td:nth-child(5),
.karayel-technical-table--water-tanker th:nth-child(7),
.karayel-technical-table--water-tanker td:nth-child(7) {
    min-width: 170px;
}

.karayel-product-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid #dfe2e2;
    border-radius: 0;
    background: #ffffff;
}

.karayel-product-image-link {
    position: relative;
    display: block;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    background: #f2f3f3;
}

.karayel-product-image-link img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
    transition: transform 0.45s ease;
}

.karayel-product-image-link:hover img {
    transform: scale(1.025);
}

.karayel-product-zoom {
    position: absolute;
    right: 13px;
    bottom: 13px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(17, 17, 17, 0.88);
    font-size: 20px;
}

.karayel-product-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 24px 18px 26px;
    text-align: center;
}

.karayel-product-card__content h2 {
    min-height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    color: var(--Karayel-black);
    font-size: 20px;
    font-weight: 800;
    line-height: 1.3;
}

.karayel-product-order-btn {
    width: 100%;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 16px 28px;
    border-radius: 28px;
    color: #ffffff;
    background: #25d366;
    font-size: 16px;
    font-weight: 800;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.karayel-product-order-btn:hover {
    color: #ffffff;
    background: #1eae54;
    transform: translateY(-2px);
}

.karayel-product-description {
    margin-top: 28px;
    padding: 32px;
    border-radius: 12px;
    background: #f4f6f6;
}

.karayel-product-description h2 {
    margin-bottom: 15px;
    color: var(--Karayel-black);
    font-size: 28px;
    font-weight: 800;
}

.karayel-product-description > p {
    color: #61666c;
    font-size: 17px;
    line-height: 1.75;
}

.karayel-product-benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 28px;
    margin-top: 22px;
}

.karayel-product-benefits span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #25282b;
    font-size: 15px;
    font-weight: 700;
}

.karayel-product-benefits i {
    color: var(--Karayel-red);
}

/* ----- Page title marquee accent ----- */
.tf-page-title .title span,
.tf-marquee .text {
    color: var(--Karayel-red) !important;
}

@media (max-width: 991px) {
    .karayel-product-category-menu {
        position: static;
        margin-top: 8px;
    }

    .karayel-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .karayel-product-order-bar {
        margin-top: 8px;
    }

    .karayel-corporate-intro {
        padding: 36px 0 26px;
    }

    .karayel-corporate-intro__image {
        height: 410px;
    }

    .karayel-corporate-intro__content {
        max-width: none;
        padding: 45px 20px 0;
    }

    .karayel-product-shortcuts {
        width: 100%;
        overflow-x: auto;
        overscroll-behavior-inline: contain;
        scrollbar-width: thin;
    }

    .karayel-product-shortcuts__track {
        grid-template-columns: repeat(6, 190px);
        min-width: max-content;
    }

    .karayel-product-shortcut {
        padding: 15px 12px 17px;
    }

    .karayel-product-shortcut__title {
        font-size: 13px;
        min-height: 34px;
    }

    .karayel-product-shortcuts + .main-content .s-about-company-2 {
        padding-top: 45px;
    }

    .karayel-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .tf-header .logo-site .karayel-logo {
        max-height: 46px;
        max-width: 200px;
    }
}

@media (max-width: 575px) {
    .karayel-product-detail-main {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .karayel-product-image-link {
        aspect-ratio: 1 / 1;
    }

    .karayel-product-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .karayel-product-order-bar {
        align-items: stretch;
        flex-direction: column;
        gap: 15px;
        padding: 18px;
    }

    .karayel-product-order-bar__actions {
        align-items: stretch;
        flex-direction: column;
    }

    .karayel-product-order-bar__actions a {
        width: 100%;
        min-height: 50px;
    }

    .karayel-product-card__content {
        padding: 22px 18px 24px;
    }

    .karayel-product-order-btn {
        min-height: 56px;
        font-size: 18px;
    }

    .karayel-gallery-section {
        padding-top: 35px;
        padding-bottom: 40px;
    }

    .karayel-order-cta {
        padding: 48px 15px 52px;
    }

    .karayel-order-cta h2 {
        font-size: 31px;
    }

    .karayel-order-cta p {
        font-size: 14px;
    }

    .karayel-corporate-intro {
        padding: 28px 0 22px;
    }

    .karayel-corporate-intro__image {
        height: 300px;
    }

    .karayel-corporate-intro__content {
        padding: 32px 8px 0;
    }

    .karayel-corporate-intro__content h2 {
        font-size: 33px;
    }

    .karayel-gallery-grid {
        grid-template-columns: 1fr;
    }

    .tf-header .logo-site .karayel-logo {
        max-height: 40px;
        max-width: 170px;
    }
}

/* Mobil header son katman: masaüstü kurallarından sonra uygulanır. */
@media (max-width: 991px) {
    .tf-header,
    .tf-header.style-2 {
        position: relative !important;
        top: auto !important;
    }

    .tf-header.style-2 .header-inner {
        display: grid;
        grid-template-columns: minmax(105px, 1fr) 170px;
        align-items: center;
        gap: 8px;
        min-height: 62px;
        padding: 9px 0;
    }

    .tf-header .header-center {
        display: none !important;
    }

    .tf-header .header-left {
        grid-column: 1;
        grid-row: 1;
        min-width: 0;
    }

    .tf-header .header-right {
        grid-column: 2;
        grid-row: 1;
        display: grid;
        grid-template-columns: repeat(4, 38px);
        grid-template-rows: 38px;
        gap: 6px;
        width: 170px;
    }

    .tf-header .logo-site .karayel-logo {
        width: 100%;
        max-width: 160px;
        max-height: 46px;
    }

    .tf-header .header-right .tf-btn {
        display: none !important;
    }
}

@media (max-width: 370px) {
    .tf-header.style-2 .header-inner {
        grid-template-columns: minmax(90px, 1fr) 158px;
    }

    .tf-header .header-right {
        grid-template-columns: repeat(4, 35px);
        width: 158px;
    }
}
