/* =====================================================
   THEME VARIABLES & GLOBAL RESET
   ===================================================== */
:root {
  --theme-primary: #1a3a5c;
  --theme-secondary: #2b6cb0;
  --theme-accent: #4299e1;
  --theme-heading: #1a202c;
  --theme-body: #2d3748;
  --theme-body-bg: #f7fafc;
  --theme-border: #e2e8f0;
  --theme-gray-light: #ebf4ff;
  --theme-primary-rgb: 26, 58, 92;
  --theme-secondary-rgb: 43, 108, 176;
  --theme-heading-rgb: 26, 32, 44;
  --theme-font: 'Poppins', sans-serif;
  --theme-heading-weight: 700;
  --theme-body-weight: 400;
  --accent-color: var(--theme-accent);
  --text-dark: var(--theme-heading);
  --primary-color: var(--theme-primary);
  --secondary-color: var(--theme-secondary);
  --bg-light: var(--theme-body-bg);
  --theme-primary-rgb: 15, 23, 42; /* #0f172a */
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  font-family: var(--theme-font) !important;
}

body {
  margin: 0;
  padding: 0;
  font-family: var(--theme-font);
  font-weight: var(--theme-body-weight);
  color: var(--theme-body);
  background-color: var(--theme-body-bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden !important;
  width: 100%;
}

html {
  overflow-x: hidden !important;
  width: 100%;
}

/* Main Wrapper - Sağa Kaymayı Engeller */
.main-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: var(--theme-heading-weight) !important;
}

p,
span,
div {
  font-weight: var(--theme-body-weight);
}

strong,
b {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1,
.col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1,
.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  padding: 0 15px;
  width: 100%;
}

.col-1 { width: 8.333333%; }
.col-2 { width: 16.666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.333333%; }
.col-5 { width: 41.666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.333333%; }
.col-8 { width: 66.666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.333333%; }
.col-11 { width: 91.666667%; }
.col-12 { width: 100%; }

@media (min-width: 768px) {
  .col-md-1 { width: 8.333333%; }
  .col-md-2 { width: 16.666667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.333333%; }
  .col-md-5 { width: 41.666667%; }
  .col-md-6 { width: 50%; }
  .col-md-7 { width: 58.333333%; }
  .col-md-8 { width: 66.666667%; }
  .col-md-9 { width: 75%; }
  .col-md-10 { width: 83.333333%; }
  .col-md-11 { width: 91.666667%; }
  .col-md-12 { width: 100%; }
}

@media (min-width: 992px) {
  .col-lg-1 { width: 8.333333%; }
  .col-lg-2 { width: 16.666667%; }
  .col-lg-3 { width: 25%; }
  .col-lg-4 { width: 33.333333%; }
  .col-lg-5 { width: 41.666667%; }
  .col-lg-6 { width: 50%; }
  .col-lg-7 { width: 58.333333%; }
  .col-lg-8 { width: 66.666667%; }
  .col-lg-9 { width: 75%; }
  .col-lg-10 { width: 83.333333%; }
  .col-lg-11 { width: 91.666667%; }
  .col-lg-12 { width: 100%; }
}

.text-center {
  text-align: center;
}

.mb-5 { margin-bottom: 3rem !important; }
.mt-5 { margin-top: 3rem !important; }
.mb-4 { margin-bottom: 1.5rem !important; }
.mt-4 { margin-top: 1.5rem !important; }
.mb-3 { margin-bottom: 1rem !important; }
.py-5 { padding-top: 3rem; padding-bottom: 3rem; }
.g-4 { row-gap: 1.5rem; column-gap: 0; }
.g-3 { row-gap: 1rem; column-gap: 0; }
.g-0 { gap: 0; }
.row.g-0 { margin-left: 0; margin-right: 0; }
.row.g-0 > div { padding-left: 0; padding-right: 0; }

.shadow-sm { box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important; }
.shadow-lg { box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important; }
.fw-bold { font-weight: 700 !important; }
.display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2; }
@media (min-width: 1200px) { .display-5 { font-size: 3rem; } }

/* =====================================================
   PRELOADER
   ===================================================== */
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--theme-body-bg);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease;
}

.site-preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.preloader-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--theme-border);
  border-top-color: var(--theme-accent);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* =====================================================
   HEADER / NAVBAR
   ===================================================== */
.tg-header__style-two {
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  position: relative;
  z-index: 999;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  transition: all 0.4s ease;
  width: 100%;
}

.header-row-height {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.tgmenu__main-menu {
  flex: 1;
}

.nav-logo-center {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.header-logo {
  max-height: 55px !important;
  width: auto !important;
  object-fit: contain;
}

.tgmenu__nav {
  display: flex;
  align-items: center;
}

.tgmenu__navbar-wrap ul.navigation {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 30px;
}

.tgmenu__navbar-wrap ul.navigation>li {
  position: relative;
  display: inline-block;
}

.tgmenu__navbar-wrap ul.navigation>li.has-mega-menu {
  position: static;
}

.tgmenu__navbar-wrap ul.navigation>li>a {
  font-size: 15px;
  font-weight: 600 !important;
  color: var(--theme-heading);
  padding: 10px 0;
  display: block;
  line-height: 1;
  text-decoration: none;
  transition: 0.3s;
}

.tgmenu__navbar-wrap ul.navigation>li:hover>a,
.tgmenu__navbar-wrap ul.navigation>li.active>a {
  color: var(--theme-secondary);
}

/* Dropdown */
.tgmenu__navbar-wrap ul.navigation li .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 230px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  border-radius: 0 0 4px 4px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 0.3s ease-in-out;
  z-index: 99;
  border-top: 3px solid var(--theme-primary);
  display: block;
}

.tgmenu__navbar-wrap ul.navigation li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mega Menu */
.tgmenu__navbar-wrap ul.navigation li .sub-menu.mega-menu {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(10, 22, 40, 0.08);
  border-top: 3px solid var(--theme-primary);
}

.mega-products-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.mega-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: all 0.3s ease;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid transparent;
}

.mega-product-card:hover {
  background: rgba(var(--theme-primary-rgb), 0.03);
  border-color: rgba(var(--theme-primary-rgb), 0.1);
  transform: translateY(-3px);
}

.mega-product-img-wrapper {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 12px;
}

.mega-product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.mega-product-card:hover .mega-product-img {
  transform: scale(1.05);
}

.mega-product-title {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

/* Mobile Toggle (Global) */
.mobile-nav-toggler {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  font-size: 28px;
  color: #1a202c !important;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.05);
  transition: 0.3s;
  z-index: 101;
}

@media (max-width: 991px) {

  .tg-header__style-two,
  .tg-header__style-two.sticky-active {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    display: block !important;
    height: auto !important;
  }

  .d-none.d-lg-block {
    display: none !important;
  }

  .d-lg-none {
    display: flex !important;
  }

  .header-row-height {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
  }

  .nav-logo-center {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
  }

  .nav-logo-center img {
    max-height: 40px !important;
    width: auto !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .mobile-nav-toggler {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-none.d-lg-block {
    display: flex !important;
    align-items: center;
  }
}

/* Desktop header nav containers need flex:1 and proper alignment */
.tgmenu__nav {
  display: flex;
  align-items: center;
  width: 100%;
}

.tgmenu__navbar-wrap {
  width: 100%;
}

.tgmenu__main-menu {
  width: 100%;
}

/* =====================================================
   MOBILE MENU
   ===================================================== */
.tgmobile__menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  z-index: 9999;
  transform: translateX(-100%);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

body.mobile-menu-visible .tgmobile__menu {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

body.mobile-menu-visible {
  overflow: hidden;
}

.tgmobile__menu .close-btn {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 45px;
  height: 45px;
  font-size: 24px;
  color: var(--theme-heading);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.tgmobile__menu .close-btn:hover {
  background: rgba(0, 0, 0, 0.1);
  transform: rotate(90deg);
}

.tgmobile__menu-outer {
  padding: 100px 30px 40px;
}

.tgmobile__menu .navigation li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transform: translateX(-20px);
  opacity: 0;
  transition: all 0.4s ease;
}

body.mobile-menu-visible .tgmobile__menu .navigation li {
  transform: translateX(0);
  opacity: 1;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(1) {
  transition-delay: 0.1s;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(2) {
  transition-delay: 0.15s;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(3) {
  transition-delay: 0.2s;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(4) {
  transition-delay: 0.25s;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(5) {
  transition-delay: 0.3s;
}

body.mobile-menu-visible .tgmobile__menu .navigation li:nth-child(6) {
  transition-delay: 0.35s;
}

.tgmobile__menu .navigation li>a {
  display: block;
  padding: 22px 0;
  font-size: 24px;
  font-weight: 700 !important;
  color: var(--theme-heading);
  text-decoration: none;
  letter-spacing: -0.5px;
}

.tgmobile__menu .navigation li>a:hover {
  color: var(--theme-secondary);
}

.tgmobile__menu-backdrop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out;
}

body.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}

/* Mobile Drawer */
.mobile-drawer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 10000;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  display: flex;
  flex-direction: column;
}

.mobile-drawer.open {
  transform: translateX(0);
}

.drawer-header {
  padding: 20px 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
}

.drawer-back-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: var(--theme-primary);
  cursor: pointer;
}

.drawer-body {
  flex: 1;
  overflow-y: auto;
  padding: 10px 25px;
}

.drawer-item {
  display: flex;
  align-items: center;
  padding: 15px 0;
  text-decoration: none;
  color: var(--theme-primary);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  transition: opacity 0.3s;
}

.drawer-item:hover {
  opacity: 0.7;
}

.drawer-item-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 20px;
}

.drawer-item-text {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #111;
}

.drawer-footer {
  padding: 20px 25px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.drawer-all-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 15px 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: var(--theme-primary);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
}

/* =====================================================
   HERO SLIDER
   ===================================================== */
.green-hero {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.green-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.green-slider {
  width: 100%;
  height: 100%;
  cursor: grab;
}

.green-slider:active {
  cursor: grabbing;
}

.green-slider .swiper-wrapper {
  z-index: 5;
}

.green-slider .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.green-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

@keyframes slideZoomIn {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}

.green-slider .swiper-slide-active img {
  animation: slideZoomIn 6s linear forwards;
}

.green-hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8); /* Daha güçlü siyahlık (Masaüstü) */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 120px 20px 60px;
  z-index: 10;
}

.green-hero-overlay::before,
.green-hero-overlay::after {
  display: none;
}

.green-tagline {
  color: var(--theme-body-bg);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 20px;
  font-weight: var(--theme-heading-weight) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.green-headline {
  color: var(--theme-body-bg);
  font-size: 3.5rem;
  font-weight: var(--theme-heading-weight) !important;
  line-height: 1.1;
  margin-bottom: 30px;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.green-subtitle {
  color: #fff;
  font-size: 1.25rem;
  max-width: 800px;
  margin: 0 auto;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  opacity: 0.95;
  font-weight: 400;
}

/* Nav Arrows */
.green-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 20;
  pointer-events: none;
}

.green-nav-btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease;
  color: #fff;
  font-size: 24px;
  position: absolute;
  pointer-events: auto;
}

.green-nav-prev {
  left: 40px;
}

.green-nav-next {
  right: 40px;
}

.green-nav-btn:hover {
  background: var(--accent-color);
  color: var(--text-dark);
  transform: scale(1.1);
}

/* Pagination */
.green-pagination {
  position: absolute;
  bottom: 40px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 20;
  pointer-events: none;
}

.green-pagination .swiper-pagination-bullet {
  pointer-events: auto;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  opacity: 1;
  cursor: pointer;
  transition: all 0.3s ease;
  margin: 0 6px;
}

.green-pagination .swiper-pagination-bullet-active {
  background: var(--accent-color);
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .green-hero {
    display: block;
    height: 100vh;
    min-height: 600px;
  }

  .green-nav {
    display: none !important;
  }

  .green-hero-overlay {
    background: rgba(0,0,0,0.8) !important; /* Daha güçlü siyahlık (Mobil) */
    padding: 60px 20px 140px;
    pointer-events: none;
  }

  .green-hero-overlay>* {
    pointer-events: auto;
  }

  .green-headline {
    font-size: 40px;
  }
}

@media (max-width: 576px) {
  .green-headline {
    font-size: 24px;
  }
}

/* =====================================================
   PRODUCT SHOWCASE
   ===================================================== */
.urun-vitrin-section {
  padding: 80px 0;
  background: var(--bg-light);
}

.urun-vitrin-header {
  text-align: center;
  margin-bottom: 50px;
}

.urun-vitrin-tagline {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: var(--theme-heading-weight) !important;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--accent-color);
  margin-bottom: 12px;
  position: relative;
  padding: 0 20px;
}

.urun-vitrin-tagline::before,
.urun-vitrin-tagline::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: var(--accent-color);
}

.urun-vitrin-tagline::before {
  left: -20px;
}

.urun-vitrin-tagline::after {
  right: -20px;
}

.urun-vitrin-headline {
  font-size: 2.4rem;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--text-dark);
}

.urun-vitrin-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
}

.urun-vitrin-card {
  flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.urun-vitrin-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.urun-vitrin-card a {
  text-decoration: none;
  color: inherit;
  display: block;
}

.urun-vitrin-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4/3;
}

.urun-vitrin-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.urun-vitrin-card:hover .urun-vitrin-img-wrap img {
  transform: scale(1.08);
}

.urun-vitrin-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, transparent 60%);
  opacity: 0;
  transition: opacity 0.4s ease;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}

.urun-vitrin-card:hover .urun-vitrin-overlay {
  opacity: 1;
}

.urun-vitrin-overlay span {
  color: #fff;
  font-size: 0.85rem;
  background: rgba(var(--theme-primary-rgb), 0.9);
  padding: 6px 16px;
  border-radius: 20px;
}

.urun-vitrin-card-body {
  padding: 16px 20px;
}

.urun-vitrin-card-body h4 {
  font-size: 1rem;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--text-dark);
  margin: 0;
}

.urun-vitrin-more {
  text-align: center;
  margin-top: 40px;
}

.urun-vitrin-more a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 40px;
  background: var(--accent-color);
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: var(--theme-heading-weight) !important;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.urun-vitrin-more a:hover {
  background: var(--secondary-color);
  transform: translateY(-2px);
  color: #fff;
}

@media (max-width: 991px) {
  .urun-vitrin-card {
    flex: 0 0 calc(33.333% - 16px);
    max-width: calc(33.333% - 16px);
  }
}

@media (max-width: 767px) {
  .urun-vitrin-section {
    padding: 50px 0;
  }

  .urun-vitrin-grid {
    gap: 14px;
  }

  .urun-vitrin-card {
    flex: 0 0 calc(50% - 7px);
    max-width: calc(50% - 7px);
  }

  .urun-vitrin-headline {
    font-size: 1.6rem;
  }
}

/* =====================================================
   ABOUT SECTION
   ===================================================== */
.about-stone-section {
  padding: 50px 0;
  background-color: var(--theme-body-bg);
  position: relative;
  overflow: hidden;
}

.stone-masonry-gallery {
  position: relative;
  z-index: 2;
  padding-right: 30px;
  padding-bottom: 30px;
}

.stone-main-media {
  position: relative;
  z-index: 3;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.1);
}

.stone-main-media video,
.stone-main-media img {
  width: 100%;
  max-width: 500px;
  height: 550px;
  object-fit: cover;
  display: block;
}

.stone-decorative-texture {
  position: absolute;
  bottom: -15px;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: var(--theme-secondary);
  opacity: 0.9;
  z-index: 1;
  border-radius: 4px;
}

.stone-about-content {
  position: relative;
  z-index: 2;
}

.stone-subtitle-wrap {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.stone-line {
  width: 40px;
  height: 2px;
  background: var(--theme-secondary);
}

.stone-subtitle {
  font-size: 14px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--theme-secondary);
}

.stone-headline {
  font-size: 42px;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--theme-primary);
  line-height: 1.2;
  margin-bottom: 25px;
}

.stone-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 35px;
}

.stone-features-list {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.stone-features-list li {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 15px;
  color: var(--theme-heading);
}

.stone-check-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  color: var(--theme-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.stone-btn-primary {
  display: inline-flex;
  align-items: center;
  background: var(--theme-primary);
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.stone-btn-primary .btn-text {
  padding: 16px 30px;
  font-size: 14px;
  font-weight: var(--theme-heading-weight) !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.stone-btn-primary .btn-icon {
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stone-btn-primary:hover {
  background: var(--theme-secondary);
  color: #fff;
}

@media (max-width: 991px) {
  .stone-masonry-gallery {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .stone-main-media video,
  .stone-main-media img {
    max-width: 100%;
  }

  .stone-headline {
    font-size: 32px;
  }

  .stone-features-list {
    grid-template-columns: 1fr;
  }

  .row {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .stone-headline {
    font-size: 26px;
  }

  .stone-main-media video,
  .stone-main-media img {
    height: 400px;
  }
}

/* =====================================================
   PARALLAX CTA
   ===================================================== */
.yurtbay-cta-section {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #f9f8f6;
}

.yurtbay-big-box {
  position: relative;
  width: 100%;
  min-height: 600px;
  display: flex;
  align-items: center;
}

.yurtbay-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 1;
}

.yurtbay-content-wrapper {
  position: relative;
  z-index: 2;
  padding: 100px 0;
  width: 100%;
}

.yurtbay-text-box {
  background: #fff;
  padding: 60px 50px;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08);
  position: relative;
  max-width: 500px;
  margin-left: auto;
}

.yurtbay-text-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: var(--theme-accent);
}

.yurtbay-title {
  font-size: 36px;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--theme-heading);
  line-height: 1.3;
  margin-bottom: 25px;
}

.yurtbay-desc {
  font-size: 16px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}

.yurtbay-btn-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 15px;
}

.yurtbay-btn-link span {
  font-size: 13px;
  font-weight: var(--theme-heading-weight) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--theme-heading);
  transition: color 0.3s ease;
}

.yurtbay-btn-link .arrow-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid rgba(var(--theme-primary-rgb), 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.yurtbay-btn-link:hover span {
  color: var(--theme-accent);
}

.yurtbay-btn-link:hover .arrow-circle {
  background: var(--theme-accent);
  border-color: var(--theme-accent);
  color: #fff;
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .yurtbay-big-box {
    min-height: auto;
  }

  .yurtbay-text-box {
    padding: 50px 40px;
    margin: 0 auto;
  }

  .yurtbay-title {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .yurtbay-bg-image {
    background-attachment: scroll;
  }

  .yurtbay-text-box {
    padding: 40px 25px;
  }

  .yurtbay-title {
    font-size: 26px;
  }
}

/* =====================================================
   NEWS / BLOG SECTION
   ===================================================== */
.news-section {
  padding: 100px 0;
  background-color: var(--bg-light);
  position: relative;
}

.news-tagline {
  display: inline-block;
  color: var(--theme-accent);
  font-size: 14px;
  font-weight: var(--theme-heading-weight) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.news-headline {
  font-size: 42px;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--theme-heading);
  margin-bottom: 50px;
}

.news-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 10px 30px rgba(var(--theme-primary-rgb), 0.05);
  transition: all 0.4s ease;
  text-decoration: none;
  border: 1px solid var(--theme-border);
  position: relative;
  z-index: 1;
}

.news-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-primary);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.news-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(var(--theme-primary-rgb), 0.15);
  border-color: transparent;
}

.news-card:hover::before {
  height: 100%;
}

.news-card-image-wrap {
  position: relative;
  padding: 15px 15px 0;
  z-index: 2;
}

.news-card-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 15px;
  transition: transform 0.6s ease;
}

.news-card:hover .news-card-image {
  transform: scale(1.03);
}

.news-card-body {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}

.news-category {
  background: rgba(var(--theme-primary-rgb), 0.05);
  color: var(--theme-primary);
  font-size: 13px;
  padding: 5px 15px;
  border-radius: 8px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.news-card:hover .news-category {
  background: var(--theme-accent);
  color: #fff;
}

.news-date {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5f6c7b;
  font-size: 14px;
  transition: all 0.3s ease;
}

.news-card:hover .news-date {
  color: rgba(255, 255, 255, 0.8);
}

.news-title {
  font-size: 20px;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--theme-heading);
  line-height: 1.4;
  margin-bottom: 5px;
  transition: color 0.3s ease;
}

.news-card:hover .news-title {
  color: #fff;
}

.news-excerpt {
  font-size: 14px;
  color: #5f6c7b;
  line-height: 1.6;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.news-card:hover .news-excerpt {
  color: rgba(255, 255, 255, 0.8);
}

.news-all-btn-wrap {
  margin-top: 60px;
}

.btn-news-all {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--theme-primary);
  color: #fff !important;
  padding: 15px 40px;
  border-radius: 10px;
  font-weight: var(--theme-heading-weight) !important;
  text-transform: uppercase;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
  border: none;
}

.btn-news-all:hover {
  background: var(--theme-accent);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .news-headline {
    font-size: 32px;
  }
}

/* =====================================================
   CONTACT MAP
   ===================================================== */
.contact-map-section {
  padding: 100px 0;
  background-color: #f8fafc;
}

.contact-map-tagline {
  display: inline-block;
  color: var(--theme-accent);
  font-size: 14px;
  font-weight: var(--theme-heading-weight) !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.contact-map-headline {
  font-size: 42px;
  font-weight: var(--theme-heading-weight) !important;
  color: var(--theme-primary);
  margin-bottom: 0;
}

.contact-map-frame {
  background-color: var(--theme-primary);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 20px 60px rgba(var(--theme-primary-rgb), 0.25);
}

.contact-map-inner {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 450px;
}

.contact-map-inner iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

@media (max-width: 991px) {
  .contact-map-section {
    padding: 70px 0;
  }

  .contact-map-headline {
    font-size: 32px;
  }

  .contact-map-frame {
    padding: 20px;
  }

  .contact-map-inner {
    height: 350px;
  }
}

@media (max-width: 576px) {
  .contact-map-frame {
    padding: 15px;
    border-radius: 15px;
  }

  .contact-map-inner {
    height: 280px;
    border-radius: 10px;
  }

  .contact-map-headline {
    font-size: 26px;
  }
}

/* =====================================================
   FOOTER
   ===================================================== */
.nxt-footer {
  position: relative;
  color: #8b949e;
  padding: 10px 0;
  overflow: hidden;
  background-color: var(--theme-primary);
}

.nxt-footer-circle {
  position: absolute;
  top: 50%;
  right: -200px;
  transform: translateY(-50%);
  width: 600px;
  height: 600px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.nxt-newsletter-row {
  display: none !important;
}

.nxt-footer-logo {
  max-width: 120px;
  height: auto;
  filter: brightness(0) invert(1);
  padding-top: 50px;
}

.nxt-footer-main {
  padding: 30px 0;
}

.nxt-footer-main .row {
  gap: 30px 0;
}

.nxt-footer-title {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 25px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 2px solid rgba(186, 166, 141, 0.3);
  display: inline-block;
  padding-bottom: 10px;
}

.nxt-footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.nxt-footer-links li {
  margin-bottom: 22px;
}

.nxt-footer-links a {
  color: #8b949e;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: block;
}

.nxt-footer-links a:hover {
  color: var(--theme-secondary);
  padding-left: 35px;
}

.nxt-address {
  color: rgba(255, 255, 255, 0.8) !important;
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.nxt-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 14px;
}

.nxt-contact-item i {
  color: rgba(255, 255, 255, 0.8) !important;
}

.nxt-contact-item a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: none;
}

.nxt-contact-item a:hover {
  color: var(--theme-secondary) !important;
}

.nxt-footer-bottom {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.nxt-footer-bottom p {
  margin: 0;
  font-size: 13px;
  color: #6e7681;
}

.nxt-footer-social a {
  color: rgba(255, 255, 255, 0.8) !important;
  display: inline-block;
  font-size: 22px;
  transition: all 0.3s ease;
}

.nxt-footer-social a:hover {
  color: var(--theme-secondary) !important;
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .nxt-footer-circle {
    display: none;
  }
}

/* =====================================================
   SEARCH MODAL
   ===================================================== */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10500;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-modal.active {
  opacity: 1;
  visibility: visible;
}

.search-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.95);
  backdrop-filter: blur(10px);
}

.search-modal-content {
  position: relative;
  z-index: 2;
  width: 100%;
  transform: translateY(-20px) scale(0.98);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.search-modal.active .search-modal-content {
  transform: translateY(0) scale(1);
}

.search-close-btn {
  position: absolute;
  top: -80px;
  right: 20px;
  background: none;
  border: none;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.search-close-btn:hover {
  transform: rotate(90deg);
}

.search-form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
  max-width: 700px;
  margin: 0 auto;
}

.search-form input {
  flex: 1;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 36px;
  font-weight: 300;
  outline: none;
}

.search-form input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.search-form button {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.search-hint {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .search-form input {
    font-size: 24px;
  }
}

/* =====================================================
   STICKY BUTTONS (Modern & Compact)
   ===================================================== */
.phone-sticky {
  position: fixed !important;
  bottom: 85px !important;
  left: 20px !important;
  right: auto !important;
  width: 48px;
  height: 48px;
  background: var(--theme-primary);
  color: #fff;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

.phone-sticky:hover {
  transform: translateY(-5px);
}

.whatsapp-sticky {
  position: fixed !important;
  bottom: 25px !important;
  left: 20px !important;
  right: auto !important;
  width: 48px;
  height: 48px;
  background: #25d366;
  color: #fff;
  border-radius: 12px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  z-index: 9999;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}

@media (max-width: 768px) {
  .phone-sticky {
    bottom: 80px !important;
    left: 15px !important;
    width: 42px !important;
    height: 42px !important;
  }

  .whatsapp-sticky {
    bottom: 25px !important;
    left: 15px !important;
    width: 42px !important;
    height: 42px !important;
  }
}

/* Scroll To Top */
.scroll-to-top {
  position: fixed;
  bottom: 25px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  color: var(--theme-heading);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 9999;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
}

.scroll-to-top.show {
  opacity: 1;
  visibility: visible;
}

.scroll-to-top:hover {
  transform: translateY(-5px);
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .scroll-to-top {
    right: 15px;
  }
}

/* =====================================================
   ANIMATIONS
   ===================================================== */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

[data-aos="fade-up"] {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

[data-aos="fade-up"].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

[data-aos="fade-right"] {
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.6s ease;
}

[data-aos="fade-right"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left"] {
  opacity: 0;
  transform: translateX(20px);
  transition: all 0.6s ease;
}

[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

[data-aos="fade-left"].aos-animate {
  opacity: 1;
  transform: translateX(0);
}

/* =====================================================
   SERVICE DETAILS PAGE
   ===================================================== */
.breadcrumb-section {
  padding: 5px 0;
  background: var(--theme-primary);
  background: linear-gradient(rgba(var(--theme-primary-rgb), 0.8), rgba(var(--theme-primary-rgb), 0.9)), url('img/yoruk_cadiri_detay_hero_1774965641351.png');
  background-size: cover;
  background-position: center;
  color: #fff;
  text-align: center;
}

.breadcrumb-title {
  font-size: 48px;
  margin: 0;
}

.breadcrumb-list {
  display: flex;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.8;
  margin: 0;
}

.breadcrumb-list a:hover {
  color: var(--theme-accent);
}

/* SERVICE DETAILS PAGE SLIDER */
.service-details-wrap {
  padding: 80px 0;
  overflow: hidden;
}

.service-main-slider-wrap {
  position: relative;
  margin-bottom: 50px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.service-main-slider {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.1);
  background: #f0f0f0;
}

.service-main-img {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8fafc;
}

.service-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Swiper Navigation & Pagination */
.service-slider-nav div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 54px;
  height: 54px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--theme-primary);
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.service-slider-prev {
  left: 20px;
}

.service-slider-next {
  right: 20px;
}

.service-slider-nav div:hover {
  background: var(--theme-primary);
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.service-slider-pagination {
  position: absolute;
  bottom: 30px !important;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  z-index: 10;
}

.service-slider-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.6;
  transition: 0.3s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.service-slider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  width: 30px;
  border-radius: 6px;
  background: var(--theme-accent);
}

@media (max-width: 768px) {
  .service-main-img {
    height: 350px;
  }

  .service-slider-nav div {
    width: 44px;
    height: 44px;
  }

  .service-slider-prev {
    left: 10px;
  }

  .service-slider-next {
    right: 10px;
  }
}

.service-content {
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}

.service-content h2 {
  font-size: 36px;
  color: var(--theme-primary);
  margin-bottom: 25px;
}

.service-content p {
  color: #5f6c7b;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 17px;
}

.service-features-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 50px 0;
}

.feature-item {
  flex: 0 0 calc(50% - 20px);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--theme-border);
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.02);
}

.feature-item:hover {
  border-color: var(--theme-accent);
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

.feature-item i {
  font-size: 32px;
  color: var(--theme-accent);
}

.feature-item span {
  font-weight: 700;
  font-size: 16px;
  color: var(--theme-primary);
}

@media (max-width: 576px) {
  .feature-item {
    flex: 0 0 100%;
  }
}

/* Tag Cloud (Dolu Dolu Tag) */
.tag-cloud-wrap {
  margin-top: 60px;
  padding: 50px;
  background: #fff;
  border-radius: 24px;
  border: 1px solid var(--theme-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
}

.tag-cloud-title {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.tag-cloud a {
  display: inline-block;
  padding: 8px 18px;
  background: #fff;
  color: #5f6c7b;
  border: 1px solid var(--theme-border);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
}

.tag-cloud a:hover {
  background: var(--theme-primary);
  color: #fff;
  border-color: var(--theme-primary);
  transform: scale(1.05);
  box-shadow: 0 5px 15px rgba(var(--theme-primary-rgb), 0.2);
}

/* Sidebar */
.service-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid var(--theme-border);
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03);
}

.widget-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--theme-gray-light);
  position: relative;
}

.widget-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 40px;
  height: 2px;
  background: var(--theme-accent);
}

.sidebar-links li {
  margin-bottom: 15px;
}

.sidebar-links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 20px;
  background: var(--theme-gray-light);
  border-radius: 10px;
  color: var(--theme-primary);
  font-weight: 600;
  font-size: 14px;
}

.sidebar-links a:hover {
  background: var(--theme-primary);
  color: #fff;
}

.sidebar-links a i {
  font-size: 12px;
}

.contact-widget {
  background: var(--theme-primary);
  color: #fff;
  text-align: center;
}

.contact-widget i {
  font-size: 50px;
  color: var(--theme-accent);
  margin-bottom: 20px;
  display: block;
}

.contact-widget h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff !important;
}

.contact-widget p {
  opacity: 0.8;
  margin-bottom: 25px;
  font-size: 14px;
  color: #fff !important;
}

.sidebar-btn {
  display: block;
  width: 100%;
  padding: 15px;
  background: var(--theme-accent);
  color: #fff;
  border-radius: 10px;
  font-weight: 700;
  text-align: center;
  transition: 0.3s;
}

.sidebar-btn:hover {
  background: #fff;
  color: var(--theme-primary);
  transform: translateY(-3px);
}

@media (max-width: 991px) {
  .service-sidebar {
    margin-top: 60px;
  }

  .service-features-grid {
    grid-template-columns: 1fr;
  }

  .breadcrumb-title {
    font-size: 32px;
  }
}

/* =====================================================
   CONTACT PAGE SPECIFIC STYLES
   ===================================================== */
.contact-info-wrap {
  padding: 100px 0;
}

.contact-form-section {
  padding: 100px 0;
}

.contact-card-v2 {
  background: #fff;
  padding: 40px 30px;
  border-radius: 24px;
  text-align: center;
  border: 1px solid var(--theme-border);
  transition: all 0.4s ease;
  height: 100%;
}

.contact-card-v2:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  border-color: var(--theme-accent);
}

.contact-card-icon {
  width: 70px;
  height: 70px;
  background: var(--theme-gray-light);
  color: var(--theme-accent);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  margin: 0 auto 25px;
  transition: all 0.3s ease;
}

.contact-card-v2:hover .contact-card-icon {
  background: var(--theme-accent);
  color: #fff;
}

.contact-card-v2 h3 {
  font-size: 20px;
  color: var(--theme-primary);
  margin-bottom: 15px;
}

.contact-card-v2 p {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: var(--theme-accent);
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-card-link:hover {
  gap: 12px;
}

/* Contact Form V2 */
.form-group-v2 {
  margin-bottom: 25px;
}

.form-group-v2 label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--theme-heading);
  margin-bottom: 10px;
}

.form-group-v2 {
  margin-bottom: 20px;
}

.form-control-v2 {
  width: 100%;
  padding: 15px 20px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-size: 15px;
  color: var(--theme-heading);
  outline: none;
  transition: all 0.3s ease;
}

.form-control-v2:focus {
  background: #fff;
  border-color: var(--theme-accent);
  box-shadow: 0 0 0 4px rgba(66, 153, 225, 0.1);
}

.btn-submit-v2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 45px;
  background: var(--theme-primary);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
}

.btn-submit-v2:hover {
  background: var(--theme-secondary);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(var(--theme-primary-rgb), 0.2);
}

.btn-submit-v2 i {
  font-size: 18px;
}

@media (max-width: 991px) {
  .contact-form-inner-box .row.g-0 {
    display: flex;
    flex-direction: column;
  }

  .contact-map-side {
    height: 350px !important;
    order: 2;
    margin-top: 0;
  }

  .contact-form-inner-box > .row > div:first-child {
    order: 1;
    padding: 40px 20px !important;
  }

  .contact-info-wrap {
    padding: 60px 0 30px !important;
  }

  .contact-form-section {
    padding-bottom: 60px !important;
  }
}

/* =====================================================
   HİZMET DETAY SAYFASI
   ===================================================== */

/* Breadcrumb Bölümü */
.breadcrumb-section {
  background: linear-gradient(135deg, var(--theme-primary), #0d2137);
  padding: 80px 0 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.breadcrumb-section::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: rgba(66, 153, 225, 0.08);
  pointer-events: none;
}

.breadcrumb-title {
  color: #fff;
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 800 !important;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.breadcrumb-list a {
  color: rgba(255,255,255,0.65);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s;
}

.breadcrumb-list a:hover {
  color: var(--theme-accent);
}

.breadcrumb-list i {
  color: rgba(255,255,255,0.3);
  font-size: 10px;
}

.breadcrumb-list span {
  color: var(--theme-accent);
  font-size: 14px;
  font-weight: 600;
}

/* Hizmet Detay Ana Bölge */
.service-details-wrap {
  padding: 60px 0 40px;
  background: var(--theme-body-bg);
}

.service-content {
  max-width: 900px;
  margin: 0 auto;
}

/* Hizmet Slider */
.service-main-slider-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 50px rgba(0,0,0,0.1);
  background: #000;
  position: relative;
}

.service-main-img {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.service-main-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.service-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  z-index: 10;
  pointer-events: none;
}

.service-slider-prev,
.service-slider-next {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  pointer-events: all;
  transition: all 0.3s ease;
  opacity: 0;
}

.service-main-slider-wrap:hover .service-slider-prev,
.service-main-slider-wrap:hover .service-slider-next {
  opacity: 1;
}

.service-slider-prev:hover,
.service-slider-next:hover {
  background: rgba(255,255,255,0.35);
  transform: scale(1.1);
}

.service-slider-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 6px;
}

.service-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.4);
  border-radius: 50%;
  transition: all 0.3s;
}

.service-slider-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 28px;
  border-radius: 5px;
}

/* İçerik Metni */
.entry-content {
  font-size: 1.1rem;
  line-height: 1.9;
  color: var(--theme-body);
}

.entry-content p {
  margin-bottom: 1.2em;
}

.entry-content h2,
.entry-content h3,
.entry-content h4 {
  color: var(--theme-heading);
  margin-top: 1.5em;
  margin-bottom: 0.7em;
}

.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
  margin: 1.2em 0;
}

.entry-content ul,
.entry-content ol {
  padding-left: 1.5em;
  margin-bottom: 1em;
}

.entry-content li {
  margin-bottom: 0.5em;
  list-style: disc;
}

/* Özellik Kutuları */
.service-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.feature-item {
  background: #fff;
  border: 1px solid var(--theme-border);
  border-radius: 16px;
  padding: 24px 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  transition: all 0.35s ease;
  position: relative;
  overflow: hidden;
}

.feature-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--theme-accent), var(--theme-secondary));
  transform: scaleX(0);
  transition: transform 0.35s ease;
}

.feature-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.feature-item:hover::after {
  transform: scaleX(1);
}

.feature-item i {
  font-size: 2rem;
  color: var(--theme-accent);
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(66, 153, 225, 0.08);
  border-radius: 14px;
}

.feature-item span {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--theme-heading);
  line-height: 1.3;
}

/* ===== ETİKET BULUTU ===== */
.tag-cloud-wrap {
  margin-top: 40px;
  padding: 35px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid var(--theme-border);
  box-shadow: 0 4px 20px rgba(0,0,0,0.04);
}

.tag-cloud-title {
  font-size: 1.05rem;
  font-weight: 700 !important;
  color: var(--theme-heading);
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.tag-cloud-title i {
  color: var(--theme-accent);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud a {
  display: inline-block;
  padding: 8px 20px;
  background: var(--theme-body-bg);
  border: 1px solid var(--theme-border);
  border-radius: 50px;
  font-size: 13px;
  font-weight: 500;
  color: var(--theme-body);
  text-decoration: none;
  transition: all 0.3s ease;
}

.tag-cloud a:hover,
.tag-cloud a.active {
  background: var(--theme-primary);
  color: #fff;
  border-color: var(--theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(26, 58, 92, 0.2);
}

/* ===== DİĞER HİZMETLER ===== */
.other-services-section {
  padding: 60px 0 40px;
  background: var(--theme-body-bg);
}

/* ===== RESPONSIVE - HİZMET DETAY ===== */
@media (max-width: 991px) {
  .breadcrumb-section {
    padding: 60px 0 40px;
  }

  .service-main-img {
    height: 380px;
  }

  .service-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .other-services-section .col-lg-4 {
    width: 50% !important;
  }
}

@media (max-width: 768px) {
  .breadcrumb-title {
    font-size: 1.5rem;
  }

  .service-main-img {
    height: 280px;
  }

  .service-features-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .feature-item {
    padding: 18px 14px;
  }

  .feature-item i {
    font-size: 1.6rem;
    width: 46px;
    height: 46px;
  }

  .tag-cloud-wrap {
    padding: 24px;
  }

  .other-services-section .col-lg-4 {
    width: 100% !important;
  }
}

@media (max-width: 480px) {
  .service-main-img {
    height: 220px;
  }

  .service-slider-prev,
  .service-slider-next {
    width: 38px;
    height: 38px;
    font-size: 16px;
  }

  .service-features-grid {
    grid-template-columns: 1fr;
  }
}

/* =====================================================
   ADDITIONAL PREMIUM ANIMATIONS & GALLERIES
   ===================================================== */

/* Global Sliding Images (3-4 per page) */
.global-sliding-images {
  padding: 60px 0;
  overflow: hidden;
  background: var(--theme-body-bg);
}

.sliding-images-track {
  display: flex;
  gap: 30px;
  animation: scrollLeft 40s linear infinite;
  width: max-content;
}

.sliding-images-track:hover {
  animation-play-state: paused;
}

.sliding-img-card {
  flex: 0 0 350px;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.sliding-img-card:hover {
  transform: translateY(-10px) scale(1.05);
}

.sliding-img-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@keyframes scrollLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* Tag Sections - Multi-directional sliding */
.tag-sliding-container {
  padding: 80px 0;
  background: #fff;
  position: relative;
  overflow: hidden;
}

.tag-slide-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  white-space: nowrap;
  width: max-content;
}

.tag-slide-item {
  width: 280px;
  height: 180px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.tag-slide-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tag-slide-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

/* Directions */
.animate-right-left { animation: slideRL 60s linear infinite; }
.animate-left-right { animation: slideLR 60s linear infinite; }

@keyframes slideRL {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@keyframes slideLR {
  0% { transform: translateX(-50%); }
  100% { transform: translateX(0); }
}

/* Vertical slides for tags if needed */
.tag-vertical-grid {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 40px 0;
}

.vertical-slide-item {
  width: 200px;
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  animation: slideUpDown 5s ease-in-out infinite alternate;
}

.vertical-slide-item:nth-child(even) {
  animation-delay: 1s;
  animation-direction: alternate-reverse;
}

@keyframes slideUpDown {
  0% { transform: translateY(0); }
    100% { transform: translateY(-30px); }
}

/* Index - Full Image Density Refined */
.image-bomb-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-auto-rows: 240px;
  grid-auto-flow: dense; /* Fill gaps automatically */
  gap: 10px;
  padding: 20px;
  background: #0f172a;
}

.bomb-item {
  overflow: hidden;
  position: relative;
  border-radius: 4px; /* Minimal radius for a modern look */
  background: #1e293b;
}

.bomb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.bomb-item:hover img {
  transform: scale(1.1);
}

.bomb-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15, 23, 42, 0.8), transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.bomb-item:hover::after {
  opacity: 1;
}

/* Row/Column spans for artistic masonry effect */
.bomb-item.span-2 { grid-row: span 2; }
.bomb-item.col-2 { grid-column: span 2; }
.bomb-item.big { grid-row: span 2; grid-column: span 2; }

@media (max-width: 1200px) {
  .image-bomb-gallery { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
}

@media (max-width: 768px) {
  .image-bomb-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; }
  .bomb-item.big, .bomb-item.col-2 { grid-column: span 1; grid-row: span 1; }
}

/* ==================== PREMIUM LIGHTBOX ==================== */
.nxt-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.98);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  backdrop-filter: blur(10px);
}
.nxt-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.nxt-lightbox img {
  max-width: 90%;
  max-height: 85vh;
  object-fit: contain;
  transform: scale(0.8);
  transition: transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
  box-shadow: 0 30px 60px rgba(0,0,0,0.5);
  border: 5px solid #fff;
  border-radius: 4px;
}
.nxt-lightbox.active img {
  transform: scale(1);
}
.nxt-lightbox-close {
  position: absolute;
  top: 30px;
  right: 30px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.nxt-lightbox-close:hover {
  transform: rotate(90deg);
}
.nxt-lightbox-item {
  cursor: zoom-in;
}

/* SEO Typography Refinements */
h1, h2, h3 {
  letter-spacing: -0.02em;
  font-weight: 800 !important;
}