/*
Theme Name:compokif 
Theme URI: aaa
Author: kamtech
Version: 0.0.1
Text Domain:compokif 
*/
.innermenubox {
    display: flex;
    align-items: center;
    gap: 80px;
}

.lang-switcher {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
}

.lang-switcher a {
    color: #27546b;
    text-decoration: none;
    transition: opacity 0.2s;
}

.lang-switcher a:hover {
    opacity: 0.8;
}

.lang-switcher a.active {
    font-weight: 800;
    text-decoration: underline;
}

.lang-switcher .sep {
    color: #ccc;
}
/* Ana Kapsayıcı */
/* --- GENEL DİL DROP-DOWN STİLİ --- */
.lang-dropdown {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

/* Ana Dil Butonu */
.lang-dropdown-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background-color: #f4f6f8;
  border: 1px solid #dcdfe4;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
  color: #27546b;
  transition: all 0.2s ease;
  outline: none;
}

.lang-dropdown-btn:hover,
.lang-dropdown-btn:focus {
  background-color: #e9ecef;
}

.flag-icon {
  border-radius: 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  flex-shrink: 0;
}

.arrow-icon {
  transition: transform 0.2s ease;
}

/* Hover veya Mobilde Dokunulduğunda Oku Döndür */
.lang-dropdown:hover .arrow-icon,
.lang-dropdown:focus-within .arrow-icon {
  transform: rotate(180deg);
}

/* Açılır Pencere (Dropdown) */
.lang-dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 6px;
  background-color: #ffffff;
  min-width: 130px;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  border: 1px solid #eef0f2;
  padding: 6px 0;
  z-index: 99999; /* Mobil menülerin üstünde kalması için yüksek z-index */
  
  /* Gizleme Efekti */
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
}

/* Masaüstünde Hover, Mobilde Tıklama/Dokunma ile Açılma */
.lang-dropdown:hover .lang-dropdown-menu,
.lang-dropdown:focus-within .lang-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-dropdown-menu a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  color: #333333;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: background-color 0.15s ease;
}

.lang-dropdown-menu a:hover {
  background-color: #f7f9fa;
  color: #27546b;
}

.lang-dropdown-menu a.active {
  color: #27546b;
  font-weight: 700;
  background-color: #edf4f8;
}

/* --- MOBİL ÖZEL AYARLAR (991px ve altı) --- */
@media (max-width: 991px) {
  /* Header içindeki elemanları mobilde yan yana düzgün diz */
  .innermenubox {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 10px;
  }

  .toggle-nav.mobile-menu {
    display: flex;
    align-items: center;
  }

  /* Dil butonunu mobilde biraz küçült ki ekrana rahat sığsın */
  .lang-dropdown-btn {
    padding: 5px 8px;
    font-size: 12px;
  }

  .lang-dropdown-menu {
    right: 0;
    left: auto;
    min-width: 120px;
  }
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url('assets/webfonts/roboto.ttf') format('truetype');
}


@font-face {
  font-family: 'Roboto Slab';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('assets/webfonts/RobotoSlab-VariableFont_wght.ttf') format('truetype');
}


*{
  margin:0;
  padding:0;
  outline:none;
}
html body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color: #f1f1ef;
  position:relative;
  font-size: 15px;
  color: #6c6c6c;
  font-family: 'Segoe UI',system-ui,-apple-system,sans-serif;
  font-weight: 300;
}

body.modal-open{
  overflow: scroll !important;
}
body{
  padding-right: 0 !important;
}
label {
  margin-bottom: 0 !important;
}
img{
  margin:0;
  padding:0;
  border:none;
  max-width:100%;
  height:auto;
}

h1,
h2,
h3,
h4,
h5,
h6{
  margin:0;
  padding:10px 0;
  letter-spacing: 1px;
  font-family:"Roboto Slab";
  color:#000000;
}
p{
  margin:0 0 15px;
  padding:0;
  font-size:15px;
  font-weight:300;
}
p, ul li a{
  letter-spacing: 0px;
}


body a{
  text-decoration:none;
  color:#222222;
}
a:hover{
  text-decoration:none;
  color:#666;
}
a:focus,a:hover{
  text-decoration:none !important;
}


small{
  font-size:14px !important;
}

textarea{
  border:1px solid #d3d3d3;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 0px 0;
  height:auto;
  width: 100%;
  background: transparent;
}
section{
  background-size: cover;
  background-repeat: no-repeat;
}


iframe{
  width: 100%;
}
.wp-caption{
  margin:0;
  padding:0;
  font-size:13px;
  max-width:100%;
}
.wp-caption-text{
  margin:0;
  padding:0;
}
.gallery-caption{
  margin:0;
  padding:0;
}
.bypostauthor{
  margin:0;
  padding:0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner{
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}



.toggleMenu{
  display:none;
}
.menubar {
      
        padding: 10px  15px;
    }
.header-logo img {
        max-height: 65px; 
        width: auto;
        display: block;
    }
.menubar .current_page_item a, .menubar .current-menu-item a {
        color: #1a1a1a !important;
        text-decoration: underline !important; 
        text-underline-offset: 6px; 
        text-decoration-thickness: 2px; 
    }    

.site-footer {
    background: #101820;
    color: #e4edf1;
    font-size: 15px;
    line-height: 1.7;
}

.footer-main {
    position: relative;
    padding: 70px 0 24px;
    background:
        radial-gradient(circle at top left, rgba(39, 84, 107, 0.35), transparent 34%),
        linear-gradient(135deg, #101820 0%, #183141 52%, #0b1117 100%);
    overflow: hidden;
}

.footer-main::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    opacity: 0.35;
}

.footer-main .container {
    position: relative;
    z-index: 1;
}

.footer-widget-title {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 14px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.footer-widget-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #27546b, #6fa3bd);
}

.footer-text {
    max-width: 360px;
    margin: 0;
    color: #c8d8df;
}

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

.footer-links li + li,
.footer-contact li + li {
    margin-top: 12px;
}

.footer-links a,
.footer-contact a {
    color: #c8d8df;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.footer-links a::before {
    content: "›";
    color: #6fa3bd;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.25s ease;
}

.footer-links a:hover,
.footer-links a:focus,
.footer-contact a:hover,
.footer-contact a:focus {
    color: #ffffff;
    outline: none;
}

.footer-links a:hover::before,
.footer-links a:focus::before {
    transform: translateX(4px);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #c8d8df;
}

.footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    margin-top: 2px;
    border-radius: 50%;
    background: rgba(39, 84, 107, 0.35);
    color: #8fc0d8;
}

.footer-contact-icon svg {
    display: block;
    width: 18px;
    height: 18px;
    fill: currentColor;
}

.footer-address {
    margin: 0;
    font-style: normal;
}

.footer-bottom {
    margin-top: 50px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    text-align: center;
    color: #b6c9d2;
    font-size: 14px;
}

.footer-bottom p {
    margin: 0;
}

 /* #region Home page  */
:root {
  /* Colors */
  --clr-primary: #27546b;
  --clr-primary-hover: #1b3d4e;
  --clr-primary-light: rgba(39, 84, 107, 0.12);
  --clr-accent: #3a8f6e;
  --clr-accent-light: #6ecba0;
  
  --bg-main: #f1f1ef;
  --bg-alt: #f8faf9;
  --bg-white: #ffffff;
  
  /* Typography */
  --text-dark: #1a1a1a;
  --text-dark-alt: #1a2e36;
  --text-muted: #5a5a5a;
  --text-body: #5a7a8a;
  
  /* Gradients */
  --grad-primary: linear-gradient(135deg, #1d3a4d, #27546b, #4a8fa8);
  --grad-secondary: linear-gradient(135deg, #244254, #27546b);
  
  /* Structural */
  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --radius-xl: 24px;
  
  /* Animations & Transitions */
  --ease-hero: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --ease-smooth: cubic-bezier(0.22, 1, 0.36, 1);
  --trans-fast: 0.3s ease;
  --trans-smooth: 0.4s var(--ease-smooth);
  --trans-slow: 0.5s var(--ease-smooth);
  
  /* Shadows */
  --shadow-sm: 0 2px 8px rgba(39, 84, 107, 0.04);
  --shadow-md: 0 4px 16px rgba(39, 84, 107, 0.25);
  --shadow-lg: 0 12px 40px rgba(36, 66, 84, 0.08);
  --shadow-hover: 0 24px 56px rgba(36, 66, 84, 0.14);
}

/* ============================================
   SHARED UTILITIES / ANIMATIONS
   ============================================ */
.services-section, .tmk-partners-section, .tmk-products-section, .portfolio-section{
  position: relative;
  padding: 80px 24px 80px;
  overflow: hidden;
}

   .title-accent,
.section-header h2 .highlight {
  background: var(--grad-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}



.tmk-section-label,
.portfolio-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--clr-primary);
  margin-bottom: 10px;
}

.tmk-header-divider,
.portfolio-divider {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tmk-header-divider {
  animation: fadeInUp 0.5s var(--ease-smooth) 0.3s backwards;
}

.tmk-products-section .tmk-header-divider { margin-bottom: 48px; }
.tmk-partners-content .tmk-header-divider { margin-bottom: 56px; }
.portfolio-divider { margin-bottom: 40px; }

.tmk-header-divider span,
.portfolio-divider span {
  height: 4px;
  border-radius: 3px;
  background: var(--clr-primary);
}

.tmk-header-divider span:nth-child(1), .portfolio-divider span:nth-child(1) { width: 40px; }
.tmk-header-divider span:nth-child(2), .portfolio-divider span:nth-child(2) { width: 20px; opacity: 0.45; }
.tmk-header-divider span:nth-child(3), .portfolio-divider span:nth-child(3) { width: 10px; opacity: 0.2; }

/* Keyframes */
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes heroFadeUp {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes cardFadeIn {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes scrollBounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(6px); }
}

@keyframes tmkScrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(calc(-220px * 7)); }
}

@keyframes tmkScrollRight {
  0% { transform: translateX(calc(-220px * 7)); }
  100% { transform: translateX(0); }
}

/* ============================================
   HERO SECTION 
   ============================================ */
.hero-section {
  background-color: var(--bg-main);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
}

.hero-section::before,
.hero-section::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-section::after {
  bottom: -60px;
  left: -40px;
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, rgba(214, 140, 69, 0.06) 0%, transparent 70%);
}

.hero-section .container { position: relative; z-index: 1; }
.hero-content { padding-right: 2rem; }

.hero-label {
  color: var(--clr-primary);
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-bottom: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.hero-label::before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 2px;
  background-color: var(--clr-primary);
  border-radius: 1px;
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: var(--text-dark);
  line-height: 1.15;
  margin-bottom: 1.5rem;
}

.hero-title .highlight {
  color: var(--clr-primary);
  position: relative;
}

.hero-title .highlight::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 100%;
  height: 6px;
  background-color: rgba(214, 140, 69, 0.2);
  border-radius: 3px;
  z-index: -1;
}

.hero-description {
  font-size: 1.15rem;
  color: var(--text-muted);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 520px;
}

.hero-cta,
.tmk-btn-download {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  border-radius: var(--radius-md);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  color: var(--bg-white);
  transition: all var(--trans-smooth);
}

.hero-cta {
  padding: 0.9rem 2rem;
  background-color: var(--clr-primary);
  font-size: 1rem;
  border: none;
  box-shadow: var(--shadow-md);
}

.tmk-btn-download {
  background: var(--grad-secondary);
  padding: 14px 28px;
  font-size: 13px;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 16px rgba(39, 84, 107, 0.35);
  gap: 10px;
}

.hero-cta::before,
.tmk-btn-download::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.5s ease;
}

.hero-cta:hover,
.tmk-btn-download:hover {
  transform: translateY(-2px);
  color: var(--bg-white);
}

.hero-cta:hover {
  background-color: var(--clr-primary-hover);
  box-shadow: 0 8px 30px rgba(39, 84, 107, 0.25);
}

.tmk-btn-download:hover {
  box-shadow: 0 8px 24px rgba(39, 84, 107, 0.45);
}

.hero-cta:hover::before,
.tmk-btn-download:hover::before { left: 100%; }

.hero-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 12px rgba(39, 84, 107, 0.25);
}

.hero-cta i { transition: transform var(--trans-fast); }
.hero-cta:hover i { transform: translateX(4px); }

.hero-stats {
  display: flex;
  gap: 2.5rem;
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.hero-stat-number {
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--clr-primary);
  line-height: 1;
}

.hero-stat-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 0.35rem;
}

.hero-scroll-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid var(--clr-primary);
  color: var(--clr-primary);
  text-decoration: none;
  transition: all 0.35s var(--ease-hero);
  animation: scrollBounce 2.5s ease-in-out infinite;
}

.hero-scroll-down:hover {
  background-color: var(--clr-primary);
  color: var(--bg-white);
  transform: scale(1.1);
}

/* --- Carousel --- */
#hero-section .hero-carousel-wrapper.carousel,
#hero-section .hero-carousel-wrapper .carousel-inner,
#hero-section .hero-carousel-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#hero-section .hero-carousel-wrapper .carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.6s var(--ease-hero); 
}

#hero-section .hero-carousel-wrapper .carousel-item.active,
#hero-section .hero-carousel-wrapper .carousel-item-next,
#hero-section .hero-carousel-wrapper .carousel-item-prev { display: block; }

#hero-section .hero-carousel-wrapper .carousel-item-next:not(.carousel-item-start),
#hero-section .hero-carousel-wrapper .active.carousel-item-end { transform: translateX(100%); }

#hero-section .hero-carousel-wrapper .carousel-item-prev:not(.carousel-item-end),
#hero-section .hero-carousel-wrapper .active.carousel-item-start { transform: translateX(-100%); }

#hero-section .hero-carousel-wrapper .carousel-item img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  background-color: var(--bg-main); 
}

.hero-carousel-wrapper .carousel-indicators {
  position: relative;
  margin-top: 1.25rem;
  gap: 0.5rem;
}

.hero-carousel-wrapper .carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(39, 84, 107, 0.2);
  border: none;
  opacity: 1;
  transition: all 0.35s var(--ease-hero);
}

.hero-carousel-wrapper .carousel-indicators [data-bs-target].active {
  background-color: var(--clr-primary);
  width: 28px;
  border-radius: 5px;
}

.hero-animate {
  opacity: 0;
  transform: translateY(25px);
  animation: heroFadeUp 0.7s ease forwards;
}

.hero-animate:nth-child(1) { animation-delay: 0.1s; }
.hero-animate:nth-child(2) { animation-delay: 0.25s; }
.hero-animate:nth-child(3) { animation-delay: 0.4s; }
.hero-animate:nth-child(4) { animation-delay: 0.55s; }
.hero-animate:nth-child(5) { animation-delay: 0.7s; }

/* ============================================
   SERVICES SECTION 
   ============================================ */
.services-section {
  background: var(--clr-primary);
 
}

.services-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: -5%;
  width: 110%;
  height: 55%;
  background: var(--bg-white);
  border-radius: 0 0 50% 50%;
  z-index: 0;
}

.services-bg-accent {
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(58, 143, 110, 0.15) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

.ana, .tmk-container, .portfolio-container, .tmk-partners-content {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

.section-header { text-align: center; margin-bottom: 64px; }

.section-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--clr-primary);
  background: var(--clr-primary-light);
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 24px;
  animation: fadeInUp 0.5s var(--ease-smooth) backwards;
}

.section-header h2 {
  font-size: clamp(28px, 4vw, 44px);
  color: var(--text-dark);
  margin: 0 0 20px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.5px;
  animation: fadeInUp 0.6s var(--ease-smooth) 0.05s backwards;
}

.section-header p {
  font-size: clamp(16px, 1.8vw, 19px);
  color: #5a6a78;
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  font-weight: 400;
  animation: fadeInUp 0.6s var(--ease-smooth) 0.15s backwards;
  padding-bottom: 20px;
}

.cards-wrapper {
  display: flex;
  justify-content: center;
  gap: 28px;
  align-items: stretch;
}

.service-card {
  position: relative;
  background-color: var(--bg-main);
  border-radius: var(--radius-xl);
  padding: 40px 28px 36px;
  text-align: center;
  flex: 1;
  max-width: 360px;
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform var(--trans-smooth), box-shadow var(--trans-smooth);
  margin-top: 50px;
  animation: fadeInUp 0.7s var(--ease-smooth) backwards;
}

.service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--shadow-hover);
}

.service-card.featured {
  background: linear-gradient(180deg, #244254 0%, #1b3342 100%);
  color: var(--bg-white);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.06), 0 24px 56px rgba(36, 66, 84, 0.22);
  transform: scale(1.04);
}

.service-card.featured::before {
  background: linear-gradient(90deg, var(--clr-accent), var(--clr-accent-light));
  opacity: 1;
}

.service-card.featured:hover {
  transform: scale(1.04) translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08), 0 32px 64px rgba(36, 66, 84, 0.28);
}

.service-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: var(--text-dark);
  margin: 0 0 14px;
  letter-spacing: -0.3px;
}

.service-card.featured h3 { color: var(--bg-white); }
.service-card p {
  font-size: 15px;
  color: #6b7c8a;
  line-height: 1.7;
  margin: 0 0 24px;
  flex-grow: 1;
}
.service-card.featured p { color: rgba(255, 255, 255, 0.7); }

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #244254;
  text-decoration: none;
  transition: color var(--trans-fast), gap var(--trans-fast);
}

.card-link:hover { color: var(--clr-accent); gap: 10px; }
.card-link svg { transition: transform var(--trans-fast); }
.card-link:hover svg { transform: translateX(2px); }

.service-card.featured .card-link { color: var(--clr-accent-light); }
.service-card.featured .card-link:hover { color: var(--bg-white); }

.service-card.featured .card-icon svg rect,
.service-card.featured .card-icon svg path,
.service-card.featured .card-icon svg circle { stroke: var(--bg-white); }
.service-card.featured .card-icon svg circle[fill="#3a8f6e"] { fill: var(--clr-accent-light); }
.service-card.featured .card-icon svg path[fill="none"] { stroke: var(--clr-accent-light); }

.card-icon-wrap {
  width: 90%;
  height: 60%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  transition: background var(--trans-fast), transform var(--trans-smooth);
}
.card-overflow-img { margin-top: -150px; }
.service-card:hover .card-icon-wrap { transform: scale(1.08); }

.service-card[data-delay="0"] { animation-delay: 0.1s; }
.service-card[data-delay="1"] { animation-delay: 0.25s; }
.service-card[data-delay="2"] { animation-delay: 0.4s; }

/* ============================================
   SECTION PRODUCTS & SHARED HEADINGS
   ============================================ */
.tmk-products-section {
  background-color: var(--bg-alt);
}

.tmk-section-glow {
  position: absolute;
  top: -200px;
  right: -200px;
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: radial-gradient(circle, var(--clr-primary-light) 0%, transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.tmk-products-header, .tmk-partners-header, .portfolio-header {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 20px;
}

.tmk-header-left, .tmk-partners-header-left, .portfolio-header-left { flex-shrink: 0; }

.tmk-section-title, .tmk-partners-title, .portfolio-title {
  font-size: clamp(32px, 4.5vw, 48px);
  font-weight: 800;
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.5px;
  color: var(--text-dark-alt);
}

.tmk-header-right, .tmk-partners-header-right { max-width: 440px; }

.tmk-header-desc, .tmk-partners-desc, .portfolio-desc {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
  color: var(--text-body);
}

.tmk-header-desc { margin-bottom: 20px; }

.tmk-products-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 28px;
}

.tmk-product-card {
  position: relative;
  height: 580px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: var(--shadow-lg);
  cursor: pointer;
  transition: transform var(--trans-slow), box-shadow var(--trans-slow);
}

.tmk-product-card:hover {
  transform: translateY(-6px) scale(1.01);
  box-shadow: var(--shadow-hover);
}

.tmk-card-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s var(--ease-smooth);
  z-index: 0;
}

.tmk-product-card:hover .tmk-card-bg-img { transform: scale(1.08); }

.tmk-card-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(10, 20, 14, 0.95) 0%, rgba(10, 20, 14, 0.7) 35%, rgba(10, 20, 14, 0.2) 65%, rgba(10, 20, 14, 0.05) 100%);
  z-index: 1;
  transition: background var(--trans-slow);
}

.tmk-product-card:hover .tmk-card-overlay {
  background: linear-gradient(to top, rgba(10, 20, 14, 0.97) 0%, rgba(10, 20, 14, 0.75) 40%, rgba(10, 20, 14, 0.25) 70%, rgba(10, 20, 14, 0.08) 100%);
}

.tmk-card-shine {
  position: absolute;
  top: 0;
  left: -100%;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.04), transparent);
  z-index: 2;
  transition: left 0.7s ease;
  pointer-events: none;
}

.tmk-product-card:hover .tmk-card-shine { left: 150%; }

.tmk-card-content {
  position: relative;
  z-index: 3;
  padding: 36px 32px 32px;
  color: var(--bg-white);
  transform: translateY(20px);
  transition: transform var(--trans-slow);
}

.tmk-product-card:hover .tmk-card-content { transform: translateY(0); }

.tmk-card-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #6baab8;
  background: var(--clr-primary-light);
  border: 1px solid rgba(39, 84, 107, 0.2);
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.tmk-card-badge svg { color: #6baab8; }

.tmk-card-title {
  font-size: 24px;
  font-weight: 800;
  margin: 0 0 12px;
  letter-spacing: -0.2px;
  line-height: 1.25;
  color: var(--bg-white);
}

.tmk-card-description {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 28px;
  font-weight: 400;
  max-width: 480px;
}

.tmk-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.tmk-btn-learn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  color: var(--bg-white);
  text-decoration: none;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border-radius: 10px;
  transition: all var(--trans-smooth);
  background-color: transparent;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.tmk-btn-learn:hover {
  background-color: var(--bg-white);
  color: #1a2e22;
  border-color: var(--bg-white);
  gap: 12px;
}

.tmk-btn-learn svg { transition: transform var(--trans-fast); }
.tmk-btn-learn:hover svg { transform: translateX(3px); }

.tmk-card-stats { display: flex; align-items: center; gap: 16px; }
.tmk-stat { display: flex; flex-direction: column; align-items: center; gap: 2px; }

.tmk-stat-value {
  font-size: 20px;
  font-weight: 800;
  color: var(--bg-white);
  line-height: 1;
}

.tmk-stat-suffix { font-size: 12px; font-weight: 600; color: #6baab8; }
.tmk-stat-label { font-size: 10px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: rgba(255, 255, 255, 0.4); }
.tmk-stat-divider { width: 1px; height: 30px; background: rgba(255, 255, 255, 0.15); }

.tmk-header-left { animation: fadeInUp 0.6s var(--ease-smooth) 0.1s backwards; }
.tmk-header-right { animation: fadeInUp 0.6s var(--ease-smooth) 0.2s backwards; }
.tmk-product-card[data-index="0"] { animation: fadeInUp 0.7s var(--ease-smooth) 0.35s backwards; }
.tmk-product-card[data-index="1"] { animation: fadeInUp 0.7s var(--ease-smooth) 0.5s backwards; }

/* ============================================
   SECTION PARTNER
   ============================================ */


.tmk-partners-video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.tmk-partners-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(160deg, rgba(240, 244, 246, 0.92) 0%, rgba(235, 242, 247, 0.88) 40%, var(--clr-primary-light) 100%);
}

.tmk-deco-grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: 0.025;
  background-image: linear-gradient(var(--clr-primary) 1px, transparent 1px), linear-gradient(90deg, var(--clr-primary) 1px, transparent 1px);
  background-size: 60px 60px;
}

.tmk-slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  padding: 12px 0;
}

.tmk-slider::before, .tmk-slider::after {
  content: "";
  position: absolute;
  top: 0;
  width: 120px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
}

.tmk-slider::before { left: 0; background: linear-gradient(to right, rgba(240, 244, 246, 1) 0%, rgba(240, 244, 246, 0) 100%); }
.tmk-slider::after { right: 0; background: linear-gradient(to left, rgba(240, 244, 246, 1) 0%, rgba(240, 244, 246, 0) 100%); }

.tmk-slide-track { display: flex; width: calc(220px * 14); animation: tmkScrollLeft 40s linear infinite; }
.tmk-slide-track-reverse { animation: tmkScrollRight 45s linear infinite; }
.tmk-slider:hover .tmk-slide-track { animation-play-state: paused; }

.tmk-slide { width: 220px; height: 110px; padding: 0 10px; flex-shrink: 0; display: flex; align-items: center; justify-content: center; }

.tmk-slide a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 88px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.65);
  border: 1px solid rgba(39, 84, 107, 0.08);
  border-radius: 16px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: all var(--trans-smooth);
  box-shadow: var(--shadow-sm);
}

.tmk-slide a:hover {
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(39, 84, 107, 0.18);
  box-shadow: 0 8px 24px rgba(39, 84, 107, 0.1), 0 0 0 1px rgba(39, 84, 107, 0.06);
  transform: translateY(-4px) scale(1.03);
}

.tmk-slide img {
  max-width: 70%;
  max-height: 44px;
  object-fit: contain;
  filter: grayscale(100%) brightness(0.4);
  opacity: 0.5;
  transition: all var(--trans-smooth);
}

.tmk-slide a:hover img { filter: grayscale(0%) brightness(1); opacity: 1; transform: scale(1.06); }

.tmk-partners-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  margin-top: 56px;
  padding: 32px 40px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(39, 84, 107, 0.08);
  border-radius: var(--radius-lg);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  animation: fadeInUp 0.7s var(--ease-smooth) 0.7s backwards;
}

.tmk-stat-item { display: flex; flex-direction: column; align-items: center; gap: 4px; padding: 0 40px; }
.tmk-stat-number { font-size: 32px; font-weight: 800; color: var(--clr-primary); line-height: 1; }
.tmk-partners-stats .tmk-stat-suffix { font-size: 16px; font-weight: 700; color: #4a8fa8; }
.tmk-stat-text { font-size: 12px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; color: #7a9aaa; }
.tmk-partners-stats .tmk-stat-divider { height: 40px; background: var(--clr-primary-light); flex-shrink: 0; width: 1px; }

.tmk-partners-header-left { animation: fadeInUp 0.6s var(--ease-smooth) 0.1s backwards; }
.tmk-partners-header-right { animation: fadeInUp 0.6s var(--ease-smooth) 0.2s backwards; }
.tmk-slider:nth-child(3) { animation: fadeInUp 0.7s var(--ease-smooth) 0.4s backwards; }
.tmk-slider:nth-child(4) { animation: fadeInUp 0.7s var(--ease-smooth) 0.55s backwards; }

/* ============================================
   SECTION PORTFOLIO
   ============================================ */
.portfolio-section {
  
  background-color: var(--bg-alt);
}

.portfolio-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 48px; }

.portfolio-filters .filter-btn {
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-body);
  background: rgba(39, 84, 107, 0.05);
  border: 1px solid rgba(39, 84, 107, 0.1);
  padding: 9px 20px;
  border-radius: 100px;
  cursor: pointer;
  transition: all var(--trans-fast);
}

.filter-btn:hover { background: rgba(39, 84, 107, 0.1); color: var(--clr-primary); border-color: rgba(39, 84, 107, 0.2); }
.filter-btn.active { background: var(--clr-primary); color: var(--bg-white); border-color: var(--clr-primary); box-shadow: var(--shadow-md); }

.portfolio-grid { display: grid; grid-template-columns: 1fr; gap: 28px; }

.project-card {
  background: var(--bg-white);
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(39, 84, 107, 0.06);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.01), var(--shadow-sm);
  transition: all var(--trans-slow);
  display: flex;
  flex-direction: column;
  animation: cardFadeIn 0.6s var(--ease-smooth) backwards;
}

.project-card:nth-child(1) { animation-delay: 0.1s; }
.project-card:nth-child(2) { animation-delay: 0.2s; }
.project-card:nth-child(3) { animation-delay: 0.3s; }

.project-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.02), 0 20px 48px rgba(39, 84, 107, 0.12);
  border-color: rgba(39, 84, 107, 0.12);
}

.project-thumbnail { position: relative; height: 220px; overflow: hidden; }
.project-thumbnail img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.6s var(--ease-smooth); }
.project-card:hover .project-thumbnail img { transform: scale(1.08); }

.thumbnail-overlay {
  position: absolute;
  inset: 0;
  background: rgba(26, 46, 54, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0;
  transition: opacity var(--trans-smooth);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

.project-card:hover .thumbnail-overlay { opacity: 1; }

.overlay-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bg-white);
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1.5px solid rgba(255, 255, 255, 0.3);
  transition: all var(--trans-fast);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.overlay-link:hover { background: var(--bg-white); color: var(--clr-primary); border-color: var(--bg-white); }

.project-category {
  position: absolute;
  top: 16px;
  left: 16px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--bg-white);
  background: rgba(39, 84, 107, 0.75);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 5px 14px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.project-body { padding: 28px 24px 24px; display: flex; flex-direction: column; flex-grow: 1; }
.project-title { font-size: 20px; font-weight: 800; color: var(--text-dark-alt); margin: 0 0 10px 0; letter-spacing: -0.2px; }
.project-desc { font-size: 14px; line-height: 1.7; color: var(--text-body); margin: 0 0 18px 0; flex-grow: 1; }
.project-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 20px; }

.project-actions {
  display: flex;
  gap: 12px;
  border-top: 1px solid rgba(39, 84, 107, 0.06);
  margin-top: auto;
  padding-top: 18px;
}

.action-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  transition: all var(--trans-smooth);
}

.action-link.primary { color: var(--bg-white); background: var(--clr-primary); }
.action-link.primary:hover { background: var(--clr-primary-hover); gap: 10px; box-shadow: 0 4px 12px rgba(39, 84, 107, 0.3); }
.action-link.secondary { color: var(--clr-primary); background: transparent; border: 1.5px solid rgba(39, 84, 107, 0.2); }
.action-link.secondary:hover { background: rgba(39, 84, 107, 0.06); border-color: rgba(39, 84, 107, 0.35); gap: 10px; }
.action-link svg { transition: transform var(--trans-fast); }
.action-link:hover svg { transform: translateX(2px); }


 /* #endregion  */
  /* #region product page */

    
      .urunler-kapsayici{
      --bg-main:#f4f6f8; --bg-white:#fff; --text-dark:#1a3d4f; --text-dark-alt:#1a3d4f;
        --text-body:#33414f; --text-muted:#6b7c8c; --clr-primary:#1a3d4f;
        --clr-primary-hover:#13293a; --clr-primary-light:#e6edf1;
        --clr-accent:#f0a93b; --clr-accent-light:#f4c97a;
        --grad-primary:linear-gradient(135deg,#1a3d4f,#2c5f78);
        --radius-sm:8px; --radius-lg:14px; --radius-xl:50px;
        --shadow-sm:0 2px 10px rgba(20,40,55,.06);
        --shadow-hover:0 14px 36px rgba(20,40,55,.16);
        --trans-fast:all .2s ease; --trans-smooth:transform .35s cubic-bezier(.2,.7,.3,1);
        --ease-smooth:cubic-bezier(.2,.7,.3,1);
      
        font-family:inherit;
        background:var(--bg-main,var(--_bg));
        color:var(--text-dark,var(--_text));
        min-height:100vh;
        padding-bottom:4rem;
      }

      .urun-hero{
        position:relative; min-height:62vh; display:flex; align-items:center;
        background:var(--grad-primary,linear-gradient(135deg,#1a3d4f,#2c5f78));
        overflow:hidden;
        padding: 0px;
      }
      .hero-video-wrapper{
        position:absolute; top:0; left:0; width:60%; height:100%;
        clip-path:polygon(0 0,100% 0,85% 100%,0% 100%);
        z-index:1; background:var(--_dark);
      }
      .hero-video{ width:100%; height:100%; object-fit:cover; }
      .hero-poster{ width:100%; height:100%; object-fit:cover; }
      .hero-overlay{
        position:absolute; inset:0;
        background:linear-gradient(110deg,rgba(26,61,79,.15),rgba(26,61,79,.55));
        z-index:2;
      }
      .urun-hero .hero-content{
        position:relative; z-index:3; width:45%; margin-left:auto;
        padding:4rem 4rem 4rem 2rem; text-align:left;
      }
      .hero-eyebrow{
        display:inline-flex; align-items:center; gap:.55rem;
        font-size:13px; letter-spacing:.15em; text-transform:uppercase;
        color:var(--clr-accent-light,var(--_accent-light));
        margin-bottom:1rem; font-weight:600;
      }
      .hero-eyebrow::before{
        content:""; width:26px; height:2px; border-radius:2px;
        background:var(--clr-accent,var(--_accent));
      }
      .urun-hero h1{
        font-size:clamp(32px,4vw,50px); font-weight:700; line-height:1.15;
        margin-bottom:1.25rem; letter-spacing:-.02em;
        color:var(--bg-white,var(--_white));
        text-shadow:0 2px 10px rgba(0,0,0,.2);
        padding: 0px;
        font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;
      }
      .urun-hero p{
        font-size:16px; color:rgba(255,255,255,.9);
        max-width:500px; line-height:1.6; margin-bottom:1.75rem;
      }
      .urun-hero .hero-cta{
        display:inline-flex; align-items:center; gap:.5rem;
        padding:12px 26px; border-radius:50px;
        background:var(--clr-accent,var(--_accent)); color:#1a2530;
        font-size:14px; font-weight:600; text-decoration:none;
        transition:transform .25s ease,box-shadow .25s ease;
        box-shadow:0 8px 22px rgba(240,169,59,.35);
      }
      .hero-cta:hover{ transform:translateY(-2px); box-shadow:0 12px 28px rgba(240,169,59,.45); }
      .hero-cta svg{ width:16px; height:16px; }

      .stats-strip{
        max-width:1200px; margin:0 auto; padding:0 1.5rem;
        transform:translateY(-40px); position:relative; z-index:5;
      }
      .stats-grid{
        display:grid; grid-template-columns:repeat(4,1fr); gap:1rem;
        background:var(--bg-white,var(--_white));
        border-radius:var(--radius-lg,var(--_radius));
        box-shadow:var(--shadow-hover,var(--_shadow-h));
        padding:1.5rem; border:1px solid var(--clr-primary-light,var(--_primary-light));
      }
      .stat-item{ text-align:center; padding:.5rem; }
      .stat-num{
        font-size:clamp(22px,2.4vw,32px); font-weight:800;
        color:var(--clr-primary,var(--_primary)); line-height:1; margin-bottom:6px;
      }
      .stat-label{ font-size:12px; color:var(--text-muted,var(--_muted)); font-weight:500; }

      /* ===================== MAIN & TOOLBAR ===================== */
      .urunler-main{ padding:1rem 1.5rem 2.5rem; max-width:1200px; margin:0 auto; }

      .toolbar{
        display:flex; align-items:center; justify-content:space-between;
        flex-wrap:wrap; gap:1rem; margin-bottom:2rem;
      }
      .toolbar-left{ display:flex; align-items:center; gap:1rem; flex-wrap:wrap; }
      .filter-group{
        display:flex; gap:8px; flex-wrap:wrap; padding:5px;
        background:var(--bg-white,var(--_white));
        border:1px solid var(--clr-primary-light,var(--_primary-light));
        border-radius:50px;
      }
      .toolbar .filter-btn{
        padding:8px 18px; border-radius:50px; border:none;
        background:transparent; color:var(--text-muted,var(--_muted));
        font-size:13px; font-weight:500; cursor:pointer;
        transition:all .25s ease; font-family:inherit;
      }
      .filter-btn:hover{ color:var(--clr-primary,var(--_primary)); }
      .filter-btn.active{
        background:var(--clr-primary,var(--_primary));
        color:var(--bg-white,var(--_white));
        box-shadow:0 4px 12px rgba(26,61,79,.25);
      }
      .filter-btn:focus-visible{ outline:2px solid var(--clr-accent,var(--_accent)); outline-offset:2px; }

      .search-box{
        position:relative; display:flex; align-items:center;
      }
      .search-box svg{ position:absolute; left:12px; width:16px; height:16px; color:var(--text-muted,var(--_muted)); pointer-events:none; }
      .search-input{
        padding:9px 14px 9px 36px; border-radius:50px;
        border:1px solid var(--clr-primary-light,var(--_primary-light));
        background:var(--bg-white,var(--_white)); color:var(--text-dark,var(--_text));
        font-size:13px; font-family:inherit; width:220px;
        transition:border-color .2s ease, box-shadow .2s ease;
      }
      .search-input:focus{ outline:none; border-color:var(--clr-primary,var(--_primary)); box-shadow:0 0 0 3px rgba(26,61,79,.1); }
      .results-count{ font-size:13px; color:var(--text-muted,var(--_muted)); white-space:nowrap; }

      /* ===================== GRID & CARDS ===================== */
      .grid{
        display:grid; grid-template-columns:repeat(3,1fr); gap:1.5rem;
      }

      .pru-card{
        background:var(--bg-white,var(--_white));
        border:1px solid var(--clr-primary-light,var(--_primary-light));
        border-radius:var(--radius-lg,var(--_radius)); overflow:hidden;
        transition:transform .35s cubic-bezier(.2,.7,.3,1), box-shadow .35s ease, opacity .3s ease;
        display:flex; flex-direction:column;
        box-shadow:var(--shadow-sm,var(--_shadow));
        opacity:0; transform:translateY(20px);
        animation:cardIn .5s cubic-bezier(.2,.7,.3,1) forwards;
      }
      @keyframes cardIn{ to{ opacity:1; transform:translateY(0); } }
      .pru-card.is-hidden{ display:none; }
      .pru-card:hover{
        transform:translateY(-6px);
        box-shadow:var(--shadow-hover,var(--_shadow-h));
        border-color:transparent;
      }
      .pru-card:focus-within{
        transform:translateY(-6px);
        box-shadow:var(--shadow-hover,var(--_shadow-h));
      }

      .card-img{
        background:var(--bg-white,var(--_white)); aspect-ratio:4/3;
        display:flex; align-items:center; justify-content:center;
        position:relative; overflow:hidden;
      }
      .card-img img{
        width:100%; height:100%; object-fit:cover;
        transition:transform .6s cubic-bezier(.2,.7,.3,1);
      }
      .pru-card:hover .card-img img{ transform:scale(1.06); }

      .card-badge{
        position:absolute; top:12px; left:12px; z-index:2;
        padding:5px 12px; border-radius:50px;
        background:rgba(255,255,255,.92); backdrop-filter:blur(6px);
        font-size:11px; font-weight:600; color:var(--clr-primary,var(--_primary));
        letter-spacing:.02em;
      }
      .card-badge.commercial{
        background:rgba(26,61,79,.9); color:#fff;
      }

      .pru-card-body{ padding:1.5rem; display:flex; flex-direction:column; flex:1; }
      .card-name{
        font-size:18px; font-weight:600;
        color:var(--text-dark-alt,var(--_dark)); margin-bottom:8px; line-height:1.4;
      }
      .card-cap{
        display:inline-flex; align-items:center; gap:6px;
        font-size:12px; color:var(--clr-primary,var(--_primary));
        font-weight:600; margin-bottom:14px;
      }
      .card-cap svg{ width:14px; height:14px; }
      .card-desc{
        font-size:14px; color:var(--text-body,var(--_text));
        line-height:1.6; margin-bottom:20px; flex:1;
      }
      .card-actions{ display:flex; gap:10px; }
      .btn-detail{
        flex:1; padding:11px 0; border:1px solid var(--clr-primary,var(--_primary));
        background:transparent; color:var(--clr-primary,var(--_primary));
        border-radius:var(--radius-sm,8px); font-size:13px; font-weight:500;
        cursor:pointer; transition:all .2s ease; font-family:inherit;
        text-decoration:none; text-align:center; display:inline-flex;
        align-items:center; justify-content:center;
      }
      .btn-detail:hover{ background:var(--clr-primary,var(--_primary)); color:var(--bg-white,var(--_white)); }
      .btn-detail:focus-visible{ outline:2px solid var(--clr-accent,var(--_accent)); outline-offset:2px; }
      .btn-contact{
        padding:11px 18px; border:none;
        background:var(--clr-primary,var(--_primary)); color:var(--bg-white,var(--_white));
        border-radius:var(--radius-sm,8px); font-size:13px; font-weight:500;
        cursor:pointer; transition:background .2s ease; font-family:inherit;
        text-decoration:none; display:inline-flex; align-items:center; justify-content:center;
      }
      .btn-contact:hover{ background:var(--clr-primary-hover,var(--_primary-hover)); }
      .btn-contact:focus-visible{ outline:2px solid var(--clr-accent,var(--_accent)); outline-offset:2px; }

      /* ===================== EMPTY STATE ===================== */
      .empty-state{
        grid-column:1/-1; text-align:center; padding:4rem 1rem;
        color:var(--text-muted,var(--_muted));
      }
      .empty-state svg{ width:56px; height:56px; margin-bottom:1rem; opacity:.4; }
      .empty-state h3{ font-size:18px; color:var(--text-dark,var(--_text)); margin-bottom:.5rem; }
      .empty-state p{ font-size:14px; margin-bottom:1.25rem; }
      .empty-reset{
        padding:9px 22px; border-radius:50px; border:none;
        background:var(--clr-primary,var(--_primary)); color:#fff;
        font-size:13px; font-weight:500; cursor:pointer; font-family:inherit;
      }

      /* ===================== RESPONSIVE ===================== */
      @media (max-width:992px){
        .grid{ grid-template-columns:repeat(2,1fr); }
        .stats-grid{ grid-template-columns:repeat(2,1fr); }
        .urun-hero{ flex-direction:column; min-height:auto; }
        .hero-video-wrapper{ position:relative; width:100%; height:340px; clip-path:none; }
        .urun-hero .hero-content{ width:100%; margin-left:0; padding:3rem 1.5rem; text-align:center; }
        .hero-eyebrow{ justify-content:center; }
        .urun-hero p{ margin:0 auto 1.75rem; }
        .stats-strip{ margin-top:0; }
      }
      @media (max-width:768px){
         .urun-hero h1{ font-size:28px; }
        .urunler-main{ padding:1rem 1rem 2rem; }
        .toolbar{ flex-direction:column; align-items:stretch; }
        .toolbar-left{ flex-direction:column; align-items:stretch; }
        .filter-group{ justify-content:center; }
        .search-input{ width:100%; }
        .results-count{ text-align:center; }
        .pru-card-body{ padding:1.25rem; }
        .card-name{ font-size:16px; }
        .card-desc{ font-size:13px; margin-bottom:15px; }
        .card-actions{ flex-direction:column; }
        .btn-detail,.btn-contact{ font-size:13px; padding:11px 0; width:100%; }
      }
      @media (max-width:480px){
        .grid{ grid-template-columns:1fr; }
        .stats-grid{ grid-template-columns:repeat(2,1fr); }
      }

      /* Respect users who prefer reduced motion */
      @media (prefers-reduced-motion:reduce){
        .pru-card{ animation:none; opacity:1; transform:none; }
        .pru-card:hover,.pru-card:focus-within{ transform:none; }
        .pru-card:hover .card-img img{ transform:none; }
        .hero-cta:hover{ transform:none; }
        *{ scroll-behavior:auto !important; }
      }
  /* #endregion product page  */
  /* #region single page product */

        .sp-wrap, .cp-wrap {
        --_white:#fff; --_dark:#1a3d4f; --_text:#33414f; --_muted:#6b7c8c;
        --_primary:#1a3d4f; --_primary-hover:#13293a; --_primary-light:#e6edf1;
        --_accent:#f0a93b; --_radius:14px; --_line:#e6edf1;
        --_shadow:0 2px 10px rgba(20,40,55,.06);
        --_shadow-h:0 14px 36px rgba(20,40,55,.16);

        max-width:1200px; margin:0 auto; padding:2.5rem 1.5rem 4rem;
        color:var(--text-body,var(--_text)); font-family:inherit;
      }

      .sp-breadcrumb, .cp-breadcrumb {display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;font-size:13px;color:var(--text-muted,var(--_muted));margin-bottom:2rem}
      .sp-breadcrumb a, .cp-breadcrumb a {color:var(--text-muted,var(--_muted));text-decoration:none;transition:color .2s ease}
      .sp-breadcrumb a:hover, .cp-breadcrumb a:hover {color:var(--clr-primary,var(--_primary))}
      .sp-breadcrumb .sep, .cp-breadcrumb .sep {opacity:.5}
      .sp-breadcrumb .current, .cp-breadcrumb .current {color:var(--text-dark,var(--_dark));font-weight:600}

      .sp-header{display:grid;grid-template-columns:1.1fr .9fr;gap:2.5rem;align-items:start;margin-bottom:3.5rem}
      .sp-gallery{display:flex;flex-direction:column;gap:1rem;min-width:0;width:100%}
      .sp-hero-img{border-radius:var(--radius-lg,var(--_radius));overflow:hidden;box-shadow:var(--shadow-sm,var(--_shadow));background:#f1f1ef,var(--_white);aspect-ratio:4/3;width:100%;display:flex;align-items:center;justify-content:center}
      .sp-hero-img img{width:100%;height:100%;object-fit:contain;display:block;transition:opacity .2s ease}
      .sp-gallery-thumbs{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:4px;width:100%;scroll-behavior:smooth;-webkit-overflow-scrolling:touch}
      .sp-gallery-thumbs::-webkit-scrollbar {height:5px}
      .sp-gallery-thumbs::-webkit-scrollbar-track {background:#f1f5f9;border-radius:10px}
      .sp-gallery-thumbs::-webkit-scrollbar-thumb {background:var(--clr-primary,#1a3d4f);border-radius:10px} 
      .sp-thumb-btn{flex:0 0 80px;height:65px;border-radius:10px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:none;transition:all .2s ease;opacity:.7;outline:none}
      .sp-thumb-btn:hover,.sp-thumb-btn.active{opacity:1;border-color:var(--clr-primary,var(--_primary))}
      .sp-thumb-btn img{width:100%;height:100%;object-fit:cover;display:block}

      .sp-head-info{padding-top:.5rem}
      .cp-eyebrow, .sp-eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:12px;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--clr-primary,var(--_accent));margin-bottom:.85rem}
      .sp-eyebrow::before{content:"";width:24px;height:2px;border-radius:2px;background:var(--clr-accent,var(--_accent))}
      .cp-title, .sp-title{font-size:clamp(28px,3.4vw,44px);font-weight:800;line-height:1.12;letter-spacing:-.02em;color:var(--text-dark,var(--_dark));margin-bottom:1rem}
      .cp-summary, .sp-summary{font-size:16px;line-height:1.65;color:var(--text-body,var(--_text));margin-bottom:1.75rem}
      .cp-hero{text-align:center;max-width:680px;margin:0 auto 3rem}
      .cp-eyebrow::before,.cp-eyebrow::after{content:"";width:24px;height:2px;border-radius:2px;background:var(--clr-primary,var(--_accent))}

      .sp-caps-label{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted,var(--_muted));margin-bottom:.75rem}
      .sp-caps{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:2rem}
      .sp-cap-pill{display:flex;flex-direction:column;gap:2px;padding:.85rem 1.25rem;border-radius:var(--radius-lg,var(--_radius));border:1px solid var(--clr-primary-light,var(--_line));background:var(--bg-white,var(--_white));min-width:130px}
      .sp-cap-pill .code{font-size:15px;font-weight:800;color:var(--clr-primary,var(--_primary))}
      .sp-cap-pill .rate{font-size:12px;color:var(--text-muted,var(--_muted))}

      .sp-head-cta{display:flex;gap:.75rem;flex-wrap:wrap}
      .sp-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:13px 26px;border-radius:50px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;text-decoration:none;transition:all .25s ease;border:1px solid transparent}
      .sp-btn-primary{background:var(--clr-primary,var(--_primary));color:#fff}
      .sp-btn-primary:hover{background:var(--clr-primary-hover,var(--_primary-hover));transform:translateY(-1px)}
      .sp-btn-outline{background:transparent;color:var(--clr-primary,var(--_primary));border-color:var(--clr-primary,var(--_primary))}
      .sp-btn-outline:hover{background:var(--clr-primary,var(--_primary));color:#fff}
      .sp-btn svg{width:16px;height:16px}
      .sp-btn:focus-visible{outline:2px solid var(--clr-accent,var(--_accent));outline-offset:2px}

      .sp-section{margin-bottom:3.5rem;scroll-margin-top:90px;padding:3px}
      .sp-section-head{display:flex;align-items:center;gap:.85rem;margin-bottom:1.75rem}
      .sp-section-head .num{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:var(--clr-primary,var(--_primary));color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}
      .sp-section-head h2{font-size:clamp(20px,2.4vw,28px);font-weight:700;letter-spacing:-.01em;color:var(--text-dark,var(--_dark));margin:0}
      .sp-section-head .sub{font-size:13px;color:var(--text-muted,var(--_muted));margin-top:2px}

      .sp-features{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}
      .sp-feature{display:flex;gap:.9rem;padding:1.25rem;border-radius:var(--radius-lg,var(--_radius));border:1px solid var(--clr-primary-light,var(--_line));background:var(--bg-white,var(--_white))}
      .sp-feature .ico{flex:0 0 auto;width:42px;height:42px;border-radius:11px;background:var(--clr-primary-light,var(--_primary-light));color:var(--clr-primary,var(--_primary));display:flex;align-items:center;justify-content:center}
      .sp-feature .ico svg{width:22px;height:22px}
      .sp-feature h3{font-size:15px;font-weight:700;color:var(--text-dark,var(--_dark));margin-bottom:4px}
      .sp-feature p{font-size:13.5px;line-height:1.55;color:var(--text-body,var(--_text));margin:0}

      .sp-spec-table{width:100%;border-collapse:collapse;border-radius:var(--radius-lg,var(--_radius));overflow:hidden;border:1px solid var(--clr-primary-light,var(--_line));background:var(--bg-white,var(--_white))}
      .sp-spec-table thead th{background:var(--clr-primary,var(--_primary));color:#fff;text-align:left;padding:14px 18px;font-size:13px;font-weight:600;letter-spacing:.02em}
      .sp-spec-table thead th:first-child{width:34%}
      .sp-spec-table td{padding:13px 18px;font-size:14px;color:var(--text-body,var(--_text));border-top:1px solid var(--clr-primary-light,var(--_line))}
      .sp-spec-table td:first-child{font-weight:600;color:var(--text-dark,var(--_dark))}
      .sp-spec-table tbody tr:hover td{background:var(--clr-primary-light,var(--_primary-light))}
      .sp-spec-table .tag{display:inline-block;padding:3px 10px;border-radius:50px;font-size:11px;font-weight:700;background:var(--clr-primary-light,var(--_primary-light));color:var(--clr-primary,var(--_primary))}

      .sp-video-card{border-radius:var(--radius-lg,var(--_radius));overflow:hidden;border:1px solid var(--clr-primary-light,var(--_line));background:var(--bg-white,var(--_white));box-shadow:var(--shadow-sm,var(--_shadow))}
      .sp-video-frame{position:relative;width:100%;aspect-ratio:16/9;background:#000}
      .sp-video-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}
      .sp-video-meta{padding:1.25rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}
      .sp-video-meta h3{font-size:16px;font-weight:700;color:var(--text-dark,var(--_dark));margin:0 0 3px}
      .sp-video-meta p{font-size:13px;color:var(--text-muted,var(--_muted));margin:0}
      .sp-video-meta .loc{display:inline-flex;align-items:center;gap:.4rem;font-size:12px;font-weight:600;color:var(--clr-primary,var(--_primary))}
      .sp-video-meta .loc svg{width:15px;height:15px}

      .sp-slider-wrapper{position:relative;display:flex;align-items:center}
      .sp-slider-track{display:flex;gap:1.5rem;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 5px 20px 5px;scrollbar-width:none;-webkit-overflow-scrolling:touch;width:100%}
      .sp-slider-track::-webkit-scrollbar{display:none}
      .sp-slider-track .pru-card{flex:0 0 calc(33.333% - 1rem);min-width:280px;scroll-snap-align:start}

      .sp-slider-btn{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:var(--clr-primary,var(--_primary));color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px rgba(0,0,0,0.18);z-index:5;transition:all .25s ease}
      .sp-slider-btn.prev{left:-69px}
      .sp-slider-btn.next{right:-69px}
      .sp-slider-btn svg{width:20px;height:20px}

      .cp-grid, .sp-contact-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:stretch}
      .cp-form, .sp-contact-form{padding:2rem;border-radius:var(--radius-lg,var(--_radius));border:1px solid var(--clr-primary-light,var(--_line));background:var(--bg-white,var(--_white));box-shadow:var(--shadow-sm,var(--_shadow))}
      .cp-form h3, .sp-contact-form h3{font-size:18px;font-weight:700;color:var(--text-dark,var(--_dark));margin-bottom:.4rem}
      .cp-form .hint, .sp-contact-form .hint{font-size:13px;color:var(--text-muted,var(--_muted));margin-bottom:1.5rem}

      .cp-field, .sp-field{margin-bottom:1.1rem}
      .cp-field label, .sp-field label{display:block;font-size:13px;font-weight:600;color:var(--text-dark,var(--_dark));margin-bottom:.4rem}
      .cp-field label .req, .sp-field label .req{color:var(--clr-accent,var(--_accent))}
      .cp-field input, .cp-field textarea, .cp-field select, .sp-field input, .sp-field textarea, .sp-field select{width:100%;padding:11px 14px;border-radius:10px;font-size:14px;font-family:inherit;border:1px solid var(--clr-primary-light,var(--_line));background:#fff;color:var(--text-dark,var(--_dark));transition:border-color .2s ease,box-shadow .2s ease}
      .cp-field input:focus, .cp-field textarea:focus, .cp-field select:focus, .sp-field input:focus, .sp-field textarea:focus, .sp-field select:focus{outline:none;border-color:var(--clr-primary,var(--_primary));box-shadow:0 0 0 3px rgba(26,61,79,.1)}

      .cp-field textarea{resize:vertical;min-height:130px}
      .sp-field textarea{resize:vertical;min-height:110px}

      .cp-row, .sp-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}

      .cp-submit{width:100%;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;color:#fff;background:var(--clr-primary,var(--_primary));transition:background .2s ease,transform .2s ease}
      .sp-submit{width:100%;padding:14px;border:none;border-radius:10px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;color:#fff;background:var(--clr-primary,var(--_primary));transition:background .2s ease}

      .cp-submit:hover{background:var(--clr-primary-hover,var(--_primary-hover));transform:translateY(-1px)}
      .sp-submit:hover{background:var(--clr-primary-hover,var(--_primary-hover))}

      .cp-submit:focus-visible, .sp-submit:focus-visible{outline:2px solid var(--clr-accent,var(--_accent));outline-offset:2px}

      .cp-form-note, .sp-form-note{font-size:12px;color:var(--text-muted,var(--_muted));margin-top:.9rem;text-align:center}

      .cp-info, .sp-contact-info{padding:2rem;border-radius:var(--radius-lg,var(--_radius));border:1px solid var(--clr-primary,var(--_primary));background:#1a3d4f;color:#fff;display:flex;flex-direction:column}
      .cp-info h3, .sp-contact-info h3{font-size:18px;font-weight:700;margin-bottom:.4rem;color:#fff}
      .cp-info .hint, .sp-contact-info .hint{font-size:13px;color:rgba(255,255,255,.75);margin-bottom:1.75rem}

      .cp-info-item, .sp-info-item{display:flex;gap:.85rem;margin-bottom:1.4rem}
      .cp-info-item .ico, .sp-info-item .ico{flex:0 0 auto;width:40px;height:40px;border-radius:10px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center}
      .cp-info-item .ico svg, .sp-info-item .ico svg{width:20px;height:20px;color:#8fc0d8}
      .cp-info-item .label, .sp-info-item .label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:rgba(255,255,255,.6);margin-bottom:3px}
      .cp-info-item .val, .sp-info-item .val{font-size:15px;font-weight:600;color:#fff;line-height:1.4}
      .cp-info-item .val a, .sp-info-item .val a{color:#fff;text-decoration:none}
      .cp-info-item .val a:hover, .sp-info-item .val a:hover{text-decoration:underline}

      .cp-info .socials, .sp-contact-info .socials{display:flex;gap:.6rem;margin-top:auto;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.15)}
      .cp-info .socials a, .sp-contact-info .socials a{width:38px;height:38px;border-radius:10px;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;transition:background .2s ease}
      .cp-info .socials a:hover, .sp-contact-info .socials a:hover{background:#8fc0d8}
      .cp-info .socials a:hover svg, .sp-contact-info .socials a:hover svg{color:#1a3d4f}
      .cp-info .socials svg, .sp-contact-info .socials svg{width:18px;height:18px;color:#fff;transition:color .2s ease}

      .cp-map{margin-top:2.5rem;border-radius:var(--radius-lg,var(--_radius));overflow:hidden;border:1px solid var(--clr-primary-light,var(--_line));box-shadow:var(--shadow-sm,var(--_shadow));background:var(--bg-white,var(--_white))}
      .cp-map-head{padding:1.25rem 1.5rem;display:flex;align-items:center;gap:.85rem}
      .cp-map-head .num{flex:0 0 auto;width:34px;height:34px;border-radius:10px;background:var(--clr-primary,var(--_primary));color:#fff;font-size:15px;font-weight:700;display:flex;align-items:center;justify-content:center}
      .cp-map-head h2{font-size:clamp(20px,2.4vw,28px);font-weight:700;letter-spacing:-.01em;color:var(--text-dark,var(--_dark));margin:0}
      .cp-map-frame{position:relative;width:100%;height:380px;background:var(--clr-primary-light,var(--_primary-light))}
      .cp-map-frame iframe{position:absolute;inset:0;width:100%;height:100%;border:0}

      @media (max-width:992px){
        .sp-header{grid-template-columns:1fr;gap:1.75rem}
        .sp-features{grid-template-columns:1fr}
        .cp-grid, .sp-contact-grid{grid-template-columns:1fr}
        .sp-slider-track .pru-card{flex:0 0 calc(50% - .75rem)}
      }

      @media (max-width:640px){
        .sp-wrap, .cp-wrap{padding:1.5rem 1rem 3rem}
        .cp-row, .sp-row{grid-template-columns:1fr}
        .cp-map-frame{height:280px}
        .sp-cap-pill{flex:1 1 calc(50% - .6rem);min-width:0}
        .sp-spec-table thead th, .sp-spec-table td{padding:11px 12px;font-size:13px}
        .sp-slider-track .pru-card{flex:0 0 85%}
        .sp-slider-btn.prev{left:-8px}
        .sp-slider-btn.next{right:-8px}
      }

  /* #endregion------------- */



/* --------------------------Header---------------------------- */
#sticky-onoff{
  display: none;
}

.main-header-box #sticky-onoff{
  display: none;
}

.sticky {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  z-index: 1000;
  display: none;
}
.sticky .main-navigation a{
  color: #ffffffbd;
}

.stickynavbar .main-navigation a {
  color: #000;
}


#bwt-sticky-menu.sticky {
  margin-top: 0;
  padding: 10px 20px
}
.nav_wrap {
  clear:both;
  background-color: transparent;
  margin-bottom: 0em;
  z-index: 99;
}


/* ---------- Topbar ---------- */


.site-topbar {
    position: relative;
    padding: 11px 0;
    background:
        radial-gradient(circle at top left, rgba(39, 84, 107, 0.38), transparent 34%),
        linear-gradient(135deg, #101820 0%, #183141 52%, #0b1117 100%);
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: 0.4px;
    overflow: hidden;
}

.site-topbar::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                      linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 36px 36px;
    opacity: 0.28;
}

.site-topbar .container {
    position: relative;
    z-index: 1;
}

.topbar-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 28px;
}

.topbar-contact-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.topbar-contact-link:hover,
.topbar-contact-link:focus {
    color: #d7edf8;
    opacity: 0.95;
    outline: none;
    transform: translateY(-1px);
}

.topbar-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: #8fc0d8;
}

.topbar-icon svg {
    display: block;
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.topbar-text {
    color: inherit;
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .site-topbar {
        padding: 12px 0;
        font-size: 12.5px;
    }

    .topbar-contact {
        flex-direction: column;
        align-items: flex-start;
        gap: 9px;
    }

    .topbar-contact-link {
        width: 100%;
    }

    .topbar-text {
        white-space: normal;
    }
}

@media (prefers-reduced-motion: reduce) {
    .topbar-contact-link {
        transition: none;
    }

    .topbar-contact-link:hover,
    .topbar-contact-link:focus {
        transform: none;
    }
}


/*---------------- Pagination ----------------*/
.navigation {
  font-size:14px;
  font-weight:bold;
  margin: 10px 0;
}
.navigation a {
  padding: 0;
}


.nav-links .nav-next a {
  display: flex;
  flex-direction: row-reverse;
}


.page-numbers.dots{
  color:#000;
}
.navigation a:hover{
  color: #fff;
}
.navigation span.meta-nav {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #000;
  font-family: "Cinzel Decorative Bold";
  font-weight: 500;
  margin-bottom: 0;
  padding: 8px 12px;
}

.navigation .current{
  background: #333333;
  color:#ffffff;
  font-weight:normal;
}


/* ------------- Category --------------------*/
.alt-screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.category-page h4{
  text-align: left !important;
}
ul.post-categories {
  list-style: none;
  margin: 0;
}
ul.post-categories li{
  display: inline-block;
}
ul.post-categories li:after{
  content: ' ,';
}
ul.post-categories li:last-child:after{
  content: '';
}
ul.post-categories a {
  color: #333333;
}
.content_boxes {
    padding: 0;
    border: none;
}
.post_ctg span {
  float: left;
  margin-right: 7px;
}
.post_tag .meta-sep{
  font-weight: bold;
}
.post_tag a:after{
  content: ", ";
  display: inline-block;
}
.post_tag a:last-child:after{
  content: "";
}

/*-------------- media section ---------------*/

@media screen and (max-width: 767px) and (min-width: 577px) {
  .main-header {
    margin-bottom: 25px;
  }
  .header-title {
    padding: 30px 0;
  }
  .main-title {
    font-size: 30px;
  }
  #masthead {
    min-height: 60px;
  }
  #masthead #site-branding img,
  #masthead.scrolled #site-branding img {
    max-height: 40px;
    width: auto;
  }
  .main-navigation li,
  #masthead.scrolled .main-navigation li {
    display: block;
    line-height: 1.5 !important;
  }
  .sf-arrows .sf-with-ul {
    padding-right: 0;
  }
  .site-info {
    float: none;
    width: 100%;
    text-align: center;
  }
  .header-nav {
    padding-top: 6px;
  }
  .header-nav .menubar {
    background-color: transparent;
  }
  section {
    background-size: cover;
  }
  .copyright .copy-text {
    text-align: center;
  }
  .search_inner form.search-form { /* serach_inner yazım hatası düzeltildi */
    text-align: center;
  }
  .toggle-nav {
    margin-top: 2px !important;
  }
}
@media screen and (max-width: 991px) {
  .menubar-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-logo img {
    max-height: 50px;
  }
  .toggle-nav {
    display: block;
    position: relative;
    width: 30px;
    margin: -4px 0 0 auto; /* Tutarsız margin kuralları birleştirildi */
    z-index: 5;
    text-align: right;
    cursor: pointer;
  }
  .sticky .toggle-nav i {
    color: #000 !important;
  }
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    right: 0;
    background-color: #f1f1ef;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    display: block;
    color: #0c0c0c;
    cursor: pointer;
  }
  .sidenav #site-navigation {
    width: 100%;
  }
  .toggle-nav span {
    font-size: 30px;
    cursor: pointer;
    text-align: right;
  }
  iframe {
    width: 100%;
    height: auto;
  }
  .main-navigation .menu {
    float: none;
    text-align: center;
  }
  .main-navigation ul ul li,
  #masthead.scrolled .main-navigation ul ul li {
    display: block;
  }
  
  .main-navigation .menu > ul > li.highlight {
    background: transparent !important;
  }
  
  .menu > ul > li:hover:before,
  .menu > ul > li.current_page_item:before,
  .menu > ul > li.current-menu-item:before {
    display: none;
  }
  .sf-arrows .sf-with-ul:after {
    border-top-color: #333;
  }
  .toggle i.fa.fa-bars,
  .toggle i.fa.fa-times {
    color: black;
  }
  .menubar .nav ul {
    width: 100%;
    margin-top: 0;
  }
  .menubar .nav ul li,
  .menubar.scrolled .main-navigation li {
    border-bottom: 1px solid #30303033; /* border kuralı standartlaştırıldı */
    display: block;
    float: none;
    width: 10rem;
    padding: 5px;
  }
  .nav ul li a {
    padding: 5px 10px;
    display: block;
    color: #000;
  }
  .nav ul li ul,
  .nav ul li ul ul {
    display: block !important;
  }
  .nav ul li ul li a:before {
    content: "\00BB \00a0";
  }
  .nav ul li ul li a {
    padding-left: 20px !important;
  }
  .nav ul li ul li ul li a {
    padding-left: 30px !important;
  }
  .main-navigation ul ul {
    position: static;
    width: 100%;
    box-shadow: none;
    background: transparent !important;
  }
  .top_bar_btn {
    padding: 0;
  }
  .main-navigation li.current_page_item {
    border: none;
  }
  .main-navigation ul ul li {
    background: transparent !important;
  }
  #header-menu .current_page_item {
    background: none;
  }
  #header-menu .current_page_item ul li a {
    color: #fff;
  }
  .main-navigation .current_page_ancestor > a {
    color: #fff !important;
  }
  .main-header-box {
    padding-bottom: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  .toggle-nav {
    right: 0px;
    position: unset !important;
    margin-top: -4px !important;
  }
  .sticky .toggle-nav {
    margin-right: 30px !important;
    margin-top: 5px !important;
  }
  small {
    font-size: 13px !important;
  }
  .menubar .menubar-box {
    position: relative;
  }
  .main-navigation ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
  }
  .main-navigation ul li a {
    display: inline-flex;
    align-items: center;
    min-height: 48px;
    padding: 0 13px;
    color: #27546b;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.35px;
    border-radius: 999px;
    transition: color 0.25s ease, background-color 0.25s ease;
  }
  .main-navigation ul li a:hover {
    color: #1a394a !important;
  }
  .mobile-menu {
    display: none !important;
  }
}

@media (min-width: 640px) {
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 768px) {
  .tmk-products-header, .tmk-partners-header, .portfolio-header {
    flex-direction: row; align-items: flex-end; justify-content: space-between; gap: 40px;
  }
  .tmk-products-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .portfolio-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
  .hero-section { padding: 3.5rem 0; }
  .hero-content { padding-right: 0; text-align: center; margin-bottom: 2.5rem; }
  .hero-title { font-size: 2.25rem; }
  .hero-description { max-width: 100%; margin: 0 auto 2.5rem; }
  .hero-stats { justify-content: center; }
  .hero-carousel-wrapper .carousel-item img { height: 300px; }
  
  .cards-wrapper { flex-direction: column; align-items: center; gap: 95px; }
  .service-card { max-width: 420px; width: 100%; }
  .service-card.featured, .service-card.featured:hover { transform: scale(1); }
  .service-card.featured:hover { transform: translateY(-8px); }
  .services-section { padding: 80px 20px 60px; }
  .services-section::before { height: 28%; border-radius: 0 0 40% 40%; }
  .section-header { margin-bottom: 48px; }
}

@media (max-width: 768px) {
  .tmk-products-section { padding: 48px 16px 64px; }
  .tmk-product-card { height: 480px; }
  .tmk-card-content { padding: 28px 24px 24px; }
  .tmk-card-title { font-size: 20px; }
  .tmk-card-footer { flex-direction: column; align-items: flex-start; }
  .tmk-card-stats { align-self: flex-start; }
  .tmk-header-divider { margin-bottom: 32px; }
  .tmk-btn-download { width: 100%; justify-content: center; }
  
  .tmk-partners-section { padding: 64px 16px; }
  .tmk-partners-header-right { margin-bottom: 0; }
  .tmk-slide { width: 180px; height: 90px; padding: 0 8px; }
  .tmk-slide a { height: 72px; border-radius: 12px; }
  .tmk-slide img { max-height: 36px; }
  .tmk-slide-track, .tmk-slide-track-reverse { width: calc(180px * 14); }
  
  .tmk-slider::before, .tmk-slider::after { width: 60px; }
  .tmk-partners-stats { flex-wrap: wrap; gap: 20px; padding: 24px 20px; border-radius: 16px; }
  .tmk-stat-item { padding: 0 20px; min-width: 120px; }
  .tmk-stat-divider { display: none; }
  .tmk-stat-number { font-size: 26px; }

  @keyframes tmkScrollLeft { 0% { transform: translateX(0); } 100% { transform: translateX(calc(-180px * 7)); } }
  @keyframes tmkScrollRight { 0% { transform: translateX(calc(-180px * 7)); } 100% { transform: translateX(0); } }
}

@media (max-width: 639px) {
  .portfolio-section { padding: 64px 16px 80px; }
  .project-thumbnail { height: 200px; }
  .project-body { padding: 20px; }
  .project-title { font-size: 18px; }
  .project-desc { font-size: 13px; }
  .portfolio-filters { gap: 6px; }
  .filter-btn { font-size: 12px; padding: 7px 14px; }
}

@media screen and (max-width: 575.98px) {
  .hero-section { padding: 1rem 0; }
  .hero-title { font-size: 1.85rem; }
  .hero-stats { gap: 1.5rem; flex-wrap: wrap; justify-content: center; }
 #hero-section .hero-carousel-wrapper .carousel-item img{ height: 100%; }
}

@media (max-width: 480px) {
  .services-section { padding: 60px 16px 48px; }
  .service-card { padding: 32px 20px 28px; }
  .section-header h2 { font-size: 26px; }
  .section-header p { font-size: 15px; }
  .services-section::before { height: 22%; }
  
  .tmk-partners-section { padding: 48px 12px; }
  .tmk-partners-title { font-size: 28px; }
  .tmk-partners-desc { font-size: 14px; }
  .tmk-stat-item { min-width: 100px; padding: 0 12px; }

  .portfolio-section { padding: 48px 12px 64px; }
  .project-actions { flex-direction: column; }
  .action-link { justify-content: center; }
  
  .tmk-product-card { height: 420px; }
  .tmk-card-description { font-size: 13px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; overflow: hidden; }
}
@media (max-width: 991.98px) {
    .footer-main {
        padding: 56px 0 22px;
    }

    .footer-widget-title {
        margin-bottom: 18px;
    }

    .footer-text {
        max-width: none;
    }
}

@media (max-width: 767.98px) {
    .site-footer {
        text-align: left;
    }

    .footer-main {
        padding: 46px 0 20px;
    }

    .footer-widget-title {
        font-size: 17px;
    }

    .footer-contact li {
        gap: 10px;
    }

    .footer-bottom {
        margin-top: 34px;
        font-size: 13px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .footer-links a,
    .footer-contact a,
    .footer-links a::before {
        transition: none;
    }
}

