/*
Theme Name: Oraxis
Author: ModinaTheme
Author URI: https://themeforest.net/user/modinatheme/
Description: Architecture & Interior Html Template
Version: 1.1.0
*/

/*
=================================
|***    Table of contents:   ***|
=================================

Main Style file-> assets/css/main.css 

All the SCSS File in SCSS Folder of Assets Folder. You can read the doc file also for better understand.

// BASIC
@import 'basic';

// MIXIN
@import 'variables';

// TYPOGRAPHY
@import 'typography';

// MIX
@import 'mix';

// HELPER
@import 'helper';

// ICON FONTS
@import 'icon';

// ANIMATION
@import 'animation';

// Button 
@import 'btn';

// Colors 
@import 'colors';

// Preloader 
@import 'preloader';

/* ----------------------------------
    Template Section Styles
 ------------------------------------*/

 /* // Menu - Header Section 
 @import 'header';
 
 // Hero Slide - Section 
 @import 'hero';
 
 // Section Title - Heading 
 @import 'section';
 
 // About - Section 
 @import 'about';
 
 // Features - Section 
 @import 'features';
 
 // services - Section 
 @import 'services';
 
 // testimonial - Section 
 @import 'testimonial';
 
 // Portfolio - Cases - Section 
 @import 'project';
 
 // Price Table - Section 
 @import 'price';
 
 // Call To Action - Section 
 @import 'cta';
 
 // Content Block - Section 
 @import 'contentblock';
 
 // team - Section 
 @import 'team';
 
 // funfact - Section 
 @import 'funfact';
 
 // Download - Section 
 @import 'carousel';
 
 // FAQ - Section 
 @import 'faq';
 
 // Blog - Section 
 @import 'blog';
 
 // Contact Us - Section 
 @import 'contact';
 
 // footer - Section
 @import 'footer';n facts */


/* ----------------------------------
    Türkay - Özel Düzenlemeler
 ------------------------------------*/

/* Türkay logosu 263x67, temanın kendi logosu 142x30 idi.
   Yükseklikten sabitleyip genişliği oranla bırakıyoruz. */
.header-main .logo a img,
.offcanvas__logo a img,
.footer-widgets-wrapper .widget-head > a img {
    height: 46px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 575px) {
    .header-main .logo a img,
    .offcanvas__logo a img,
    .footer-widgets-wrapper .widget-head > a img {
        height: 38px;
    }
}

/* ----------------------------------
    Anasayfa - güven / üretici kimliği bölümü
 ------------------------------------*/
.guven-kart {
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 5px;
    padding: 36px 30px 30px;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.guven-kart:hover {
    border-color: var(--theme);
    transform: translateY(-6px);
    box-shadow: var(---box-shadow);
}

.guven-kart .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    background-color: var(--theme);
    color: var(--white);
    font-size: 24px;
    margin-bottom: 24px;
}

.guven-kart h3 {
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1.35;
}

.guven-kart p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
}

/* Somut veri şeridi */
.guven-serit {
    margin-top: 50px;
    padding: 40px 30px;
    background-color: var(--white);
    border-radius: 5px;
    border-left: 4px solid var(--theme);
}

.guven-veri {
    text-align: center;
}

.guven-veri .guven-sayi {
    color: var(--theme);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    margin-bottom: 8px;
}

.guven-veri p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--text);
}

@media (max-width: 991px) {
    .guven-veri .guven-sayi {
        font-size: 32px;
    }
    .guven-serit {
        padding: 30px 20px;
    }
}

/* ----------------------------------
    SSS akordiyonu - odak rengi
 ------------------------------------*/

/* Bootstrap'ın varsayılan odak rengi mavi (#86b7fe kenarlık +
   rgba(13,110,253,.25) parıltı). Akordiyon başlığına tıklandığında
   temayla uyumsuz açık mavi bir halka çıkıyordu; tema rengine çevrildi.
   Değişkenler .accordion üzerinde tanımlandığı için sitedeki bütün
   SSS bölümleri tek noktadan etkilenir. */
.accordion {
    --bs-accordion-btn-focus-border-color: var(--theme);
    --bs-accordion-btn-focus-box-shadow: 0 0 0 0.2rem rgba(247, 147, 27, 0.35);
    --bs-accordion-active-color: var(--white);
    --bs-accordion-active-bg: var(--theme);
    --bs-accordion-btn-active-icon: none;
}

.accordion-button:focus {
    border-color: var(--theme);
    box-shadow: none;
}

/* ----------------------------------
    Anasayfa - slider üstüne binen saydam header
 ------------------------------------*/

/* Bu bölümdeki kuralların TAMAMI .header-transparent:not(.sticky) ile
   sınırlıdır. Yani yalnızca anasayfada, sayfa henüz kaydırılmamışken
   geçerlidir. Sayfa aşağı kaydırılınca .sticky devreye girer ve temanın
   kendi beyaz zeminli header'ı hiç müdahale edilmeden çalışır.
   İç sayfalarda .header-transparent sınıfı olmadığı için hiçbiri uygulanmaz. */
.header-1.header-transparent:not(.sticky) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent;
}

/* --- Logo: tepede beyaz, kaydırınca renkli --- */
.header-transparent .header-logo-2 .logo-renkli {
    display: none;
}

.header-transparent.sticky .header-logo-2 .logo-beyaz {
    display: none;
}

.header-transparent.sticky .header-logo-2 .logo-renkli {
    display: inline-block;
}

/* --- Menü: tepedeyken beyaz --- */
.header-1.header-transparent:not(.sticky) .main-menu ul li > a {
    color: var(--white);
}

.header-1.header-transparent:not(.sticky) .main-menu ul li:hover > a {
    color: var(--theme);
}

/* Açılır menüler beyaz kutu üzerinde açıldığı için koyu kalmalı */
.header-1.header-transparent:not(.sticky) .main-menu ul li .submenu li a {
    color: var(--header);
}

.header-1.header-transparent:not(.sticky) .main-menu ul li .submenu li:hover > a {
    color: var(--theme);
}

/* --- Telefon bloğu ve hamburger de tepedeyken beyaz --- */
.header-1.header-transparent:not(.sticky) .header-right .header-1-phone .content p {
    color: rgba(255, 255, 255, 0.85);
}

.header-1.header-transparent:not(.sticky) .header-right .header-1-phone .content h4 a,
.header-1.header-transparent:not(.sticky) .header-right .header-1-phone .content .phone-no a {
    color: var(--white);
}

.header-1.header-transparent:not(.sticky) .header-right .header-1-phone .content h4 a:hover,
.header-1.header-transparent:not(.sticky) .header-right .header-1-phone .content .phone-no a:hover {
    color: var(--theme);
}

.header-1.header-transparent:not(.sticky) .sidebar__toggle i {
    color: var(--white);
}

/* ----------------------------------
    Anasayfa ana slider (soldan sağa geçişli)
 ------------------------------------*/
.turkay-slider-section {
    position: relative;
    overflow: hidden;
}

.turkay-hero-slider {
    position: relative;
}

/* Header slider'ın üstüne bindiği için üst dolgu header yüksekliği kadar
   fazla verildi; içerik menünün altında kalmıyor. */
.turkay-slide {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 880px;
    padding: 210px 0 130px;
}

@media (max-width: 1399px) {
    .turkay-slide {
        min-height: 780px;
        padding: 190px 0 120px;
    }
}

@media (max-width: 1199px) {
    .turkay-slide {
        min-height: 680px;
        padding: 170px 0 110px;
    }
}

@media (max-width: 767px) {
    .turkay-slider-section,
    .turkay-hero-slider,
    .turkay-hero-slider .swiper-wrapper,
    .turkay-hero-slider .swiper-slide {
        min-height: 560px;
    }

    .turkay-slide {
        height: 560px;
        min-height: 560px;
        padding: 140px 0 100px;
        background-size: cover;
        background-position: center center;
    }
}

/* Fotoğrafların üzerine okunabilirlik için koyu katman */
.turkay-slide::before {
    position: absolute;
    inset: 0;
    content: "";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 55%, rgba(0, 0, 0, 0.35) 100%);
}

.turkay-slide .container {
    position: relative;
    z-index: 2;
}

.turkay-slide-content {
    max-width: 760px;
}

.turkay-slide-content .turkay-slide-title {
    color: var(--white);
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 1.22;
    margin-bottom: 22px;
    /* Slayt soldan girerken metin de gecikmeli olarak soldan gelir */
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.9s ease-in-out 0.3s;
}

.turkay-slide-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 34px;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.9s ease-in-out 0.5s;
}

.turkay-slide-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    opacity: 0;
    transform: translateX(-60px);
    transition: all 0.9s ease-in-out 0.7s;
}

/* Aktif slaytta içerik yerine oturur */
.swiper-slide-active .turkay-slide-content .turkay-slide-title,
.swiper-slide-active .turkay-slide-content p,
.swiper-slide-active .turkay-slide-btns {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 1199px) {
    .turkay-slide-content .turkay-slide-title {
        font-size: 42px;
    }
}

@media (max-width: 767px) {
    .turkay-slide-content .turkay-slide-title {
        font-size: 30px;
    }
    .turkay-slide-content .turkay-slide-title br,
    .turkay-slide-content p br {
        display: none;
    }
    .turkay-slide-content p {
        font-size: 16px;
        margin-bottom: 26px;
    }
}

/* Oklar */
.turkay-slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 50%;
    color: var(--white);
    font-size: 20px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.42);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.22);
    transition: all 0.3s ease-in-out;
}

.turkay-slider-arrow:hover {
    background-color: var(--theme);
    border-color: var(--theme);
}

.turkay-slider-prev {
    left: 40px;
}

.turkay-slider-next {
    right: 40px;
}

@media (max-width: 991px) {
    .turkay-slider-arrow {
        display: none;
    }
}

@media (max-width: 575px) {
    .turkay-slider-section,
    .turkay-hero-slider,
    .turkay-hero-slider .swiper-wrapper,
    .turkay-hero-slider .swiper-slide {
        min-height: 540px;
    }

    .turkay-slide {
        height: 540px;
        min-height: 540px;
        padding: 132px 0 92px;
    }

}

/* Sayfalama noktaları */
.turkay-slider-pagination {
    position: absolute;
    bottom: 32px;
    left: 0;
    right: 0;
    z-index: 5;
    text-align: center;
}

.turkay-slider-pagination .swiper-pagination-bullet {
    width: 32px;
    height: 4px;
    border-radius: 2px;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    margin: 0 5px !important;
    transition: all 0.3s ease-in-out;
}

.turkay-slider-pagination .swiper-pagination-bullet-active {
    background-color: var(--theme);
    width: 52px;
}

/* Header'daki telefon bloğu temada yalnızca .header-1.header-2 (koyu zemin
   üstüne binen header) için stillenmiş. Anasayfada temanın orijinal açık
   zeminli header-1'i kullanıldığı için aynı blok burada yeniden tanımlandı. */
.header-1 .header-right .header-1-phone {
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-1 .header-right .header-1-phone .icon {
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--theme);
    color: var(--white);
    border-radius: 5px;
    flex-shrink: 0;
}

.header-1 .header-right .header-1-phone .content p {
    margin-bottom: 2px;
    font-size: 14px;
    line-height: 1.2;
    color: var(--text);
}

.header-1 .header-right .header-1-phone .content h4,
.header-1 .header-right .header-1-phone .content .phone-no {
    display: block;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
}

.header-1 .header-right .header-1-phone .content h4 a,
.header-1 .header-right .header-1-phone .content .phone-no a {
    color: var(--header);
}

.header-1 .header-right .header-1-phone .content h4 a:hover,
.header-1 .header-right .header-1-phone .content .phone-no a:hover {
    color: var(--theme);
}

/* Dar ekranlarda header sıkışmasın; telefon zaten footer'da ve
   sabit arama butonunda mevcut. */
@media (max-width: 1399px) {
    .header-1 .header-right .header-1-phone {
        display: none;
    }
}

/* Referans logo ızgarası - temanın brand-image bileşeni üzerine kurulu.
   Logolar farklı en/boy oranlarında olduğu için sabit kutu + contain. */
.reference-grid .brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 120px;
    padding: 20px;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.reference-grid .brand-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    object-fit: contain;
}

.reference-grid .brand-image:hover {
    border-color: var(--theme);
    transform: translateY(-5px);
}

/* Anasayfadaki referans logo şeridi. Logolar farklı en/boy oranlarında
   olduğu için sabit yükseklikli kutuya oturtulup contain ile ölçekleniyor;
   böylece hepsi aynı hizada ve aynı yükseklikte görünüyor.
   Slider ayarları main.js'te değil, https://turkayotomatikkapi.com/ içindeki kendi init'inde. */
.turkay-brand-slider .brand-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    padding: 8px;
}

.turkay-brand-slider .brand-image img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    transition: transform 0.4s ease-in-out;
}

.turkay-brand-slider .brand-image:hover img {
    transform: scale(1.08);
}

@media (max-width: 767px) {
    .turkay-brand-slider .brand-image {
        height: 105px;
    }
}

/* work-process-items kutularının sade hâli.
   Temanın ::before katmanı process-bg.jpg fotoğrafını, ::after ise
   üstüne siyah örtü getiriyor. Bu sınıf ikisini de kapatır.
   Fotoğraf kalkınca hover'daki beyaz yazı okunmaz olacağı için
   metin renkleri de normal haline sabitlendi.
   Kullanıldığı yerler: anasayfa "Hizmet Sürecimiz", KVKK, Gizlilik. */
.process-sade .work-process-items::before,
.process-sade .work-process-items::after {
    content: none;
}

.process-sade .work-process-items:hover h6 {
    -webkit-text-stroke-color: var(--black);
    opacity: 0.2;
}

.process-sade .work-process-items:hover h3 {
    color: var(--header);
    border-bottom: 2px solid var(--border);
}

.process-sade .work-process-items:hover p {
    color: var(--text);
}


/* ----------------------------------
    Ürün detay sayfaları
 ------------------------------------*/

/* Çeşit navigasyonu - sayfa içi anchor butonları */
.urun-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 35px 0 45px;
}

.urun-nav .theme-btn {
    padding: 12px 24px;
    font-size: 15px;
}

/* Sayfa içi anchor'a atlarken sabit header'ın başlığı örtmemesi için */
.urun-content h2[id] {
    scroll-margin-top: 120px;
}

/* ---- İçindekiler kutusu ---- */
.icindekiler {
    background-color: var(--bg);
    border: 1px solid var(--border);
    border-left: 4px solid var(--theme);
    border-radius: 5px;
    padding: 32px 36px 28px;
    margin: 40px 0 50px;
}

@media (max-width: 575px) {
    .icindekiler {
        padding: 24px 22px 20px;
    }
}

.icindekiler-baslik {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--border);
}

.icindekiler-baslik i {
    color: var(--theme);
    font-size: 20px;
}

.icindekiler-baslik h3 {
    margin: 0;
    font-size: 22px;
}

.icindekiler-liste {
    list-style: none;
    counter-reset: icindekiler;
    margin: 0;
    padding: 0;
    columns: 2;
    column-gap: 45px;
}

@media (max-width: 767px) {
    .icindekiler-liste {
        columns: 1;
    }
}

.icindekiler-liste li {
    counter-increment: icindekiler;
    break-inside: avoid;
    margin-bottom: 12px;
}

.icindekiler-liste li a {
    display: flex;
    align-items: baseline;
    gap: 12px;
    color: var(--text);
    font-weight: 500;
    line-height: 1.5;
    transition: color 0.3s ease-in-out;
}

.icindekiler-liste li a::before {
    content: counter(icindekiler, decimal-leading-zero);
    color: var(--theme);
    font-weight: 700;
    font-size: 14px;
    flex-shrink: 0;
}

.icindekiler-liste li a:hover {
    color: var(--theme);
}

.urun-content h2 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.urun-content > p + h2 {
    margin-top: 50px;
}

.yangin-hero-image {
    display: flex;
    justify-content: center;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 24px;
}

.service-details-wrapper .service-details-items .yangin-hero-image img {
    width: min(100%, 760px);
    max-height: 430px;
    object-fit: contain;
    object-position: center;
}

/* Bölüm görselleri */
.urun-gorsel {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 25px 0 10px;
}

/* Solda görsel + sağda YouTube videosu (eski sitedeki yapı) */
.urun-medya {
    margin: 30px 0 35px;
}

/* Görsel ile video aynı yükseklikte dursun diye ikisine de 16:9 oranı
   veriliyor. Sütunlar eşit genişlikte olduğu için yükseklikleri de eşitlenir. */
.urun-medya img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
}

.urun-medya .ratio,
.urun-video-galeri .ratio {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.12);
    background-color: var(--black);
}

.urun-medya iframe,
.urun-video-galeri iframe {
    border: 0;
}

/* ---- Galeri / Videolar sekmeleri ---- */
.urun-sekme {
    margin: 35px 0 45px;
}

.urun-sekme-baslik {
    font-size: 22px;
    margin-bottom: 18px;
    padding-left: 14px;
    border-left: 3px solid var(--theme);
    line-height: 1.4;
}

@media (max-width: 575px) {
    .urun-sekme-baslik {
        font-size: 19px;
    }
}

.urun-sekme .nav-tabs {
    border-bottom: 1px solid var(--border);
    gap: 5px;
}

.urun-sekme .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 5px 5px 0 0;
    color: var(--text);
    font-weight: 600;
    font-size: 16px;
    padding: 12px 28px;
    background: none;
}

.urun-sekme .nav-tabs .nav-link:hover {
    color: var(--theme);
    border-color: transparent;
}

.urun-sekme .nav-tabs .nav-link.active {
    color: var(--header);
    background-color: var(--white);
    border-color: var(--border) var(--border) var(--white);
}

.urun-sekme .tab-content {
    padding-top: 30px;
}

/* Galeri küçük görselleri */
.urun-sekme .img-popup {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--border);
}

.urun-sekme .img-popup img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    transition: transform 0.4s ease-in-out;
}

.urun-sekme .img-popup:hover img {
    transform: scale(1.06);
}

/* Panel rengi / yataklama şeması kartları (başlıklı galeri öğesi) */
.panel-kart .panel-baslik {
    font-weight: 600;
    color: var(--header);
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.4;
    min-height: 42px;
}

.panel-kart .img-popup img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.panel-ozellik {
    background-color: var(--bg);
    border-left: 4px solid var(--theme);
    border-radius: 5px;
    padding: 26px 30px 20px;
    margin-bottom: 35px;
}

.panel-ozellik h4 {
    margin-bottom: 16px;
}

.panel-ozellik ul {
    margin-bottom: 0;
}

/* Video kapak görselleri - iframe yerine tıklanınca popup açılır */
.video-kapak {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    background-color: var(--black);
}

.video-kapak img {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s ease-in-out, opacity 0.3s ease-in-out;
}

.video-kapak:hover img {
    transform: scale(1.05);
    opacity: 0.75;
}

.video-kapak .play-ikon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--theme);
    color: var(--white);
    font-size: 20px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
}

.video-kapak:hover .play-ikon {
    background-color: var(--white);
    color: var(--theme);
}

@media (max-width: 575px) {
    .video-kapak .play-ikon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }
}

/* Teknik özellik tabloları */
.urun-tablo {
    margin: 25px 0 20px;
}

.urun-tablo table {
    margin-bottom: 0;
}

.urun-tablo thead th {
    background-color: var(--theme);
    color: var(--white);
    font-weight: 600;
    border-color: var(--theme);
    white-space: nowrap;
}

.urun-tablo tbody td {
    color: var(--text);
    vertical-align: middle;
}

.urun-tablo tbody td:first-child {
    font-weight: 600;
    color: var(--header);
    width: 38%;
}

@media (max-width: 575px) {
    .urun-tablo tbody td:first-child {
        width: auto;
        min-width: 140px;
    }
}

@media (max-width: 767px) {
    .turkay-slider-pagination {
        bottom: 22px;
    }
}

/* Footer iletişim alanı */
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items {
    align-items: flex-start;
    gap: 16px;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    flex: 0 0 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 50%;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .icon i {
    line-height: 1;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content {
    flex: 1 1 auto;
    min-width: 0;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content p {
    margin-bottom: 6px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.35;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4,
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4 a {
    color: rgba(255, 255, 255, 0.92);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.35;
    text-transform: none;
    letter-spacing: 0;
    word-break: normal;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4 {
    margin-top: 0;
}

@media (max-width: 575px) {
    .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4,
    .footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content h4 a {
        font-size: 16px;
    }
}

.header-catalog-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 42px;
    padding: 10px 16px;
    margin-left: 18px;
    border: 1px solid var(--theme);
    border-radius: 4px;
    color: var(--theme);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}

.header-catalog-btn i {
    color: var(--theme);
    font-size: 17px;
    line-height: 1;
    transition: color 0.3s ease-in-out;
}

.header-catalog-btn:hover {
    color: var(--white);
    background-color: var(--theme);
}

.header-catalog-btn:hover i {
    color: var(--white);
}

/* Mobil menü yatay sürüklenmesin */
html,
body {
    overflow-x: hidden;
}

.offcanvas__info {
    max-width: 100vw;
    overflow-x: hidden;
    overscroll-behavior: contain;
    touch-action: pan-y;
}

.offcanvas__info.info-open {
    transform: translateX(0) !important;
}

.offcanvas__wrapper,
.offcanvas__content,
.offcanvas__info .mobile-menu,
.offcanvas__info .mean-container,
.offcanvas__info .mean-nav {
    max-width: 100%;
    overflow-x: hidden;
}

.offcanvas__info .mean-container .mean-nav ul li a {
    white-space: normal;
    overflow-wrap: anywhere;
}

/* CTA başlıklarında Türkçe karakterleri bozmasın */
.cta-banner-section-2 .section-title h2,
.cta-banner-section-2 .section-title h2 .word,
.cta-banner-section-2 .section-title h2 .char,
.cta-banner-section-2 .section-title h2 span {
    text-transform: none !important;
}

@media (max-width: 1399px) {
    .header-catalog-btn {
        padding: 10px 12px;
        margin-left: 12px;
    }
}

@media (max-width: 1199px) {
    .header-catalog-btn span {
        display: none;
    }

    .header-catalog-btn {
        width: 42px;
        padding: 0;
        flex: 0 0 42px;
    }
}

.footer-bottom .footer-menu .provider-credit {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    line-height: 1.4;
}

.footer-bottom .footer-menu .provider-credit .provider-link {
    color: var(--white);
    font-weight: 600;
}

.footer-bottom .footer-menu .provider-credit .provider-link:hover {
    color: var(--theme);
}





/* ----------------------------------
    Anasayfa başlık hiyerarşisi (SEO)
 ------------------------------------*/

/* Anasayfada yalnızca tek bir H1 bulunur. Slider slogonları, bölüm üst
   etiketleri, süreç numaraları ve iletişim satırları semantik başlık
   değildir; başlık taşmasını (heading spam) önlemek için span/div'e
   çevrildi. Aşağıdaki kurallar temanın orijinal görünümünü korur.
   Not: Bu sınıflar yalnızca https://turkayotomatikkapi.com/'de kullanılır; diğer sayfalar
   temanın h4/h6 yapısını kullanmaya devam ettiği için tema kuralları
   kaldırılmadı, üzerine eklendi. */

/* Bölüm üst etiketi - eski: .section-title h6 */
.section-title span.sub-title {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1.4;
}

/* Süreç adım numarası - eski: .work-process-items h6 */
.work-process-items .process-no {
    font-family: "Montserrat", sans-serif;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: var(--black);
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    font-size: 48px;
    opacity: 0.2;
    margin-bottom: 40px;
    display: inline-block;
    line-height: 1;
    transition: all 0.4s ease-in-out;
}

.work-process-items:hover .process-no,
.work-process-items.active .process-no {
    -webkit-text-stroke-color: var(--white);
    opacity: 1;
}

@media (max-width: 575px) {
    .work-process-items .process-no {
        margin-bottom: 20px;
    }
}

/* Offcanvas iletişim başlığı - eski: .offcanvas__contact h4 */
.offcanvas__contact .offcanvas__contact-title {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--header);
    text-transform: capitalize;
}

/* Footer iletişim satırları - eski: .contact-items .content h4 */
.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content .contact-value {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: var(--white);
    margin-top: 5px;
    line-height: 1.4;
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content .contact-value a {
    color: var(--white);
}

.footer-widgets-wrapper .single-footer-widget .footer-content .contact-info-area .contact-items .content .contact-value a:hover {
    color: var(--theme);
}


/* ----------------------------------
    Bölüm giriş paragrafı
 ------------------------------------*/

/* Section-title ile kart ızgarası arasındaki açıklama metni. */
.bolum-giris {
    max-width: 780px;
    margin-bottom: 0;
}

/* ----------------------------------
    Sektör ızgarası (Referanslar)
 ------------------------------------*/

/* Logo şeridinin üstünde, hizmet verilen sektörleri ikonla özetler.
   Temanın service-items kartından daha sade bir kutu. */
.sektor-grid {
    margin-top: 50px;
}

.sektor-kart {
    height: 100%;
    text-align: center;
    padding: 30px 15px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

.sektor-kart:hover {
    border-color: var(--theme);
    transform: translateY(-5px);
}

.sektor-ikon {
    font-size: 34px;
    line-height: 1;
    color: var(--theme);
    margin-bottom: 15px;
}

.sektor-kart span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--header);
}

@media (max-width: 575px) {
    .sektor-kart {
        padding: 22px 10px;
    }
    .sektor-ikon {
        font-size: 28px;
        margin-bottom: 10px;
    }
    .sektor-kart span {
        font-size: 13px;
    }
}

/* ----------------------------------
    Kapanış CTA - metin ve buton grubu
 ------------------------------------*/

/* Turuncu zeminde başlık daha sakin dursun diye tema h2'sinden bir tık
   küçültüldü. */
.cta-banner-wrapper-2 .cta-baslik {
    font-size: 38px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .cta-banner-wrapper-2 .cta-baslik {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .cta-banner-wrapper-2 .cta-baslik {
        font-size: 26px;
    }
}

/* Ana aksiyon tek beyaz buton; telefon ve WhatsApp ikinci buton olarak
   değil, yanında koyu ikon kutusu olarak durur. */
/* align-items: stretch -> ikon kutuları beyaz butonun yüksekliğini alır. */
.cta-aksiyon {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
}

.cta-ikon-kutu {
    width: 60px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background-color: var(--header);
    color: var(--white);
    font-size: 20px;
    transition: all 0.4s ease-in-out;
}

.cta-ikon-kutu:hover {
    background-color: var(--white);
    color: var(--header);
    transform: translateY(-3px);
}

@media (max-width: 575px) {
    .cta-ikon-kutu {
        width: 52px;
        font-size: 18px;
    }
}

/* Blog liste kartları */
.blog-list-section .news-card-items {
    height: 100%;
    overflow: hidden;
    border: 1px solid var(--border);
    border-radius: 8px;
    background-color: var(--white);
    transition: all 0.4s ease-in-out;
}

.blog-list-section .news-card-items:hover {
    border-color: var(--theme);
    transform: translateY(-5px);
}

.blog-list-section .news-card-items.style-2 .news-image {
    width: 100%;
    max-width: none;
    height: auto;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.blog-list-section .news-card-items.style-2 .news-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.blog-list-section .news-card-items.style-2 .news-content {
    padding: 24px;
    background-color: var(--white);
}

.blog-list-section .news-card-items.style-2 .news-content ul {
    margin-bottom: 12px;
}

.blog-list-section .news-card-items.style-2 .news-content h3 {
    margin-top: 0;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.28;
}

.blog-list-section .news-card-items.style-2 .news-content p {
    margin-bottom: 18px;
}

@media (max-width: 575px) {
    .blog-list-section .news-card-items.style-2 .news-content {
        padding: 20px;
    }

    .blog-list-section .news-card-items.style-2 .news-content h3 {
        font-size: 21px;
    }
}

/* Masaüstü ürün alt menüsü */
@media (min-width: 1200px) {
    .header-main .main-menu ul li .submenu {
        min-width: 300px;
    }

    .header-main .main-menu ul li .submenu li a {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
        padding-right: 34px;
        white-space: nowrap;
    }

    .header-main .main-menu ul li .submenu li a i {
        flex: 0 0 auto;
        margin-left: 8px;
    }

    .header-main .main-menu ul li .submenu li.has-dropdown > a::after {
        inset-inline-end: 18px;
    }
}


/* ----------------------------------
    Ürün listesi kartı (urunlerimiz.html)
 ------------------------------------*/

/* Temanın news-card / service-items dilini takip eder: 5px köşe,
   var(--border) çerçeve, hover'da alt kenarda tema rengi şerit. */
.urun-kart {
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    border: 1px solid var(--border);
    border-bottom: 3px solid var(--border);
    border-radius: 5px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}

.urun-kart:hover {
    border-bottom-color: var(--theme);
    transform: translateY(-6px);
}

/* Görseller farklı en/boy oranlarında geldiği için sabit oran + cover. */
.urun-gorsel {
    display: block;
    position: relative;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background-color: var(--bg);
}

.urun-gorsel img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease-in-out;
}

.urun-kart:hover .urun-gorsel img {
    transform: scale(1.06);
}

/* Kart yükseklikleri eşit olsun diye içerik flex; alt seri listesi
   olmayan kartlarda buton yine en alta yaslanır. */
.urun-icerik {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: 26px 26px 24px;
}

.urun-icerik h3 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 12px;
}

.urun-icerik h3 a:hover {
    color: var(--theme);
}

.urun-icerik > p {
    font-size: 15px;
    line-height: 1.75;
    margin-bottom: 20px;
}

/* Alt seriler */
.urun-seriler {
    padding-top: 18px;
    margin-bottom: 20px;
    border-top: 1px solid var(--border);
}

.urun-seri-baslik {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--text);
    margin-bottom: 12px;
}

.urun-seriler ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.urun-seriler ul li a {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid var(--border);
    border-radius: 30px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: var(--header);
    transition: all 0.4s ease-in-out;
}

.urun-seriler ul li a:hover {
    background-color: var(--theme);
    border-color: var(--theme);
    color: var(--white);
}

/* Buton her kartta aynı hizada bitsin. */
.urun-icerik .link-btn {
    margin-top: auto;
}

@media (max-width: 575px) {
    .urun-icerik {
        padding: 22px 20px 20px;
    }
    .urun-icerik h3 {
        font-size: 20px;
    }
}

/* Liste altındaki yönlendirme bloğu */
.urun-yardim {
    background-color: var(--bg);
    border-left: 4px solid var(--theme);
    border-radius: 5px;
    padding: 36px 40px;
}

.urun-yardim h3 {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 12px;
}

.urun-yardim p {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 1.75;
}

@media (max-width: 767px) {
    .urun-yardim {
        padding: 28px 24px;
    }
    .urun-yardim h3 {
        font-size: 20px;
    }
}
