

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Raleway:wght@600;700;800&display=swap');

:root {
    --tgm-red: #1f7a4c;
    --tgm-red-dark: #18633d;
    --tgm-navy: #0f3d2e;
    --tgm-body: #2a3d34;
    --tgm-gray: #4d5c55;
    --tgm-soft: #f3f8f5;
    --tgm-white: #ffffff;
    --tgm-font: 'DM Sans', sans-serif;
    --tgm-display: 'Raleway', sans-serif;
}

body {
    font-family: var(--tgm-font) !important;
    color: var(--tgm-body) !important;
    font-size: 1.125rem !important; /* 18px */
    line-height: 1.75 !important;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--tgm-display) !important;
    color: var(--tgm-navy) !important;
    font-weight: 700 !important;
}

p, .section-text, .content p {
    font-size: 1.125rem !important;
    line-height: 1.8 !important;
}

/* ── Readable content pages (about, mission, contact, tech, news, products) ── */
.who-we-are .content,
.who-we-are .right .content,
.vk-what-we-do-section .content,
.vk-page .content,
.vk-page-contact,
.detail-product,
.blog-content .haber-p,
.blog-content .content,
.cl-tech-cta,
.vk-shop-wrapper .archives {
    font-size: 1.125rem;
    line-height: 1.8;
    color: #2a3d34;
}

.who-we-are .content p,
.who-we-are .right .content p,
.vk-what-we-do-section .content p,
.vk-page .content p,
.vk-page-contact p,
.blog-content .haber-p p,
.blog-content .content p,
.detail-product .intro p,
.detail-product .info p {
    font-size: 1.1875rem !important; /* 19px */
    line-height: 1.85 !important;
    color: #24352d !important;
    margin-bottom: 1em !important;
}

.who-we-are .right .content h4,
.vk-what-we-do-section .content .vk-title,
.who-we-are .vk-title {
    font-size: 1.35rem !important;
    line-height: 1.45 !important;
    margin-bottom: 0.75rem !important;
    color: var(--tgm-navy) !important;
}

.who-we-are .right .vk-heading,
.vk-what-we-do-section .vk-heading,
.vk-page-contact .vk-heading,
.page-heading,
.detail-product .vk-text-capitalize {
    font-size: clamp(1.75rem, 3vw, 2.35rem) !important;
    line-height: 1.25 !important;
    letter-spacing: 0.02em;
}

.who-we-are .vk-heading .vk-text-color-yellow-1,
.vk-what-we-do-section .vk-heading .vk-text-color-yellow-1,
.vk-page-contact .vk-heading .vk-text-color-yellow-1 {
    font-size: inherit !important;
}

.vk-page-contact .vk-office li,
.vk-page-contact .timing,
.vk-page-contact .yazirenk1 {
    font-size: 1.125rem !important;
    line-height: 1.7 !important;
    color: #24352d !important;
}

.vk-page-contact .yazirenk1 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: var(--tgm-navy) !important;
}

.vk-breadcrumb li,
.vk-breadcrumb li a {
    font-size: 1rem !important;
}

.vk-list li {
    font-size: 1.125rem !important;
    line-height: 1.7 !important;
}

.vk-tab .vk-nav-tabs a,
.detail-product .info,
.uruntitle,
.team-block .lower-content h4 a {
    font-size: 1.0625rem !important; /* 17px */
}

.blog-content h2 {
    font-size: clamp(1.6rem, 3vw, 2.1rem) !important;
    line-height: 1.3 !important;
}

.cl-page-banner .page-banner-title {
    font-size: clamp(1.8rem, 4vw, 2.75rem) !important;
}

@media (max-width: 767px) {
    body {
        font-size: 1.0625rem !important; /* 17px */
    }

    .who-we-are .content p,
    .who-we-are .right .content p,
    .vk-what-we-do-section .content p,
    .vk-page .content p,
    .blog-content .haber-p p,
    .blog-content .content p {
        font-size: 1.0625rem !important;
        line-height: 1.8 !important;
    }

    .who-we-are .right .vk-heading,
    .vk-what-we-do-section .vk-heading,
    .vk-page-contact .vk-heading {
        font-size: 1.55rem !important;
    }
}

/* Eski vk-header gizle çakışmasın — yeni header kullanılıyor */
.vk-header { display: none !important; }

/* ═══════════════ HEADER ═══════════════ */
.cl-tgm-header {
    position: relative;
    z-index: 1000;
}

.cl-tgm-header .header-top-style-1 {
    background: var(--tgm-red);
    padding: 14px 0 48px;
}

.cl-tgm-header .header-top-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.cl-tgm-header .header-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 28px;
}

.cl-tgm-header .header-info-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.9em;
}

.cl-tgm-header .header-info-item i {
    opacity: 0.9;
}

.cl-tgm-header .header-info-link {
    color: #fff !important;
    text-decoration: none !important;
}

.cl-tgm-header .header-top-right {
    display: flex;
    align-items: center;
    gap: 18px;
}

.cl-tgm-header .social-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 12px;
}

.cl-tgm-header .social-menu a {
    color: #fff !important;
    font-size: 15px;
    transition: 0.3s;
}

.cl-tgm-header .social-menu a:hover {
    transform: translateY(-2px);
    opacity: 0.85;
}

.cl-tgm-header .cl-lang-switch a {
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none !important;
    padding: 2px 4px;
}

.cl-tgm-header .cl-lang-switch a.active,
.cl-tgm-header .cl-lang-switch a:hover {
    color: #fff !important;
}

.cl-tgm-header .cl-lang-sep {
    color: rgba(255,255,255,0.45);
}

/* Pill nav — wrapper içinde yer tutar, absolute kayma yapmaz */
.cl-tgm-header .header-wrapper {
    position: relative;
    padding-bottom: 38px;
}

.cl-tgm-header .header-bottom-style-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.cl-tgm-header .header-bottom-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    background: #fff;
    border-radius: 50px;
    height: 76px;
    padding: 0 20px 0 24px;
    box-shadow: 0 10px 30px rgba(1, 53, 102, 0.12);
}

.cl-tgm-header .logo img {
    height: 52px !important;
    width: auto !important;
    max-width: 220px;
    object-fit: contain;
}

.cl-tgm-header .header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 4px;
}

.cl-tgm-header .header-nav-item {
    position: relative;
}

.cl-tgm-header .header-nav-link {
    display: block;
    padding: 10px 14px;
    color: var(--tgm-red) !important;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none !important;
    position: relative;
}

.cl-tgm-header .header-nav-link::after {
    content: '';
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 6px;
    height: 2px;
    background: var(--tgm-navy);
    width: 0;
    transition: width 0.3s ease;
}

.cl-tgm-header .header-nav-item:hover > .header-nav-link::after {
    width: calc(100% - 28px);
}

.cl-tgm-header .has-submenu > .header-nav-link {
    padding-right: 22px;
}

.cl-tgm-header .has-submenu > .header-nav-link::before {
    content: none;
}

.cl-tgm-header .dropdown-menu-list {
    list-style: none;
    margin: 0;
    padding: 10px 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 240px;
    background: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0 8px 24px;
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    transition: 0.25s ease;
    z-index: 100;
}

.cl-tgm-header .has-submenu:hover > .dropdown-menu-list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.cl-tgm-header .dropdown-menu-link {
    display: block;
    padding: 10px 20px;
    color: var(--tgm-navy) !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 500;
    border-bottom: 1px dashed rgba(1, 53, 102, 0.15);
}

.cl-tgm-header .dropdown-menu-item:last-child .dropdown-menu-link {
    border-bottom: 0;
}

.cl-tgm-header .dropdown-menu-link:hover {
    color: var(--tgm-red) !important;
    background: #eef7f1;
}

.cl-tgm-header .header-user-event {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cl-tgm-header .cl-nav-toggle {
    display: none;
    background: transparent;
    border: 0;
    color: var(--tgm-navy);
    font-size: 22px;
    padding: 8px;
    cursor: pointer;
}

/* Sticky — sadece nav bar sabit; spacer ile yer korunur */
.cl-header-spacer {
    display: block;
    width: 100%;
    height: 0;
    pointer-events: none;
}

.cl-tgm-header.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

.cl-tgm-header.is-sticky .header-wrapper {
    padding-bottom: 0;
}

.cl-tgm-header.is-sticky .header-top-style-1 {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 0;
}

.cl-tgm-header.is-sticky .header-bottom-style-1 {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    top: auto;
    padding: 10px 0;
    animation: none;
}

.cl-tgm-header.is-sticky .header-bottom-area {
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 8px 24px rgba(1, 53, 102, 0.12);
}

/* Sticky kapalıyken tüm stiller varsayılana döner — ek reset */
.cl-tgm-header:not(.is-sticky) .header-top-style-1 {
    max-height: none;
    overflow: visible;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.cl-tgm-header:not(.is-sticky) .header-bottom-style-1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    padding: 0;
}

@keyframes tgmFadeDown {
    from { opacity: 0; transform: translateY(-12px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Body offset for overlapping pill */
.main-wrapper,
.animsition.main-wrapper {
    padding-top: 0;
}

#cl-page-body {
    padding-top: 0;
}

.cl-tgm-home .section-hero {
    margin-top: 0;
}

.section-page-banner {
    margin-top: 0;
}

/* Buttons */
.btn-tgm-primary,
.btn-tgm-alt,
.btn-outline-tgm {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    transition: 0.3s ease;
    border: 2px solid transparent;
}

.btn-tgm-primary {
    background: var(--tgm-red);
    color: #fff !important;
    border-color: var(--tgm-red);
}

.btn-tgm-primary:hover {
    background: var(--tgm-red-dark);
    border-color: var(--tgm-red-dark);
    color: #fff !important;
}

.btn-tgm-alt {
    background: linear-gradient(90deg, #b8e0c8, #1f7a4c 55%, #18633d);
    color: #fff !important;
    border: 0;
}

.btn-tgm-alt:hover {
    filter: brightness(1.05);
    color: #fff !important;
    transform: translateY(-2px);
}

.btn-outline-tgm {
    background: transparent;
    color: var(--tgm-navy) !important;
    border-color: var(--tgm-navy);
}

.btn-outline-tgm:hover {
    background: var(--tgm-navy);
    color: #fff !important;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--tgm-red);
    margin-bottom: 10px;
}

.section-tag.is-white-transparent,
.section-tag.is-white {
    color: rgba(255, 255, 255, 0.92);
    background: rgba(255, 255, 255, 0.12);
    padding: 6px 14px;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
}

.section-title {
    font-size: clamp(1.85rem, 3.2vw, 2.55rem) !important;
    margin: 0 0 16px !important;
}

.section-title.is-white { color: #fff !important; }
.section-text.is-white { color: rgba(255,255,255,0.85) !important; }

.section-intro {
    max-width: 720px;
    margin: 0 auto 48px;
}

.section-intro .section-text {
    color: var(--tgm-body);
}

/* ═══════════════ HERO ═══════════════ */
.section-hero {
    position: relative;
}

.cl-hero-slider {
    position: relative;
    min-height: 75vh;
    overflow: hidden;
}

.cl-hero-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s;
}

.cl-hero-slide.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
    min-height: 75vh;
}

.cl-hero-slide .slider-bg-1 {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.hero-1-slider-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(37, 56, 73, 0.92) 0%, rgba(37, 56, 73, 0.45) 55%, rgba(37, 56, 73, 0.1) 100%);
}

.hero-content {
    position: relative;
    z-index: 2;
    padding: 120px 15px 100px;
    max-width: 640px;
}

.hero-title {
    color: #fff !important;
    font-size: clamp(1.8rem, 4vw, 3.4rem) !important;
    line-height: 1.15 !important;
    margin: 12px 0 28px !important;
}

.hero-slider-quote {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 3;
    max-width: 340px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(8px);
    border-left: 3px solid var(--tgm-red);
    padding: 18px 20px;
    color: #fff;
}

.hero-slider-quote blockquote {
    margin: 0;
    font-size: 0.95rem;
    font-style: italic;
    border: 0;
    padding: 0;
    color: #fff;
}

.cl-hero-dots {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 4;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cl-hero-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0.7);
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.cl-hero-dots button.is-active {
    background: var(--tgm-red);
    border-color: var(--tgm-red);
}

/* ═══════════════ ABOUT ═══════════════ */
.section-about {
    padding: 110px 0 90px;
    background: #fff;
}

.about-media {
    position: relative;
    margin-bottom: 24px;
}

.about-media img {
    width: 100%;
    border-radius: 12px;
    display: block;
    object-fit: cover;
    min-height: 380px;
}

.about-badge {
    position: absolute;
    right: 20px;
    bottom: -18px;
    background: var(--tgm-red);
    color: #fff;
    padding: 18px 22px;
    border-radius: 12px;
    text-align: center;
    min-width: 120px;
    box-shadow: 0 12px 28px rgba(183, 38, 44, 0.35);
}

.about-badge .number {
    display: block;
    font-size: 34px;
    font-weight: 800;
    font-family: var(--tgm-display);
    line-height: 1;
}

.about-badge .label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.about-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 28px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.about-checklist li {
    position: relative;
    padding-left: 28px;
    color: var(--tgm-navy);
    font-weight: 600;
}

.about-checklist li::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: var(--tgm-red);
}

/* ═══════════════ PRODUCTS ═══════════════ */
.section-service {
    padding: 90px 0;
    background: var(--tgm-soft);
}

.service-item {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    margin-bottom: 24px;
    box-shadow: 0 8px 24px rgba(1, 53, 102, 0.06);
    transition: 0.3s;
    height: calc(100% - 24px);
}

.service-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(1, 53, 102, 0.12);
}

.service-thumb {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: #e8f2ec;
    border-radius: 8px;
    overflow: hidden;
}

.service-thumb img {
    max-width: 100%;
    max-height: 160px;
    object-fit: contain;
}

.service-item h3 {
    margin: 0 0 16px !important;
    font-size: 1.2rem !important;
}

/* ═══════════════ PORTFOLIO ═══════════════ */
.section-portfolio {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.portfolio-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transition: background-image 0.4s ease;
    filter: brightness(0.45);
}

.portfolio-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 53, 102, 0.85), rgba(1, 53, 102, 0.35));
}

.portfolio-inner {
    position: relative;
    z-index: 2;
    padding: 80px 15px;
}

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

.portfolio-item a {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    color: #fff !important;
    text-decoration: none !important;
    transition: 0.3s;
}

.portfolio-item .num {
    font-family: var(--tgm-display);
    font-weight: 800;
    font-size: 1.4rem;
    color: var(--tgm-red);
    min-width: 40px;
}

.portfolio-item .txt {
    flex: 1;
}

.portfolio-item .txt strong {
    display: block;
    font-size: 1.15rem;
    color: #fff;
}

.portfolio-item .txt small {
    color: rgba(255,255,255,0.75);
    font-size: 13px;
}

.portfolio-item.is-active a,
.portfolio-item:hover a {
    padding-left: 8px;
}

.portfolio-item.is-active .txt strong,
.portfolio-item:hover .txt strong {
    color: #b8e0c8;
}

/* ═══════════════ PROCESS ═══════════════ */
.working-process-section {
    padding: 90px 0;
    background: #fff;
}

.process-box {
    text-align: center;
    padding: 28px 20px;
    border: 1px solid #d8e8de;
    border-radius: 12px;
    margin-bottom: 20px;
    height: calc(100% - 20px);
    transition: 0.3s;
}

.process-box:hover {
    border-color: var(--tgm-red);
    box-shadow: 0 12px 28px rgba(183, 38, 44, 0.1);
}

.process-box .step {
    display: inline-block;
    color: var(--tgm-red);
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.process-box h3 {
    margin: 0 0 10px !important;
    font-size: 1.25rem !important;
}

/* ═══════════════ VIDEO BAND ═══════════════ */
.video-section-band {
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}

.video-section-band .video-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    filter: brightness(0.35);
}

.video-inner {
    position: relative;
    z-index: 1;
}

/* ═══════════════ NEWS ═══════════════ */
.news-section-home {
    padding: 90px 0 100px;
    background: var(--tgm-soft);
}

/* Eski tema: brief-content resmi absolute ile örtüyordu — stacked kart */
.news-section-home .anasayfa-haber .vk-recent-blog,
.vk-recent-blog-section .anasayfa-haber .vk-recent-blog,
.anasayfa-haber .vk-recent-blog {
    position: relative !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-top: 0 !important;
    margin: 0 0 24px !important;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(1, 53, 102, 0.06);
    height: calc(100% - 24px);
    display: flex;
    flex-direction: column;
}

.anasayfa-haber .vk-recent-blog .vk-img-frame {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: 100% !important;
    flex: 0 0 auto;
}

.anasayfa-haber .vk-recent-blog .vk-img-frame a {
    display: block;
    line-height: 0;
}

.anasayfa-haber .vk-recent-blog .vk-img-frame img,
.anasayfa-haber img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    display: block;
}

.anasayfa-haber .vk-recent-blog .brief-content {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    left: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 16px 18px 18px !important;
    background: #fff !important;
    box-shadow: none !important;
    flex: 1 1 auto;
    z-index: 1;
}

.anasayfa-haber .vk-recent-blog .vk-title {
    padding-bottom: 8px !important;
    margin-bottom: 8px !important;
    line-height: 1.35 !important;
}

.anasayfa-haber .vk-recent-blog .vk-title a,
.anasayfa-haber .vk-recent-blog .vk-title span {
    color: var(--tgm-navy) !important;
    font-size: 1.05rem !important;
    font-weight: 700 !important;
}

.cl-news-static .cl-news-media {
    display: block;
    cursor: default;
}

.cl-news-static .cl-news-media img {
    pointer-events: none;
}

.vk-blog-wrapper .blog-content.cl-news-static h4 {
    color: var(--tgm-navy) !important;
    font-weight: 700 !important;
    margin: 0 0 8px !important;
}

.anasayfa-haber .vk-recent-blog .brief {
    font-size: 0.95rem !important;
    line-height: 1.55 !important;
    margin-bottom: 8px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: var(--tgm-body) !important;
}

.anasayfa-haber .vk-recent-blog .vk-text-muted {
    font-size: 0.85rem !important;
}

.anasayfa-haber .vk-recent-blog .vk-btn-readmore {
    font-size: 0.9rem !important;
    color: var(--tgm-red) !important;
}

.news-section-home .vk-recent-blog .vk-title a {
    color: var(--tgm-navy) !important;
}

.news-section-home .vk-btn-readmore {
    color: var(--tgm-red) !important;
}

/* ═══════════════ PAGE BANNER ═══════════════ */
.section-page-banner {
    position: relative;
    min-height: 280px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.page-banner-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
}

.page-banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(1, 53, 102, 0.85), rgba(183, 38, 44, 0.45));
}

.page-banner-inner {
    position: relative;
    z-index: 1;
    padding: 80px 15px 60px;
}

.page-banner-title {
    color: #fff !important;
    font-size: clamp(1.8rem, 3vw, 2.8rem) !important;
    margin: 10px 0 0 !important;
}

/* Hide old banner if any leftover */
.vk-banner.cl-page-banner { display: none !important; }

/* ═══════════════ FOOTER ═══════════════ */
.vk-footer { display: none !important; }

.cl-tgm-footer .footer {
    background: var(--tgm-red);
    color: #fff;
}

.cl-tgm-footer .footer-info-area {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding: 28px 0;
}

.cl-tgm-footer .footer-info-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 28px 48px;
}

.cl-tgm-footer .footer-info-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.cl-tgm-footer .footer-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.cl-tgm-footer .footer-info-title {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.cl-tgm-footer .footer-info-content a,
.cl-tgm-footer .footer-info-content address {
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    margin: 0;
    font-style: normal;
    text-decoration: none !important;
}

.cl-tgm-footer .footer-center {
    padding: 50px 0 30px;
}

.cl-tgm-footer .footer-widget .logo img {
    max-height: 56px;
    width: auto;
    max-width: 220px;
    margin-bottom: 12px;
}

.cl-tgm-footer .slogan {
    font-style: italic;
    opacity: 0.85;
    font-weight: 300;
    font-size: 0.95rem;
}

.cl-tgm-footer .footer-title {
    color: #fff !important;
    font-size: 1.1rem !important;
    margin: 0 0 16px !important;
    position: relative;
    padding-bottom: 10px;
}

.cl-tgm-footer .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: rgba(255,255,255,0.35);
}

.cl-tgm-footer .footer-nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cl-tgm-footer .footer-nav a {
    color: rgba(255,255,255,0.88) !important;
    text-decoration: none !important;
    display: block;
    padding: 5px 0;
    font-size: 14px;
}

.cl-tgm-footer .footer-nav a:hover {
    color: #fff !important;
    padding-left: 4px;
}

.cl-tgm-footer .social-menu {
    list-style: none;
    display: flex;
    gap: 12px;
    padding: 0;
    margin: 16px 0 0;
}

.cl-tgm-footer .social-menu a {
    color: #fff !important;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cl-tgm-footer .footer-bottom {
    background: var(--tgm-gray);
    padding: 16px 0;
    text-align: center;
}

.cl-tgm-footer .footer-bottom p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.cl-tgm-footer .footer-col {
    margin-bottom: 28px;
}

/* Newsletter keep readable */
.newsletter {
    margin-top: 0;
}

/* ═══════════════ RESPONSIVE ═══════════════ */

/* Büyük masaüstü */
@media (min-width: 1200px) {
    body {
        font-size: 1.15rem !important;
    }
    .hero-title {
        font-size: 3.5rem !important;
    }
    .anasayfa-haber .vk-recent-blog .vk-img-frame img,
    .anasayfa-haber img {
        height: 210px !important;
    }
}

/* Tablet landscape / küçük laptop */
@media (max-width: 1199px) {
    .cl-tgm-header .header-nav-link {
        padding: 10px 10px;
        font-size: 14px;
    }
    .section-about,
    .section-service,
    .working-process-section,
    .news-section-home {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Tablet */
@media (max-width: 991px) {
    body {
        font-size: 1.05rem !important;
    }

    .cl-tgm-header .header-nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 12px;
        right: 12px;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 16px 40px rgba(0,0,0,0.15);
        padding: 12px 0;
        z-index: 200;
        max-height: 70vh;
        overflow-y: auto;
    }

    .cl-tgm-header .header-nav.is-open {
        display: block;
    }

    .cl-tgm-header .header-nav-list {
        flex-direction: column;
        align-items: stretch;
    }

    .cl-tgm-header .header-nav-link {
        font-size: 1.05rem !important;
        padding: 12px 18px !important;
        color: var(--tgm-navy) !important;
    }

    .cl-tgm-header .dropdown-menu-list {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        display: none;
        padding-left: 12px;
    }

    .cl-tgm-header .has-submenu.is-open > .dropdown-menu-list {
        display: block;
    }

    .cl-tgm-header .cl-nav-toggle {
        display: inline-flex;
    }

    .cl-tgm-header .d-none-xs {
        display: none !important;
    }

    .cl-tgm-header .header-bottom-area {
        height: 64px;
        border-radius: 40px;
        padding: 0 14px 0 16px;
    }

    .cl-tgm-header .logo img {
        height: 42px !important;
    }

    .cl-tgm-header .header-wrapper {
        padding-bottom: 32px;
    }

    .cl-tgm-header .header-top-style-1 {
        padding: 12px 0 40px;
    }

    .hero-slider-quote {
        display: none;
    }

    .cl-hero-slider,
    .cl-hero-slide.is-active {
        min-height: 62vh;
    }

    .hero-content {
        padding: 80px 15px 70px;
        max-width: 100%;
    }

    .hero-title {
        font-size: clamp(1.6rem, 5vw, 2.4rem) !important;
    }

    .cl-hero-dots {
        flex-direction: row;
        left: 50%;
        top: auto;
        bottom: 20px;
        transform: translateX(-50%);
    }

    .section-about,
    .section-service,
    .working-process-section,
    .news-section-home {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section-portfolio {
        min-height: 0;
    }

    .portfolio-inner {
        padding: 50px 15px;
    }

    .about-media img {
        min-height: 280px;
    }

    .service-product-row > [class*="col-"] {
        margin-bottom: 8px;
    }

    .anasayfa-haber .vk-recent-blog .vk-img-frame img,
    .anasayfa-haber img {
        height: 180px !important;
    }

    .cl-tgm-footer .footer-info-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
    }

    .section-page-banner {
        min-height: 200px;
    }

    .page-banner-inner {
        padding: 60px 15px 40px;
    }
}

/* Büyük telefon / küçük tablet */
@media (max-width: 767px) {
    body {
        font-size: 1.02rem !important;
    }

    .section-title {
        font-size: clamp(1.45rem, 6vw, 1.9rem) !important;
    }

    .btn-tgm-primary,
    .btn-tgm-alt,
    .btn-outline-tgm {
        padding: 11px 20px;
        font-size: 13px;
    }

    .service-item {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .anasayfa-haber {
        margin-bottom: 8px;
    }

    .anasayfa-haber .vk-recent-blog .brief-content {
        padding: 14px 14px 16px !important;
    }

    .anasayfa-haber .vk-recent-blog .vk-img-frame img,
    .anasayfa-haber img {
        height: 170px !important;
    }

    .video-section-band {
        padding: 70px 0;
    }

    .cl-tgm-footer .footer-center {
        padding: 36px 0 16px;
    }
}

/* Telefon */
@media (max-width: 575px) {
    body {
        font-size: 1rem !important;
    }

    .about-checklist {
        grid-template-columns: 1fr;
    }

    .cl-tgm-header .header-info-item:nth-child(3) {
        display: none;
    }

    .cl-tgm-header .header-info-list {
        gap: 6px 14px;
    }

    .cl-tgm-header .header-info-item {
        font-size: 0.82rem;
    }

    .cl-tgm-header .header-top-right .social-menu {
        display: none;
    }

    .cl-hero-slider,
    .cl-hero-slide.is-active {
        min-height: 56vh;
    }

    .hero-content {
        padding: 64px 12px 64px;
    }

    .hero-title {
        font-size: 1.55rem !important;
        margin: 10px 0 20px !important;
    }

    .section-tag {
        font-size: 12px;
    }

    .about-media img {
        min-height: 220px;
    }

    .about-badge {
        right: 12px;
        padding: 12px 14px;
        min-width: 96px;
    }

    .about-badge .number {
        font-size: 26px;
    }

    .portfolio-item a {
        gap: 10px;
        padding: 14px 0;
    }

    .portfolio-item .num {
        font-size: 1.1rem;
        min-width: 32px;
    }

    .portfolio-item .txt strong {
        font-size: 1rem;
    }

    .process-box {
        padding: 22px 16px;
    }

    .anasayfa-haber .vk-recent-blog .vk-img-frame img,
    .anasayfa-haber img {
        height: 160px !important;
    }

    .anasayfa-haber .vk-recent-blog .vk-title a {
        font-size: 1rem !important;
    }

    .section-page-banner {
        min-height: 160px;
    }

    .page-banner-title {
        font-size: 1.5rem !important;
    }

    .cl-tgm-footer .footer-info-icon {
        width: 40px;
        height: 40px;
        font-size: 15px;
    }

    .cl-tgm-footer .footer-info-content a,
    .cl-tgm-footer .footer-info-content address {
        font-size: 0.95rem;
    }
}

/* ═══════════════ Product image gallery slider ═══════════════ */
.cl-product-gallery {
    width: 100%;
    max-width: 100%;
}

.cl-product-gallery .cl-gallery-main {
    position: relative;
    background: #fff;
    border: 1px solid #d8e8de;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 12px;
}

.cl-product-gallery .cl-gallery-slide {
    outline: none;
}

.cl-product-gallery .cl-gallery-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    max-height: 420px;
    background: #f8fbf9;
}

.cl-product-gallery .cl-gallery-slide img {
    width: 100%;
    height: 360px;
    max-height: 420px;
    object-fit: contain !important;
    object-position: center;
    background: #fff;
    display: block;
    margin: 0 auto;
    border: 0 !important;
    padding: 8px;
}

.cl-product-gallery .cl-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 61, 46, 0.85);
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
}

.cl-product-gallery .cl-gallery-arrow:hover {
    background: var(--tgm-red);
}

.cl-product-gallery .cl-gallery-arrow.prev { left: 12px; }
.cl-product-gallery .cl-gallery-arrow.next { right: 12px; }

.cl-product-gallery .cl-gallery-nav {
    margin: 0 -4px;
}

.cl-product-gallery .cl-gallery-nav.is-single {
    display: none !important;
}

.cl-product-gallery .cl-gallery-thumb {
    padding: 0 4px;
    cursor: pointer;
    outline: none;
}

.cl-product-gallery .cl-gallery-thumb .urunkucuk {
    border: 2px solid #d8e8de;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    transition: border-color 0.2s ease;
}

.cl-product-gallery .cl-gallery-thumb .urunkucuk img {
    height: 78px !important;
    width: 100%;
    object-fit: contain !important;
    background: #fff;
    padding: 4px;
    display: block;
}

.cl-product-gallery .cl-gallery-thumb.is-active .urunkucuk,
.cl-product-gallery .slick-slide.is-active-thumb .urunkucuk,
.cl-product-gallery .cl-gallery-thumb:hover .urunkucuk {
    border-color: var(--tgm-red);
    box-shadow: 0 0 0 1px var(--tgm-red);
    opacity: 1;
}

.cl-product-gallery .cl-gallery-nav .slick-current:not(.is-active-thumb) .urunkucuk {
    border-color: #d8e8de;
    box-shadow: none;
    opacity: 0.72;
}

.cl-product-gallery .cl-gallery-thumb .urunkucuk {
    opacity: 0.72;
}

.cl-product-gallery {
    outline: none;
}

.cl-product-gallery .cl-gallery-thumb-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 28px;
    height: 28px;
    border: 0;
    border-radius: 50%;
    background: var(--tgm-navy);
    color: #fff;
    cursor: pointer;
}

.cl-product-gallery .cl-gallery-thumb-arrow.prev { left: 0; }
.cl-product-gallery .cl-gallery-thumb-arrow.next { right: 0; }

@media (max-width: 767px) {
    .cl-product-gallery .cl-gallery-slide a {
        min-height: 240px;
        max-height: 320px;
    }
    .cl-product-gallery .cl-gallery-slide img {
        height: 260px;
    }
    .cl-product-gallery .cl-gallery-thumb .urunkucuk img {
        height: 64px !important;
    }
}

/* Technical service CTA */
.cl-tech-cta {
    margin-top: 28px;
}

.cl-tech-cta .btn-tgm-primary {
    max-width: 100%;
    white-space: normal;
    text-align: center;
    line-height: 1.35;
    padding: 14px 22px;
}

.cl-tech-cta .btn-tgm-primary span {
    overflow-wrap: anywhere;
}

@media (max-width: 575px) {
    .cl-tech-cta .btn-tgm-primary {
        width: 100%;
        justify-content: center;
    }
}

/* ═══════════════ Shop sidebar + legacy list span fix ═══════════════ */

/* Legacy theme rule (.vk-list li a span { position:absolute }) breaks
   i18n labels and count badges — neutralize globally, restyle intentionally. */
.vk-list li a > span {
    position: static !important;
    right: auto !important;
    top: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: inherit !important;
    z-index: auto !important;
    text-align: inherit !important;
}

.vk-shop-wrapper .sidebar-menu {
    margin-bottom: 24px;
}

.vk-shop-wrapper .sidebar-menu .archives {
    margin-top: 18px;
}

.vk-shop-wrapper .sidebar-menu .archives > h4 {
    margin: 0 0 8px !important;
    font-size: 1.05rem !important;
    color: var(--tgm-navy) !important;
}

.vk-shop-wrapper .sidebar-menu .archives > span {
    display: inline;
    font-size: 0.92rem;
    color: var(--tgm-body);
}

.vk-shop-wrapper .cl-shop-cats,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats {
    list-style: none;
    margin: 12px 0 0;
    padding: 0;
}

.vk-shop-wrapper .cl-shop-cats li,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats li {
    position: relative;
    border: 1px solid #d8e8de;
    margin-bottom: 8px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.vk-shop-wrapper .cl-shop-cats li.active,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats li.active {
    border-color: var(--tgm-red);
    background: #eef7f1;
}

.vk-shop-wrapper .cl-shop-cats li a,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats li a {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 14px !important;
    text-decoration: none !important;
    color: var(--tgm-navy) !important;
    background: transparent !important;
    font-weight: 600;
    line-height: 1.35;
}

.vk-shop-wrapper .cl-shop-cats li a:hover,
.vk-shop-wrapper .cl-shop-cats li a:focus,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats li a:hover,
.sidebar-menu .archives .vk-menu-right.cl-shop-cats li a:focus {
    background: #f3f8f5 !important;
    color: var(--tgm-red) !important;
}

.vk-shop-wrapper .cl-shop-cats .cl-cat-label,
.sidebar-menu .archives .cl-cat-label {
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
}

.vk-shop-wrapper .cl-shop-cats .cl-cat-count,
.sidebar-menu .archives .cl-cat-count {
    flex: 0 0 auto;
    white-space: nowrap;
    opacity: 0.75;
    font-weight: 600;
    font-variant-numeric: tabular-nums;
}

/* Shop grid: prevent column crush / overlap on mid widths */
.vk-shop-wrapper .vk-shop-side-bar > [class*="col-"] {
    min-width: 0;
}

.vk-shop-wrapper .vk-shop-item .vk-list-inline {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.vk-shop-wrapper .vk-shop-item .vk-list-inline > li {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    float: none !important;
    display: block;
}

.vk-shop-wrapper .vk-shop-item .item {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.vk-shop-wrapper .vk-shop-item .item .cl-wa-wrap {
    margin-top: auto;
}

@media (max-width: 991px) {
    .vk-shop-wrapper .left-content,
    .vk-shop-wrapper .right-content {
        width: 100%;
        float: none !important;
    }

    .vk-shop-wrapper .left-content {
        order: -1;
        margin-bottom: 28px;
    }

    .vk-shop-wrapper .vk-siderbar.vk-shop-side-bar {
        display: flex;
        flex-direction: column;
    }
}

/* ═══════════════ WhatsApp CTA buttons ═══════════════ */
.cl-wa-cta {
    margin: 16px 0 8px;
    max-width: 100%;
}

a.whatsapp-btn,
.whatsapp-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: 48px;
    padding: 12px 16px !important;
    margin: 0;
    background-color: #25d366 !important;
    color: #fff !important;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    letter-spacing: 0.2px;
    line-height: 1.35 !important;
    border-radius: 10px !important;
    border: none !important;
    white-space: normal;
    word-break: normal;
    overflow-wrap: anywhere;
    transition: background-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.28);
}

a.whatsapp-btn:hover,
a.whatsapp-btn:focus,
.whatsapp-btn:hover,
.whatsapp-btn:focus {
    background-color: #1ebe5d !important;
    color: #fff !important;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(37, 211, 102, 0.35);
    text-decoration: none !important;
}

a.whatsapp-btn i,
.whatsapp-btn i {
    margin: 0 !important;
    font-size: 1.15em !important;
    line-height: 1 !important;
    flex-shrink: 0;
    color: #fff !important;
}

a.whatsapp-btn span,
.whatsapp-btn span {
    position: static !important;
    display: inline !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
    color: #fff !important;
    text-decoration: none !important;
}

/* Product detail: don't inherit old price styles */
.detail-product .price .cl-wa-cta,
.detail-product .item-price:has(.whatsapp-btn),
.vk-product-wrapper .item-price:has(.whatsapp-btn) {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    margin-top: 16px;
    margin-bottom: 8px;
}

.detail-product .cl-wa-cta .whatsapp-btn,
.vk-product-wrapper .detail-product .whatsapp-btn {
    max-width: 340px;
}

/* Shop / listing cards */
.vk-shop-item .item,
.vk-shop-item .item .cl-wa-wrap {
    min-width: 0;
}

.vk-shop-item .item > div:has(> .whatsapp-btn),
.cl-wa-wrap {
    margin-top: 10px;
    width: 100%;
    max-width: 100%;
}

.vk-shop-item .item .whatsapp-btn,
.item .whatsapp-btn {
    font-size: 13px !important;
    min-height: 44px;
    padding: 10px 12px !important;
}

.vk-shop-item .item .uruntitle,
.item .uruntitle {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.35;
}

.vk-shop-item .item .cl-product-excerpt,
.cl-product-excerpt {
    margin: 8px 0 0;
    font-size: 13px;
    line-height: 1.5;
    color: #64748b;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.detail-product .intro p,
.vk-tab-content .content[data-i18n] {
    white-space: pre-line;
}

@media (max-width: 991px) {
    .detail-product .cl-wa-cta .whatsapp-btn,
    .vk-product-wrapper .detail-product .whatsapp-btn {
        max-width: 100%;
    }
}

@media (max-width: 575px) {
    a.whatsapp-btn,
    .whatsapp-btn {
        font-size: 13px !important;
        padding: 11px 12px !important;
        min-height: 46px;
    }
}

/* Çok dar ekran */
@media (max-width: 380px) {
    .cl-tgm-header .header-bottom-area {
        height: 58px;
        border-radius: 28px;
    }
    .cl-tgm-header .logo img {
        height: 36px !important;
        max-width: 130px;
    }
}
